@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Sorts+Mill+Goudy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Sorts+Mill+Goudy&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.monserrat {
  font-family: "Montserrat", sans-serif;
}

.fadein00 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein01 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein02 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein03 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein04 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@media screen and (min-width: 769px) {
  .uptplane__ttl h1 {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .about {
    width: 100%;
    margin: -60px -189px 0;
  }
  .about .upthome__intro {
    width: 100%;
  }
  .about .upthome__intro--blc {
    min-width: 312px;
    width: 46%;
    max-width: 46%;
  }
  .about .upthome__intro--img img {
    width: 90%;
  }
  .about .upthome__intro--img {
    width: 54%;
    min-width: 54%;
    max-width: 54%;
  }
  .about .upthome__intro--txtblc-inner {
    padding: 70px 0;
  }
  .about .upthome__intro--txt {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .about {
    width: 100%;
    margin: -60px -15px 0;
  }
  .about .upthome__intro--txtblc {
    padding: 8vw;
    width: 100%;
  }
  .about .upthome__intro--txtblc-inner {
    width: 84vw;
    max-width: 84vw;
    min-width: 84vw;
    padding: 0;
  }
  .about .upthome__intro--txt {
    line-height: 1.14;
  }
}
.uptfootersns {
  padding: 50px 0 68px;
}

.uptfootersns__ttl {
  text-align: center;
  color: #FF583B;
  font-weight: 600;
  font-size: 1.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 0 auto 58px;
}

@media screen and (max-width: 768px) {
  .uptfootersns {
    padding: 13.3vw 0 17.8vw;
  }
  .uptfootersns__ttl {
    margin: 0 auto 10vw;
    font-size: 1.3125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.uptfootersns__list {
  display: flex;
  justify-content: space-between;
  max-height: 78px;
  width: 100%;
  height: 5.9vh;
  padding: 0;
  width: clamp(250px, 32%, 280px);
}

.uptfootersns__list--wrapper {
  display: flex;
  justify-content: center;
}

.uptfootersns__list li {
  margin: 0;
  width: 40px;
  height: 36px;
  max-width: 40px;
  max-height: 36px;
}

.uptfootersns__list li a {
  display: block;
  max-width: 40px;
  max-height: 36px;
  width: 40px;
  height: 36px;
}

.uptfootersns__list li a:hover {
  opacity: 0.7;
}

.uptfootersns__list li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .uptfootersns__list {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: clamp(180px, 58vw, 230px);
    padding: 0;
    max-height: 7.5vw;
  }
  .uptfootersns__list li {
    margin: 0;
    width: 8.6vw;
    height: 7.5vw;
  }
  .uptfootersns__list li a {
    display: block;
    width: 8.6vw;
    height: 7.5vw;
  }
  .uptfootersns__list li img {
    width: 100%;
  }
}
.uptfooter {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background: #32667A;
  padding: 34px 0 10px;
}

.uptfooter__links {
  display: flex;
  justify-content: center;
  margin: 0 0 26px;
}

.uptfooter__links li a {
  display: inline-block;
  color: #FFF;
  padding: 0 1em;
  border-right: 1px #FFF solid;
  font-size: 0.625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptfooter__links li a:hover {
  opacity: 0.8;
}

.uptfooter__links li:last-child a {
  border: none;
}

.uptfooter__copy {
  text-align: center;
}

.uptfooter__copy small {
  color: #FFF;
  font-family: Montserrat;
  font-size: 0.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .uptfooter {
    padding: 9.8vw 0 10px;
  }
  .uptfooter__links {
    display: block;
    margin: 0 0 7.9vw;
  }
  .uptfooter__links li {
    text-align: center;
  }
  .uptfooter__links li a {
    padding: 0;
    border: none;
    font-size: 0.625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .uptfooter__copy {
    text-align: center;
  }
  .uptfooter__copy small {
    color: #FFF;
    font-family: Montserrat;
    font-size: 0.6875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.l-header {
  border-bottom: none;
}

.uptheader {
  background-position: 0 bottom;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/header_line-pc.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.uptheader .l-header__inner__block__item--menu:not(:last-child) {
  margin-right: 0;
}

.uptheader.bg__header {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/header_pc_bg2.svg");
}

.uptheader .uptblc__inner {
  background: none;
}

.uptheader .uptheader__anounce {
  background: #FF583B;
  padding: 8px 60px;
  overflow: hidden;
  color: #FFF;
  display: flex;
  align-items: center;
}

.uptheader .uptheader__anounce .c-announce_bar__text {
  color: #FFF;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: inline-block;
  /* 必須 */
  padding-left: 100%;
  /* 右端から文字をスタートさせるため */
  white-space: nowrap;
  /* 改行が起こらないように対策 */
  line-height: 1em;
  /* 行間（高さ）を1文字分にする */
  animation: scroll 17s linear infinite;
  font-size: 0.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}

.uptheader .uptheader__anounce .c-announce_bar__close {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/top_close.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  top: 7px;
}

.uptheader .uptheader__anounce .u-icon--close:before {
  content: "";
}

@media screen and (max-width: 768px) {
  .uptheader .uptheader__anounce {
    padding: 8px;
  }
  .uptheader .uptheader__anounce .c-announce_bar__text {
    animation: scroll 7s linear infinite;
  }
  .uptheader .uptheader__anounce .c-announce_bar__close {
    right: 8px;
  }
}
.uptheader .uptheader__icons {
  display: flex;
  border: none;
  justify-content: space-between;
  padding: 14px 38px 30px 30px;
  align-items: center;
}

.uptheader .uptheader__icons--logo a {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/logo.svg");
  width: 50px;
  height: 27px;
  opacity: 0;
}

.uptheader .uptheader__icons--logo a:hover {
  opacity: 0.7;
}

.uptheader .uptheader__icons .js-logo {
  opacity: 0;
  animation: fadeOutAnime 1s ease 0s 1 forwards;
}

.uptheader .uptheader__icons .js-logo.active {
  opacity: 1;
  animation: fadeInAnime 1s ease 0s 1 forwards;
}

.uptheader .uptheader__icons--btns {
  display: flex;
  align-items: center;
}

.uptheader .uptheader__icons--btns a {
  margin: 0 0;
}

@media screen and (max-width: 768px) {
  .uptheader .uptheader__icons--logo a {
    width: 13.4vw;
    height: 7.2vw;
  }
}
.uptheader .uptgmenu {
  height: 100vh;
}

.uptheader .uptgmenu .c-gmenu__container__inner {
  padding: 0;
  background: rgba(255, 255, 255, 0);
}

.uptheader .uptgmenu__head {
  margin: 0 -20px;
  padding: 14px 38px 30px 30px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/gmenu_bg-pc.svg");
  background-size: 100% auto;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.uptheader .uptgmenu__head a {
  display: inline-block;
}

.uptheader .uptgmenu .c-gmenu__container__close {
  position: relative;
  right: auto;
  top: auto;
}

.uptheader .uptgmenu__inner {
  width: 100%;
  padding: 0 20px;
  height: 100%;
  background: #F7F8F8 !important;
}

.uptheader .uptgmenu__innerline {
  border-right: 1px #32667A solid;
  border-left: 1px #32667A solid;
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.uptheader .uptgmenu__upper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uptheader .uptgmenu__upperlinks {
  text-align: center;
  margin: 0 0 10px;
}

.uptheader .uptgmenu__upperlinks li {
  margin-bottom: 10px;
}

.uptheader .uptgmenu__upperlinks li a {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #FFF;
  color: #32667A;
  font-weight: 600;
  font-size: 1.3125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptheader .uptgmenu__upperlinks li a:hover {
  opacity: 0.7;
}

.uptheader .uptgmenu__sns {
  padding: 40px 0 0;
}

.uptheader .uptgmenu__sns__ttl {
  text-align: center;
  color: #32667A;
  font-weight: 600;
  font-size: 1.3125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 0 auto 42px;
}

@media screen and (max-width: 768px) {
  .uptheader .uptgmenu__sns {
    padding: 13.3vw 0 0;
  }
  .uptheader .uptgmenu__sns__ttl {
    margin: 0 auto 10vw;
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.uptheader .uptgmenu__sns__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.uptheader .uptgmenu__sns__list--wrapper {
  width: 180px;
  margin: 0 auto;
}

.uptheader .uptgmenu__sns__list li {
  margin: 0;
}

.uptheader .uptgmenu__sns__list li a {
  display: block;
  width: 30px;
  height: 25px;
}

.uptheader .uptgmenu__sns__list li a:hover {
  opacity: 0.7;
}

.uptheader .uptgmenu__sns__list li img {
  width: 100%;
}

.uptheader .uptgmenu__btm {
  background: #32667A;
  width: 480px;
  padding: 36px 0 10px;
  margin: 0 -21px;
}

.uptheader .uptgmenu__btm--logo {
  text-align: center;
}

.uptheader .uptgmenu__btm--logo a {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/logo_gmenu.svg");
  width: 81px;
  height: 44px;
  display: inline-block;
}

.uptheader .uptgmenu__btm--links {
  text-align: center;
  margin: 30px 0 20px;
}

.uptheader .uptgmenu__btm--links li {
  line-height: 0;
  font-size: 0;
  margin: 0 0 10px;
}

.uptheader .uptgmenu__btm--links a {
  line-height: 1;
  color: #FFF;
  font-size: 0.625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptheader .uptgmenu__btm--copy {
  text-align: center;
  color: #FFF;
  line-height: 0;
}

.uptheader .uptgmenu__btm--copy small {
  line-height: 1;
  font-size: 0.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-family: Montserrat;
}

@media screen and (max-width: 768px) {
  .uptheader .uptgmenu__head {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/gmenu_bg-sp.svg");
    padding: 3.4vw 10.4vw 5vw 10.6vw;
    margin: 0 -4vw;
    min-height: 7.8vw;
  }
  .uptheader .uptgmenu__inner {
    padding: 0 4vw;
    margin-left: 0;
    margin-right: 0;
  }
  .uptheader .uptgmenu__upperlinks li {
    margin-bottom: 8px;
  }
  .uptheader .uptgmenu__upperlinks li a {
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .uptheader .uptgmenu__btm {
    width: 100vw;
    margin: 0 -4vw;
    margin-top: auto;
    padding-bottom: 10vh;
  }
}
.uptheader .c-gmenu {
  position: fixed;
  top: 0;
  overflow: hidden;
  transform: translateX(0);
  transition: left 0s 0.4s, opacity 0.4s, transform 0.4s;
}

.uptheader .c-gmenu.is-active {
  right: 0;
}

.uptheader .c-gmenu__container {
  float: right;
}

.uptheader .c-gmenu .u-icon--close {
  width: 26px;
  height: 16px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/closemenu.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.uptheader .c-gmenu .u-icon--close::before {
  content: "";
}

@media screen and (max-width: 768px) {
  .uptheader .c-gmenu__container {
    width: 100%;
  }
}
.uptheader .u-icon--cart {
  width: 25px;
  height: 25px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/icon_cart.svg");
  background-size: 21px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 18px;
  margin-left: 12px;
}

.uptheader .u-icon--cart::before {
  content: "";
}

.uptheader .u-icon--account {
  width: 25px;
  height: 25px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/icon_mypage.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.uptheader .u-icon--account::before {
  content: "";
}

.uptheader .u-icon--menu {
  width: 26px;
  height: 18px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/openmenu.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.uptheader .u-icon--menu::before {
  content: "";
}

@media screen and (max-width: 1024px) {
  .uptheader {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/header_tb_bgline.svg");
  }
  .uptheader.bg__header {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/header_tb_bg2.svg");
  }
}
@media screen and (max-width: 768px) {
  .uptheader {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/gmenu_bg-sp.svg");
  }
  .uptheader.bg__header {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/header_sp_bg2.svg");
  }
  .uptheader .uptheader__icons {
    padding: 3.4vw 6.4vw 5vw 6.6vw;
  }
}
/* アニメーション（右から左に移動） */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.gmenu__sns--insta {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/icon_menu_insta.svg") no-repeat 0 0;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
}

.gmenu__sns--line {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/icon_menu_line.svg") no-repeat 0 0;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
}

.gmenu__sns--twitter {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/icon_menu_twitter.svg") no-repeat 0 0;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
}

.gmenu__sns--youtube {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/icon_menu_youtube.svg") no-repeat 0 0;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.uptheader .uptgmenu__sns {
  padding-top: 30px;
}

.uptgmenu__bnr {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  margin-top: 30px;
}

.uptgmenu__bnr img {
  width: 100%;
}

.uptgmenu__bnr--wrapper {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .uptheader .uptgmenu__btm {
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 400px) {
  .uptgmenu__bnr {
    margin-top: 10px;
  }
  .uptheader .uptgmenu__sns {
    padding-top: 20px;
  }
  .uptheader .uptgmenu__btm {
    padding: 26px 0 18px;
  }
}
.upthome__fv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  line-height: 0;
  font-size: 0;
  margin-top: -100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: center bottom;
  background-color: #D4D2DF;
  background-size: auto calc(100% - 30px);
  height: 100vh;
}

.upthome__fv--logo {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/fv_logo.svg");
  width: clamp(246px, 30%, 409px);
  background-position: center bottom;
  height: clamp(133px, 16vw, 221px);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: clamp(30px, 5%, 38px);
  opacity: 1;
  animation: fadeInAnime 2s ease 0s 1 forwards;
}

.upthome__fv--logo.is-hidden {
  opacity: 0;
  animation: fadeOutAnime 1s ease 0s 1 forwards;
}

.upthome__fvblc {
  line-height: 0;
  font-size: 0;
  border-right: solid 1px #32667A;
  border-left: solid 1px #32667A;
  width: clamp(600px, 90vw, 1100px);
  position: relative;
  height: 100vh;
}

.upthome__fvblc--sns {
  width: 19px;
  line-height: 0;
  font-size: 0;
  position: fixed;
  bottom: 10px;
  right: 9.5vw;
  z-index: 2;
}

.upthome__fvblc--sns li {
  width: 19px;
  height: 15px;
  margin-bottom: 20px;
}

.upthome__fvblc--sns li a {
  display: block;
  width: 19px;
  height: 16px;
}

.upthome__intro--inner {
  width: clamp(600px, 90vw, 1100px);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}

.upthome__intro--blc {
  display: flex;
  min-width: 297px;
  width: 44%;
  max-width: 44%;
}

.upthome__intro--txtblc {
  background: #F7F8F8;
  width: 100%;
  border-right: solid 1px #32667A;
  background: #F7F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upthome__intro--txtblc-inner {
  width: 297px;
  min-width: 297px;
  padding: 100px 0;
}

.upthome__intro--ttl {
  color: #32667A;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 0 24px;
}

.upthome__intro--txt {
  color: #32667A;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 18px;
}

.upthome__intro--img {
  width: 56%;
  max-width: 56%;
  min-height: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upthome__intro--img img {
  border: solid 1px #FF583B;
  border-radius: 267px;
  width: 86%;
}

.upthome__intro--img .pcImg {
  display: block;
}

.upthome__intro--img .spImg {
  display: none;
}

.upthome__set {
  display: flex;
  align-items: stretch;
  background-color: #F6F6F4;
}

.upthome__set--img {
  border-right: solid 1px #32667A;
  width: 60%;
}

.upthome__set--img-in {
  padding-top: 109%;
  width: 100%;
  position: relative;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
}

.upthome__set--img-in p {
  display: inline-block;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/home_set-feature-txt.png");
  width: 75px;
  height: 46px;
  position: absolute;
  top: 61px;
  left: 47px;
}

.upthome__set--img-feature {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/home_set-feature.svg");
  width: 126px;
  height: 126px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotation 10s infinite linear;
}

.upthome__set--sblc {
  width: 100%;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/dashed.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  padding: 15% 0 12% 13%;
  background-color: #F7F8F8;
}

.upthome__set--sblc .upt__name {
  line-height: 1.4;
  margin-bottom: 5px;
}

.upthome__set--sblc02 {
  padding: 12% 0 0 13%;
  background-color: #F7F8F8;
}

.upthome__set--sblc02 .upt__sname {
  margin-bottom: 5.5%;
}

.upthome__set--sblc02 .upt__sname--sub.minw {
  min-width: 24px;
  width: 24px;
  display: block;
}

.upthome__set--ssblc {
  display: flex;
  margin-bottom: 3.6%;
}

.upthome__set--ssblc p {
  line-height: 1.2;
  white-space: nowrap;
}

.upthome__set--ssblc .upt__sname--sub {
  margin-bottom: 5px;
}

.upthome__set--blc {
  width: 40%;
}

.upthome__set--blc-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.upthome__set--blc-btm {
  margin-top: auto;
  border-top: solid 1px #32667A;
}

.upthome__set--blc-btm a {
  display: flex;
  background: #FF583B;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 27px 0;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.upthome__set--blc-btm a span {
  display: inline-block;
  padding-right: 46px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/arrow.png");
  background-repeat: no-repeat;
  background-size: 27px 14px;
  background-position: right center;
}

.upthome__set--blc-btm a:hover {
  opacity: 0.7;
}

.upthome__products--blc {
  display: flex;
}

.upthome__products--blc li {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  min-width: 33.33%;
  border-right: solid 1px #32667A;
}

.upthome__products--blc li:last-child {
  border: none;
}

.upthome__products--blc li img {
  width: 100%;
  border-radius: 50%;
  border: solid 1px #32667A;
}

.upthome__products--blc li a {
  background: #FF583B;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 15px 0;
  line-height: 1;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  border-top: solid 1px #32667A;
}

.upthome__products--blc li a span {
  display: inline-block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/arrow.png");
  background-repeat: no-repeat;
  background-size: 23px 12px;
  background-position: right center;
}

.upthome__products--blc li a:hover {
  opacity: 0.7;
}

.upthome__products--nameblc {
  padding: 20px 0 15px;
}

.upthome__products--name {
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #32667A;
  letter-spacing: 0.1em;
}

.upthome__products--jpname {
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #32667A;
}

.upthome__products--jpname span {
  display: inline-block;
  padding-left: 1em;
  letter-spacing: 0.1em;
}

.upthome__producer {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-top: solid 1px #32667A;
  border-bottom: solid 1px #32667A;
  overflow: hidden;
  position: relative;
  height: 256px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/bg_yumi-pc.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.upthome__producer--inner {
  border-right: solid 1px #32667A;
  border-left: solid 1px #32667A;
  width: clamp(600px, 90vw, 1100px);
  margin: 0 auto;
  height: 256px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.upthome__producer .producer__inner {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

.upthome__producer .producer__inner div {
  height: 79px;
}

.upthome .about__inner {
  position: absolute;
  bottom: 0;
  height: 79px;
}

.upthome .about__inner div {
  height: 79px;
}

.upthome__yumi {
  margin: 0 auto;
  background: #F7F8F8;
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}

.upthome__yumi .uptline {
  display: none;
}

.upthome__yumi--blc {
  width: 50%;
  min-width: 50%;
}

.upthome__yumi--blc.right {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #32667A;
}

.upthome__yumi--sblc {
  width: clamp(403px, 58%, 322px);
}

.upthome__yumi--txt {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.4;
  color: #32667A;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .upthome__yumi--txt {
    line-height: 2;
    font-size: 0.75rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.upthome__yumi--sign {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/sign_yumi.svg");
  width: 131px;
  height: 33px;
  margin: 28px auto 0;
}

.upthome__yumi .pcImg {
  display: block;
}

.upthome__yumi .spImg {
  display: none;
}

.upthome__illust {
  width: 88%;
  max-width: 970px;
  margin: 0 auto;
  padding: 30px 0;
}

.upthome__illust p {
  text-align: center;
  color: #32667A;
  font-size: 0.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .upthome__fv {
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-position: center bottom;
    height: 90vh;
    margin-top: calc(-16.5vw - 30px);
    justify-content: center;
    background-size: auto 100%;
    display: flex;
  }
  .upthome__fv--logo {
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/fv_logo.svg");
    width: 64.5vw;
    height: 34.6vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 11.5vw;
  }
  .upthome__fvblc {
    width: 92vw;
    height: 90vh;
  }
  .upthome__fvblc--sns {
    display: none;
  }
  .upthome__intro--inner {
    width: 100%;
    display: block;
  }
  .upthome__intro--blc {
    display: block;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
  .upthome__intro--txtblc {
    border-right: none;
    display: block;
  }
  .upthome__intro--txtblc-inner {
    min-width: 70vw;
    width: 70vw;
    max-width: 297px;
    margin: 0 auto;
    padding: 18.6vw 0;
  }
  .upthome__intro--txtblc-inner p {
    white-space: nowrap;
  }
  .upthome__intro--img {
    border-top: solid 1px #32667A;
    margin: 0 -4vw;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6.4vw 0;
  }
  .upthome__intro--img img {
    border-radius: 42vw;
    width: 85vw;
  }
  .upthome__set {
    display: block;
    background-color: transparent;
  }
  .upthome__set--img {
    border-right: none;
    width: 100%;
  }
  .upthome__set--img-in {
    width: 100%;
    padding-top: 0;
    height: 118vw;
    position: relative;
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
  }
  .upthome__set--img-in p {
    display: inline-block;
    width: 66px;
    height: 40px;
    position: absolute;
    top: 24px;
    left: 17px;
  }
  .upthome__set--img-feature {
    width: 110px;
    height: 110px;
    position: absolute;
    top: -10px;
    left: -7px;
  }
  .upthome__set--sblc {
    width: 100%;
    padding: 15vw 0 12% 12vw;
    background-color: transparent;
  }
  .upthome__set--sblc .upt__name {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .upthome__set--sblc02 {
    padding: 12% 0 15vw 12vw;
    background-color: transparent;
  }
  .upthome__set--sblc02 .upt__sname {
    margin-bottom: 5.5%;
  }
  .upthome__set--sblc02 .upt__sname--sub.minw {
    min-width: 24px;
    width: 24px;
    display: block;
  }
  .upthome__set--ssblc {
    display: flex;
    margin-bottom: 3.6%;
  }
  .upthome__set--blc {
    width: 100vw;
    margin: 0 -4vw;
    padding: 0 4vw;
    background-color: transparent;
    border-top: solid 1px #32667A;
  }
  .upthome__set--blc-flex {
    display: block;
    width: 100%;
    height: 100%;
  }
  .upthome__set--blc-btm {
    margin-right: 1px;
    border-right: solid 1px #32667A;
  }
  .upthome__set--blc-btm a {
    font-size: 1.5625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .upthome__set--blc-btm a span {
    padding-right: 50px;
    background-size: 32px 16px;
  }
  .upthome__products--blc {
    display: block;
  }
  .upthome__products--blc li {
    display: block;
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: solid 1px #32667A;
  }
  .upthome__products--blc li:last-child {
    border: none;
  }
  .upthome__products--blc li a {
    width: 100%;
    display: block;
  }
  .upthome__products--nameblc {
    padding: 20px 0 15px;
  }
  .upthome__products--name {
    text-align: center;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #32667A;
    letter-spacing: 0.1em;
  }
  .upthome__products--jpname {
    text-align: center;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #32667A;
  }
  .upthome__products--jpname span {
    display: inline-block;
    padding-left: 1em;
    letter-spacing: 0.1em;
  }
  .upthome__producer {
    height: 55vw;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/bg_yumi-sp02.jpg");
    background-position: 0 0;
  }
  .upthome__producer .pcImg {
    display: none !important;
  }
  .upthome__producer .spImg {
    display: block !important;
  }
  .upthome__producer--inner {
    border-right: solid 1px #32667A;
    border-left: solid 1px #32667A;
    width: 92vw;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 55vw;
  }
  .upthome__producer .producer__inner div {
    height: 6vw;
  }
  .upthome .about__inner div {
    height: 6vw;
  }
  .upthome__illust {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5vw;
  }
  .upthome__yumi {
    border-right: none;
    border-left: none;
    margin: 0 auto;
    background: #F7F8F8;
    display: block;
    align-items: stretch;
  }
  .upthome__yumi .uptline {
    display: block;
  }
  .upthome__yumi--blc {
    width: 100%;
  }
  .upthome__yumi--blc + .upthome__yumi--blc {
    border-right: none;
    border-left: none;
  }
  .upthome__yumi--blc.right {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }
  .upthome__yumi--sblc {
    width: 100%;
    padding: 18vw 0;
  }
  .upthome__yumi--sign {
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/sign_yumi.svg");
    width: 131px;
    height: 33px;
    margin: 28px auto 0;
  }
  .upthome__yumi .pcImg {
    display: block;
  }
  .upthome__yumi .spImg {
    display: none;
  }
}
#Lpbnr {
  position: fixed;
  z-index: 10;
}

.modal__link {
  display: block;
  position: fixed;
  left: 50%;
  max-width: 840px;
  width: 90vw;
  transform: translate(-50%, 0);
  bottom: 60px;
  z-index: 2;
}

.modal__link img {
  width: 100%;
}

.modal__link--close {
  position: fixed;
  bottom: 186px;
  left: calc(50% + 400px);
  transform: translate(-50%, 0);
  display: block;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.modal__link--close img {
  width: 100%;
}

.modal__bg {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  overflow: auto;
  display: block;
}

.modal__btn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 103;
}

.modal__contents {
  position: fixed;
  display: block;
  z-index: 102;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 842px;
  max-height: 720px;
  width: 45%;
  top: 45%;
  max-width: 500px;
  max-height: 450px;
}

.modal__contents--inner {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}

.modal__contents--inner img {
  border-radius: 20px;
  -o-object-fit: content;
  object-fit: content;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .modal__contents {
    width: 80vw;
    max-height: 70vh;
  }
  .modal__contents--inner {
    position: relative;
  }
  .modal__contents--inner img {
    border-radius: 5vw;
    width: 100%;
    height: auto;
  }
  .modal__contents__btn:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 1024px) {
  .modal__link--close {
    left: auto;
    right: 5vw;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .modal__link {
    display: block;
    position: fixed;
    bottom: 5vw;
    right: 5vw;
  }
  .modal__link img {
    width: 90vw;
  }
  .modal__link--close {
    bottom: 31vw;
    right: 6vw;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.upthome__set--blc-btm a {
  line-height: 1.4;
  display: block;
  padding: 20px 0;
}

.upthome__set--blc-btm a pre {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h1.upthome__fv--logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}

h2.upthome__illust--ttl {
  text-align: center;
  color: #32667A;
  font-size: 0.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.upthome__fv--feature {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/home_set-feature.svg");
  background-size: 100% auto;
  width: 145px;
  height: 145px;
  position: absolute;
  top: 122px;
  right: 54px;
  animation: rotation 10s infinite linear;
}

.upthome__fv--feature-txt {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0926/fv_feature2.svg");
  width: 100px;
  height: 62px;
  position: absolute;
  top: 158px;
  right: 77px;
}

@media screen and (max-width: 768px) {
  .upthome__fv {
    background-size: auto 105%;
    background-position: center bottom;
  }
  .upthome__fv--feature {
    width: 29.3vw;
    height: 29.3vw;
    position: absolute;
    top: 28vw;
    right: 6vw;
    animation: rotation 10s infinite linear;
  }
  .upthome__fv--feature-txt {
    width: 20.3vw;
    height: 12.8vw;
    position: absolute;
    top: 35vw;
    right: 10.5vw;
  }
}
.upthome__set--blc-btm {
  border-top: none;
  padding: 0 13% 14.7%;
}

.upthome__set--blc-btm a {
  padding: 24px 0;
}

.upthome__set--sblc {
  padding: 13% 0 10% 13%;
}

.upthome__set--linkbtn {
  display: block;
  background: #FF583B;
  border-radius: 40px;
  margin: 0 auto;
  width: 100%;
  border: none;
}

.upthome__set--linkbtn span {
  font-weight: 400;
  font-size: 1.375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.upthome__set--sblc02 {
  padding-top: 8%;
}

.upthome__set--ssblc {
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .upthome__set--blc-btm {
    padding: 0 10.4vw 13.36vw;
  }
  .upthome__set--blc-btm a {
    padding: 20px 0;
  }
  .upthome__set--blc .upt__sname {
    margin-bottom: 6.5vw;
  }
  .upthome__set--sblc {
    padding-top: 10vw;
  }
  .upthome__set--sblc02 {
    padding-top: 12vw;
    padding-bottom: 4vw;
  }
  .upthome__set--linkbtn {
    border-radius: 40px;
  }
  .upthome__set--linkbtn span {
    font-size: 1.3125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .upthome__set--ssblc {
    margin-bottom: 6.6vw;
  }
}
.upthome__products--blc li {
  width: 100%;
}

.upthome__products--blc li a {
  border-top: none;
  font-weight: 400;
  background: none;
  display: block;
  margin: 0;
  padding: 0;
}

.upthome__products--blc li a:hover {
  opacity: 0.8;
}

.upthome__products--linkbtn {
  display: block;
  background: #FF583B;
  border-radius: 40px;
  margin: 0 9.7% 30px;
  background: #FF583B;
}

@media screen and (max-width: 768px) {
  .upthome__products--blc li {
    width: auto;
  }
  .upthome__products--blc li a {
    width: auto;
  }
  .upthome__products--linkbtn {
    display: block;
    background: #FF583B;
    border-radius: 40px;
  }
}
.upthome__set--img a:hover {
  opacity: 0.8;
}

.upthome__products--linkbtn {
  background: #FF583B;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.upthome__products--linkbtn span {
  display: inline-block;
  padding-right: 46px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/arrow.png");
  background-repeat: no-repeat;
  background-size: 27px 14px;
  background-position: right center;
}

.upthome__products--linkbtn:hover {
  opacity: 0.7;
}

.upthome__intro--img img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .upthome__intro--img .pcImg {
    display: none;
  }
  .upthome__intro--img .spImg {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .upthome__yumi .pcImg {
    display: none;
  }
  .upthome__yumi .spImg {
    display: block;
  }
}
.upthome__renew {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  line-height: 0;
  font-size: 0;
  margin-top: -75px;
  height: calc(100vh - 28px);
}

.upthome__renew .upthomeSWiper {
  z-index: 1;
  margin: 0 0 0;
  font-size: 0;
  width: 100%;
  height: calc(100vh - 28px);
  background-color: #dfe4ea;
}

.upthome__renew .swiper-wrapper .pcImg {
  background-color: #dfe4ea;
  -o-object-fit: cover;
  object-fit: cover;
}

.upthome__renew img {
  width: auto;
  width: 100vw;
  height: calc(100vh - 28px);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.upthome__renew--rightline {
  height: 100vh;
  width: 1px;
  margin: 0;
  background: #32667A;
  position: absolute;
  bottom: 0;
  left: calc(50% + 550px);
  transform: translateX(-50%);
  z-index: 2;
}

.upthome__renew--leftline {
  height: 100vh;
  width: 1px;
  margin: 0;
  background: #32667A;
  position: absolute;
  bottom: 0;
  left: calc(50% - 550px);
  transform: translateX(-50%);
  z-index: 2;
}

.upthome__renew .uptb.uptheader .uptheader__iconslc__inner {
  z-index: 3;
}

.upthome__renew .upthome__fv--logo {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/logo_renew.svg");
  width: 315px;
  height: 212px;
  bottom: 40px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .upthome__renew {
    margin-top: -15.6vw;
    height: calc(100dvh - 28px);
  }
  .upthome__renew .upthomeSWiper {
    z-index: 1;
  }
  .upthome__renew .swiper-pagination {
    display: none;
  }
  .upthome__renew .swiper-wrapper .spImg {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .upthome__renew img {
    width: 100vw;
    height: calc(100vh - 28px);
    height: calc(100dvh - 28px);
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  .upthome__renew--rightline {
    height: calc(100vh - 28px);
    height: calc(100dvh - 28px);
    left: auto;
    right: 4vw;
    transform: none;
  }
  .upthome__renew--leftline {
    height: calc(100vh - 28px);
    height: calc(100dvh - 28px);
    left: 4vw;
    transform: none;
  }
  .upthome__renew .uptb.uptheader .uptheader__iconslc__inner {
    z-index: 3;
  }
  .upthome__renew .upthome__fv--logo {
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/logo_renew.svg");
    width: 64vw;
    height: 43.2vw;
    bottom: 4.5vw;
    z-index: 3;
  }
  .upthome__renew .upthome__fv--feature {
    z-index: 3;
    top: 20vw;
    right: 8.8vw;
  }
  .upthome__renew .upthome__fv--feature-txt {
    z-index: 4;
    top: 29vw;
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/renew_featuretxt.svg");
    width: 17.6vw;
    height: 11vw;
    right: 14.8vw;
  }
}
.uptheader .uptblc__inner {
  border-right: none;
  border-left: none;
}

.uptheader.bg__header .uptblc__inner {
  border-right: solid 1px #32667A;
  border-left: solid 1px #32667A;
}

@media screen and (min-width: 768px) {
  .upthome__renew--rightline {
    left: calc(50% + 45vw);
  }
  .upthome__renew--leftline {
    left: calc(50% - 45vw);
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 14px;
    height: 104px;
    top: 50%;
    left: calc(50% - 46.4vw);
    overflow: hidden;
    transform: translateY(-50%);
    transform: translateX(-50%);
  }
  .upthome__fv--feature {
    z-index: 3;
    right: 50%;
    left: calc(50% + 28vw);
    top: 100px;
  }
  .upthome__fv--feature-txt {
    z-index: 4;
    left: calc(50% + 30.8vw);
    top: 144px;
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/renew_featuretxt.svg");
  }
}
@media screen and (min-width: 1222px) {
  .upthome__renew--rightline {
    left: calc(50% + 550px);
  }
  .upthome__renew--leftline {
    left: calc(50% - 550px);
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 8px;
    height: 104px;
    margin-bottom: 80px;
    top: 50%;
    left: calc(50% - 565px);
    overflow: hidden;
    transform: translateY(-50%);
    transform: translateX(-50%);
  }
  .upthome__fv--feature {
    z-index: 3;
    right: 50%;
    left: calc(50% + 350px);
    top: 100px;
  }
  .upthome__fv--feature-txt {
    z-index: 4;
    left: calc(50% + 378px);
    top: 144px;
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/renew_featuretxt.svg");
    width: 90px;
    height: 54px;
  }
}
.upthome__sets {
  display: block;
  font-size: 0;
}

.upthome__sets--img {
  border-bottom: solid 1px #32667A;
}

.upthome__sets--img02 {
  padding: 13vw 0;
}

.upthome__wash--blc {
  display: flex;
  margin: -1px 0 0 0;
  padding: 0;
  border-bottom: solid 1px #32667A;
}

.upthome__wash--blc-balm {
  padding: 15px 0;
}

.upthome__wash--blc-balm img {
  width: auto;
  height: 44px;
  margin: 0 auto;
  display: block;
}

.upthome__wash--blc-img img {
  width: 100%;
  height: auto;
  border: solid 1px #32667A;
  border-radius: 167px;
}

.upthome__wash--blc-feature {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/home_set-feature.svg");
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 12px;
  top: 12px;
  animation: rotation 10s infinite linear;
}

.upthome__wash--blc-featuretxt {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/feature_wash.svg");
  background-size: 100% auto;
  width: 64px;
  height: 17px;
  position: absolute;
  left: 31px;
  top: 54px;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.upthome__wash--blc li {
  list-style-type: none;
  width: 50%;
}

.upthome__wash--blc li a {
  display: block;
  position: relative;
}

.upthome__wash--blc li a:hover {
  opacity: 0.7;
}

.upthome__wash--blc li:first-child {
  border-right: solid 1px #32667A;
}

.upthome__wash--spblc {
  padding-bottom: 13vw;
  background: #FFF;
}

.upthome__wash--img {
  font-size: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.upthome__wash--img-imgblc {
  border-right: solid 1px #32667A;
  width: 60%;
  min-width: 60%;
}

.upthome__wash--img-txtblc {
  width: 40%;
  min-width: 40%;
}

.upthome__wash--img img {
  height: auto;
  width: 100%;
}

.upthome__wash--img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .upthome__wash--img {
    display: block;
  }
  .upthome__wash--img-imgblc {
    border-right: none;
    width: 100%;
    min-width: 100%;
    border-bottom: solid 1px #32667A;
  }
  .upthome__wash--img-txtblc {
    width: 100%;
    min-width: 100%;
    padding: 11.46vw 0;
  }
  .upthome__wash--img img {
    height: auto;
    width: 100%;
  }
  .upthome__wash--img:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .upthome .upthome__wash--blc {
    display: block;
  }
  .upthome .upthome__wash--blc li {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #32667A;
  }
  .upthome .upthome__wash--blc-img img {
    border-radius: 50%;
  }
  .upthome .upthome__wash--blc-balm {
    width: 72vw;
    padding: 4vw 0 8vw;
    margin: 0 auto;
  }
  .upthome .upthome__wash--blc-balm img {
    width: 100%;
    height: auto;
  }
  .upthome .uptblc__ttl {
    font-size: 22px;
  }
}
#Lpbnr {
  opacity: 0;
  animation: fadeOutAnime 1s ease 0s 1 forwards;
}

#Lpbnr.active {
  opacity: 1;
  animation: fadeInAnime 1s ease 0s 1 forwards;
}

.upthome__yumi--txt {
  font-size: 14px;
  line-height: 2;
}

.upthome__products--feature {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/home_set-feature.svg");
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 12px;
  top: 12px;
  animation: rotation 10s infinite linear;
}

.upthome__products--featuretxt {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/feature_wash.svg");
  background-size: 100% auto;
  width: 64px;
  height: 17px;
  position: absolute;
  left: 31px;
  top: 54px;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.upthome__products--blc {
  margin-top: -1px;
}

.upthome__products--blc-box {
  position: relative;
}

.upthome__products--blc .upthome__products--name {
  margin: 0 auto 4px;
}

.upthome__products--blc + .upthome__products--blc {
  border-top: solid 1px #32667A;
}

.upthome__products--blc.deverse {
  flex-direction: row-reverse;
}

.upthome__products--blc.deverse li:last-child {
  border-right: solid 1px #32667A;
}

.upthome__products--blc.deverse li:first-child {
  border-right: none;
}

.upthome__producer {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_newproducer-pc.png");
}

@media screen and (max-width: 1080px) {
  .upthome__producer {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_newproducer-pcmiddle.jpg");
  }
}
.upthome__yumi--blc.right {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .upthome__products--blc {
    margin-top: -1px;
  }
  .upthome__products--blc + .upthome__products--blc {
    border-top: solid 1px #32667A;
  }
  .upthome__products--blc.deverse {
    flex-direction: row;
  }
  .upthome__products--blc.deverse li:last-child {
    border-right: none;
  }
  .upthome__producer {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_newproducer-sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .third .upthome__fv--logo {
    bottom: 17vh;
    left: calc(50% - 23vw);
  }
}
@media screen and (min-width: 1200px) {
  .third .upthome__fv--logo {
    bottom: 17vh;
    left: calc(50% - 360px);
  }
}
@media screen and (max-width: 768px) {
  .upthome__renew {
    margin: 0 calc(50% - 50vw);
    width: auto;
    position: relative;
    line-height: 0;
    font-size: 0;
    margin-top: -89px;
    height: 100vh;
    height: 100svh;
  }
  .upthome__renew .upthomeSWiper {
    z-index: 1;
    margin: 0 0 0;
    font-size: 0;
    width: auto;
    height: 100vh;
    height: 100svh;
    background-color: #dfe4ea;
  }
  .upthome__renew .upthomeSWiper img {
    width: auto;
    height: 100vh;
    height: 100svh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .upthome__renew .swiper-wrapper .spImg {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .upthome__renew .upthome__renew--rightline,
  .upthome__renew .upthome__renew--leftline {
    height: 100vh;
    height: 100svh;
  }
}
.upthome__yumi {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .upthome__yumi {
    display: flex;
    width: 100%;
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .upthome__yumi--blc {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .movieTpPc {
    background-color: #fffcd3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .movieTpPc .pcImg {
    max-width: 1098px;
    width: 100% !important;
    height: auto !important;
  }
  .movieTpPc .pcImg img {
    width: 100% !important;
    height: auto !important;
  }
}
.upthome__products--blc.maskblc {
  display: flex;
}

.upthome__products--blc.maskblc li {
  width: 50%;
  display: flex;
  align-items: stretch;
  flex-direction: unset;
}

.upthome__products--blc.maskblc li a {
  display: block;
  margin-top: -1px;
}

.upthome__products--blc.maskblc img {
  border-radius: 190px;
  border: solid 1px #32667A;
}

.upthome__products--blc.maskblc .mask {
  border-top: solid 1px #32667A;
  border-bottom: solid 1px #32667A;
}

.upthome__products--blc.maskblc .mask a {
  display: block;
  height: 100%;
}

.upthome__products--blc.maskblc .mask img {
  border: none;
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .upthome__products--blc.maskblc {
    border-bottom: none;
  }
  .upthome__products--blc.maskblc img {
    border-radius: 50%;
  }
  .upthome__products--blc.maskblc .mask {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .upthome__products--blc .upthome__products--linkbtn {
    max-width: 210px;
    margin: 0 auto 30px;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .upthome__products--blc .upthome__products--linkbtn span {
    background-size: 16px 8px;
    padding-right: 24px;
  }
}
.upthome__producer {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405-pc.jpg");
}

@media screen and (max-width: 1080px) {
  .upthome__producer {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405-tb.jpg");
  }
}
@media screen and (max-width: 768px) {
  .upthome__producer {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405b-sp.jpg");
  }
}
.modal__contents--inner {
  padding: 0 30px;
}

.modal__contents--inner img {
  border-radius: 0;
}

.modal__contents--inner .modal__btn {
  top: 8px;
  width: 20px;
  height: 20px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/btn_closemodal.png");
  background-size: 100% auto;
}

.is-no-webp .upthome__fv {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/fv_pc04.jpg);
}

.is-webp .upthome__fv {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/fv_pc04.webp);
}

.is-no-webp .upthome__set--img-in {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/home_setimg-pc.jpg);
}

.is-webp .upthome__set--img-in {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/home_setimg-pc.webp);
}

.is-no-webp .upthome__producer {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405-pc.jpg);
}

.is-webp .upthome__producer {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405-pc.webp);
}

.is-no-webp .upthome__washset--img {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/img--washset-tp.jpg);
}

.is-webp .upthome__washset--img {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/img--washset-tp.webp);
}

@media screen and (max-width: 1080px) {
  .is-no-webp .upthome__producer {
    background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405-tb.jpg);
  }
  .is-webp .upthome__producer {
    background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405-tb.webp);
  }
}
@media screen and (max-width: 768px) {
  .is-no-webp .upthome__fv {
    background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/fv_sp.jpg);
  }
  .is-webp .upthome__fv {
    background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/fv_sp.webp);
  }
  .is-no-webp .upthome__set--img-in {
    background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/home_setimg-sp.png);
  }
  .is-webp .upthome__set--img-in {
    background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/home_setimg-sp.webp);
  }
  .is-no-webp .upthome__producer {
    background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405b-sp.jpg);
  }
  .is-webp .upthome__producer {
    background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/bg_producer2405b-sp.webp);
  }
}
.newitems {
  width: 100%;
  margin-top: -60px;
}

.newitems .copyright {
  text-align: center;
  color: #9f857e;
  font-size: 0.8125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.newitems hr {
  max-width: 336px;
  display: block;
  margin: 0 auto 100px;
}

.newitems__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.newitems__new {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems_ttl.png");
  width: 138px;
  height: 59px;
  margin: 30px auto;
}

.newitems__txt {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/img_newitemstxt.jpg");
  margin: 0 auto 109px !important;
  width: 582px;
  height: 122px;
}

.newitems__subttl {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems_date.jpg");
  margin: 0 auto 41px;
  width: 324px;
  height: 38px;
}

.newitems__subtxt01 {
  margin: 0 auto 34px;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
}

.newitems__subtxt01.basetxt01 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt01.jpg");
  width: 256px;
  height: 60px;
}

.newitems__subtxt01.color01 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt01.jpg");
  width: 317px;
  height: 60px;
}

.newitems__subtxt01.eyetxt01 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt01.jpg");
  width: 280px;
  height: 60px;
}

.newitems__subtxt01.riptxt01 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt01.jpg");
  width: 260px;
  height: 60px;
}

.newitems__subtxt02 {
  margin: 0 auto 34px;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
}

.newitems__subtxt02.basetxt02 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt02.jpg");
  width: 406px;
  height: 42px;
}

.newitems__subtxt02.color02 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt02.jpg");
  width: 266px;
  height: 67px;
}

.newitems__subtxt02.eyetxt02 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt02.jpg");
  width: 414px;
  height: 42px;
}

.newitems__subtxt02.riptxt02 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt02.jpg");
  width: 287px;
  height: 42px;
}

.newitems__subtxt03 {
  margin: 0 auto 36px;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
}

.newitems__subtxt03.basetxt03 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt03.jpg");
  width: 170px;
  height: 27px;
}

.newitems__subtxt03.color03 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt03.jpg");
  width: 176px;
  height: 32px;
}

.newitems__subtxt03.eyetxt03 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt03.jpg");
  width: 268px;
  height: 132px;
}

.newitems__subtxt03.riptxt03 {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt03.jpg");
  width: 242px;
  height: 111px;
}

.newitems__insta {
  display: block;
  padding: 0 5%;
  margin: 0 auto 100px;
}

.newitems__insta img {
  width: 100%;
  height: auto;
}

.newitems__image {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
}

.newitems__image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  animation: ChangeImage 10s infinite;
  opacity: 0;
}

.newitems__image img:nth-of-type(1) {
  animation-delay: 0s;
}

.newitems__image img:nth-of-type(2) {
  animation-delay: 5s;
}

@keyframes ChangeImage {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .newitems {
    width: 100%;
    margin-top: -60px;
  }
  .newitems .copyright {
    font-size: 0.5rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .newitems hr {
    width: 70%;
    max-width: 336px;
    margin: 0 auto 16%;
  }
  .newitems__new {
    width: 23vw;
    height: 10vw;
    margin: 5vw auto;
  }
  .newitems__txt {
    margin: 0 auto 19vw !important;
    width: 97vw;
    height: 20.3vw;
  }
  .newitems__subttl {
    margin: 0 auto 7vw;
    width: 54vw;
    height: 6.3vw;
  }
  .newitems__subtxt01 {
    margin: 0 auto 5.6vw;
  }
  .newitems__subtxt01.basetxt01 {
    width: 42.6vw;
    height: 10vw;
  }
  .newitems__subtxt01.color01 {
    width: 42.6vw;
    height: 10vw;
  }
  .newitems__subtxt01.eyetxt01 {
    width: 46.6vw;
    height: 10vw;
  }
  .newitems__subtxt01.riptxt01 {
    width: 43.3vw;
    height: 10vw;
  }
  .newitems__subtxt02 {
    margin: 0 auto 5.6vw;
  }
  .newitems__subtxt02.basetxt02 {
    width: 67.6vw;
    height: 7vw;
  }
  .newitems__subtxt02.color02 {
    width: 44.3vw;
    height: 11.2vw;
  }
  .newitems__subtxt02.eyetxt02 {
    width: 69vw;
    height: 7vw;
  }
  .newitems__subtxt02.riptxt02 {
    width: 47.8vw;
    height: 7vw;
  }
  .newitems__subtxt03 {
    margin: 0 auto 6vw;
  }
  .newitems__subtxt03.basetxt03 {
    width: 170px;
    height: 27px;
  }
  .newitems__subtxt03.color03 {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt03.jpg");
    width: 28.4vw;
    height: 5.4vw;
  }
  .newitems__subtxt03.eyetxt03 {
    width: 44.6vw;
    height: 22vw;
  }
  .newitems__subtxt03.riptxt03 {
    width: 40.3vw;
    height: 18.5vw;
  }
  .newitems__image {
    position: relative;
    width: 70vw;
    height: 70vw;
    margin: 0 auto 5vw;
  }
}
.is-no-webp .newitems__new {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems_ttl.jpg);
}

.is-webp .newitems__new {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems_ttl.webp);
}

.is-no-webp .newitems__txt {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/img_newitemstxt.jpg);
}

.is-webp .newitems__txt {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/img_newitemstxt.webp);
}

.is-no-webp .newitems__subttl {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems_date.jpg);
}

.is-webp .newitems__subttl {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems_date.webp);
}

.is-no-webp .basetxt01 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt01.jpg);
}

.is-webp .basetxt01 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt01.webp);
}

.is-no-webp .basetxt02 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt02.jpg);
}

.is-webp .basetxt02 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt02.webp);
}

.is-no-webp .basetxt03 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt03.jpg);
}

.is-webp .basetxt03 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__basetxt03.webp);
}

.is-no-webp .color01 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt01.jpg);
}

.is-webp .color01 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt01.webp);
}

.is-no-webp .color02 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt02.jpg);
}

.is-webp .color02 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt02.webp);
}

.is-no-webp .color03 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt03.jpg);
}

.is-webp .color03 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__colortxt03.webp);
}

.is-no-webp .eyetxt01 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt01.jpg);
}

.is-webp .eyetxt01 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt01.webp);
}

.is-no-webp .eyetxt02 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt02.jpg);
}

.is-webp .eyetxt02 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt02.webp);
}

.is-no-webp .eyetxt03 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt03.jpg);
}

.is-webp .eyetxt03 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__eyetxt03.webp);
}

.is-no-webp .riptxt01 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt01.jpg);
}

.is-webp .riptxt01 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt01.webp);
}

.is-no-webp .riptxt02 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt02.jpg);
}

.is-webp .riptxt02 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt02.webp);
}

.is-no-webp .riptxt03 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt03.jpg);
}

.is-webp .riptxt03 {
  background-image: url(https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/newitems__riptxt03.webp);
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}

.fadein.fadein-left {
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.uptnews li {
  padding: 40px 0;
  border-bottom: dashed 1px #d8d8e4;
  display: flex;
  margin: 0;
}

.uptnews a {
  text-decoration: none;
}

.uptnews__ttl {
  color: #494949;
  font-size: 22px !important;
  margin: 0 0 16px !important;
  line-height: 1;
  font-weight: 500;
}

.uptnews__gazo {
  margin: 0 20px 0 0;
  min-width: 180px;
  width: 180px;
  max-width: 180px;
}

.uptnews__gazo img {
  margin: 0 0 !important;
}

.uptnews__contents--name {
  margin: 0 8px 0 0 !important;
  display: inline-block;
  background: #d8d8e4;
  color: #494949;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 1 !important;
  white-space: nowrap;
}

.uptnews__contents--txt {
  margin: 4px 0 0 !important;
  color: #494949;
  line-height: 1.2 !important;
  padding-left: 3px;
  padding-top: 5px;
}

.uptnews__contents--txt span {
  font-size: 0.7em;
}

.uptnews__contents--subtxt {
  margin: 0 0 20px !important;
  font-size: 0.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4 !important;
}

.uptnews__contents--subtxt a {
  text-decoration: underline;
}

.uptnews__contents--nameblc {
  display: flex;
  margin: 0 0 10px 0;
}

.uptnews__contents--nameblc p {
  margin: 0 !important;
}

.uptnews__contents--nameblc2 {
  display: block;
  margin: 0 0 0;
}

.uptnews__link {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.uptnews__link--img {
  margin-right: 16px;
}

.uptnews__img {
  border: solid 1px #d8d8e4;
  width: 80px;
  min-width: 80px;
  margin: 0 0 !important;
}

.uptnews__contents--nameblc2 p {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .uptnews__link {
    align-items: start;
  }
  .uptnews__gazo {
    min-width: 26vw;
    width: 26vw;
    max-width: 26vw;
    margin: 0 10px 0 0;
  }
  .uptnews__img {
    min-width: 50px;
    width: 50px;
    max-width: 50px;
  }
  .uptnews__link--img {
    margin-right: 8px;
  }
  .uptnews__ttl {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .uptnews__contents--txt {
    font-size: 12px !important;
    padding-top: 0px !important;
  }
  .uptnews__contents--subtxt {
    font-size: 12px !important;
  }
  .uptnews__contents--name {
    font-size: 12px !important;
  }
  .uptnews__contents--nameblc {
    display: block;
  }
  .uptnews__contents--nameblc .uptnews__contents--txt {
    margin-top: 3px !important;
  }
}
* {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

* p {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptprodcut .uptblc__buyblc__spborder {
  display: none;
}

.uptprodcut .uptblc__buyblc {
  display: flex;
  align-items: stretch;
}

.uptprodcut .uptblc__buyblc--img {
  width: 50%;
  min-width: 50%;
  border-right: solid 1px #32667A;
}

.uptprodcut .uptblc__buyblc--s {
  width: 50%;
  min-width: 50%;
  display: flex;
  justify-content: ceter;
  align-items: center;
}

.uptprodcut .uptblc__buyblc--rblc {
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.uptprodcut .uptblc__buyblc--contents {
  display: flex;
  padding: 0 16% 0 13%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.uptprodcut .uptblc__buyblc--txt00 {
  font-size: 2.375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin: 0 0 12px;
}

.uptprodcut .uptblc__buyblc--txt01 {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #32667A;
  margin: 0 0 22px;
  letter-spacing: 0.1em;
}

.uptprodcut .uptblc__buyblc--txt02 {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #32667A;
  margin: 0 0 26px;
  letter-spacing: 0.1em;
}

.uptprodcut .uptblc__buyblc--txt03 {
  font-size: 1.4375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #32667A;
}

.uptprodcut .uptblc__buyblc--btn {
  margin-top: auto;
  border-top: solid 1px #32667A;
  width: 100%;
}

.uptprodcut .uptblc__buyblc--btn button {
  display: flex;
  width: 100%;
  background: #FF583B;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 27px 0;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.uptprodcut .uptblc__buyblc--btn button span {
  height: 10px;
  display: inline-block;
  padding-right: 46px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/arrow.png");
  background-repeat: no-repeat;
  background-size: 27px 14px;
  background-position: right center;
}

.uptprodcut .uptblc__buyblc--btn button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .uptprodcut .uptblc__buyblc--txt00 {
    font-size: 1.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.3;
    margin: 0 0 12px;
  }
  .uptprodcut .uptblc__buyblc--txt01 {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 0 16px;
  }
  .uptprodcut .uptblc__buyblc--txt02 {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 0 20px;
  }
  .uptprodcut .uptblc__buyblc--txt03 {
    font-size: 1.25rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .uptprodcut .uptblc__buyblc {
    display: block;
  }
  .uptprodcut .uptblc__buyblc--img {
    width: 100%;
    min-width: 100%;
    border-right: none;
  }
  .uptprodcut .uptblc__buyblc__spborder {
    border-bottom: solid 1px #32667A;
    width: 100vw;
    height: 1px;
    margin: 0 -4vw;
    display: block;
  }
  .uptprodcut .uptblc__buyblc--s {
    width: 100%;
    min-width: 100%;
    border-right: none;
    display: flex;
    justify-content: ceter;
    align-items: center;
  }
  .uptprodcut .uptblc__buyblc--rblc {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .uptprodcut .uptblc__buyblc--contents {
    display: flex;
    padding: 12.5vw 10vw;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .uptprodcut .uptblc__buyblc--txt00 {
    font-size: 1.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.5;
    margin: 0 0 6vw;
  }
  .uptprodcut .uptblc__buyblc--txt01 {
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 0 5vw;
  }
  .uptprodcut .uptblc__buyblc--txt02 {
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 0 8vw;
  }
  .uptprodcut .uptblc__buyblc--txt03 {
    font-size: 1.4375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .uptprodcut .uptblc__buyblc--btn {
    margin-top: auto;
    border-top: solid 1px #32667A;
    width: 100%;
  }
  .uptprodcut .uptblc__buyblc--btn button {
    display: flex;
    width: 100%;
    background: #FF583B;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 600;
    padding: 27px 0;
    line-height: 1;
    justify-content: center;
    align-items: center;
  }
  .uptprodcut .uptblc__buyblc--btn button span {
    display: inline-block;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .uptprodcut .uptblc__buyblc--btn button span {
    height: 10px;
    background-size: 27px 14px;
    padding-right: 46px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .uptprodcut .uptblc__buyblc--btn button span {
    height: 10px;
    background-size: contain;
    padding-right: 36px;
  }
}
.uptprodcut .uptproduct__fv {
  margin-top: -30px;
}

.uptprodcut .uptprodcut__intro--txt {
  text-align: center;
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #32667A;
  padding: 28px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.uptprodcut .uptprodcut__intro--txt br {
  display: none;
}

.uptprodcut .uptprodcut__intro--relative {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 8.5%;
}

.uptprodcut .uptprodcut__intro--relative img {
  width: 100%;
  border-radius: 220px;
  border: solid 1px #32667A;
  z-index: 2;
}

.uptprodcut .uptprodcut__intro--relative-img {
  z-index: 2;
}

.uptprodcut .uptprodcut__intro--border {
  position: absolute;
  width: 50%;
  border-right: 1px #32667A solid;
  min-width: 50%;
  top: 0;
  left: 0;
}

.uptprodcut .uptprodcut__intro--border.active {
  height: 100%;
  animation-name: borderAnime;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

@media screen and (max-width: 768px) {
  .uptprodcut .uptprodcut__intro--txt {
    padding: 12.5vw 0 6.4vw;
    line-height: 1.67;
  }
  .uptprodcut .uptprodcut__intro--txt br {
    display: block;
  }
  .uptprodcut .uptprodcut__intro--relative {
    padding: 14vw 6.7vw;
  }
  .uptprodcut .uptprodcut__intro--relative img {
    border-radius: 58.4vw;
  }
  .uptprodcut .uptprodcut__intro--border.active {
    animation-name: borderAnime;
    animation-duration: 2.5s;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
  }
}
.uptprodcut .uptproduct__setitem--blc {
  display: flex;
  align-items: stretch;
}

.uptprodcut .uptproduct__setitem--blc.reverse {
  flex-direction: row-reverse;
}

.uptprodcut .uptproduct__setitem--blc-s {
  width: 50%;
  min-width: 50%;
}

.uptprodcut .uptproduct__setitem--blc-s.border {
  border-right: solid 1px #32667A;
}

.uptprodcut .uptproduct__setitem--blc-s.img {
  background: #E1E9EF;
}

.uptprodcut .uptproduct__setitem--blc + .uptproduct__setitem--blc {
  border-top: solid 1px #32667A;
}

.uptprodcut .uptproduct__setitem--img img {
  width: 100%;
  border-radius: 50%;
  border: solid 1px #32667A;
}

.uptprodcut .uptproduct__setitem--exp {
  padding: 14% 12.3%;
  position: relative;
  height: 100%;
}

.uptprodcut .uptproduct__setitem--name {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}

.uptprodcut .uptproduct__setitem--name p {
  line-height: 1;
  color: #32667A;
  letter-spacing: 0.1em;
}

.uptprodcut .uptproduct__setitem--name-img {
  width: clamp(56px, 64px, 12%);
  padding: 3px;
}

.uptprodcut .uptproduct__setitem--name-img img {
  width: 100%;
}

.uptprodcut .uptproduct__setitem--name01 {
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptprodcut .uptproduct__setitem--name02 {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 12px 0;
  line-height: 1.4;
}

.uptprodcut .uptproduct__setitem--name02 br {
  display: none;
}

.uptprodcut .uptproduct__setitem--name03 {
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptprodcut .uptproduct__setitem--setsumei-ttl {
  color: #32667A;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1em;
}

.uptprodcut .uptproduct__setitem--setsumei p {
  color: #32667A;
  font-size: 0.8125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

.uptprodcut .uptproduct__setitem--absolute {
  position: absolute;
  width: 75.4%;
  bottom: 14%;
  left: 50%;
  background: #F7F8F8;
  border-bottom: solid 1px #32667A;
  transform: translate(-50%, 0);
}

.uptprodcut .uptproduct__setitem--list-ttl {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  line-height: 1;
  display: flex;
  letter-spacing: 0.1em;
  justify-content: space-between;
  align-items: center;
}

.uptprodcut .uptproduct__setitem--list-ttl span {
  display: inline-block;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_plus.svg") no-repeat 0 0;
  width: 12px;
  height: 12px;
}

.uptprodcut .uptproduct__setitem--list-txt {
  font-size: 0.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.3;
  color: #32667A;
  padding-top: 5%;
  display: none;
}

.uptprodcut .uptproduct__setitem--list li {
  border-top: solid 1px #32667A;
  padding: 4.6% 8%;
}

.uptprodcut .uptproduct__setitem--list .active .uptproduct__setitem--list-ttl span {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_minus.svg") no-repeat 0 0;
  width: 12px;
  height: 1px;
}

@media screen and (max-width: 1024px) {
  .uptprodcut .uptproduct__setitem--exp {
    padding: 10%;
  }
  .uptprodcut .uptproduct__setitem--name {
    margin: 0 0 40px;
  }
  .uptprodcut .uptproduct__setitem--name-img {
    width: 14%;
    min-width: 14%;
  }
  .uptprodcut .uptproduct__setitem--name-img img {
    width: 100%;
  }
  .uptprodcut .uptproduct__setitem--name01 {
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .uptprodcut .uptproduct__setitem--name02 {
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 6px 0;
  }
  .uptprodcut .uptproduct__setitem--name02 br {
    display: none;
  }
  .uptprodcut .uptproduct__setitem--name03 {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .uptprodcut .uptproduct__setitem--setsumei h3 {
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 0 8px;
  }
  .uptprodcut .uptproduct__setitem--setsumei p {
    font-size: 0.75rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.3;
  }
  .uptprodcut .uptproduct__setitem--absolute {
    position: absolute;
    width: 80%;
    bottom: 10%;
    left: 50%;
  }
  .uptprodcut .uptproduct__setitem--list-ttl {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    color: #32667A;
    line-height: 1;
    display: flex;
    letter-spacing: 0.1em;
    justify-content: space-between;
    align-items: center;
  }
  .uptprodcut .uptproduct__setitem--list-ttl span {
    display: inline-block;
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_plus.svg") no-repeat 0 0;
    width: 12px;
    height: 12px;
  }
  .uptprodcut .uptproduct__setitem--list-txt {
    font-size: 0.75rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    padding-top: 5%;
  }
  .uptprodcut .uptproduct__setitem--list li {
    padding: 4% 5%;
  }
  .uptprodcut .uptproduct__setitem--list .active .uptproduct__setitem--list-ttl span {
    background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_minus.svg") no-repeat 0 0;
    width: 12px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .uptprodcut .uptproduct__setitem--blc {
    display: block;
  }
  .uptprodcut .uptproduct__setitem--blc-s {
    width: 100%;
    min-width: 100%;
  }
  .uptprodcut .uptproduct__setitem--blc-s.border {
    border-right: none;
    border-bottom: solid 1px #32667A;
  }
  .uptprodcut .uptproduct__setitem--blc-s.blc02 {
    border-bottom: solid 1px #32667A;
    border-top: solid 1px #32667A;
  }
  .uptprodcut .uptproduct__setitem--blc + .uptproduct__setitem--blc {
    border-top: none;
  }
  .uptprodcut .uptproduct__setitem--exp {
    padding: 13vw 5.8vw 52vw;
  }
  .uptprodcut .uptproduct__setitem--name {
    margin: 0 0 28px;
  }
  .uptprodcut .uptproduct__setitem--name p {
    line-height: 1;
    color: #32667A;
    letter-spacing: 0.1em;
  }
  .uptprodcut .uptproduct__setitem--name-img {
    width: 15.2vw;
    min-width: 15.2vw;
  }
  .uptprodcut .uptproduct__setitem--name01 {
    line-height: 1.3;
  }
  .uptprodcut .uptproduct__setitem--name02 {
    margin: 12px 0;
    line-height: 1.3 !important;
  }
  .uptprodcut .uptproduct__setitem--name02 br {
    display: block;
  }
  .uptprodcut .uptproduct__setitem--absolute {
    width: 80vw;
    bottom: 13vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .uptprodcut .uptproduct__setitem--list-ttl {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    color: #32667A;
    line-height: 1;
    display: flex;
    letter-spacing: 0.1em;
    justify-content: space-between;
    align-items: center;
  }
  .uptprodcut .uptproduct__setitem--list-ttl span {
    display: inline-block;
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_plus.svg") no-repeat 0 0;
    width: 12px;
    height: 12px;
  }
  .uptprodcut .uptproduct__setitem--list-txt {
    font-size: 0.75rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.3;
    color: #32667A;
    padding-top: 5%;
    display: none;
  }
  .uptprodcut .uptproduct__setitem--list li {
    border-top: solid 1px #32667A;
    padding: 4.6% 8%;
  }
  .uptprodcut .uptproduct__setitem--list .active .uptproduct__setitem--list-ttl span {
    background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_minus.svg") no-repeat 0 0;
    width: 12px;
    height: 1px;
  }
}
.uptprodcut .uptproduct__point--con {
  width: 100%;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/img_prodcut-concept-pc02.png") no-repeat 0 bottom;
  background-size: 100% auto;
  padding-bottom: 52%;
}

.uptprodcut .uptproduct__point--contxt {
  display: flex;
  padding: 4.6% 4.6% 0;
  justify-content: space-between;
}

.uptprodcut .uptproduct__point--contxt01 {
  width: 29%;
  min-width: 28%;
}

.uptprodcut .uptproduct__point--contxt02 {
  width: 35.5%;
  min-width: 35.5%;
}

.uptprodcut .uptproduct__point--contxt03 {
  width: 28%;
  min-width: 28%;
}

.uptprodcut .uptproduct__point--ttl {
  text-align: center;
  color: #FF583B;
  font-size: 1.3125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 16px;
}

.uptprodcut .uptproduct__point--subttl {
  text-align: center;
  color: #FF583B;
  font-size: 0.9375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 20px;
}

.uptprodcut .uptproduct__point--border {
  display: block;
  width: 1px;
  height: 73px;
  background-color: #FF583B;
  margin: 0 auto 16px;
}

.uptprodcut .uptproduct__point--txt {
  color: #FF583B;
  font-size: 0.8125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.33;
}

.uptprodcut .uptproduct__point--txt span {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .uptprodcut .uptproduct__point--con {
    width: 100%;
    background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/img_prodcut-concept-sp.png") no-repeat 0 bottom;
    background-size: 100% auto;
    padding-bottom: 89vw;
  }
  .uptprodcut .uptproduct__point--contxt {
    display: block;
    padding: 11.46vw 8.8vw 0;
  }
  .uptprodcut .uptproduct__point--contxt01 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 12.5vw;
  }
  .uptprodcut .uptproduct__point--contxt02 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 12.5vw;
  }
  .uptprodcut .uptproduct__point--contxt03 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }
  .uptprodcut .uptproduct__point--ttl {
    margin: 0 auto 3.4vw;
  }
  .uptprodcut .uptproduct__point--subttl {
    margin: 0 auto 5vw;
  }
  .uptprodcut .uptproduct__point--border {
    height: 10.6vw;
    margin: 0 auto 5vw;
  }
}
@keyframes borderAnime {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
#btn-add {
  display: flex !important;
  padding: 20px 0;
}

#btn-add .txt {
  line-height: 1.2;
  display: inline-block;
}

#btn-add .txt .stxt {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background: none;
  padding-right: 0;
  display: inline-block;
}

.uptproduct__setitem--name01 {
  color: #32667A;
}

.uptblc__buyblc--rblc {
  display: block;
}

.uptprodcut .uptblc__buyblc--btn {
  border-top: none;
  margin-top: 30px;
}

.uptprodcut .uptblc__buyblc--btn button {
  border-radius: 40px;
  font-weight: 400;
}

.uptprodcut .uptblc__buyblc--btn button .txt {
  font-size: 1.375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .uptprodcut .uptblc__buyblc--btn button .txt {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .uptprodcut .uptblc__buyblc--btn button .txt {
    font-size: 1rem;
  }
}

.uptprodcut .uptblc__buyblc--btn #btn-add {
  padding: 22px 0;
}

@media screen and (min-width: 719px) {
  .uptprodcut .uptblc__buyblc--contents {
    padding: 0 14%;
  }
}
.uptblc__buyblc--singleblc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  width: 100%;
  align-items: center;
}

.uptblc__buyblc--singleblc img {
  width: clamp(45px, 16%, 65px);
  height: clamp(45px, 16%, 65px);
}

.uptblc__buyblc--single-ttl {
  line-height: 1.3;
}

.uptblc__buyblc--single-jp {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #32667A;
  letter-spacing: 1px;
}

.uptblc__buyblc--single-jp br {
  display: none;
}

.uptblc__buyblc--single-it {
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #32667A;
  letter-spacing: 1px;
  font-style: italic;
}

.uptblc__buyblc--single-txt {
  margin: 28px 0;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #32667A;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .uptblc__buyblc--singleblc {
    margin-bottom: 7px;
    width: 100%;
  }
  .uptblc__buyblc--singleblc img {
    width: clamp(15.2vw, 15.2vw, 57px);
    height: clamp(15.2vw, 15.2vw, 57px);
  }
  .uptblc__buyblc--single-ttl {
    line-height: 1.3;
    font-size: clamp(18px, 6.6vw, 25px) !important;
  }
  .uptblc__buyblc--single-jp {
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .uptblc__buyblc--single-jp br {
    display: block;
  }
  .uptblc__buyblc--single-it {
    font-size: 1.0625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .uptblc__buyblc--single-txt {
    margin: 6.4vw 0;
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #32667A;
    letter-spacing: 1px;
  }
}
.uptproduct__extop {
  border-top: solid 1px #32667A;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}

.uptproduct__extop--img {
  background: #DCE2E7;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  display: flex;
  align-items: center;
}

.uptproduct__extop--img img {
  width: 100%;
  border-radius: 182px;
  border: solid 1px #32667A;
}

.uptproduct__extop--inner {
  width: 100%;
  padding: 5% 14.45%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.uptproduct__exbtm {
  border-top: solid 1px #32667A;
  display: flex;
  align-items: stretch;
}

.uptproduct__exbtm--seibun {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  padding: 50px 48px 45px;
}

.uptproduct__exbtm--subttl {
  text-align: center;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  margin: 0 0 33px;
}

.uptproduct__exbtm--no {
  width: 100%;
  padding: 50px 16%;
  height: 100%;
}

.uptproduct__exbtm--noimg {
  display: flex;
  align-items: center;
  height: 80%;
  width: 100%;
}

.uptproduct__ex--line {
  border-right: 1px solid #32667A;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  align-items: center;
  justify-content: center;
}

.uptproduct__ex--line02 {
  border-right: 1px solid #32667A;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  align-items: center;
  justify-content: center;
}

.uptproduct__ex--txt {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.375;
  color: #32667A;
}

.uptproduct__ex--txt2 {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.375;
  color: #32667A;
}

.uptproduct__ex--ttl {
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.375;
  color: #32667A;
  font-weight: 500;
  margin: 0 0 16px;
}

.uptproduct__ex--ttl2 {
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.375;
  color: #32667A;
  margin: 0 0 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uptproduct__extop {
    display: block;
  }
  .uptproduct__extop--img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .uptproduct__extop--img img {
    width: 100%;
    border-radius: 48.5vw;
  }
  .uptproduct__extop--inner {
    width: 100%;
    padding: 13vw 9.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .uptproduct__exbtm {
    border-top: solid 1px #32667A;
    display: block;
  }
  .uptproduct__exbtm--seibun {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 12.5vw 10vw 13.3vw;
    border-top: 1px solid #32667A;
  }
  .uptproduct__exbtm--subttl {
    margin: 0 0 30px;
  }
  .uptproduct__exbtm--no {
    width: 100%;
    padding: 12.5vw 5.4vw 13vw;
    height: 100%;
  }
  .uptproduct__exbtm--noimg {
    display: flex;
    align-items: center;
    height: 80%;
    width: 100%;
  }
  .uptproduct__ex--line {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    border-right: none;
    border-top: 1px solid #32667A;
  }
  .uptproduct__ex--line02 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    border-right: none;
  }
  .uptproduct__ex--txt2 {
    font-size: 0.625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.46;
  }
}
.uptproduct__ex--ttl {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 0 24px;
}

.uptproduct__ex--txt {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.uptprodcut__subsc {
  border-top: solid 1px #32667A;
}

.uptprodcut__subsc .upthome__products--linkbtn {
  margin: 0;
}

.uptprodcut__subsc--wrapper {
  display: flex;
  align-items: center;
}

.uptprodcut__subsc--blc {
  min-width: 50%;
}

.uptprodcut__subsc--blc img {
  width: 100%;
  border-radius: 200px;
  border: solid 1px #32667A;
}

.uptprodcut__subsc--blc2 {
  min-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uptprodcut__subsc--ttl {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.56;
  color: #32667A;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptprodcut__subsc--txt {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  line-height: 1.56;
  margin: 8px 0 12px;
}

.uptprodcut__subsc--txt span {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 8px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .uptprodcut__subsc--wrapper {
    display: block;
  }
  .uptprodcut__subsc--blc {
    min-width: 100%;
  }
  .uptprodcut__subsc--blc img {
    width: 100%;
    border-radius: 100%;
    border: solid 1px #32667A;
  }
  .uptprodcut__subsc--blc2 {
    min-width: 100%;
    display: block;
    padding: 30px 9.7%;
  }
  .uptprodcut__subsc--ttl {
    text-align: center;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.2;
  }
  .uptprodcut__subsc--txt {
    text-align: center;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.uptblc__subsc--contents {
  width: 100%;
  padding: 0 40px 0 50px;
  height: 100%;
  display: flex;
  align-items: center;
}

.uptblc__subsc--ttl {
  font-size: 1.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #32667A;
  letter-spacing: none;
}

.uptblc__subsc--txt01 {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #32667A;
  margin: 26px 0 0;
}

.uptblc__subsc--txt01b {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #32667A;
  margin: 10px 0 40px;
}

.uptblc__subsc--txt02 {
  font-size: 1.1875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #32667A;
}

.uptblc__subsc--txt02 span {
  font-size: 1.2em;
  display: inline-block;
  padding-left: 10px;
  letter-spacing: 0.1em;
}

.uptblc__subsc--s {
  width: 50%;
  min-width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.uptblc__subsc--btn {
  margin-top: auto;
  flex-grow: 0;
  flex-shrink: 0;
  border-top: solid 1px #32667A;
  width: 100%;
  background: #FF583B;
  padding: 28px 0;
}

.uptblc__subsc--btnin {
  text-align: center;
  color: #FFF;
  font-size: 1.375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

.uptblc__subsc--btnin span {
  height: 10px;
  display: inline-block;
  padding-right: 46px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/arrow.png");
  background-repeat: no-repeat;
  background-size: 27px 14px;
  background-position: right center;
}

@media screen and (max-width: 768px) {
  .uptblc__subsc--contents {
    width: 100%;
    padding: 30px;
    height: 100%;
    display: block;
    align-items: center;
  }
  .uptblc__subsc--ttl {
    display: none;
  }
  .uptblc__subsc--txt01 {
    font-size: 0.9375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 0 28px;
  }
  .uptblc__subsc--txt01b {
    font-size: 0.9375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0;
  }
  .uptblc__subsc--txt02 {
    display: none;
  }
  .uptblc__subsc--s {
    width: 100%;
    min-width: 100%;
    display: block;
  }
  .uptblc__subsc--btn {
    display: none;
  }
}
.uptsubsc__adv--ttl {
  text-align: center;
  font-size: 1.3125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  padding: 26px 0;
  font-weight: 600;
  line-height: 1;
  border-bottom: solid 1px #32667A;
}

.uptsubsc__adv--list {
  display: flex;
  width: 100%;
}

.uptsubsc__adv--list li {
  width: 33.3%;
  min-width: 33.3%;
  padding: 44px 0;
  border-right: solid 1px #32667A;
}

.uptsubsc__adv--list li:last-child {
  border-right: none;
}

.uptsubsc__adv--num {
  text-align: center;
  line-height: 1;
}

.uptsubsc__adv--num img {
  width: 41px;
  display: inline-block;
}

.uptsubsc__adv--img {
  text-align: center;
  line-height: 1;
}

.uptsubsc__adv--img img {
  width: 109px;
  display: block;
  margin: 0 auto 20px;
}

.uptsubsc__adv--txt {
  font-size: 0.8125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.33;
  color: #32667A;
  padding: 0 14% 0 16%;
}

.uptsubsc__adv--subttl {
  text-align: center;
  color: #FF583B;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 8px auto 16px;
}

.uptsubsc__faq--ttl {
  text-align: center;
  font-size: 1.3125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  margin: 65px 0 40px;
  font-weight: 600;
}

.uptsubsc__faq--list {
  width: 586px;
  margin: 0 auto;
}

.uptsubsc__faq--list li {
  border-bottom: solid #32667A 1px;
}

.uptsubsc__faq--list li:first-child {
  border-top: solid #32667A 1px;
}

.uptsubsc__faq--q {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.uptsubsc__faq--qinner {
  display: flex;
  align-items: center;
}

.uptsubsc__faq--a {
  padding: 0 16px 16px;
  display: none;
}

.uptsubsc__faq--ainner {
  display: flex;
}

.uptsubsc__faq--qtxt {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
}

.uptsubsc__faq--atxt {
  font-size: 0.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  float: left;
}

.uptsubsc__faq--atxt a {
  text-decoration: underline;
}

.uptsubsc__faq--subttl {
  display: inline-block;
  padding-right: 10px;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  font-weight: 500;
}

.uptsubsc__faq--img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/plus_subsc.svg");
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-size: 16px 16px;
}

.uptsubsc__customer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 110px auto 100px;
}

.uptsubsc__customer--txt {
  color: #32667A;
  font-weight: 600;
  font-size: 1.3125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-right: 30px;
}

.uptsubsc__customer--linkmail {
  width: 29px;
  height: 21px;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/subsc_mail.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 center;
  margin-right: 8px;
}

.uptsubsc__customer--link {
  color: #FFF;
  max-width: 313px;
  margin: 0;
  display: flex;
  background: #FF583B;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  padding: 27px 40px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.uptsubsc__customer--linkarrow {
  height: 10px;
  display: inline-block;
  padding-right: 36px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/arrow.png");
  background-repeat: no-repeat;
  background-size: 27px 14px;
  background-position: right center;
}

@media screen and (max-width: 768px) {
  .uptsubsc__adv--ttl {
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    padding: 20px 0;
    text-align: center;
  }
  .uptsubsc__adv--list {
    display: block;
  }
  .uptsubsc__adv--list li {
    width: 100%;
    min-width: 100%;
    padding: 0 0 12vw;
    border-right: none;
  }
  .uptsubsc__adv--list li:last-child {
    border-right: none;
  }
  .uptsubsc__adv--list li:first-child {
    padding-top: 12vw;
  }
  .uptsubsc__adv--txt {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.33;
    color: #32667A;
    padding: 0 12vw;
  }
  .uptsubsc__product--ttl {
    text-align: center;
    color: #32667A;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.3;
    padding: 4vw 0;
  }
  .uptsubsc__product--txt {
    text-align: center;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.3;
    color: #32667A;
    margin: 27px auto 24px;
  }
  .uptsubsc__product--txt span {
    font-size: 1.25em;
    margin-left: 6px;
    letter-spacing: 0.1em;
  }
  .uptsubsc__product--img {
    background: #E1E9EF;
    border-top: solid 1px #32667A;
    border-bottom: solid 1px #32667A;
  }
  .uptsubsc__product--img img {
    border: solid 1px #32667A;
    width: 100%;
    border-radius: 50%;
  }
  .uptsubsc__product--linkwrap {
    padding: 0 5vw;
  }
  .uptsubsc__product--link {
    display: block;
    padding: 16px;
    border-radius: 50px;
    color: #FFF;
    background: #FF583B;
    text-align: center;
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    width: 100%;
  }
  .uptsubsc__product--link span {
    height: 10px;
    display: inline-block;
    padding-right: 46px;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/arrow.png");
    background-repeat: no-repeat;
    background-size: 27px 14px;
    background-position: right center;
  }
  .uptsubsc__faq {
    padding: 0 5vw 25vw;
  }
  .uptsubsc__faq--ttl {
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 23vw 0 5vw;
  }
  .uptsubsc__faq--list {
    width: 100%;
    margin: 0 auto;
  }
  .uptsubsc__faq--q {
    padding: 10px;
  }
  .uptsubsc__faq--qinner {
    display: flex;
  }
  .uptsubsc__faq--a {
    padding: 0 26px 10px 10px;
    display: none;
  }
  .uptsubsc__faq--ainner {
    display: flex;
  }
  .uptsubsc__faq--qtxt {
    margin-right: 5px;
  }
  .uptsubsc__faq--atxt {
    float: left;
    margin-right: 5px;
  }
  .uptsubsc__faq--atxt a {
    text-decoration: underline;
  }
  .uptsubsc__faq--subttl {
    padding-right: 5px;
  }
  .uptsubsc__faq--img {
    width: 16px;
    height: 16px;
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/plus_subsc.svg");
    display: inline-block;
    white-space: nowrap;
    text-indent: -9999px;
  }
  .uptsubsc__customer {
    display: block;
    margin: 11vw auto 39vw;
  }
  .uptsubsc__customer--ttl {
    color: #32667A;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    border-bottom: solid 1px #32667A;
    text-align: center;
    padding: 4vw 0;
    line-height: 1;
  }
  .uptsubsc__customer--txt {
    color: #32667A;
    font-weight: 600;
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    display: block;
    margin: 0 0 18px;
    text-align: center;
  }
  .uptsubsc__customer a {
    margin: 0 auto;
    display: flex;
    width: 100%;
    background: #FF583B;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    padding: 20px 0;
    line-height: 1;
    justify-content: center;
    align-items: center;
  }
}
.uptsubsc__faq--q.active .uptsubsc__faq--img {
  width: 16px;
  height: 16px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/minus_subsc.svg");
  display: inline-block;
  white-space: nowrap;
  text-indent: -9999px;
}

.uptprodcut__intro {
  border-top: solid 1px #32667A;
}

.cleansing__point .rborder-none {
  border-right: none;
}

.cleansing__point--blcwrp {
  display: flex;
  font-size: 0;
  align-items: center;
}

.cleansing__point--blcwrp.reverse {
  flex-direction: row-reverse;
}

.cleansing__point--blcwrp.topline {
  border-top: solid 1px #32667A;
}

.cleansing__point--txt {
  color: #FF583B;
  font-size: 0.9375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin: 0;
}

.cleansing__point--txt span {
  font-size: 0.8em;
}

.cleansing__point--note {
  color: #FF583B;
  font-size: 0.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin: 5px 0 0;
}

.cleansing__point--blc {
  width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 460px;
  display: flex;
  align-items: center;
  border-right: solid 1px #32667A;
}

.cleansing__point--blc-img img {
  min-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cleansing__point--blc-txt {
  padding-right: clamp(20px, 18%, 90px);
  padding-left: clamp(20px, 18%, 90px);
}

.cleansing__point--blc-txt h3 {
  color: #FF583B;
  font-size: 1.3125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 0 0 26px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.cleansing__point--blc-txt h4 {
  color: #FF583B;
  font-size: 1.25rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 30px 0 10px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .cleansing__point--blcwrp {
    display: block;
    font-size: 0;
    align-items: center;
  }
  .cleansing__point--blcwrp.topline {
    border-top: solid 1px #32667A;
  }
  .cleansing__point--txt {
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0;
  }
  .cleansing__point--blc {
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: solid 1px #32667A;
    height: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
  }
  .cleansing__point--blc + .cleansing__point--blc {
    border-bottom: none;
  }
  .cleansing__point--blc-img img {
    min-height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: auto;
  }
  .cleansing__point--blc-txt {
    padding-top: 9vw;
    padding-bottom: 9vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .cleansing__point--blc-txt h3 {
    margin: 0 0 24px;
    font-weight: 600;
  }
  .cleansing__point--blc-txt h4 {
    margin: 23px 0 10px;
    font-weight: 600;
  }
}
.cleansingSwiper {
  border-top: solid 1px #32667A;
  font-size: 0;
  line-height: 0;
  padding: 0 93px;
  background: transparent;
}

.cleansingSwiper .swiper-slide,
.cleansingSwiper .swiper-wrapper {
  font-size: 0;
}

.cleansingSwiper .mySwiper {
  font-size: 0;
}

.cleansingSwiper .mySwiper .swiper-slide-thumb-active {
  border-right: solid 1px #32667A;
  border-left: solid 1px #32667A;
}

.cleansingSwiper .mySwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mySwiper {
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}

.mySwiper .swiper-slide {
  opacity: 0.7;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.cleansingSwiper {
  height: 91px;
}

.mySwiper2 {
  height: auto;
  width: 100%;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}

.mySwiper2 .swiper-button-prev::after,
.mySwiper2 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 33px;
  margin: auto;
  width: 17px;
}

.mySwiper2 .swiper-button-prev::after {
  transform: scale(-1, 1);
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/img_swiper-balm-arrow-next.svg");
}

.mySwiper2 .swiper-button-next::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/img_swiper-balm-arrow-next.svg");
}

#js-cleansingSwiper .swiper-button-next,
#js-cleansingSwiper .swiper-button-prev {
  bottom: -70px;
  top: auto;
}

#js-cleansingSwiper .swiper-button-next {
  right: 33px;
}

#js-cleansingSwiper .swiper-button-prev {
  left: 33px;
}

.cleansingSwiper01 {
  position: relative;
}

.cleansingSwiper01 .mySwiper2 {
  position: initial !important;
}

.cleansingSwiper01 .mySwiper2 .swiper-container {
  width: 100%;
  height: 108vw;
}

@media screen and (max-width: 768px) {
  .cleansingSwiper01 {
    position: relative;
  }
  .cleansingSwiper01 .mySwiper2 {
    position: initial !important;
    padding-bottom: 0;
  }
  .cleansingSwiper01 .mySwiper2 .swiper-container {
    width: 100%;
    height: 108vw;
  }
  .cleansingSwiper01 .mySwiper2 .swiper-slide {
    height: 108vw;
  }
  .cleansingSwiper01 .mySwiper2 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 108vw;
  }
  .cleansingSwiper {
    height: 16.5vw;
  }
}
.cleansingSwiper02 {
  margin-top: -90px;
}

@media screen and (max-width: 768px) {
  .upthome__sets--img02 {
    background: #FFF;
  }
  .uptprodcut .uptproduct__setitem--blc-s.borderSpnone {
    border-bottom: none;
  }
  .cleansingSwiper {
    padding: 0 12.8vw;
  }
  .uptblc__buyblc--img {
    margin-top: -8vw;
  }
  .mySwiper {
    height: 16vw;
  }
  .mySwiper2 {
    /* 前へ次への矢印カスタマイズ */
  }
  .mySwiper2 .swiper-button-prev::after,
  .mySwiper2 .swiper-button-next::after {
    height: 6vw;
    width: 3vw;
  }
  #js-cleansingSwiper .swiper-button-next,
  #js-cleansingSwiper .swiper-button-prev {
    bottom: -14vw;
    top: auto;
  }
  #js-cleansingSwiper .swiper-button-next {
    right: 3.6vw;
  }
  #js-cleansingSwiper .swiper-button-prev {
    left: 3.6vw;
  }
  .cleansingSwiper01 .cleansingSwiper {
    height: 16vw;
  }
  .cleansingSwiper02 {
    margin-top: -8vw;
  }
}
.uptsubsc__customer--txt {
  text-align: center;
  line-height: 1;
}

.uptsubsc__customer--txt span {
  font-size: 0.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1;
}

.cleandingblc {
  display: flex;
  flex-direction: row-reverse;
  min-height: 348px;
  border-top: solid 1px #32667A;
  border-bottom: solid 1px #32667A;
}

.cleandingblc__dright {
  min-width: 50%;
  background-color: #DCE2E7;
  font-size: 0;
}

.cleandingblc__dright img {
  font-size: 0;
  border-radius: 232px;
  border: solid 1px #32667A;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -1px 0;
  display: block;
}

.cleandingblc__dleft {
  min-width: 50%;
  width: 50%;
  border-right: solid 1px #32667A;
  min-height: 348px;
  display: grid;
  grid-template-rows: 1fr auto;
}

.cleandingblc__setitem--absolute {
  grid-row-start: 2;
  grid-row-end: 2;
}

.cleandingblc__setitem--top {
  padding: 0 50px;
  display: flex;
  align-items: center;
}

.cleandingblc__setitem--toptxt {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #32667A;
}

.cleandingblc__setitem--listimg img {
  width: 100%;
  height: auto;
}

.cleandingblc__setitem--list-ttl {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  line-height: 1;
  display: flex;
  letter-spacing: 0.1em;
  justify-content: space-between;
  align-items: center;
}

.cleandingblc__setitem--list-ttl span {
  display: inline-block;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_plus.svg") no-repeat 0 0;
  width: 12px;
  height: 12px;
}

.cleandingblc__setitem--list-txt {
  font-size: 0.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.3;
  color: #32667A;
  padding-top: 5%;
  display: none;
}

.cleandingblc__setitem--list li {
  border-top: solid 1px #32667A;
  padding: 22px 8%;
}

.cleandingblc__setitem--list .active .cleandingblc__setitem--list-ttl span {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_minus.svg") no-repeat 0 0;
  width: 12px;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .cleandingblc {
    display: block;
    min-height: auto;
    height: auto;
  }
  .cleandingblc__dright {
    border-bottom: solid 1px #32667A;
    margin: 0;
  }
  .cleandingblc__dright img {
    border-radius: 61vw;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
  }
  .cleandingblc__dleft {
    width: 100%;
    min-width: 100%;
    border-right: none;
    min-height: auto;
  }
  .cleandingblc__setitem--absolute {
    grid-row-start: 2;
    grid-row-end: 2;
    display: block;
  }
  .cleandingblc__setitem--top {
    padding: 13vw;
    display: flex;
    align-items: center;
  }
  .cleandingblc__setitem--toptxt {
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.4;
    color: #32667A;
  }
  .cleandingblc__setitem--listimg {
    padding: 2vw;
  }
  .cleandingblc__setitem--list-ttl {
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    color: #32667A;
    line-height: 1;
    display: flex;
    letter-spacing: 0.1em;
    justify-content: space-between;
    align-items: center;
  }
  .cleandingblc__setitem--list-txt {
    font-size: 0.75rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.3;
    color: #32667A;
    padding-top: 5%;
    display: none;
  }
  .cleandingblc__setitem--list li {
    border-top: solid 1px #32667A;
    padding: 22px 8%;
  }
}
.washrefill {
  display: flex;
  flex-direction: row-reverse;
  border-top: solid 1px #32667A;
}

.washrefill .cleandingblc__setitem--toptxt {
  margin: 0 0 5px;
}

.washrefill .product__txt--italic {
  margin: 0 0 16px;
}

.washrefill .upt__price {
  margin-bottom: 20px;
}

.washrefill__blc {
  max-width: 50%;
  width: 50%;
}

.washrefill__blc.left {
  border-right: solid 1px #32667A;
  min-height: 348px;
  display: grid;
  grid-template-rows: 1fr auto;
}

.washrefill__blc.right img {
  display: block;
  margin-top: -1px;
  border: solid 1px #32667A;
  border-radius: 233px;
}

@media screen and (max-width: 768px) {
  .washrefill {
    display: block;
    border-bottom: solid 1px #32667A;
    min-height: auto;
  }
  .washrefill__blc {
    width: 100%;
    max-width: 100%;
  }
  .washrefill__blc.left {
    border-top: solid 1px #32667A;
    border-right: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cleansing__point--blc .cleansing__point--blc-img {
    /*コレ*/
    display: flex;
    /*コレ*/
    align-items: center;
    height: 100%;
  }
  .cleansing__point--blc .cleansing__point--blc-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cleansing__point--blc.rightblcPc {
    border-left: solid 1px #32667A;
  }
  .cleansing__point--blc.leftblcPc {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cleansing__point--blcwrp {
    align-items: stretch;
  }
  .cleansing__point--blcwrp .cleansing__point--blc-img {
    display: flex;
    align-items: center;
  }
  .cleansing__point--blc-txt {
    padding: 20px 30px;
  }
}
.cleandingblc.tereco {
  flex-direction: row;
  margin-top: -1px;
}

.cleandingblc.tereco .cleandingblc__dright {
  border-right: solid 1px #32667A;
}

.cleandingblc.tereco .cleandingblc__dleft {
  border-right: none;
}

.cleandingblc.tereco .cleandingblc__setitem--absolute {
  grid-row-start: 2;
  grid-row-end: 2;
}

.cleandingblc.tereco .cleandingblc__setitem--top {
  padding: 0 50px;
  display: flex;
  align-items: center;
}

.cleandingblc.tereco .cleandingblc__setitem--toptxt {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #32667A;
}

.cleandingblc.tereco .cleandingblc__setitem--listimg img {
  width: 100%;
  height: auto;
}

.cleandingblc.tereco .cleandingblc__setitem--list-ttl {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  line-height: 1;
  display: flex;
  letter-spacing: 0.1em;
  justify-content: space-between;
  align-items: center;
}

.cleandingblc.tereco .cleandingblc__setitem--list-ttl span {
  display: inline-block;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_plus.svg") no-repeat 0 0;
  width: 12px;
  height: 12px;
}

.cleandingblc.tereco .cleandingblc__setitem--list-txt {
  font-size: 0.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.3;
  color: #32667A;
  padding-top: 5%;
  display: none;
}

.cleandingblc.tereco .cleandingblc__setitem--list li {
  border-top: solid 1px #32667A;
  padding: 22px 8%;
}

.cleandingblc.tereco .cleandingblc__setitem--list .active .cleandingblc__setitem--list-ttl span {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/0914/setitem_minus.svg") no-repeat 0 0;
  width: 12px;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .cleandingblc.tereco.tereco {
    margin-top: 0;
    border-top: none;
  }
  .cleandingblc.tereco.tereco .cleandingblc__dright img {
    margin: 0;
  }
  .cleandingblc.tereco.tereco .cleandingblc__dright {
    border-right: none;
    border-bottom: solid 1px #32667A;
    margin: 0;
  }
  .cleandingblc.tereco.tereco .cleandingblc__setitem--top {
    padding: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .cleandingblc {
    border-top: solid 1px #32667A;
  }
  .cleandingblc.tereco {
    border-top: none;
  }
}
.smallcart .uptblc__buyblc--btn #btn-add {
  padding: 18px 0;
}

.smallcart .uptblc__buyblc--btn {
  margin-top: 20px;
}

.smallcart .uptblc__buyblc--btn button .txt {
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.product__subttl {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  font-weight: 600;
  font-size: 1.625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin: 0 auto 13px;
}

.product__txt {
  color: #32667A;
}

.product__txt--italic {
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  font-style: italic;
}

.uptproducts__position {
  position: relative;
}

.uptproducts__position--icon {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 16px;
  width: 64px;
  height: 64px;
}

.uptproducts__position--icon.handcream {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/icon_handcream.png");
}

.uptproducts__position--icon.wash {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/point_icon_cleansingset02.svg");
  top: 0;
}

.uptproducts__position--icon.balm {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/point_icon_cleansingset01.svg");
}

@media screen and (max-width: 768px) {
  .uptproducts__position--icon {
    width: 14vw;
    height: 14vw;
    top: 0;
  }
  .uptproducts__position--icon.handcream {
    top: -1.6vw;
  }
}
.uptprodcut .uptblc__buyblc--txt00 {
  line-height: 1.3;
}

.cleandingblc__setitem--list li.handimage .cleandingblc__setitem--list-txt {
  padding: 40px 10.5% 20px;
}

@media screen and (max-width: 768px) {
  .cleandingblc__setitem--list li.handimage .cleandingblc__setitem--list-txt {
    padding: 10vw 0 6vw;
  }
}
.cleandingblc__setitem--list li.wash .cleandingblc__setitem--list-txt {
  padding: 40px 5% 20px;
}

@media screen and (max-width: 768px) {
  .cleandingblc__setitem--list li.wash .cleandingblc__setitem--list-txt {
    padding: 10vw 0 6vw;
  }
}
.cleandingblc__setitem--list li.balm .cleandingblc__setitem--list-txt {
  padding: 40px 5% 20px;
}

@media screen and (max-width: 768px) {
  .cleandingblc__setitem--list li.balm .cleandingblc__setitem--list-txt {
    padding: 10vw 0 6vw;
  }
}
#mask .uptblc__buyblc--txt01 {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

#mask .uptproducts__position--icon.mask {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/icon_mask.png");
}

@media screen and (min-width: 768px) {
  #mask .uptproducts__position {
    position: relative;
  }
  #mask .uptproducts__position--icon {
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right center;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
  }
}
#mask02 .uptproduct__exbtm--noimg {
  justify-content: center;
}

#mask02 .uptproduct__exbtm--noimg img {
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  #mask02 .uptproduct__exbtm--noimg img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #mask03 .cleansing__point--blc-txt {
    padding-right: clamp(20px, 9.5%, 52px);
    padding-left: clamp(20px, 9.5%, 52px);
  }
}
#mask03 .cleansing__point--txt {
  font-size: 0.9375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 17px;
  margin: 0 0 1em;
}

#mask03 .cleansing__point--txt sup {
  font-size: 0.8em;
  vertical-align: bottom;
}

#mask03 .cleansing__point--txt span {
  font-size: 0.7em !important;
  font-size: 18px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

#mask03 .mt40 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #mask03 .cleansing__point--txt {
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 17px;
    margin: 0 0 1em;
  }
  #mask03 .cleansing__point--txt sup {
    font-size: 0.8em;
    vertical-align: bottom;
  }
  #mask03 .cleansing__point--txt span {
    font-size: 0.7em !important;
    font-size: 18px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
  }
  #mask03 .mt40 {
    margin-top: 40px;
  }
}
.uptblc__buyblc--txt02 {
  margin-bottom: 26px;
}

.uptblc__buyblc--txt02 sup {
  font-size: 0.6em;
  vertical-align: top;
}

.uptblc__buyblc--subttl {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 23px;
  font-weight: 500;
  margin: 50px 0 13px;
}

.uptblc__buyblc--subttl sup {
  font-size: 0.6em;
  vertical-align: top;
}

.uptblc__buyblc--txt01 br,
.cleandingblc__setitem--toptxt br {
  display: none;
}

@media screen and (max-width: 1080px) {
  .uptblc__buyblc--txt01 br,
  .cleandingblc__setitem--toptxt br {
    display: block;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.uptblc__buyblc--txt01.handcream br,
.cleandingblc__setitem--toptxt.handcream br {
  display: block;
}

@media screen and (max-width: 768px) {
  .cleandingblc__setitem--top.mask {
    padding-right: clamp(20px, 9.5%, 52px);
    padding-left: clamp(20px, 9.5%, 52px);
  }
}
.productblc__ti {
  margin: 0;
  padding: 0;
  margin-top: 4px;
}

.productblc__ti li {
  font-size: 0.9em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.uptprodcut .uptblc__buyblc--txt00 {
  font-size: 1.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

main#productIndex .c-product_item__actions {
  display: none;
}

main#productIndex .c-product_item__inner__eyecatch__img {
  width: 100% !important;
}

main#productIndex .c-product_item__inner__eyecatch__img {
  border: solid 1px #ccc;
  background-position: 0 0;
}

main#productIndex .c-product_item__inner__eyecatch__img {
  padding-top: 100%;
}

main#productIndex .p-product_list__list li {
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 719px) {
  main#productIndex .p-product_list .medium-up--one-1 .c-product_item__inner__eyecatch {
    width: 100%;
  }
  main#productIndex .p-product_list__list li {
    width: 46%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  main#productIndex .c-product_item__inner__content {
    width: 100%;
  }
}
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

a {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  outline: none;
}

*:focus {
  outline: none;
}

:root {
  --width: 500px;
}

.p-page_content__inner p {
  font-size: 100%;
}

.uptshoplist {
  width: var(--width);
  margin: 0 auto;
}

.uptshoplist__areasp {
  display: none;
}

.uptshoplist__area {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  position: fixed;
  bottom: 80px;
  left: calc(50% - 360px);
  transform: translateX(-50%);
  color: #32667A;
  opacity: 1;
  transition: all 0.5s;
}

.uptshoplist__area a {
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptshoplist__area li {
  padding: 5px 0;
}

.uptshoplist__area li.areaActive a {
  border-bottom: solid 1px #32667A;
}

.uptshoplist__area li:hover a::after {
  transition: all 0.3s;
  transform: scale(0.2, 1); /*X方向に0.2スケール拡大*/
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.uptshoplist__area li.is-active a::after {
  transition: all 0.3s;
  transform: scale(0.2, 1); /*X方向に0.2スケール拡大*/
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.uptshoplist__area li a {
  position: relative;
  padding: 2px 0;
  display: inline-block;
}

.uptshoplist__area li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #32667A;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向にスケール拡大*/
  transform-origin: left bottom; /*左上基点*/
}

.uptshoplist__area.hide {
  opacity: 0;
  transition: all 0.5s;
}

.uptshoplist__shoplist li {
  color: #32667A;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  padding: 10px 0;
  border-bottom: solid 1px #e3e3e1;
  display: flex;
  align-items: center;
}

.uptshoplist__shoplist--pre {
  display: inline-block;
  border-radius: 30px;
  padding: 6px 10px;
  border: solid 1px #32667A;
}

.uptshoplist__shoplist--details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -140px;
}

.uptshoplist__shoplist--details li {
  margin: 0 5px 5px 0;
}

.uptshoplist__shoplist--details li a {
  color: #32667A;
  display: inline-block;
  border-radius: 30px;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background: #FFF;
  text-decoration: none;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: bold;
  border: solid 2px #32667A;
}

.uptshoplist__blc {
  padding-top: 100px;
}

.uptshoplist p.uptshoplist__shoplist--pre {
  line-height: 1;
  margin: 0 8px 0 0;
}

.uptshoplist p.uptshoplist__shoplist--name {
  line-height: 1.5;
  margin: 0;
}

.uptshoplist p.uptshoplist__areaTtl {
  background: #32667A;
  color: #FFF;
  padding-left: 12px;
  white-space: nowrap;
  margin: 0 0 20px;
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .uptshoplist p.uptshoplist__areaTtl {
    font-size: 0.9375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.uptshoplist p.uptshoplist__ttl {
  text-align: center;
  font-size: 3rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 auto 10px;
  line-height: 1;
  color: #32667A;
}

.uptshoplist p.uptshoplist__ttljp {
  text-align: center;
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #32667A;
  margin: 0 auto 70px;
}

.uptshoplist p.uptshoplist__txt {
  text-align: center;
  margin: 20px auto 0;
  color: #32667A;
}

@media screen and (max-width: 768px) {
  .uptshoplist p.uptshoplist__txt {
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    padding: 0 5vw;
  }
  .uptshoplist p.uptshoplist__txt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .uptshoplist {
    width: 100%;
  }
  .uptshoplist__area {
    display: none;
  }
  .uptshoplist__areasp {
    display: flex;
    background: #FFF;
    overflow-x: scroll;
    border-top: solid 1px #32667A;
    border-bottom: solid 1px #32667A;
    width: 100%;
  }
  .uptshoplist__areasp li {
    text-align: center;
    border-right: dashed 1px #32667A;
    min-width: 40%;
  }
  .uptshoplist__areasp li a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    text-decoration: none;
    color: #32667A;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1;
    white-space: nowrap;
  }
  .uptshoplist__areasp.active {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .uptshoplist__blc {
    padding-top: 90px;
  }
  .uptshoplist__blc--wrap {
    padding: 0 5%;
    margin: 0;
  }
  .uptshoplist__shoplist--pre {
    white-space: nowrap;
  }
  .uptshoplist__shoplist--details {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -140px;
  }
  .uptshoplist__shoplist--details li {
    margin: 0 5px 5px 0;
  }
  .uptshoplist__shoplist--details li a {
    color: #32667A;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    background: #FFF;
    text-decoration: none;
    line-height: 1;
    padding: 5px 10px;
    white-space: nowrap;
    font-weight: bold;
    border: solid 2px #32667A;
  }
}
body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: 80px;
}

.main__sns {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  height: 7.8vh;
  width: 31.75vh;
  max-width: 342px;
  max-height: 82px;
  background: #F7F8F8;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: clamp(62px, 11.5vh, 125px);
}

.main__sns li {
  margin: 0;
  width: 4.72vh;
  height: 3.88vh;
  max-width: 51px;
  max-height: 42px;
}

.main__sns li a {
  display: block;
  max-width: 51px;
  max-height: 42px;
  width: 100%;
  height: 100%;
}

.main__sns li a:hover {
  opacity: 0.7;
}

.main__sns li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main__sns {
    display: flex;
    margin: 0 auto 26.8vw;
    justify-content: space-between;
    width: 79vw;
    background: #F7F8F8;
    border-radius: 20px;
    padding: 4.6vw;
    height: auto;
    max-height: 88px;
  }
  .main__sns li {
    margin: 0;
    width: 12vw;
    height: auto;
    max-width: 51px;
    max-height: 42px;
  }
  .main__sns li a {
    display: block;
    max-width: 51px;
    max-height: 42px;
    height: 9.8vw;
    width: 12.1vw;
  }
  .main__sns li img {
    width: 100%;
  }
}
.main__sns--insta {
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/icon_instab.svg") no-repeat 0 0;
  background-size: 100% auto;
}

.main__sns--line {
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/icon_line.svg") no-repeat 0 0;
  background-size: 100% auto;
}

.main__sns--twitter {
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/icon_twb.svg") no-repeat 0 0;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/x-logo.svg") no-repeat 0 0;
  background-size: 100% auto;
}

.main__sns--youtube {
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/icon_pcyoutube.svg") no-repeat 0 0;
  background-size: 100% auto;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime-moto {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-----------矢印表示----------*/
.slick-next {
  right: 15vw !important;
  top: 49vw !important;
  height: 36px !important;
  width: 13px !important;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/nextswiper.svg") !important;
  background-size: 100% auto;
}

.slick-next:before {
  content: "" !important;
}

.slick-prev {
  left: 14.5vw !important;
  top: 49vw !important;
  height: 36px !important;
  width: 13px !important;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/theme_beforerenew_20240812143613/ec_force/assets/images/uptorigin/prevswiper.svg") !important;
  background-size: 100% auto;
}

.slick-prev:before {
  content: "" !important;
}

.slick-arrow {
  z-index: 2 !important;
}

a {
  outline: none;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptblc {
  width: 100vw;
}

.uptblc.top {
  border-top: solid 1px #32667A;
}

.uptblc.btm {
  border-bottom: solid 1px #32667A;
}

.uptblc__inner {
  border-right: solid 1px #32667A;
  border-left: solid 1px #32667A;
  width: clamp(600px, 90vw, 1100px);
  margin: 0 auto;
  background: #F7F8F8;
  height: 100%;
}

.uptblc__ttl {
  font-size: 1.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  text-align: center;
  color: #32667A;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 600;
  padding: 40px 0;
  border-bottom: solid 1px #32667A;
}

@media screen and (max-width: 768px) {
  .uptblc {
    padding: 0 4vw;
  }
  .uptblc__inner {
    width: 100%;
  }
  .uptblc__ttl {
    padding: 7.5vw 0;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

.italic {
  font-style: oblique;
}

.upt__name {
  font-size: 1.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #32667A;
  letter-spacing: 1px;
}

.upt__sname {
  font-size: 1.5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #32667A;
  letter-spacing: 1px;
}

.upt__sname--sub {
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #32667A;
  letter-spacing: 1px;
}

.upt__sname--jp {
  font-size: 0.9375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #32667A;
  letter-spacing: 1px;
}

.upt__price {
  font-style: oblique;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  letter-spacing: 1px;
  font-size: 1.5625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

.pcImg {
  display: block;
}

.spImg {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .pcImg {
    display: none;
  }
  .spImg {
    display: block;
  }
}
.uptplane {
  width: 100vw;
}

.uptplane.top {
  border-top: solid 1px #32667A;
}

.uptplane.btm {
  border-bottom: solid 1px #32667A;
}

.uptplane .p-page_header {
  padding-right: 0;
  padding-left: 0;
}

.uptplane__inner {
  border-right: solid 1px #32667A;
  border-left: solid 1px #32667A;
  width: clamp(600px, 90vw, 1100px);
  margin: 0 auto;
  background: #F7F8F8;
  height: 100%;
  padding-bottom: 100px;
  margin-bottom: -100px;
}

.uptplane__ttl {
  font-size: 1.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  text-align: center;
  color: #32667A;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 600;
  padding: 40px 0;
  border-bottom: solid 1px #32667A;
  border-top: solid 1px #32667A;
}

.uptplane__ttl h1 {
  color: #32667A !important;
}

@media screen and (max-width: 768px) {
  .uptplane {
    padding: 0 4vw;
  }
  .uptplane__inner {
    width: 100%;
  }
  .uptplane__ttl {
    padding: 6vw 0;
    font-size: 1.25rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
body {
  /*本物のカーソルを非表示に*/
}

@media screen and (max-width: 768px) {
  body #js-sns {
    display: none;
  }
}
.uptline {
  width: 100vw;
  height: 1px;
  border-bottom: solid #32667A 1px;
  margin: 0 calc(50% - 50vw);
}

#js-sns {
  opacity: 1;
  animation: fadeInAnime 1s ease 0s 1 forwards;
}

#js-sns.hiden {
  opacity: 0;
  animation: fadeOutAnime 1s ease 0s 1 forwards;
}

main {
  padding-top: 99px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 90px;
  }
}
.u-text--input {
  font-size: 16px !important;
}

.p-checkout_confirm__float {
  padding-top: 15px;
  padding-bottom: 16px;
}

.p-checkout_confirm__float .u-color__bg--accent {
  background: #FF583B;
}

.p-checkout_confirm__float button {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.upthome__set--ssblc .upt__sname--sub {
  margin-bottom: 3px;
}

.headingttl {
  white-space: nowrap;
  text-indent: -9999px;
  width: 0;
  height: 0;
  display: none;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.monserrat {
  font-family: "Montserrat", sans-serif;
}

.fadein00 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein01 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein02 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein03 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fadein04 {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-delay: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.uptfooter {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background: #32667A;
  padding: 34px 0 10px;
}

.uptfooter__links {
  display: flex;
  justify-content: center;
  margin: 0 0 26px;
}

.uptfooter__links li a {
  display: inline-block;
  color: #FFF;
  padding: 0 1em;
  border-right: 1px #FFF solid;
  font-size: 0.625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptfooter__links li a:hover {
  opacity: 0.8;
}

.uptfooter__links li:last-child a {
  border: none;
}

.uptfooter__copy {
  text-align: center;
}

.uptfooter__copy small {
  color: #FFF;
  font-family: Montserrat;
  font-size: 0.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .uptfooter {
    padding: 9.8vw 0 10px;
  }
  .uptfooter__links {
    display: block;
    margin: 0 0 7.9vw;
  }
  .uptfooter__links li {
    text-align: center;
  }
  .uptfooter__links li a {
    padding: 0;
    border: none;
    font-size: 0.625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .uptfooter__copy {
    text-align: center;
  }
  .uptfooter__copy small {
    color: #FFF;
    font-family: Montserrat;
    font-size: 0.6875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.uptfooter__links + .uptfooter__links {
  margin-top: -20px;
}

body.topPage .c-announce_bar {
  background-color: #967860;
}

.uptfootersns__list {
  width: 400px;
  margin: 0 auto;
  align-items: center;
}

.uptfootersns__list li {
  font-size: 0;
  line-height: 0;
}

.uptfootersns__list li a {
  display: block;
  font-size: 0;
  line-height: 0;
}

.uptfootersns__list li a .fa-x-twitter {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/twix.svg") no-repeat 0 0;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  display: block;
}

.uptfootersns__list li a .fa-instagram {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/insta.svg") no-repeat 0 0;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  display: block;
}

.uptfootersns__list li a .fa-youtube {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/youtube.svg") no-repeat 0 0;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  display: block;
}

.uptfootersns__list li a .fa-line {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/line.svg") no-repeat 0 0;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  display: block;
}

.uptfootersns__list li a i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0;
}

.uptfootersns__list li a i.fa-facebook {
  font-size: 2.25rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptfootersns__list li a i.fa-facebook::before {
  font-family: "Font Awesome 6 Brands";
}

@media screen and (max-width: 768px) {
  .uptfootersns__list {
    width: 68vw;
    max-width: 256px;
  }
  .uptfootersns__list li a i {
    display: block;
    line-height: 1;
    width: 30px;
    height: 30px;
    font-size: 2.25rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 0;
  }
  .uptfootersns__list li a i.fa-facebook {
    width: 30px;
    height: 30px;
  }
  .uptfootersns__list li a i.fa-instagram {
    width: 30px;
    height: 30px;
  }
  .uptfootersns__list li a i.fa-youtube {
    width: 30px;
    height: 30px;
  }
  .uptfootersns__list li a i.fa-x-twitter {
    width: 30px;
    height: 30px;
  }
  .uptfootersns__list li a i.fa-line {
    width: 30px;
    height: 30px;
  }
}
body.topPage {
  /* TOP背景 */
  /* TOP見出し */
  /* TOPリンク */
  /* 本文 */
}

body.topPage .uptfooter {
  background: #898989;
}

body.topPage .uptfootersns__ttl {
  color: #898989;
}

body.topPage .uptfootersns__list li a {
  color: #898989;
}

body.topPage .uptfooter__links li a {
  color: #F7F8F8;
}

.uptfootersns__ttl {
  color: #898989;
}

@media screen and (max-width: 768px) {
  .uptfootersns {
    padding-bottom: 5vw;
  }
}
/* アニメーション（右から左に移動） */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.uptHeader__toppc {
  display: none;
}

body.topPage .c-announce_bar {
  background-color: #898989;
}

body.topPage .c-announce_bar + .uptblc .uptblc__inner {
  border: none;
  display: none;
}

body.topPage .uptblc__inner {
  border: none;
}

body.topPage .uptHeader__toppc {
  width: 100%;
  display: block;
}

body.topPage .uptHeader__toppc--inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.topPage .uptHeader__toppc--logo {
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/logo_uptHeader__toppc.png");
  width: 91px;
  height: 49px;
  margin-left: 68px;
  color: #444;
}

body.topPage .uptHeader__toppc--list {
  color: white;
  display: flex;
  width: 898px;
  justify-content: space-between;
  align-items: center;
}

body.topPage .uptHeader__toppc--list li {
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

body.topPage .uptHeader__toppc.active {
  background-color: #F7F8F8;
}

@media screen and (max-width: 1279px) {
  body.topPage .uptHeader__toppc--inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.topPage .uptHeader__toppc--logo {
    width: 73px;
    height: 40px;
    margin-left: 0;
  }
  body.topPage .uptHeader__toppc--list {
    width: 75%;
    justify-content: space-between;
  }
  body.topPage .uptHeader__toppc--list li {
    font-size: 0.9375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  body.topPage .uptHeader__toppc {
    display: none;
  }
}
body.topPage .uptHeader__toppc.active .uptHeader__toppc--list {
  color: #898989;
}

body.topPage .uptHeader__toppc.active .uptHeader__toppc--logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/logo_uptHeader__toppc-gray.png");
}

body.topPage .uptheader {
  background-image: none;
}

@media screen and (max-width: 768px) {
  body.topPage .uptheader {
    display: block;
  }
}
body.topPage .uptheader .uptblc {
  display: none;
}

body.topPage .uptheader .c-gmenu .u-icon--close {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/closemenu_gray.svg");
}

body.topPage .uptheader .c-gmenu.is-active .u-icon--cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_cart-gray.svg");
}

body.topPage .uptheader .c-gmenu.is-active .u-icon--account {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_mypage-gray.svg");
}

@media screen and (max-width: 768px) {
  body.topPage .uptheader.bg__header .u-icon--menu {
    color: #898989;
  }
  body.topPage .uptheader.bg__header .u-icon--menu {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/openmenu_gray.png");
    width: 40px;
    height: 17px;
  }
  body.topPage .uptheader.bg__header .u-icon--cart {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_cart-gray.svg");
  }
  body.topPage .uptheader.bg__header .u-icon--account {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_mypage-gray.svg");
  }
  body.topPage .uptheader.bg__header .uptblc__inner {
    background-color: #F7F8F8;
  }
  body.topPage .uptheader.bg__header .uptblc {
    background-color: #F7F8F8;
  }
}
body.topPage .uptheader .uptblc {
  display: block;
}

body.topPage .uptheader .u-icon--menu {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/openmenu_white.png");
  width: 40px;
  height: 17px;
}

body.topPage .uptheader .u-icon--cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_cart-white.svg");
}

body.topPage .uptheader .u-icon--account {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_mypage-white.svg");
}

body.topPage .uptheader .uptheader__icons--logo a {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/logo_uptHeader__toppc-gray.png");
}

body.topPage .uptheader .uptblc__inner {
  border: none;
}

body.topPage .uptheader .uptheader__icons {
  padding: 6vw 3vw;
}

body.topPage .uptheader .uptgmenu__btm {
  width: 101dvw;
  width: 101vw;
}

body.topPage .uptplane__inner {
  border: none;
}

body.topPage .uptblc.top {
  border-top: none;
}

body.renewPage .uptblc__inner {
  border: none;
  background-color: #F7F8F8;
}

body.renewPage .uptplane__inner {
  border: none;
}

body.renewPage .uptblc.top {
  border-top: none;
}

body.renewPage .uptheader {
  background: none;
}

body.renewPage .uptheader .uptheader__icons {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 16px;
}

body.renewPage .uptheader .uptblc__inner {
  border: none;
  background-color: #F7F8F8;
}

body.renewPage .uptheader .uptheader__icons .uptheader__icons--logo a {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/logo_uptHeader__toppc-brown.png");
}

body.renewPage .uptheader .uptheader__icons .u-icon--menu {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/openmenu_brawn.png");
  width: 40px;
  height: 17px;
}

body.renewPage .uptheader .uptheader__icons .u-icon--cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_cart-brown.svg");
}

body.renewPage .uptheader .uptheader__icons .u-icon--account {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_mypage-brown.svg");
}

@media screen and (max-width: 768px) {
  body.renewPage .uptheader {
    background-image: none;
  }
  body.renewPage .uptheader .uptblc__inner {
    border: none;
    background-color: #F7F8F8;
  }
  body.renewPage .uptheader .uptheader__icons {
    padding: 6vw 3vw;
  }
}
.uptheader .c-gmenu .u-icon--close {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/closemenu_gray.svg");
}

.uptheader .c-gmenu .u-icon--menu {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/openmenu_gray.png");
  width: 40px;
  height: 17px;
}

.uptheader .c-gmenu .u-icon--cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_cart-gray.svg");
}

.uptheader .c-gmenu .u-icon--account {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_mypage-gray.svg");
}

.swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 1px #FFF;
  display: inline-block;
  margin: 0 24px !important;
  opacity: 1;
  background: transparent;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .swiper-pagination {
    display: block !important;
    z-index: 3;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 12px 0 !important;
    opacity: 1;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 100%;
  height: auto;
  top: auto;
  bottom: 30px;
  left: 50%;
  overflow: hidden;
  transform: translateY(0);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 14px;
    height: 104px;
    top: 50%;
    left: auto;
    right: 6.6vw;
    overflow: hidden;
    transform: translateY(-50%);
    transform: translateX(0);
  }
}
@media screen and (min-width: 1222px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    margin-bottom: 0;
  }
}
body.topPage .upthome__yumi--txt {
  color: #898989;
}

body.topPage .upthome__illust--ttl {
  color: #898989;
}

body.topPage .upthome__illust--txt {
  color: #898989;
}

body.topPage .upthome__yumi--sign {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/sign_yumi2408.svg");
}

body.topPage .upthome__illust {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  body.topPage .upthome__illust {
    margin-bottom: 0;
  }
}
.upthome__renew--logo {
  width: 58.6vw;
  height: 31.6vw;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13.3vw;
  z-index: 4;
}

.upthome__renew--logo img.upthome__renew--logo-img {
  width: 100%;
  height: auto;
}

.upthome__renewbtn {
  margin: 0 auto 100px;
}

.upthome__renewbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #898989;
  max-width: 262px;
  padding: 20px 0;
  margin: 0 auto 30px;
}

.upthome__renewbtn a span {
  color: #FFF;
  font-size: 1.25rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .upthome__renewbtn {
    margin: 0 auto 5vw;
  }
  .upthome__renewbtn a {
    max-width: 72vw;
    padding: 20px 0;
    margin: 0 auto 5vw;
  }
  .upthome__renewbtn a span {
    font-size: 1.1875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.top__ttl {
  text-align: center;
  color: #898989;
  font-size: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.top__ttl span {
  display: inline-block;
  border-bottom: solid 1px #898989;
}

@media screen and (max-width: 768px) {
  .top__ttl {
    font-size: 1.4375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.lineup {
  margin: 0 auto 44px;
}

.lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 932px;
  margin: 0 auto;
  width: 100%;
}

.lineup__list li {
  width: 200px;
  max-width: 200px;
  margin: 0 16px 56px;
  color: #967860;
}

.lineup__list li a {
  display: block;
}

.lineup__list--badge {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 64px;
  height: 64px;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/lineup-bg_new.png") no-repeat 0 0;
  background-size: 100% auto;
  animation: rotation 10s infinite linear;
}

.lineup__list--badge-new {
  color: white;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/lineup-bg_new-txt.png") no-repeat 0 0;
  width: 40px;
  height: 11px;
  background-size: cover;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  display: block;
}

.lineup__list--img {
  position: relative;
  margin: 0 0 16px;
}

.lineup__list--img img {
  border-radius: 19px;
}

.lineup__list--name {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 8px;
}

.lineup__list--namejp {
  font-size: 0.8125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 10px;
}

.lineup__list--color {
  width: 76px;
  margin: 0 auto;
}

.lineup__list--color img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .lineup__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 80vw;
    margin: 0 auto;
    width: 100%;
  }
  .lineup__list li {
    width: 37vw;
    max-width: 37vw;
    margin: 0 0 5vw;
  }
  .lineup__list--badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
  }
  .lineup__list--badge-new {
    width: 29px;
    height: 8px;
    top: 9px;
    left: -1px;
  }
  .lineup__list--img {
    position: relative;
    margin: 0 0 9px;
  }
  .lineup__list--img img {
    border-radius: 19px;
  }
  .lineup__list--name {
    font-size: 0.6875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 auto 4px;
  }
  .lineup__list--namejp {
    font-size: 0.625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 auto 8px;
  }
  .lineup__list--color {
    width: 50px;
  }
}
.concept {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 100px;
}

.concept__img {
  position: relative;
  margin: 40px auto 80px;
}

.concept__img img {
  width: 100%;
  height: auto;
}

.concept__img--txtblc {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.concept__img--txt01 {
  text-align: center;
  color: #FFF;
  font-size: 1.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.concept__img--txt02 {
  text-align: center;
  color: #FFF;
  font-size: 1.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.concept__txt {
  text-align: center;
  color: #898989;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 2.2;
  margin: 0 auto 40px;
}

.concept__txt--wrapper {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .concept {
    max-width: 80vw;
    margin: 0 auto 10vw;
    padding-top: 21.3vw;
  }
  .concept__more {
    margin-bottom: 0;
  }
  .concept__img {
    position: relative;
    margin: 15vw auto 7.2vw;
  }
  .concept__img img {
    width: 100%;
    height: auto;
  }
  .concept__img--txtblc {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    margin-top: 10vw;
  }
  .concept__img--txt01 {
    text-align: left;
    color: #898989;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .concept__img--txt02 {
    text-align: left;
    color: #898989;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .concept__txt {
    text-align: left;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.5;
    margin: 0 auto 1em;
  }
  .concept__txt--wrapper {
    margin-top: 6vw;
    display: none;
    padding-bottom: 0;
  }
  .concept__more {
    display: inline-block;
    border-radius: 30px;
    border: solid 1px #898989;
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    padding: 5px 36px;
    color: #898989;
    cursor: pointer;
  }
}
.cosme {
  margin: 0 auto;
}

.cosme__ttl {
  color: #967860;
  text-align: center;
  font-size: 1.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 30px 0;
}

.cosme .lineup__list--name,
.cosme .lineup__list--namejp {
  color: #967860;
}

@media screen and (max-width: 768px) {
  .cosme__ttl {
    font-size: 1.25rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    padding: 8vw 0 3vw;
  }
}
.skincare {
  margin: 0 auto;
}

.skincare__ttl {
  color: #32667A;
  text-align: center;
  font-size: 1.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 30px 0;
}

.skincare .lineup__list--name,
.skincare .lineup__list--namejp {
  color: #32667A;
}

@media screen and (max-width: 768px) {
  .skincare__ttl {
    font-size: 1.25rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    padding: 8vw 0 3vw;
  }
}
.set {
  margin: 0 auto;
}

.set__ttl {
  color: #898989;
  text-align: center;
  font-size: 1.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: 30px 0;
}

.set .lineup__list li {
  width: 256px;
  max-width: 256px;
  margin: 0 16px 56px;
}

.set .lineup__list li a {
  display: block;
}

.set .lineup__list--name,
.set .lineup__list--namejp {
  color: #32667A;
}

.set .lineup__list--price {
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #32667A;
  text-align: center;
}

.set .lineup__list--price span {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .set {
    margin: 0 autot 8vw;
  }
  .set .lineup__list {
    margin: 0 auto 0;
    display: block;
  }
  .set .lineup__list li {
    width: 72vw;
    max-width: 72vw;
    margin: 0 auto 8vw;
  }
  .set .lineup__list li a {
    display: block;
  }
  .set__ttl {
    font-size: 1.4375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 86px 0 48px;
  }
}
.modal.center {
  width: 100%;
  height: 100%;
}

.modal.center .modal__contents {
  margin: 0;
  padding: 0;
  width: auto;
  max-height: 90dvh;
  max-height: 90vh;
}

.modal.center .modal__contents--inner {
  padding: 0;
}

.modal.center img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 90dvh;
  max-height: 90vh;
}

.modal.center .modal__btn {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}

@media screen and (max-width: 768px) {
  .modal.center .modal__contents {
    margin: 0;
    padding: 0;
    width: auto;
    max-height: auto;
    max-width: 100%;
  }
  .modal.center .modal__contents--inner {
    padding: 0;
  }
  .modal.center img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    width: 90vw;
    max-width: 90vw;
  }
}
.modal.rb .modal__btn {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}

.modal.rb .modal__contents {
  max-width: 438px;
  position: fixed;
  display: block;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  left: auto;
  top: auto;
  max-width: 518px;
  max-height: 207px;
  width: 100%;
  height: 100%;
  transform: none;
}

.modal.rb .modal__contents--inner {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal.rb .modal__contents--inner img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .modal.rb .modal__contents {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    max-width: 100vw;
    max-height: calc(40vw + 30px);
    width: 100%;
    height: 100%;
  }
  .modal.rb .modal__contents--inner {
    max-width: 100vw;
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    padding: 20px 10px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .set {
    margin: 0 8vw;
  }
  .upthome__yumi--blc {
    max-width: 80vv;
    width: 80vw;
    margin: 0 auto;
    min-width: 80vw;
  }
  .upthome__illust {
    max-width: 80vw;
    padding-right: 0;
    padding-left: 0;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1080px) {
  .is-no-webp .upthome__producer {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_producer2405-tb.jpg");
  }
  .is-webp .upthome__producer {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_producer2405-tb.webp");
  }
}
body.topPage {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_top-pc.jpg");
  background-position: 0 -100vh !important;
}

@media screen and (max-width: 768px) {
  body.topPage {
    background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_top.jpg");
  }
}
body.topPage.is-webp {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_top-pc.webp");
}

@media screen and (max-width: 768px) {
  body.topPage.is-webp {
    background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_top.webp");
  }
}
.cosme {
  max-width: 540px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .cosme {
    max-width: 80vw;
    margin: 0 auto;
  }
  .cosme .uptblc__buyblc--btn #btn-add {
    margin: 0 auto 18vw;
    max-width: 100%;
    width: 100%;
  }
}
.swiper-container {
  overflow: visible;
}

.item__swiper {
  margin: 0 auto;
  max-width: 440px;
}

.item__swiper .swiper-slide {
  background-color: #F7F8F8;
  padding-bottom: 2px;
  overflow: visible;
}

.item__swiper .swiper-slide img {
  -o-object-fit: unset;
  object-fit: unset;
}

.item__swiper .cosmeSwiper {
  margin: 0 auto 26px;
  position: relative;
}

.item__swiper .cosmeSwiper .swiper-slide img {
  border-radius: 30px;
}

.item__swiper .thumb__blc {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  /* 前への矢印 */
  /* 次への矢印 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}

.item__swiper .thumb__blc .swiper-button-prev {
  left: 0;
}

.item__swiper .thumb__blc .swiper-button-next {
  right: 0;
}

.item__swiper .thumb__blc .swiper-button-prev,
.item__swiper .thumb__blc .swiper-button-next {
  height: 30px;
  width: 14px;
  top: 54px;
}

.item__swiper .thumb__blc .swiper-button-prev::after,
.item__swiper .thumb__blc .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 14px;
}

.item__swiper .thumb__blc .swiper-button-prev::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/arrow_left.png");
}

.item__swiper .thumb__blc .swiper-button-next::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/arrow_right.png");
}

.item__swiper .cosmeSwiper__thumb {
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
}

.item__swiper .cosmeSwiper__thumb .swiper-slide {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.item__swiper .cosmeSwiper__thumb .swiper-slide img {
  border-radius: 16px;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.item__swiper .cosmeSwiper__thumb .swiper-slide-thumb-active {
  font-size: 0;
  line-height: 0;
  border-radius: 14px;
}

.item__swiper .cosmeSwiper__thumb .swiper-slide-thumb-active img {
  border: solid 1px #967860;
  background-color: #967860;
}

@media screen and (max-width: 768px) {
  .item__swiper .cosmeSwiper {
    margin: 0 auto 5vw;
  }
  .item__swiper .cosmeSwiper .swiper-slide {
    border-radius: 3.4vw;
    font-size: 0;
    line-height: 0;
    margin-left: -1px;
  }
  .item__swiper .cosmeSwiper .swiper-slide img {
    border-radius: 3.4vw;
    -o-object-fit: unset;
    object-fit: unset;
    width: 100%;
    height: auto;
  }
  .item__swiper .thumb__blc {
    /* 前へ次への矢印カスタマイズ */
  }
  .item__swiper .thumb__blc .swiper-button-prev,
  .item__swiper .thumb__blc .swiper-button-next {
    height: 30px;
    width: 14px;
    top: 10vw;
  }
  .item__swiper .cosmeSwiper__thumb {
    max-width: 64vw;
  }
  .item__swiper .cosmeSwiper__thumb .swiper-slide img {
    border-radius: 1.7vw;
  }
}
.item__details {
  max-width: 440px;
  margin: 30px auto 0;
  width: 100%;
}

.item__details--inner {
  display: flex;
  justify-content: space-between;
}

.item__details--inner.aic {
  margin-top: 30px;
  margin-bottom: 30px;
}

.item__details--lblc {
  width: 82%;
}

.item__details--name {
  color: #967860;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
}

.item__details--jpname {
  color: #967860;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 10px 0 10px;
}

.item__details--price {
  color: #967860;
  font-size: 1.4375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
}

.item__details--icon {
  width: 64px;
}

.item__details--icon img {
  width: 100%;
  height: auto;
}

.item__details--color {
  width: 52%;
  display: flex;
}

.item__details--color li {
  width: 34px;
  height: 34px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 6px 12px 6px;
}

.item__details--color.eye li:first-child {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/eye_color01.png");
  margin: 0 6px 0 0;
}

.item__details--color.eye li:nth-child(2) {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/eye_color02.png");
}

.item__details--color.eye li:nth-child(3) {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/eye_color03.png");
}

.item__details--color.eye li.active:first-child {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/eye_color01-active.png");
}

.item__details--color.eye li.active:nth-child(2) {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/eye_color02-active.png");
}

.item__details--color.eye li.active:nth-child(3) {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/eye_color03-active.png");
}

.item__details--color.rip li:first-child {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/rip_color01.png");
  margin: 0 6px 0 0;
}

.item__details--color.rip li:nth-child(2) {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/rip_color02.png");
}

.item__details--color.rip li:nth-child(3) {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/rip_color03.png");
}

.item__details--color.rip li.active:first-child {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/rip_color01-active.png");
}

.item__details--color.rip li.active:nth-child(2) {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/rip_color02-active.png");
}

.item__details--color.rip li.active:nth-child(3) {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/rip_color03-active.png");
}

.item__details--kikaku {
  color: #967860;
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: 600;
  margin-top: 12px;
}

.item__name {
  color: #967860;
  text-align: center;
  font-weight: 600;
  font-size: 1.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  margin: 0 auto 30px;
}

.item__intro {
  margin: 0 auto 60px;
}

.item__intro img {
  width: 100%;
  height: auto;
}

.item__intro--name {
  text-align: center;
  color: #967860;
  font-size: 1.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: 38px 0 24px;
}

.item__intro--txt {
  text-align: center;
  color: #967860;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.item__intro--txt inf {
  font-size: 0.6em;
}

.item__intro--txt sup {
  font-size: 0.6em;
}

.item__variation {
  margin: 0 auto 100px;
}

.item__variation.rip {
  max-width: 440px;
  width: 100%;
}

.item__variation.eye {
  max-width: 540px;
  width: 100%;
}

.item__variation.eye .item__variation--himg {
  max-width: 440px;
  width: 100%;
}

.item__variation li {
  margin-bottom: 110px;
}

.item__variation--himg {
  display: block;
  margin: 0 auto 10px;
}

.item__variation--himg img {
  width: 100%;
  height: auto;
  border-radius: 27px;
}

.item__variation--name {
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #967860;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  margin: 10px 0 4px;
}

.item__variation--namejp {
  font-size: 0.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #967860;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 15px;
}

.item__variation--txt {
  font-size: 0.9375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #967860;
  text-align: center;
  line-height: 1.5;
}

.item__ripv--ttl {
  text-align: center;
  color: #967860;
  font-weight: 600;
  font-size: 1.4375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.item__ripv--img {
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
}

.item__vbcream {
  max-width: 400px;
  width: 100%;
  margin: -10px auto 100px;
}

.item__vbcream img {
  width: 100%;
  height: auto;
}

.item__vbpallet {
  max-width: 540px;
  width: 100%;
  margin: -10px auto 100px;
}

.item__vbpallet img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .item__details {
    margin: 5vw auto 0;
    width: 100%;
  }
  .item__details--inner.aic {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .item__details--lblc {
    width: 82%;
  }
  .item__details--name {
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
  .item__details--jpname {
    font-size: 0.75rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 2vw 0;
  }
  .item__details--price {
    font-size: 1.4375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .item__details--icon {
    width: 13vw;
  }
  .item__details--color {
    width: 52%;
    display: flex;
  }
  .item__details--color li {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 6px 12px 6px;
  }
  .item__details--kikaku {
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin-top: 8px;
  }
  .item__name {
    font-size: 1.4375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    margin: 0 auto 5vw;
  }
  .item__intro {
    margin: 0 auto 8vw;
  }
  .item__intro--name {
    font-size: 1.4375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 7vw -6vw 5vw;
  }
  .item__intro--txt {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 -6vw;
  }
  .item__variation {
    margin: 0 auto 18vw;
    width: 80vw;
  }
  .item__variation li {
    margin-bottom: 18vw;
  }
  .item__variation--name {
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 10px 0 4px;
  }
  .item__variation--namejp {
    font-size: 0.625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 0 15px;
  }
  .item__variation--txt {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .item__ripv--ttl {
    font-size: 1.125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .item__ripv--img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .item__vbcream {
    max-width: 70vw;
    width: 100%;
    margin: -10px auto 18vw;
  }
  .item__vbpalle {
    max-width: 100%;
    width: 100%;
    margin: -10px auto 18vw;
  }
}
.point {
  margin: 0 auto 80px;
}

.point__subttl {
  text-align: center;
  color: #967860;
  font-size: 1.25rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: 0 auto 14px;
  line-height: 1;
}

.point__txtwrap {
  margin: 0 auto 40px;
  max-width: 440px;
  width: 100%;
}

.point__txtwrap.point1 {
  margin: 0 auto 10px;
}

.point__flxb {
  display: flex;
  justify-content: space-between;
}

.point__flxb--img {
  min-width: 206px;
  max-width: 206px;
  width: 206px;
  margin-left: 20px;
}

.point__flxb--img img {
  width: 100%;
  height: auto;
}

.point__flxb--img02 {
  min-width: 138px;
  max-width: 138px;
  width: 138px;
  margin-left: 37px;
}

.point__flxb--img02 img {
  width: 100%;
  height: auto;
}

.point__txt {
  color: #967860;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.point__txt.center {
  text-align: center;
}

.point__txt inf {
  font-size: 0.6em;
}

.point__small {
  font-size: 0.8125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #967860;
  margin-top: 10px;
}

.point__small inf {
  font-size: 0.6em;
}

.point__small sup {
  font-size: 0.6em;
}

.point__notice {
  font-size: 0.6875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #967860;
}

.point__eyeimg {
  margin: 0 auto 30px;
  max-width: 280px;
  width: 100%;
}

.point__bcreamimg {
  margin: 0 auto 80px;
  max-width: 440px;
  width: 100%;
}

.point__img {
  margin: 0 auto 50px;
  max-width: 440px;
  width: 100%;
}

.point__img img {
  width: 100%;
  height: auto;
}

.point__steps {
  max-width: 440px;
  width: 100%;
  margin: 0 auto 80px;
}

.point__steps li {
  color: #967860;
  margin: 0 0 30px;
}

.point__steps--ttl {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
}

.point__steps--ttl .icon {
  font-size: 0.9375rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 1px;
}

.point__steps--ttl inf {
  font-size: 0.6em;
}

.point__steps--txt {
  font-size: 0.8125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .point {
    margin: 0 auto 12vw;
    max-width: 80vw;
  }
  .point__txtwrap {
    margin: 0 auto 10vw;
    max-width: 80vw;
  }
  .point__txtwrap.point1 {
    margin: 0 auto 2vw;
  }
  .point__flxb--img {
    min-width: 47%;
    max-width: 47%;
    width: 47%;
    margin-left: 5%;
  }
  .point__flxb--img02 {
    min-width: 32%;
    max-width: 32%;
    width: 32%;
    margin-left: 8.4%;
  }
  .point__txt {
    font-size: 0.6875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .point__small {
    font-size: 0.6875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin-top: 2˜vw;
    line-height: 1.4;
    font-weight: 400;
    color: #967860;
  }
  .point__notice {
    font-size: 0.625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .point__eyeimg {
    margin: 0 auto 7vw;
    max-width: 64vw;
  }
  .point__bcreamimg {
    margin: 0 auto 15vw;
    max-width: 100%;
    width: 100%;
  }
  .point__img {
    margin: 0 auto 11vw;
    max-width: 80vw;
  }
  .point__steps {
    max-width: 80vw;
    margin: 0 auto 10vw;
  }
  .point__steps li {
    margin: 0 0 8vw;
  }
  .point__steps--ttl {
    font-size: 0.6875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 0 3vw;
    line-height: 1.2;
  }
  .point__steps--ttl .icon {
    font-size: 0.75rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin-right: 3px;
  }
  .point__steps--txt {
    font-size: 0.625rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.2;
    padding-left: 8px;
  }
}
.prescription {
  max-width: 440px;
  width: 100%;
  margin: 0 auto 80px;
}

.prescription__arrow--plus {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
}

.prescription__arrow--plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #967860;
  transform: rotate(90deg);
}

.prescription__arrow--plus::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #967860;
}

.prescription__blc {
  border: solid 1px #967860;
  border-radius: 32px;
  margin-bottom: 20px;
}

.prescription__blc--small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 54px;
  cursor: pointer;
}

.prescription__blc.show .prescription__arrow--plus::after {
  opacity: 0;
}

.prescription__blc.show .prescription__arrow--plus::before {
  transform: translateY(0%) rotate(90deg);
}

.prescription__ttl {
  color: #967860;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
}

.prescription__sblc {
  padding: 17px 54px 47px;
  transition: all 0.4s ease-out;
}

.prescription__sblc--two {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 201px;
}

.prescription__sblc--two img {
  width: 100%;
  height: auto;
}

.prescription__sblc--three {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 268px;
}

.prescription__sblc--three img {
  width: 100%;
  height: auto;
}

.prescription__sblc--four {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 370px;
}

.prescription__sblc--ttl {
  color: #967860;
}

.prescription__sblc--ttl.mt20 {
  margin-top: 20px;
}

.prescription__sblc--seibun {
  color: #967860;
  font-size: 0.75rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.3;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .prescription {
    margin: 0 auto 8vw;
  }
  .prescription__blc {
    border-radius: 8vw;
    margin-bottom: 4vw;
  }
  .prescription__blc--small {
    padding: 4vw 5vw;
  }
  .prescription__ttl {
    color: #967860;
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1;
  }
  .prescription__sblc {
    padding: 3vw 5vw 8vw;
  }
  .prescription__sblc--two {
    margin: 0 auto;
    padding-top: 5vw;
    max-width: 40vw;
  }
  .prescription__sblc--three {
    margin: 0 auto;
    padding-top: 5vw;
    max-width: 50vw;
  }
  .prescription__sblc--four {
    margin: 0 auto;
    padding-top: 5vw;
    max-width: 70vw;
  }
  .prescription__sblc--four {
    margin: 0 auto;
    padding-top: 20px;
    max-width: 370px;
  }
  .prescription__sblc--seibun {
    font-size: 0.75rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.3;
    margin-top: 5px;
  }
}
.itemlast {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 120px;
}

.itemlast__img {
  margin: 0 auto 36px;
}

.itemlast__img img {
  width: 100%;
  height: auto;
}

.itemlast__txt {
  text-align: center;
  color: #967860;
  font-size: 1.625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .itemlast {
    width: 100%;
    margin: 0 auto 17vw;
  }
  .itemlast__img {
    margin: 0 auto 18px;
  }
  .itemlast__txt {
    font-size: 0.9375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.otheritem__ttl {
  font-size: 1.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  text-align: center;
  color: #967860;
  font-weight: 600;
  margin: 0 auto 60px;
}

.otheritem .lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 434px;
  width: 100%;
  margin: 0 auto;
}

.otheritem .lineup__list li {
  margin: 0 0 75px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .otheritem__ttl {
    font-size: 1.3125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 auto 12vw;
  }
  .otheritem .lineup__list {
    max-width: 80vw;
  }
  .otheritem .lineup__list li {
    margin: 0 0 10vw;
    width: 38vw;
  }
}
.item__details--price {
  white-space: nowrap;
}

.item__details--price.dashed {
  text-decoration: line-through;
}

.item__details--price.sale {
  color: #c64627;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 1.625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.item__details--price.sale i {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 2px;
}

.item__details--price-feature {
  color: #FFF;
  background-color: #c64627;
  padding: 3px 8px;
  font-weight: normal;
  font-size: 0.8em;
  margin-right: 10px;
}

.item__details--price-block {
  display: flex;
  align-items: center;
}

:root {
  --width: 500px;
}

.p-page_content__inner p {
  font-size: 100%;
}

.uptshoplist {
  width: var(--width);
  margin: 0 auto;
}

.uptshoplist__areasp {
  display: none;
}

.uptshoplist__area {
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  position: fixed;
  bottom: 80px;
  left: calc(50% - 360px);
  transform: translateX(-50%);
  color: #32667A;
  opacity: 1;
  transition: all 0.5s;
}

.uptshoplist__area a {
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.uptshoplist__area li {
  padding: 5px 0;
}

.uptshoplist__area li.areaActive a {
  border-bottom: solid 1px #32667A;
}

.uptshoplist__area li:hover a::after {
  transition: all 0.3s;
  transform: scale(0.2, 1); /*X方向に0.2スケール拡大*/
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.uptshoplist__area li.is-active a::after {
  transition: all 0.3s;
  transform: scale(0.2, 1); /*X方向に0.2スケール拡大*/
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.uptshoplist__area li a {
  position: relative;
  padding: 2px 0;
  display: inline-block;
}

.uptshoplist__area li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #32667A;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向にスケール拡大*/
  transform-origin: left bottom; /*左上基点*/
}

.uptshoplist__area.hide {
  opacity: 0;
  transition: all 0.5s;
}

.uptshoplist__shoplist li {
  color: #32667A;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  padding: 10px 0;
  border-bottom: solid 1px #e3e3e1;
  display: flex;
  align-items: center;
}

.uptshoplist__shoplist--pre {
  display: inline-block;
  border-radius: 30px;
  padding: 6px 10px;
  border: solid 1px #32667A;
}

.uptshoplist__shoplist--details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -140px;
}

.uptshoplist__shoplist--details li {
  margin: 0 5px 5px 0;
}

.uptshoplist__shoplist--details li a {
  color: #32667A;
  display: inline-block;
  border-radius: 30px;
  font-size: 0.875rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background: #FFF;
  text-decoration: none;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: bold;
  border: solid 2px #32667A;
}

.uptshoplist__blc {
  padding-top: 100px;
}

.uptshoplist p.uptshoplist__shoplist--pre {
  line-height: 1;
  margin: 0 8px 0 0;
}

.uptshoplist p.uptshoplist__shoplist--name {
  line-height: 1.5;
  margin: 0;
}

.uptshoplist p.uptshoplist__areaTtl {
  background: #32667A;
  color: #FFF;
  padding-left: 12px;
  white-space: nowrap;
  margin: 0 0 20px;
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .uptshoplist p.uptshoplist__areaTtl {
    font-size: 0.9375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
.uptshoplist p.uptshoplist__ttl {
  text-align: center;
  font-size: 3rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 auto 10px;
  line-height: 1;
  color: #32667A;
}

.uptshoplist p.uptshoplist__ttljp {
  text-align: center;
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #32667A;
  margin: 0 auto 70px;
}

.uptshoplist p.uptshoplist__txt {
  text-align: center;
  margin: 20px auto 0;
  color: #32667A;
}

@media screen and (max-width: 768px) {
  .uptshoplist p.uptshoplist__txt {
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    padding: 0 5vw;
  }
  .uptshoplist p.uptshoplist__txt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .uptshoplist {
    width: 100%;
  }
  .uptshoplist__area {
    display: none;
  }
  .uptshoplist__areasp {
    display: flex;
    background: #FFF;
    overflow-x: scroll;
    border-top: solid 1px #32667A;
    border-bottom: solid 1px #32667A;
    width: 100%;
  }
  .uptshoplist__areasp li {
    text-align: center;
    border-right: dashed 1px #32667A;
    min-width: 40%;
  }
  .uptshoplist__areasp li a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    text-decoration: none;
    color: #32667A;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1;
    white-space: nowrap;
  }
  .uptshoplist__areasp.active {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .uptshoplist__blc {
    padding-top: 90px;
  }
  .uptshoplist__blc--wrap {
    padding: 0 5%;
    margin: 0;
  }
  .uptshoplist__shoplist--pre {
    white-space: nowrap;
  }
  .uptshoplist__shoplist--details {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -140px;
  }
  .uptshoplist__shoplist--details li {
    margin: 0 5px 5px 0;
  }
  .uptshoplist__shoplist--details li a {
    color: #32667A;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    background: #FFF;
    text-decoration: none;
    line-height: 1;
    padding: 5px 10px;
    white-space: nowrap;
    font-weight: bold;
    border: solid 2px #32667A;
  }
}
body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background-repeat: repeat-y !important;
  background-size: 100% auto !important;
}

body {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_origin-pc.jpg");
}

@media screen and (max-width: 768px) {
  body {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_origin.jpg");
  }
}
body.renewPage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_newcosme-pc.jpg");
}

@media screen and (max-width: 768px) {
  body.renewPage {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_newcosme.jpg");
  }
}
.gmenu__sns--insta {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_menu_insta2408.svg") no-repeat 0 0;
}

.gmenu__sns--line {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_menu_line2408.svg") no-repeat 0 0;
}

.gmenu__sns--twitter {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_menu_twitter2408.svg") no-repeat 0 0;
}

.gmenu__sns--youtube {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/icon_menu_youtube2408.svg") no-repeat 0 0;
}

.uptheader .uptgmenu__upperlinks li a {
  color: #898989;
}

.uptheader .uptgmenu__head {
  background-image: none;
}

.uptheader .uptgmenu__innerline {
  border-right: none;
  border-left: none;
}

.uptheader .uptgmenu__btm {
  background: #898989;
}

@media screen and (max-width: 768px) {
  body.is-web {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_origin.webp");
  }
  .renewPage.is-webp {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/themes/christmas2024_20241212193652/ec_force/assets/images/uptorigin/bg_newcosme.webp");
  }
}
.content__ttl {
  margin: 0 auto 60px;
  text-align: center;
  font-weight: 600;
  color: #967860;
  font-size: 2rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.content__ttl span {
  display: inline-block;
  padding: 0 13px;
  border-bottom: solid 1px #967860;
}

.content__smallblc {
  max-width: 440px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .content {
    font-size: 1.4375rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0 auto 11vw;
  }
  .content__ttl {
    margin: 0 auto 8vw;
  }
  .content__smallblc {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
.c-announce_bar {
  padding: 3px 60px;
}

@media screen and (max-width: 768px) {
  .c-announce_bar {
    padding: 3px 8px;
  }
}
summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.uptblc__inner {
  border: none;
  background-color: #F7F8F8;
}

.uptplane__inner {
  border: none;
}

.uptblc.top {
  border-top: none;
}

.uptheader {
  background: none;
}
.uptheader .uptheader__icons {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 16px;
}
.uptheader .uptblc__inner {
  border: none;
  background-color: #F7F8F8;
}
.uptheader .uptheader__icons .uptheader__icons--logo a {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptHeader__toppc-brown.png");
}
.uptheader .uptheader__icons .u-icon--menu {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/openmenu_brawn.png");
  width: 40px;
  height: 17px;
}
.uptheader .uptheader__icons .u-icon--cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-brown.svg");
}
.uptheader .uptheader__icons .u-icon--account {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-brown.svg");
}
@media screen and (max-width: 768px) {
  .uptheader {
    background-image: none;
  }
  .uptheader .uptblc__inner {
    border: none;
    background-color: #F7F8F8;
  }
  .uptheader .uptheader__icons {
    padding: 6vw 3vw;
  }
}

body {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/bg_newcosme-pc.jpg");
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/bg_newcosme.jpg");
  }
}

.uptfooter {
  background-color: #898989;
}

.uptheader {
  background-image: none;
}
.uptheader .l-header__inner__block__item--menu:not(:last-child) {
  margin-right: 0;
}
.uptheader.bg__header {
  background-image: none;
}

body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

:root {
  color-scheme: light;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .tb {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .tb {
    display: block;
  }
}

@media screen and (min-width: 431px) {
  .spimg {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .spimg {
    display: block;
  }
}

@media screen and (min-width: 431px) {
  .tbimg {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .tbimg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.cosme .u-text__point--line {
  border-color: #967860;
}
.cosme .prescription__ttl {
  color: #967860;
}

.skincare .u-text__point--line {
  border-color: #32667A;
}
.skincare .prescription__blc {
  border-color: #32667A;
}
.skincare .prescription__ttl {
  color: #32667A;
}
.skincare .prescription__arrow--plus::after {
  background-color: #32667A;
}
.skincare .prescription__arrow--plus::before {
  background-color: #32667A;
}
.skincare .item__swiper .itemSwiper__thumb .swiper-slide-thumb-active img {
  border-color: #32667A;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .upthome__renew {
    height: 100vh;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .upthome__renew {
    display: block;
    height: 100vh;
  }
}

.upthomeSwiper {
  height: 100vh;
}
.upthomeSwiper .swiper-wrapper {
  height: 100vh;
}
.upthomeSwiper .swiper-wrapper img {
  object-fit: cover;
  height: 100vh;
}

body {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/bg_basic.webp") no-repeat 0 0;
  background-size: 100% auto;
}

body:has(#skincareProducts) {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/bg_skincare.webp") repeat-y 0 0;
  background-size: 100% auto;
}

body:has(#cosmeProducts) {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/bg_cosme.webp") repeat-y 0 0;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .item__details {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .uptprodcut .uptblc__buyblc--btn {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .upthome__renew {
    height: 100vh;
    display: block;
  }
}

.c-gmenu {
  height: 100vh;
}

.prefecture {
  padding-bottom: 200px;
}
.prefecture li {
  padding-top: 160px;
  margin-bottom: -140px;
  overflow: hidden;
}
.prefecture li:last-child {
  margin-bottom: -220px;
}
.prefecture__agingcare {
  background-color: #d6fad4;
  color: #444;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
}
.prefecture__serum {
  background-color: #d9d9ff;
  color: #444;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
}
.prefecture__skincare {
  background-color: #c3e9fa;
  color: #444;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
}
.prefecture__cosme {
  color: #444;
  background-color: #fcd2d8;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
  margin-right: 0;
}

.prefecture__blc {
  overflow: hidden;
}

.prefecture__sort {
  overflow: hidden;
  margin-top: 3px;
}

.prefecture__ttl {
  font-weight: bold;
  margin: 0;
  display: inline-block;
  color: #32667A;
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin-right: 10px;
}

.prefecture__name {
  margin: 0 !important;
  color: #32667A;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .prefecture li {
    padding-top: 160px;
    margin-bottom: -152px;
  }
  .prefecture__ttl {
    font-size: 0.875rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin-right: 6px;
  }
  .prefecture__name {
    font-size: 0.8125rem;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body:has(#homepage) .uptheader {
    display: block;
  }
}
body:has(#homepage) .uptheader .uptblc {
  display: none;
}
body:has(#homepage) .uptheader .l-uptmegamenu__arrow {
  content: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/nav_arrow.svg");
}
body:has(#homepage) .uptheader .c-gmenu .u-icon--close {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/closemenu_gray.svg");
}
body:has(#homepage) .uptheader .c-gmenu.is-active .u-icon--cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-gray.svg");
}
body:has(#homepage) .uptheader .c-gmenu.is-active .u-icon--account {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-gray.svg");
}
@media screen and (max-width: 767px) {
  body:has(#homepage) .uptheader.bg__header .u-icon--menu {
    color: #898989;
  }
  body:has(#homepage) .uptheader.bg__header .u-icon--menu {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/openmenu_gray.png");
    width: 40px;
    height: 17px;
  }
  body:has(#homepage) .uptheader.bg__header .u-icon--cart {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-gray.svg");
  }
  body:has(#homepage) .uptheader.bg__header .u-icon--account {
    background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-gray.svg");
  }
  body:has(#homepage) .uptheader.bg__header .uptblc__inner {
    background-color: #F7F8F8;
  }
  body:has(#homepage) .uptheader.bg__header .uptblc {
    background-color: #F7F8F8;
  }
}
body:has(#homepage) .uptheader .u-icon--menu {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/openmenu_white.png");
  width: 40px;
  height: 17px;
}
body:has(#homepage) .uptheader .u-icon--cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-white.svg");
}
body:has(#homepage) .uptheader .u-icon--account {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-white.svg");
}
body:has(#homepage) .uptheader .uptheader__icons--logo a {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptHeader__toppc-gray.png");
}
body:has(#homepage) .uptheader .uptblc__inner {
  border: none;
}
body:has(#homepage) .uptheader .uptheader__icons {
  padding: 6vw 3vw;
}
body:has(#homepage) .uptheader .uptgmenu__btm {
  width: 101dvw;
  width: 101vw;
}
body:has(#homepage) .uptplane__inner {
  border: none;
}
body:has(#homepage) .uptblc.top {
  border-top: none;
}
body:has(#homepage) .uptheader .uptblc {
  display: none;
}
body:has(#homepage) .c-announce_bar {
  background-color: #898989;
}
body:has(#homepage) .c-announce_bar + .uptblc .uptblc__inner {
  border: none;
  display: none;
}
body:has(#homepage) .uptblc__inner {
  border: none;
}
body:has(#homepage) .uptHeader__toppc {
  width: 100%;
  display: block;
}
body:has(#homepage) .uptHeader__toppc--inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body:has(#homepage) .uptHeader__toppc--logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptHeader__toppc.png");
  margin-left: 68px;
  color: #444;
  width: 73px;
  height: 40px;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
}
body:has(#homepage) .uptHeader__toppc--list {
  color: white;
  display: flex;
  width: 898px;
  justify-content: space-between;
  align-items: center;
}
body:has(#homepage) .uptHeader__toppc--list li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
body:has(#homepage) .uptHeader__toppc.active {
  background-color: #F7F8F8;
}
@media screen and (max-width: 1279px) {
  body:has(#homepage) .uptHeader__toppc--inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body:has(#homepage) .uptHeader__toppc--logo {
    width: 73px;
    height: 40px;
    margin-left: 0;
  }
  body:has(#homepage) .uptHeader__toppc--list {
    width: 75%;
    justify-content: space-between;
  }
  body:has(#homepage) .uptHeader__toppc--list li {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  body:has(#homepage) .uptHeader__toppc {
    display: none;
  }
}
body:has(#homepage) .uptHeader__toppc.active .uptHeader__toppc--list {
  color: #898989;
}
body:has(#homepage) .uptHeader__toppc.active .uptHeader__toppc--logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptHeader__toppc-gray.png");
}

.l-topuptheader .c-announce_bar {
  background-color: #898989;
}
.l-topuptheader .c-announce_bar__text {
  color: #FFF;
}

.l-uptheader {
  background-color: #F7F8F8;
}

body:has(#homepage) l-uptheader {
  background-color: transparent;
}
body:has(#homepage) .l-uptmegamenu__list--ttl {
  color: white;
}
body:has(#homepage) .is-open .l-uptmegamenu__list--ttl {
  color: #898989;
}
body:has(#homepage) .is-open .l-uptmegamenu__arrow {
  content: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/nav_arrow-origin.svg");
}
body:has(#homepage) .l-uptheader {
  background-color: transparent;
}
body:has(#homepage) .l-uptheader .u-upticon__logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptheader-white.svg");
}
body:has(#homepage) .l-uptheader .u-upticon__mypage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-white.svg");
}
body:has(#homepage) .l-uptheader .u-upticon__cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-white.svg");
}
body:has(#homepage) .l-uptheader .u-upticon__menu span {
  background-color: white;
}
body:has(#homepage) .l-uptheader.is-active {
  background-color: #F7F8F8;
}
body:has(#homepage) .l-uptheader.is-active .u-upticon__logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptheader-origin.svg");
}
body:has(#homepage) .l-uptheader.is-active .u-upticon__mypage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-origin.svg");
}
body:has(#homepage) .l-uptheader.is-active .u-upticon__cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-origin.svg");
}
body:has(#homepage) .l-uptheader.is-active .u-upticon__menu span {
  background-color: #898989;
}
body:has(#homepage) .l-uptheader.is-active .l-uptmegamenu__list--ttl {
  color: #898989;
}
body:has(#homepage) .l-uptheader.is-active .l-uptmegamenu__arrow {
  content: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/nav_arrow.svg");
}
body:has(#homepage) .c-announce_bar {
  background-color: #898989;
}
body:has(#homepage) .c-announce_bar__text {
  color: #FFF;
}

.l-uptheader {
  width: 100%;
}
.l-uptheader__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-uptheader__inner {
    max-width: 980px;
    width: 100%;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-uptheader__inner {
    padding: 5.8vw 7.2vw;
  }
}
.l-uptheader__menu {
  padding-top: 4px;
}
.l-uptheader__icons {
  display: flex;
  align-items: center;
}
.l-uptheader__icon--item {
  margin-right: 13px;
}

.c-gmenu__container {
  box-shadow: initial;
}
.l-uptmenu {
  background-color: white;
  color: #898989;
}
@media screen and (min-width: 768px) {
  .l-uptmenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__imgsp {
    width: 100%;
    display: block;
    height: 42vw;
  }
  .l-uptmenu__imgsp img {
    object-fit: cover;
    width: 100%;
    height: 42vw;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__imgsp {
    display: none;
  }
}
@media screen and (min-width: 931px) {
  .l-uptmenu__imgpc {
    height: 100vh;
  }
  .l-uptmenu__imgpc img {
    object-fit: cover;
    width: 200px;
    height: 100vh;
  }
}
@media screen and (max-width: 930px) {
  .l-uptmenu__imgpc {
    display: none;
    width: 0;
  }
  .l-uptmenu__imgpc img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__sns {
    width: 200px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__sns {
    display: flex;
    margin: 0 auto;
    width: 200px;
    max-width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 730px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5.8vw 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__header--log0 {
    padding-top: 5px;
  }
}
.l-uptmenu__container {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 931px) {
  .l-uptmenu__container {
    display: flex;
    min-width: 730px;
    max-width: 966px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .l-uptmenu__container {
    width: 100%;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__container {
    display: block;
  }
}
.l-uptmenu__container--inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-uptmenu__container--inner {
    min-width: 730px;
  }
}
.l-uptmenu__nav {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-uptmenu__nav {
    margin: 60px auto;
    max-width: 730px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__nav {
    padding: 10vw 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__nav--list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__nav--list {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__nav--blc {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__nav--item {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__nav--subttl {
    padding-left: 40px;
  }
  .l-uptmenu__nav--subttl a {
    display: inline-block;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__nav--subttl {
    padding-left: 40px;
  }
  .l-uptmenu__nav--subttl a {
    display: inline-block;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__nav--policy {
    margin: 16vw 0;
  }
}
.l-uptmenu__nav--policy-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-uptmenu__nav--bnr {
    width: 480px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
  }
  .l-uptmenu__nav--bnr img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__btm {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 730px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__btm {
    display: block;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__btm--copy {
    text-align: center;
    margin: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .l-uptmenu__nav {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__nav {
    padding: 10vw 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__bnrs {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__bnrs {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-uptmenu__bnr {
    display: block;
    width: 357px;
    max-width: 357px;
  }
  .l-uptmenu__bnr img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__bnr {
    width: 100%;
    display: block;
  }
  .l-uptmenu__bnr + .l-uptmenu__bnr {
    margin: 1em 0 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-uptmenu__bnrs {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-uptmenu__bnr {
    width: 49%;
  }
  .l-uptmenu__bnr + .l-uptmenu__bnr {
    margin: 0;
  }
}

.l-footer__sns {
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    width: 400px;
    max-height: 78px;
    height: 5.9vh;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    width: 68vw;
    max-width: 256px;
    width: clamp(180px, 58vw, 230px);
    padding: 0;
    max-height: 7.5vw;
  }
}
.l-footer__sns--item {
  font-size: 0;
  line-height: 0;
}
.l-footer__sns--link {
  display: block;
  font-size: 0;
  line-height: 0;
}
.l-footer__sns--link i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0;
}
.l-footer__sns--link i.fa-facebook {
  font-size: 36px;
  font-size: 2.25rem;
}
.l-footer__sns--link i.fa-facebook::before {
  font-family: "Font Awesome 6 Brands";
}
.l-footer__sns--link .fa-x-twitter {
  background-size: 100% auto;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/twix.svg") no-repeat 0 0;
}
.l-footer__sns--link .fa-instagram {
  background-size: 100% auto;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/insta.svg") no-repeat 0 0;
}
.l-footer__sns--link .fa-youtube {
  background-size: 100% auto;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/youtube.svg") no-repeat 0 0;
}
.l-footer__sns--link .fa-line {
  background-size: 100% auto;
  display: block;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/line.svg") no-repeat 0 0;
}
@media screen and (min-width: 768px) {
  .l-footer__sns--link .fa-x-twitter {
    width: 40px;
    height: 40px;
  }
  .l-footer__sns--link .fa-instagram {
    width: 40px;
    height: 40px;
  }
  .l-footer__sns--link .fa-youtube {
    width: 40px;
    height: 40px;
  }
  .l-footer__sns--link .fa-line {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns--link i {
    display: block;
    line-height: 1;
    width: 30px;
    height: 30px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 0;
    background-size: 100% auto;
    display: block;
  }
  .l-footer__sns--link.fa-facebook {
    width: 30px;
    height: 30px;
  }
  .l-footer__sns--link.fa-instagram {
    width: 30px;
    height: 30px;
  }
  .l-footer__sns--link.fa-youtube {
    width: 30px;
    height: 30px;
  }
  .l-footer__sns--link.fa-x-twitter {
    width: 30px;
    height: 30px;
  }
  .l-footer__sns--link.fa-line {
    width: 30px;
    height: 30px;
  }
}

.uptfooter {
  background: #898989;
}

/* TOP見出し */
.uptfootersns__ttl {
  color: #898989;
}

/* TOPリンク */
.uptfootersns__list li a {
  color: #898989;
}

/* 本文 */
.uptfooter__links li a {
  color: #F7F8F8;
}

body:has(#skincareProducts) .uptfooter {
  background: #32667A;
}
body:has(#skincareProducts) .uptfootersns__ttl {
  color: #32667A;
}
body:has(#skincareProducts) .uptfootersns__list li a {
  color: #32667A;
}
body:has(#skincareProducts) .l-footer__sns--link .fa-x-twitter {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/twix-skin.svg") no-repeat 0 0;
}
body:has(#skincareProducts) .l-footer__sns--link .fa-instagram {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/insta-skin.svg") no-repeat 0 0;
}
body:has(#skincareProducts) .l-footer__sns--link .fa-youtube {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/youtube-skin.svg") no-repeat 0 0;
}
body:has(#skincareProducts) .l-footer__sns--link .fa-line {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/line-skin.svg") no-repeat 0 0;
}

body:has(#cosmeProducts) .uptfooter {
  background: #967860;
}
body:has(#cosmeProducts) .uptfootersns__ttl {
  color: #967860;
}
body:has(#cosmeProducts) .uptfootersns__list li a {
  color: #967860;
}
body:has(#cosmeProducts) .l-footer__sns--link .fa-x-twitter {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/twix-cosme.svg") no-repeat 0 0;
}
body:has(#cosmeProducts) .l-footer__sns--link .fa-instagram {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/insta-cosme.svg") no-repeat 0 0;
}
body:has(#cosmeProducts) .l-footer__sns--link .fa-youtube {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/youtube-cosme.svg") no-repeat 0 0;
}
body:has(#cosmeProducts) .l-footer__sns--link .fa-line {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/line-cosme.svg") no-repeat 0 0;
}

.l-item__swiper {
  margin: 0 auto 26px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-item__swiper--slide img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-item__swiper--slide img {
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-item__swiperthumb--slide img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-item__swiperthumb--slide img {
    border-radius: 2.1vw;
  }
}

.item__swiper {
  margin: 0 auto;
  max-width: 440px;
}
.item__swiper .swiper-slide {
  background-color: #F7F8F8;
  padding-bottom: 2px;
  overflow: visible;
}
.item__swiper .swiper-slide img {
  object-fit: unset;
}
.item__swiper .itemSwiper {
  margin: 0 auto 26px;
  position: relative;
}
.item__swiper .itemSwiper .swiper-slide img {
  border-radius: 30px;
}
.item__swiper .thumb__blc {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  /* 前への矢印 */
  /* 次への矢印 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.item__swiper .thumb__blc .swiper-button-prev {
  left: 0;
}
.item__swiper .thumb__blc .swiper-button-next {
  right: 0;
}
.item__swiper .thumb__blc .swiper-button-prev,
.item__swiper .thumb__blc .swiper-button-next {
  height: 30px;
  width: 14px;
  top: 54px;
}
.item__swiper .thumb__blc .swiper-button-prev::after,
.item__swiper .thumb__blc .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 14px;
}
.item__swiper .thumb__blc .swiper-button-prev::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/arrow_left.png");
}
.item__swiper .thumb__blc .swiper-button-next::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/arrow_right.png");
}
.item__swiper .itemSwiper__thumb {
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
}
.item__swiper .itemSwiper__thumb .swiper-slide {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.item__swiper .itemSwiper__thumb .swiper-slide img {
  border-radius: 16px;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  object-fit: cover;
  display: block;
}
.item__swiper .itemSwiper__thumb .swiper-slide-thumb-active {
  font-size: 0;
  line-height: 0;
  border-radius: 14px;
  padding: 0;
  margin: 0;
}
.item__swiper .itemSwiper__thumb .swiper-slide-thumb-active img {
  border: solid 1px #967860;
  background-color: #967860;
}
@media screen and (max-width: 768px) {
  .item__swiper .itemSwiper {
    margin: 0 auto 5vw;
  }
  .item__swiper .itemSwiper .swiper-slide {
    border-radius: 3.4vw;
    font-size: 0;
    line-height: 0;
    margin-left: -1px;
  }
  .item__swiper .itemSwiper .swiper-slide img {
    border-radius: 3.4vw;
    object-fit: unset;
    width: 100%;
    height: auto;
  }
  .item__swiper .thumb__blc {
    /* 前へ次への矢印カスタマイズ */
  }
  .item__swiper .thumb__blc .swiper-button-prev,
  .item__swiper .thumb__blc .swiper-button-next {
    height: 30px;
    width: 14px;
    top: 10vw;
  }
  .item__swiper .itemSwiper__thumb {
    max-width: 64vw;
  }
  .item__swiper .itemSwiper__thumb .swiper-slide img {
    border-radius: 1.7vw;
  }
}

.skincare {
  color: #32667A;
  max-width: 540px;
  margin: 50px auto 0;
}
.skincare .item__name {
  color: #32667A;
}
.skincare .swiper-slide-thumb-active {
  font-size: 0;
  line-height: 0;
  border-radius: 14px;
}
.skincare .swiper-slide-thumb-active img {
  border: solid 1px #32667A;
  background-color: #32667A;
}
.skincare .item__swiper .thumb__blc {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.skincare .item__swiper .thumb__blc .swiper-button-prev::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/skincare/arrow_left-skincare.png");
}
.skincare .item__swiper .thumb__blc .swiper-button-next::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/skincare/arrow_right-skincare.png");
}
.skincare .item__details--name {
  color: #32667A;
}
.skincare .item__details--jpname {
  color: #32667A;
}
.skincare .uptblc__buyblc--btn #btn-add {
  background-color: #32667A;
  width: 100%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .skincare .uptblc__buyblc--btn #btn-add {
    margin: 0 auto 150px;
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .skincare .uptblc__buyblc--btn #btn-add {
    margin: 0 auto 18vw;
  }
}
.skincare .uptblc__buyblc--btn #btn-add .txt {
  text-align: center;
  color: #FFF;
  display: inline-block;
}
.skincare .uptblc__buyblc--btn #btn-add span {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/0914/arrow.png");
  height: 10px;
  width: 46px;
  display: block;
  background-repeat: no-repeat;
  background-size: 27px 14px;
  background-position: right center;
}
.skincare .uptblc__buyblc--btn #btn-add.soldout {
  background-color: #888;
  border-radius: 50px;
}
.skincare .uptblc__buyblc--btn #btn-add.soldout:hover {
  opacity: 1;
}
.skincare .uptblc__buyblc--btn #btn-add.soldout .txt {
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
.skincare .uptblc__buyblc--btn #btn-add.soldout span {
  display: none;
}

.cosme {
  color: #967860;
}
.cosme .uptblc__buyblc--btn #btn-add {
  background-color: #967860;
  margin: 0 auto 150px;
  max-width: 440px;
  width: 100%;
  border-radius: 50px;
}
.cosme .uptblc__buyblc--btn #btn-add span {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/0914/arrow.png");
  height: 10px;
  width: 46px;
  display: block;
  background-repeat: no-repeat;
  background-size: 27px 14px;
  background-position: right center;
}
.cosme .uptblc__buyblc--btn #btn-add .txt {
  text-align: center;
  color: #FFF;
  display: inline-block;
}
.cosme .uptblc__buyblc--btn #btn-add.soldout {
  background-color: #888;
  border-radius: 50px;
}
.cosme .uptblc__buyblc--btn #btn-add.soldout span {
  display: none;
}
.cosme .uptblc__buyblc--btn #btn-add.soldout:hover {
  opacity: 1;
}
.cosme .uptblc__buyblc--btn #btn-add.soldout .txt {
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: block;
}

.l-uptmegamenu__navigation {
  width: 100%;
}
.l-uptmegamenu__list--ttl {
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
}
.l-uptmegamenu__list--text {
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #898989;
}
.l-uptmegamenu__arrow {
  content: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/nav_arrow-origin.svg");
  font-size: 0;
  transition: rotate 0.3s;
  margin: 3px auto 0;
  display: block;
  text-align: center;
  width: 8px;
  height: 8px;
}

.l-uptnav {
  margin-right: 38px;
}
.l-uptnav__list {
  color: #898989;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.l-uptnav__list--link {
  display: block;
  padding: 12px;
}
.l-uptnav__list--item {
  color: #FFF;
}
.l-uptnav__list--item.absolute {
  position: absolute;
  top: 0;
  right: 132px;
  z-index: 20;
}
.l-uptnav__list--item.pickup {
  margin-right: 127px;
}
.l-uptnav__accordion--inner {
  padding: 10px 0 4px;
}
.l-uptnav__accordion {
  position: absolute;
  top: 2px;
  right: 132px;
  right: 118px;
}
.l-uptnav__accordion.is-open {
  top: -6px;
  opacity: 1;
  background-color: #FFF;
  border-radius: 10px;
}
.l-uptnav__accordion.is-open .l-uptmegamenu__list--ttl {
  color: #898989;
}
.l-uptnav__accordion.is-open .l-uptnav__accordion--inner {
  padding-top: 18px;
}
.l-uptnav .accordion__area {
  cursor: pointer;
}
.l-uptnav .accordion__area .accordion__head {
  width: 100%;
  height: auto;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.l-uptnav .accordion__area .accordion__content {
  padding: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.l-uptnav .accordion__area .accordion__content .l-uptmegamenu__list--item {
  transition: all 0.2s;
}
.c-button__common {
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .c-button__common {
    padding: 22px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-button__common {
    padding: 20px 0;
  }
}
.c-button__common--text {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .c-button__common--text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .c-button__common--text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-button__common--arrow {
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/0914/arrow.png");
}
@media screen and (min-width: 768px) {
  .c-button__common--arrow {
    background-size: 27px 14px;
    padding-right: 46px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__common--arrow {
    background-size: 27px 14px;
    padding-right: 46px;
  }
}
.c-button__link {
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 40px;
  border: solid 1px #898989;
  color: #898989;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-button__link {
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link {
    padding: 6px 0;
  }
}
.c-button__link--text {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-button__link--text {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--text {
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 16px;
  }
}
.c-button__link--arrow {
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/c-btn_link-arrow.png");
}
@media screen and (min-width: 768px) {
  .c-button__link--arrow {
    width: 14px;
    height: 10px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--arrow {
    width: 14px;
    height: 10px;
    background-size: cover;
  }
}
.c-button__graylink {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #898989;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button__graylink {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__graylink {
    height: 12vw;
  }
}
.c-button__graylink--txt {
  color: #FFF;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-button__graylink--txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button__graylink--txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-button__seeall {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #32667A;
  width: 100%;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .c-button__seeall {
    padding: 27px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-button__seeall {
    padding: 5vw 0;
  }
}
.c-button__seeall--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-button__seeall--inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__seeall--inner {
    padding-left: 7.4vw;
  }
}
.c-button__seeall--arrow {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-button__seeall--arrow {
    width: 27px;
    margin-left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__seeall--arrow {
    width: vw;
    margin-left: 3vw;
  }
}
.c-button__seeall--arrow img {
  width: 100%;
  height: auto;
}

.skincare .c-button__common {
  background-color: #32667A;
}

.cosme .c-button__common {
  background-color: #967860;
}

.c-lineup {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-lineup {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-lineup {
    justify-content: space-between;
  }
}
.c-lineup.spacebwn {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-lineup__otheritem {
    margin: 0 0 75px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-lineup__otheritem {
    margin: 0 0 10vw;
    width: 38vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lineup__item {
    width: 200px;
    max-width: 200px;
    margin: 0 16px 56px;
  }
  .c-lineup__item a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-lineup__item {
    width: 37vw;
    max-width: 37vw;
    margin: 0 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lineup__item--img {
    position: relative;
    margin: 0 0 16px;
  }
  .c-lineup__item--img img {
    border-radius: 19px;
  }
}
@media screen and (max-width: 767px) {
  .c-lineup__item--img {
    position: relative;
    margin: 0 0 9px;
  }
  .c-lineup__item--img img {
    border-radius: 19px;
  }
}
@media screen and (min-width: 768px) {
  .c-lineup__item--ttl {
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-lineup__item--ttl {
    margin: 0 auto 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-lineup__item--subttl {
    margin: 0 -10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-lineup__item--subttl {
    margin: 0 -10px 8px;
  }
}
.c-lineup__item--color {
  margin: 0 auto;
}
.c-lineup__item--color img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-lineup__item--color {
    width: 76px;
  }
}
@media screen and (max-width: 767px) {
  .c-lineup__item--color {
    width: 50px;
  }
}

.c-uptsns__item {
  display: block;
  line-height: 0;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .c-uptsns__item {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-uptsns__item {
    width: 24px;
    height: 24px;
  }
}
.c-uptsns__insta {
  background-size: 100% auto;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/insta.svg") no-repeat 0 0;
}
.c-uptsns__youtube {
  background-size: 100% auto;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/youtube.svg") no-repeat 0 0;
}
.c-uptsns__line {
  background-size: 100% auto;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/line.svg") no-repeat 0 0;
}
.c-uptsns__x {
  background-size: 100% auto;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/twix.svg") no-repeat 0 0;
}
.c-uptsns__insta--small {
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/insta.svg") no-repeat 0 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-color__list {
    width: 52%;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-color__list {
    width: 52%;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .c-color__list--item {
    width: 34px;
    height: 34px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 6px 12px 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-color__list--item {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 6px 12px 6px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}
.c-color__list--item.amber {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/eyecolor/eye_color01.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.amber.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/eyecolor/eye_color01-active.png");
}
.c-color__list--item.meltymellow {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/eyecolor/eye_color02.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.meltymellow.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/eyecolor/eye_color02-active.png");
}
.c-color__list--item.teddycoco {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/eyecolor/eye_color03.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.teddycoco.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/eyecolor/eye_color03-active.png");
}
.c-color__list--item.warmnude {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color01.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.warmnude.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color01-active.png");
}
.c-color__list--item.paledrop {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color02.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.paledrop.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color02-active.png");
}
.c-color__list--item.coldplum {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color03.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.coldplum.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color03-active.png");
}
.c-color__list--item.taffymore {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color-taffymore.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.taffymore.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color-taffymore-active.png");
}
.c-color__list--item.rosydew {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color-rosydew.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.rosydew.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/sheerlip/sheerlip_color-rosydew-active.png");
}
.c-color__list--item.calmbeach {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/cheek/cheek_color-calmbeach.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.calmbeach.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/cheek/cheek_color-calmbeach-active.png");
}
.c-color__list--item.mystichour {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/cheek/cheek_color-mystichour.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.mystichour.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/cheek/cheek_color-mystichour-active.png");
}
.c-color__list--item.natural {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/basepalette/basepalette_color-natural.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.natural.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/basepalette/basepalette_color-natural-active.png");
}
.c-color__list--item.bright {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/basepalette/basepalette_color-bright.png");
  margin: 0 6px 0 0;
}
.c-color__list--item.bright.active {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/cosme/basepalette/basepalette_color-bright-active.png");
}

.c-badge__newcolor {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-badge__newcolor {
    top: 0;
    left: 50px;
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .c-badge__newcolor {
    top: 0px;
    left: 4vw;
    width: 47px;
    height: 47px;
  }
}
.c-badge__newcolor img {
  object-fit: contain;
}
.c-badge__newcolor--lineup {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-badge__newcolor--lineup {
    top: -20px;
    left: -10px;
    width: 65px;
    auto: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-badge__newcolor--lineup {
    top: -10px;
    left: -10px;
    width: 45px;
    auto: auto;
  }
}
.c-badge__newcolor--lineup img {
  width: 100%;
  height: auto;
}
.c-badge__pickup--new {
  position: absolute;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/lineup-bg_new.png") no-repeat 0 0;
  animation: rotation 10s infinite linear;
}
@media screen and (min-width: 768px) {
  .c-badge__pickup--new {
    top: 0;
    left: 0px;
    width: 68px;
    height: 68px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .c-badge__pickup--new {
    top: 0px;
    left: 0px;
    width: 47px;
    height: 47px;
    background-size: 100% auto;
  }
}
.c-badge__pickup--newtxt {
  color: white;
  position: absolute;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/lineup-bg_new-txt.png") no-repeat 0 0;
}
@media screen and (min-width: 768px) {
  .c-badge__pickup--newtxt {
    width: 40px;
    height: 11px;
    top: 27px;
    left: 12px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .c-badge__pickup--newtxt {
    width: 29px;
    height: 8px;
    top: 19px;
    left: 9px;
    background-size: 100% auto;
  }
}
.c-badge__pickup--color {
  position: absolute;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/bg_newcolor-oth.png") no-repeat 0 0;
  animation: rotation 10s infinite linear;
  background-size: 100% auto;
  filter: drop-shadow(2px 2px 0px #C64627);
}
@media screen and (min-width: 768px) {
  .c-badge__pickup--color {
    top: 0;
    left: 0px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .c-badge__pickup--color {
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
  }
}
.c-badge__pickup--colortxt {
  color: white;
  position: absolute;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/newcolor.png") no-repeat 0 0;
}
@media screen and (min-width: 768px) {
  .c-badge__pickup--colortxt {
    width: 41px;
    height: 22px;
    top: 20px;
    left: 12px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .c-badge__pickup--colortxt {
    width: 28px;
    height: 19px;
    top: 15px;
    left: 8px;
    background-size: 100% auto;
  }
}
.c-badge__otheritem--color {
  position: absolute;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/bg_newcolor-oth.png") no-repeat 0 0;
  animation: rotation 10s infinite linear;
  background-size: 100% auto;
  filter: drop-shadow(2px 2px 0px #C64627);
}
@media screen and (min-width: 768px) {
  .c-badge__otheritem--color {
    top: -20px;
    left: -10px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .c-badge__otheritem--color {
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
  }
}
.c-badge__otheritem--colortxt {
  color: white;
  position: absolute;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/newcolor.png") no-repeat 0 0;
}
@media screen and (min-width: 768px) {
  .c-badge__otheritem--colortxt {
    width: 41px;
    height: 22px;
    top: 0px;
    left: 2px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .c-badge__otheritem--colortxt {
    width: 28px;
    height: 19px;
    top: 5px;
    left: -2px;
    background-size: 100% auto;
  }
}

.c-badge__newcolor {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-badge__newcolor {
    top: 0;
    left: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1314px) {
  .c-badge__newcolor {
    left: 0.5vw;
  }
}

.c-modal .modal__contents {
  z-index: 999;
}
.c-modal__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.c-modal__pickup--new {
  position: absolute;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/lineup-bg_new.png") no-repeat 0 0;
  animation: rotation 10s infinite linear;
}
@media screen and (min-width: 768px) {
  .c-modal__pickup--new {
    top: 0;
    left: 0px;
    width: 64px;
    height: 64px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__pickup--new {
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    background-size: 100% auto;
  }
}
.c-modal__pickup--newtxt {
  color: white;
  position: absolute;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/lineup-bg_new-txt.png") no-repeat 0 0;
}
@media screen and (min-width: 768px) {
  .c-modal__pickup--newtxt {
    width: 40px;
    height: 11px;
    top: 27px;
    left: 12px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__pickup--newtxt {
    width: 29px;
    height: 8px;
    top: 19px;
    left: 9px;
    background-size: 100% auto;
  }
}
.c-modal__follow {
  position: fixed;
  z-index: 78;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-modal__follow {
    bottom: 20px;
    width: 728px;
    height: 90px;
  }
  .c-modal__follow img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__follow {
    bottom: 20px;
    width: 80vw;
  }
  .c-modal__follow img {
    object-fit: contain;
  }
}
.c-modal__follow.hidden {
  animation: fade 0.2s ease-in-out forwards;
  pointer-events: none; /* 重要 */
}
.c-modal__follow.visible {
  animation: fadeOut 0.2s ease-in-out forwards;
  pointer-events: all; /* 重要 */
}
.c-modal__follow.close {
  display: none;
}
.c-modal__follow--inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-modal__follow--inner {
    width: 728px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__follow--inner {
    width: 80vw;
    height: auto;
  }
}
.c-modal__follow--close {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.c-modal__follow--close img {
  object-fit: contain;
}
.c-modal__toppage {
  position: fixed;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 78;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-modal__toppage {
    width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .c-modal__toppage {
    width: 750px;
  }
}
.c-modal__toppage img {
  width: 100%;
  height: auto;
}
.c-modal__toppage.hidden {
  animation: fade 0.2s ease-in-out forwards;
  pointer-events: none; /* 重要 */
}
.c-modal__toppage.visible {
  animation: fadeOut 0.2s ease-in-out forwards;
  pointer-events: all; /* 重要 */
}
.c-modal__toppage.close {
  display: none;
}
.c-modal__toppage--inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.c-modal__toppage--inner .l-uptmenu__bnr {
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-modal__toppage--inner .l-uptmenu__bnr {
    max-width: 100%;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body:has(#homepage) .l-wrapper-none {
  overflow: clip !important;
}

.p-home__style {
  display: flex;
  margin: 0 calc(50% - 50vw);
  position: relative;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  width: 100vw;
  height: 100%;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/bg_basic.webp") no-repeat 0 0;
  background-size: 100% auto;
  background-position: top 2000px;
}
.p-home__style__style--inner {
  background-color: #F7F8F8;
}

.p-home__img {
  background-color: #FFF;
}

.c-scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}
.c-scroll__wrapper {
  position: sticky;
  top: 0;
}
.c-scroll__sticky {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-scroll__item {
  position: relative;
}
.c-scroll__scroller {
  display: flex;
  overflow: auto;
}
.c-scroll__scroller.nobar {
  overflow: hidden;
}
.c-scroll__scroller > * {
  flex-basis: 30%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-scroll__scroller > *:not(:first-child) {
  margin-left: 40px;
}

.p-home__wrappagination {
  position: relative;
}
.p-home__pickup {
  margin: 0 calc(50% - 50vw);
  background-color: #FFF;
  color: #898989;
  width: 100vw;
  /* 前へ次への矢印カスタマイズ */
}
@media screen and (min-width: 768px) {
  .p-home__pickup {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup {
    padding: 10vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-pagination {
    left: calc(50% - 40px) !important;
    transform: translateX(-50%);
    width: 100% !important;
    bottom: 0 !important;
    top: auto !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%);
    top: auto !important;
    width: 100% !important;
    bottom: 2.6vw !important;
    height: 20px !important;
  }
}
.p-home__pickup .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #898989 !important;
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 0 0 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 0 0 10px !important;
  }
}
.p-home__pickup .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #C64627 !important;
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-button-prev,
  .p-home__pickup .swiper-button-next {
    height: 40px;
    width: 40px;
    top: 170px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup .swiper-button-prev,
  .p-home__pickup .swiper-button-next {
    height: 8vw;
    width: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-button-prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup .swiper-button-prev {
    left: 10vw !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 20;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup .swiper-button-next {
    right: 10vw !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 20;
  }
}
.p-home__pickup .swiper-button-prev::after,
.p-home__pickup .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-button-prev::after,
  .p-home__pickup .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup .swiper-button-prev::after,
  .p-home__pickup .swiper-button-next::after {
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-button-next {
    right: 33px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-button-prev {
    left: 33px !important;
  }
}
.p-home__pickup .swiper-button-prev::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/home/arrow_pickup.png");
  transform: scale(-1, 1);
}
.p-home__pickup .swiper-button-next::after {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/home/arrow_pickup.png");
}
@media screen and (min-width: 768px) {
  .p-home__pickup--inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup--inner {
    width: 100%;
    margin: 0 auto;
  }
}
.p-home__pickup--inner .swiper {
  width: 100%;
}
.p-home__pickup--carousel {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home__pickup--carousel {
    margin: 70px auto 0;
    padding: 0 0 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup--carousel {
    margin: 8vw auto 0;
    padding: 0;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup--carousel .homePickup {
    padding: 0 0 5.4vw;
  }
}
.p-home__pickup--item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home__pickup--item {
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 60px;
  }
  .p-home__pickup--item img {
    border-radius: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup--item {
    padding-left: 5vw;
    padding-top: 10px;
    padding-bottom: 10vw;
  }
  .p-home__pickup--item img {
    border-radius: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup--itemtxt {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup--itemtxt {
    margin: 5px auto 0;
  }
}
.p-home__pickup--itemlink {
  display: block;
}
.p-home__pickup--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-home__pickup--img {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__pickup--img {
    width: 80vw;
    padding-top: 8vw;
  }
}
.p-home__lineup .u-text__topttl {
  color: #898989;
}
.p-home__lineup .u-text__topttl span {
  border-bottom: solid 1px #898989;
}
@media screen and (min-width: 768px) {
  .p-home__lineup {
    padding: 92px 0 149px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__lineup {
    padding: 13vw 0 34vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__lineup--ttl {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home__lineup--ttl {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home__lineup--blc {
    max-width: 932px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home__lineup--blc {
    max-width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home__lineup--h3 {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__lineup--h3 {
    margin: 0 auto 8vw;
  }
}
.p-home__set {
  color: #32667A !important;
}
@media screen and (min-width: 768px) {
  .p-home__set {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__set {
    padding: 10vw 0 0;
  }
}
.p-home__set--lineup {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-home__set--lineup {
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home__set--lineup {
    justify-content: space-between;
    max-width: 80vw;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home__set--linup-item {
    width: 200px;
    max-width: 200px;
    margin: 0 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__set--linup-item {
    width: 72vw;
    max-width: 72vw;
    margin: 0 0 8vw;
  }
}
.p-home__set--linup-item a {
  display: block;
}
.p-home__skincare {
  color: #32667A;
}
@media screen and (min-width: 768px) {
  .p-home__skincare {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__skincare {
    padding: 10vw 0 0;
  }
}
.p-home__cosme {
  color: #967860;
}
@media screen and (min-width: 768px) {
  .p-home__cosme {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__cosme {
    padding: 10vw 0 10vw;
  }
}
.p-home__about {
  color: #898989;
}
@media screen and (min-width: 768px) {
  .p-home__about {
    width: 600px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about {
    width: 80vw;
    margin: 0 auto 16vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__about--ttl {
    margin: 0 auto 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about--ttl {
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__about--img {
    margin: 0 auto 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about--img {
    margin: 0 auto 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__about--ttl {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about--ttl {
    margin: 0 auto 10vw;
  }
}
.p-home__producer {
  color: #898989;
  background-color: #FFF;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-home__producer {
    width: 600px;
    max-height: 333px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__producer {
    width: 80vw;
    height: 49vw;
    max-height: 49vw;
    margin: 0 auto 19vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__producer--img {
    width: 272px;
    min-height: 333px;
    height: 100%;
  }
  .p-home__producer--img img {
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-home__producer--img {
    width: 43.5%;
    max-width: 43.5%;
    min-width: 43.5%;
    height: 100%;
  }
  .p-home__producer--img img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
  }
}
.p-home__producer--txtblc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-home__producer--txtblc {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__producer--txtblc {
    padding: 0 0 0 7vw;
  }
}
.p-home__producer--btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-home__producer--btn {
    min-width: 120px;
  }
}
.p-home__producer--ttl {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home__producer--ttl {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__producer--ttl {
    margin: 0 0 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-home__producer--name {
    display: flex;
    align-items: end;
    margin: 0 0 31px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__producer--name {
    display: block;
    align-items: center;
    margin: 0 0 12px;
  }
}
.p-home__producer--insta {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-home__producer--insta {
    margin: 0 0 31px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__producer--insta {
    margin: 0 0 12px;
  }
}
.p-home__producer--instaicon {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-home__producer--instaicon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__producer--instaicon {
    width: 4.2vw;
    height: 4.2vw;
    margin-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-home__renewbtn {
    display: flex;
    justify-content: space-between;
    width: 544px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home__renewbtn {
    display: block;
    width: 72vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home__renewbtn--blc {
    width: 262px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__renewbtn--blc {
    width: 100%;
    margin-bottom: 5vw;
  }
}

body:has(#homepage) {
  background-position: 0 -100vh !important;
}
body:has(#homepage) .uptplane__inner {
  border: none;
}
body:has(#homepage) .uptblc.top {
  border-top: none;
}
body:has(#homepage) .upthome__yumi--txt {
  color: #898989;
}
body:has(#homepage) .upthome__illust--ttl {
  color: #898989;
}
body:has(#homepage) .upthome__illust--txt {
  color: #898989;
}
body:has(#homepage) .upthome__illust {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  body:has(#homepage) .upthome__illust {
    margin-bottom: 0;
  }
}
body:has(#homepage) .l-uptmegamenu__arrow {
  content: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/nav_arrow-white.svg");
}

.upthomeSwiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  border: solid 1px #FFF;
  display: inline-block;
  opacity: 1;
  background: transparent;
}
.upthomeSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .upthomeSwiper .swiper-pagination {
    display: block !important;
    z-index: 3;
  }
  .upthomeSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 12px 0 !important;
    opacity: 1;
  }
  .upthomeSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
  }
}
@media screen and (min-width: 768px) {
  .upthomeSwiper .swiper-pagination {
    display: block !important;
    z-index: 3;
  }
  .upthomeSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    margin: 26px 0 !important;
  }
  .upthomeSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
  }
}
@media screen and (min-width: 768px) {
  .upthomeSwiper .swiper-horizontal > .swiper-pagination-bullets,
  .upthomeSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .upthomeSwiper .swiper-pagination-custom,
  .upthomeSwiper .swiper-pagination-fraction {
    width: 20px;
    height: 244px;
    top: calc(50% - 100px);
    left: auto;
    right: 25px !important;
    overflow: hidden;
    transform: translateY(-50%);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .upthomeSwiper .swiper-horizontal > .swiper-pagination-bullets,
  .upthomeSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .upthomeSwiper .swiper-pagination-custom,
  .upthomeSwiper .swiper-pagination-fraction {
    width: 14px;
    height: 104px;
    top: 50%;
    left: auto;
    right: 6.6vw;
    overflow: hidden;
    transform: translateY(-50%);
    transform: translateX(0);
  }
}
@media screen and (min-width: 1222px) {
  .upthomeSwiper .swiper-horizontal > .swiper-pagination-bullets,
  .upthomeSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .upthomeSwiper .swiper-pagination-custom,
  .upthomeSwiper .swiper-pagination-fraction {
    margin-bottom: 0;
  }
}

.skincare__ttl {
  margin-top: 0;
  padding-top: 0;
}

.scroll_container {
  height: 30vh;
}

.p-home__subsc {
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-home__subsc {
    max-width: 600px;
    width: 100%;
    margin: 44px auto 0;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc {
    padding: 40px 10px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home__subsc--txtwrap {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--txtwrap {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-home__subsc--btns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--btns {
    margin: 0 auto;
    width: 66.6vw;
    max-width: 400px;
  }
}
.p-home__subsc--btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home__subsc--btn {
    width: 250px;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--btn + .mt10 {
    margin-top: 10px;
  }
}
.p-home__subsc--points {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-home__subsc--points {
    margin: 30px auto;
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--points {
    margin: 40px auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home__subsc--point {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--point {
    width: 33.33%;
  }
}
.p-home__subsc--point-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-home__subsc--point-img {
    width: 120px;
    height: 90px;
    margin: 0 auto 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--point-img {
    margin: 0 auto 6px;
    height: 17.3vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__subsc--img-shipping {
    width: 109px;
    height: 90px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--img-shipping {
    width: 21vw;
    height: 17.3vw;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .p-home__subsc--img-off {
    width: 109px;
    height: 90px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--img-off {
    width: 20.2vw;
    height: 17.4vw;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .p-home__subsc--img-present {
    width: 109px;
    height: 70px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-home__subsc--img-present {
    width: 21.6vw;
    height: 13.6vw;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .p-home__set--linup {
    width: 590px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home__set--linup-item {
    width: 287px;
    max-width: 287px;
    margin: 0 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__set--linup-item {
    width: 72vw;
    max-width: 72vw;
    margin: 0 0 8vw;
  }
}

@media screen and (min-width: 768px) {
  .p-home__pickup--carousel {
    padding: 0 147px 60px 147px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1314px) {
  .p-home__pickup--carousel {
    padding: 0 10vw 60px 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup--inner {
    width: 100%;
    max-width: 1314px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup--item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1314px) {
  .p-home__pickup--item {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-pagination {
    left: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-button-next {
    right: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1314px) {
  .p-home__pickup .swiper-button-next {
    right: 3vw !important;
  }
}
@media screen and (min-width: 768px) {
  .p-home__pickup .swiper-button-prev {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1314px) {
  .p-home__pickup .swiper-button-prev {
    left: 3vw !important;
  }
}
.p-home__pickup--img {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-home__pickup--img {
    width: 900px;
  }
}
.p-home__set--linup-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home__set--linup-item {
    width: 275px;
    max-width: 275px;
    margin: 0 16px 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__set--linup-item {
    width: 73vw;
    max-width: 73vw;
    margin: 0 0 8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-goods {
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__common--mb {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__common--mb {
    margin-bottom: 4vw;
  }
}
.p-goods__intend {
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: block;
}
.p-goods__ttl {
  margin: 0 0 6px;
}
.p-goods__jpname {
  margin: 0 0 6px;
}
.p-goods__amount {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .p-goods__sview {
    margin: 0 auto 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__sview {
    margin: 0 auto 36vw;
  }
}
.p-goods__skincare--sviewblc {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-goods__skincare--sviewblc {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__skincare--sviewblc {
    margin-bottom: 18vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__skincare--sviewblc-mt {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__skincare--sviewblc-mt {
    margin-top: 18vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__sview--ttl {
    margin: 38px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__sview--ttl {
    margin: 7vw -6vw 5vw;
  }
}
.p-goods__sview--ttl img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-goods__blc {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__blc {
    margin: 0 auto 8vw;
  }
}
.p-goods__toner--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__toner--img {
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__toner--img {
    width: 24.6vw;
  }
}
.p-goods__wserum--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__wserum--img {
    width: 187px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__wserum--img {
    width: 34.6vw;
  }
}
.p-goods__milk--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__milk--img {
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__milk--img {
    width: 24.6vw;
  }
}
.p-goods__cream--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__cream--img {
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__cream--img {
    width: 30.7vw;
  }
}
.p-goods__seibun--creamimg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__seibun--creamimg {
    width: 291px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__seibun--creamimg {
    padding-top: 5vw;
    max-width: 53vw;
  }
}
.p-goods__balm--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__balm--img {
    width: 124px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__balm--img {
    width: 24.3vw;
  }
}
.p-goods__seibun--balmimg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__seibun--balmimg {
    width: 225px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__seibun--balmimg {
    padding-top: 5vw;
    max-width: 41.6vw;
  }
}
.p-goods__whip--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__whip--img {
    width: 139px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__whip--img {
    width: 25.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__seibun--whipimg {
    width: 363px;
    padding-top: 20px;
    margin: 0 -16px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__seibun--whipimg {
    padding-top: 5vw;
    max-width: 66vw;
    margin: 0 auto;
  }
}
.p-goods__handcream--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__handcream--img {
    width: 173px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__handcream--img {
    width: 31.5vw;
  }
}
.p-goods__seibun--handcreamimg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__seibun--handcreamimg {
    width: 264px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__seibun--handcreamimg {
    padding-top: 5vw;
    max-width: 48vw;
  }
}
.p-goods__refill--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__refill--img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__refill--img {
    width: 45.4vw;
  }
}
.p-goods__mask--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__mask--img {
    width: 386px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__mask--img {
    width: 70vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__seibun--maskimg {
    width: 264px;
    padding-top: 20px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__seibun--maskimg {
    padding-top: 5vw;
    max-width: 48vw;
    margin: 0 auto 7vw;
  }
}
.p-goods__seibun--masktxt {
  margin: 10px -10px 0;
}
.p-goods__bcream--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__bcream--img {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__bcream--img {
    max-width: 70vw;
    width: 70vw;
  }
}
.p-goods__moistuv--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__moistuv--img {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__moistuv--img {
    width: 80vw;
  }
}
.p-goods__seibun--moistuvimg {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__seibun--moistuvimg {
    width: 214px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__seibun--moistuvimg {
    padding-top: 5vw;
    max-width: 39vw;
  }
}
.p-goods__glossylip--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__glossylip--img {
    width: 387px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__glossylip--img {
    width: 70vw;
  }
}
.p-goods__point {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__point {
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__point {
    max-width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__point--sblc {
    margin: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__point--sblc {
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__point--ttl {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__point--ttl {
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__point--blc {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__point--blc {
    margin: 0 auto 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__point--subttl {
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__point--subttl {
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__point--post {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__point--post {
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__point--img {
    margin: 80px auto;
  }
  .p-goods__point--img img {
    border-radius: 0 130px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__point--img {
    margin: 15vw auto;
  }
  .p-goods__point--img img {
    border-radius: 0 29.5vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__seibun {
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__seibun {
    max-width: 80vw;
    margin: 0 auto 17vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__set {
    width: 440px;
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__set {
    width: 80vw;
    margin: 0 auto 17vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__set--img img {
    border-radius: 33px;
    margin: 0 auto 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__set--img img {
    border-radius: 7.5vw;
    margin: 0 auto 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__set--ttl {
    margin: 0 auto 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__set--ttl {
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__set--prices {
    width: 340px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__set--prices {
    width: 80vw;
    margin: 0 auto 7vw;
  }
}
.p-goods__set--price {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-goods__set--price {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__set--price {
    display: flex;
    justify-content: center;
    margin: 0 auto 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__set--pricettl {
    width: 8.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__brand {
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__brand {
    width: 80vw;
    margin: 0 auto 17vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__brand--img {
    margin: 0 auto 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__brand--img {
    margin: 0 auto 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__others--ttl {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__others--ttl {
    margin: 0 auto 12vw;
  }
}
.p-goods__others--blc {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__others--blc {
    max-width: 434px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__others--blc {
    max-width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__swatch--img {
    margin: 32px auto;
    max-width: 386px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__swatch--img {
    margin: 7vw auto;
  }
}
.p-goods__swatch--item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}
.p-goods__subscribe .uptproduct__fv, .p-goods__subscribe .uptsubsc__adv {
  border-bottom: solid 1px #32667A;
}
@media screen and (min-width: 768px) {
  .p-goods__subscribe--customer {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.p-goods__ldk {
  margin-top: 15px;
}
.p-goods__ldk img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-goods__ldk {
    margin-top: 2.7vw;
  }
}
.p-goods__brand--notice {
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .p-goods__brand--notice {
    margin: 2.6vw auto 0;
  }
}

.item__details {
  position: relative;
}

.p-goods__blotion--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__blotion--img {
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__blotion--img {
    width: 30.74vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__point--noteblc {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__point--noteblc {
    margin: 0 0 22vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__compare {
    margin: 0 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__compare {
    margin: 0 0 29.6vw;
  }
}
.p-goods__compare--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__compare--img {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__compare--img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__compare--txt {
    margin: 0 aut 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__compare--txt {
    margin: 0 aut 5.55vw;
  }
}
.p-goods__compare--hr {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__compare--hr {
    width: 100px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__compare--hr {
    width: 18.5vw;
    margin-top: 3.1vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__compareblc--wrapper {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__compareblc--wrapper {
    padding: 0 3.7vw 3.7vw;
  }
}
.p-goods__compareblc {
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-goods__compareblc {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__compareblc {
    padding: 5.5vw 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__compareblc + .p-goods__compareblc--wrapper {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__compareblc + .p-goods__compareblc--wrapper {
    margin: 3.7vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__compareblc--ttlwrap {
    margin: 8px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__compareblc--ttlwrap {
    margin: 1.5vw 0 3.7vw;
  }
}
.p-goods__mcream--img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-goods__mcream--img {
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__mcream--img {
    width: 30.7vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__agingcare--subttl {
    margin-top: 38px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__agingcare--subttl {
    margin-top: 7vw;
    margin-bottom: 4.4vw;
  }
}
.p-goods__agingcare .p-goods__point--img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-goods__sblc {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__sblc {
    padding: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__bpalette--wrapper {
    margin-top: -60px;
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__bpalette--wrapper {
    margin-top: -11vw;
    margin-bottom: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__bpalette {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__bpalette {
    padding-top: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__bpalette-new {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__bpalette-new {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-goods__bpalette-new + .p-goods__bpalette-new {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__bpalette-new + .p-goods__bpalette-new {
    margin-top: 18.5vw;
  }
}
.p-goods__bpalette-new--img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-goods__bpalette-new--img {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__bpalette-new--img {
    margin: 0 0 7.4vw;
  }
}
.p-goods__bpalette-new--img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-goods__bpalette-new--img img {
    border-radius: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__bpalette-new--img img {
    border-radius: 5vw;
  }
}
.p-goods__bpalette-new--txtwrap {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-goods__bpalette-new--img02 {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__bpalette-new--img02 {
    margin: 7.4vw 0 0;
  }
}
.p-goods__badge {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-goods__badge {
    width: 63px;
    left: -9px;
    bottom: -33px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__badge {
    width: 11.6vw;
    left: -1.66vw;
    bottom: -6.1vw;
  }
}
.p-goods__badge img {
  width: 100%;
  height: auto;
}

.p-pages-producer {
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .p-pages-producer {
    padding-top: 50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer {
    margin-bottom: -13vw;
  }
}
.p-pages-producer__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-pages-producer__inner {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__inner {
    margin: 0 auto;
  }
}
.p-pages-producer__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pages-producer__img {
    margin: 0 auto 58px;
  }
  .p-pages-producer__img img {
    border-radius: 0 200px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__img {
    margin: 0 auto 10.5vw;
  }
  .p-pages-producer__img img {
    border-radius: 0 36vw 0 0;
  }
}
.p-pages-producer__ttl {
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-pages-producer__ttl {
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__ttl {
    bottom: 14.5vw;
  }
}
.p-pages-producer__name {
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-pages-producer__name {
    bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__name {
    bottom: 8.36vw;
  }
}
.p-pages-producer__message .__h2--underline {
  border-color: #898989;
}
@media screen and (min-width: 768px) {
  .p-pages-producer__message {
    margin: 0 auto 98px;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__message {
    margin: 0 auto 17.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-pages-producer__message--txt {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__message--txt {
    margin: 7.3vw 0;
  }
}
.p-pages-producer__message--sign {
  margin: 0 auto;
  white-space: nowrap;
  text-indent: -999px;
  background: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/page/producer/img_sign.svg") no-repeat 0 0;
  display: block;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-pages-producer__message--sign {
    width: 131px;
    height: 33px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__message--sign {
    width: 120px;
    height: 30px;
    background-size: contain;
  }
}
.p-pages-producer__profile {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-pages-producer__profile {
    padding: 40px;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__profile {
    padding: 7vw;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-pages-producer__profile--img {
    width: 100%;
    min-width: 190px;
    margin-right: 40px;
  }
  .p-pages-producer__profile--img img {
    width: 190px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-pages-producer__profile--img {
    width: 100%;
    margin-bottom: 7vw;
  }
  .p-pages-producer__profile--img img {
    object-fit: cover;
  }
}
.p-pages-producer__profile--img img {
  border-radius: 12px;
  object-fit: cover;
  height: 100%;
}
.p-pages-producer__profile--explain {
  display: flex;
  align-items: center;
}
.p-pages-producer__profile--txt {
  margin: 20px 0;
}
.p-pages-producer__profile--txt .u-text__producer--insta {
  line-height: 1.7;
}
.p-pages-producer__profile--txtblc {
  display: flex;
  align-items: end;
}
.p-pages-producer__profile--insta {
  display: flex;
}
.p-pages-producer__profile--insta-blc {
  display: block;
  margin-left: 10px;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .p-category {
    width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-category {
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-category__feature {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__feature {
    margin: 0 auto 14.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-category__adachi {
    width: 460px;
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__adachi {
    width: 88%;
    margin: 0 auto 22vw;
  }
}
@media screen and (min-width: 768px) {
  .p-category__adachi--img img {
    border-radius: 12px 12px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-category__adachi--img img {
    border-radius: 2.3vw 2.3vw 0 0;
  }
}
.p-category__adachi--txtblc {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-category__adachi--txtblc {
    border-radius: 0 0 12px 12px;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__adachi--txtblc {
    border-radius: 0 0 2.3vw 2.3vw;
    padding: 7vw 6vw;
  }
}
.p-category__adachi--nameblc {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-category__compare {
    padding: 0 20px;
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__compare {
    margin: 0 auto 22vw;
  }
}
.p-category__compare--subttl {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-category__compare--subttl {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__compare--subttl {
    margin: 0 auto 5.5vw;
  }
}
.p-category__compare--subttl-in {
  border-bottom: solid 1px #32667A;
}
@media screen and (min-width: 768px) {
  .p-category__compare--subttl-in {
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__compare--subttl-in {
    padding-bottom: 14px;
  }
}
.p-category__series {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-category__series {
    max-width: 500px;
    margin: 0 auto 80px;
    padding: 30px 0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__series {
    margin: 0 auto 14.8vw;
    padding: 5.5vw 0;
    border-radius: 1.8vw;
  }
}
.p-category__series--ttljp {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-category__series--ttljp {
    margin: 0 auto 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__series--ttljp {
    margin: 0 auto 3.15vw;
  }
}
.p-category__series--ttljp-in {
  display: inline-block;
  border-radius: 50px;
}
.p-category__series--ttljp-in.basebg {
  background-color: #32667A;
}
.p-category__series--ttljp-in.redbg {
  background-color: #C64627;
}
@media screen and (min-width: 768px) {
  .p-category__series--ttljp-in {
    padding: 5px 30px 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__series--ttljp-in {
    padding: 5px 30px 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-category__series--fv {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__series--fv {
    margin: 5.5vw 0 3.7vw;
  }
}
.p-category__series--fv img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-category__series--fv img {
    border-radius: 1.8vw;
  }
}
.p-category__series--feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-category__series--feature {
    margin: 30px 0 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__series--feature {
    margin: 5.5vw 0;
    padding: 0 3.7vw;
  }
}
.p-category__series--feature-item {
  padding: 10px 0;
  border-radius: 50px;
  width: 31.7%;
}
.p-category__series--feature-item.baseborder {
  border: solid 1px #32667A;
}
.p-category__series--feature-item.redborder {
  border: solid 1px #C64627;
}
.p-category__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-category__links {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__links {
    padding: 0 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-category__links--item {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__links--item {
    width: 47%;
  }
}
.p-category__links--item:nth-child(2) {
  margin-bottom: 40px;
}
.p-category__links--item:nth-child(1) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-category__btns {
    width: 440px;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-category__btns {
    width: 90%;
    margin: 0 auto 13vw;
  }
}

.dashed {
  text-decoration: line-through;
}

.white {
  color: #FFFFFF;
}

.tac {
  text-align: center;
}

.regular {
  font-weight: 400;
}

.midium {
  font-weight: 500;
}

.semiBold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.inf {
  font-size: 0.6em;
}

.sup {
  font-size: 0.6em;
}

.italic {
  font-style: italic;
}

.right {
  text-align: right;
}

.base {
  color: #32667A;
}

.enlettersp {
  letter-spacing: 0.08em;
}

.smalldash {
  font-size: 0.6em;
  align-items: top;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.red {
  color: #C64627;
}

.u-text__name {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .u-text__name {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__name {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.u-text__name--title {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__name--title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__name--title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.u-text__amount {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .u-text__amount.mask {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.u-text__enname {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__enname {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__enname {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.u-text__jpname {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__jpname {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__jpname {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.u-text__price {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.u-text__blue {
  color: #32667A;
}
.u-text__brown {
  color: #967860;
}
.u-text__grey {
  color: #898989;
}
.u-text__subname {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .u-text__subname {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__subname {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: 0;
  }
}
.u-text__origin {
  line-height: 1.5;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .u-text__origin {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__origin {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.u-text__point {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
}
.u-text__point span {
  display: inline-block;
  padding: 0 13px;
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  .u-text__point {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__point {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.u-text__point--subttl {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .u-text__point--subttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__point--subttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.u-text__feature {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .u-text__feature {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__feature {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__sorigin {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__sorigin {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__sorigin {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.u-text__sorigin {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .u-text__sorigin {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__sorigin {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__notice {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .u-text__notice {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__notice {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.u-text__secondary {
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .u-text__secondary {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__secondary {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.u-text__bigger {
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .u-text__bigger {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__bigger {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__biggerEn {
  font-weight: 400;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .u-text__biggerEn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__biggerEn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__localname {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__localname {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__localname {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.u-text__swatch {
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .u-text__swatch {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__swatch {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.u-text__swatch--ttl {
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .u-text__swatch--ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__swatch--ttl {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__swatch--txt {
  font-weight: 400;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .u-text__swatch--txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__swatch--txt {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__pickup--name {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .u-text__pickup--name {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__pickup--name {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__pickup--subname {
  font-weight: 400;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .u-text__pickup--subname {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__pickup--subname {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.u-text__item {
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__item {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__itemjp {
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .u-text__itemjp {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__itemjp {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.u-text__home-h3 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__home-h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__home-h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.u-text__about-txt {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .u-text__about-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__about-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.u-text__producer-ttl {
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .u-text__producer-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__producer-ttl {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.u-text__producer--jp {
  font-weight: 400;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .u-text__producer--jp {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__producer--jp {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__producer--kana {
  font-weight: 400;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .u-text__producer--kana {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .u-text__producer--kana {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.u-text__producer--insta {
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .u-text__producer--insta {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__producer--insta {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__uptmenu-navttl {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
}
.u-text__uptmenu-navtxt {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
}
.u-text__uptmenu-navpolicy {
  font-weight: 400;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.1;
  font-size: 11px;
  font-size: 0.6875rem;
}
.u-text__h2--underline {
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.u-text__h2--underline span {
  border-bottom: solid 1px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-text__h2--underline {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__h2--underline {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.u-text__producer--txt .u-text__producer--insta {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .u-text__producer--txt {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-text__producer--txt {
    margin: 10vw 0;
  }
}
.u-text__producer--profile {
  font-weight: 400;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .u-text__producer--profile {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__producer--profile {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__topttl {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.u-text__topttl span {
  display: inline-block;
  border-bottom: solid 1px;
}
@media screen and (max-width: 767px) {
  .u-text__topttl {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.u-text__home-subsc {
  font-weight: 600;
  font-family: "Montserrat", serif;
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .u-text__home-subsc {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__home-subsc {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.u-text__subsc-txt {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .u-text__subsc-txt {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1.82px;
  }
}
@media screen and (max-width: 767px) {
  .u-text__subsc-txt {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1.54px;
  }
}
.u-text__suubsc--point {
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .u-text__suubsc--point {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 145%;
  }
}
@media screen and (max-width: 767px) {
  .u-text__suubsc--point {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 145%;
  }
}
.u-text__compare {
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .u-text__compare {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__compare {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__compare--small {
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .u-text__compare--small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__compare--small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__compare--ttl {
  font-family: "Montserrat", serif;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .u-text__compare--ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__compare--ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.u-text__goods-color {
  font-weight: 600;
  font-family: "Montserrat", serif;
}
@media screen and (min-width: 768px) {
  .u-text__goods-color {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__goods-color {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.u-text__goods-txt {
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .u-text__goods-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__goods-txt {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__cate-txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 2.2;
  color: #898989;
}
@media screen and (min-width: 768px) {
  .u-text__cate-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__cate-txt {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__cate-txt02 {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 2.2;
  color: #898989;
}
@media screen and (min-width: 768px) {
  .u-text__cate-txt02 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__cate-txt02 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.u-text__noto14 {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .u-text__noto14 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__noto14 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.u-text__noto24 {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .u-text__noto24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__noto24 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .u-text__noto18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__noto18 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.prescription__ttl {
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .prescription__ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .prescription__ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-margin__pointmt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-margin__pointmt {
    margin-top: 15vw;
  }
}

.u-upticon__mypage {
  width: 25px;
  height: 25px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.u-upticon__mypage::before {
  content: "";
}
.u-upticon__menu {
  width: 40px;
  height: 19px;
  cursor: pointer;
  z-index: 20;
}
.u-upticon__menu::before {
  content: "";
}
.u-upticon__menu span {
  display: block;
  height: 1px;
  width: 100%;
  transition: 0.4s;
}
.u-upticon__menu span:nth-child(2) {
  margin: 8px 0;
}
.u-upticon__cart {
  width: 25px;
  height: 25px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-size: 22px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.u-upticon__cart::before {
  content: "";
}
.u-upticon__logo {
  background-size: contain;
  text-indent: -9999px;
  background-repeat: no-repeat;
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 768px) {
  .u-upticon__logo {
    width: 74px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-upticon__logo {
    width: 50px;
    height: 27px;
  }
}
.u-upticon__close {
  cursor: pointer;
  background-size: contain;
  text-indent: -9999px;
  background-repeat: no-repeat;
  white-space: nowrap;
  display: block;
  width: 40px;
  height: 17px;
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/btn_close.png");
}
.u-upticon__logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptheader-origin.svg");
}

.u-upticon__mypage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-origin.svg");
}

.u-upticon__cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-origin.svg");
}

.u-upticon__menu span {
  background-color: #898989;
}

.c-cart_item__info__quantity__submit {
  text-align: center;
}

.c-announce_bar {
  background-color: #898989;
}

.c-announce_bar__text {
  color: #FFF;
}

.l-uptmegamenu__list--ttl {
  color: #898989;
}

body:has(#skincareProducts) .u-upticon__logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptheader-skincare.svg");
}
body:has(#skincareProducts) .u-upticon__mypage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-skincare.svg");
}
body:has(#skincareProducts) .u-upticon__cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-skincare.svg");
}
body:has(#skincareProducts) .l-uptmegamenu__arrow {
  content: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/nav_arrow-skin.svg");
}
body:has(#skincareProducts) .u-upticon__menu span {
  background-color: #32667A;
}
body:has(#skincareProducts) .l-uptmegamenu__list--ttl {
  color: #32667A;
}
body:has(#skincareProducts) .c-announce_bar {
  background-color: #32667A;
}
body:has(#skincareProducts) .c-announce_bar__text {
  color: #FFF;
}
body:has(#skincareProducts) #uptmenuOpen .u-upticon__logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptheader-origin.svg");
}
body:has(#skincareProducts) #uptmenuOpen .u-upticon__mypage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-origin.svg");
}
body:has(#skincareProducts) #uptmenuOpen .u-upticon__cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-origin.svg");
}
body:has(#skincareProducts) #uptmenuOpen .u-upticon__menu span {
  background-color: #898989;
}

body:has(#cosmeProducts) .u-upticon__logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptheader-cosme.svg");
}
body:has(#cosmeProducts) .u-upticon__mypage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-cosme.svg");
}
body:has(#cosmeProducts) .u-upticon__cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-cosme.svg");
}
body:has(#cosmeProducts) .l-uptmegamenu__arrow {
  content: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/nav_arrow-brown.svg");
}
body:has(#cosmeProducts) .u-upticon__menu span {
  background-color: #967860;
}
body:has(#cosmeProducts) .l-uptmegamenu__list--ttl {
  color: #967860;
}
body:has(#cosmeProducts) .c-announce_bar {
  background-color: #967860;
}
body:has(#cosmeProducts) .c-announce_bar__text {
  color: #FFF;
}
body:has(#cosmeProducts) #uptmenuOpen .u-upticon__logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptheader-origin.svg");
}
@media screen and (min-width: 768px) {
  body:has(#cosmeProducts) #uptmenuOpen .u-upticon__logo {
    width: 105px;
    height: 57px;
  }
}
body:has(#cosmeProducts) #uptmenuOpen .u-upticon__mypage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-origin.svg");
}
body:has(#cosmeProducts) #uptmenuOpen .u-upticon__cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-origin.svg");
}
body:has(#cosmeProducts) #uptmenuOpen .u-upticon__menu span {
  background-color: #898989;
}
body:has(#cosmeProducts) #uptmenuOpen .l-uptmegamenu__arrow {
  content: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/nav_arrow-origin.svg");
}

.white .u-upticon__logo {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/logo_uptheader-white.svg");
}
.white .u-upticon__mypage {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_mypage-white.svg");
}
.white .u-upticon__cart {
  background-image: url("https://ec-force.s3.amazonaws.com/uptofficialjp/uploads/img/uptorigin/icon_cart-white.svg");
}
.white .u-upticon__menu span {
  background-color: white;
}

/*# sourceMappingURL=style.css.map */
