@charset "UTF-8";
.ut-tamagotchi .main {
  --Color-lightGray: #ecedea;
  --Color-white: #fff;
  --Color-lightBlue: #5dd6ff;
  --Color-gray: #767676;
  --Color-red: #e00;
  --Color-blue: #005db5;
  --Color-navy: #283863;
  --Color-yellow: #f9e73d;
  --Color-key-text: var(--Color-navy);
  --Color-key-border: var(--Color-navy);
  --Color-key-bg: var(--Color-navy);
  --Color-key-bg90: rgba(126, 105, 188, 0.9);
  --Color-key: #7d6eaa;
  --Color-bg: var(--Color-lightGray);
  --Color-border-light: var(--Color-lightGray);
  --Color-border: var(--Color-gray);
  --Font-key: "Cabin Sketch", sans-serif;
  --Font-defaultEN: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
  --Font-defaultJA: ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro, Hiragino Kaku Gothic Pro,
  	Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, MS PGothic,
  	ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯, YuGothic, Hiragino Sans GB, Helvetica Neue,
  	HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS,
  	sans-serif;
  --Breakpoint-pc: 813px;
  --Breakpoint-pcWide: 1250px;
}

[data-aspect-ratio="a:b"]:before {
  padding-top: calc(a / b * 100%);
}

[data-aspect-ratio="608:524"]:before {
  padding-top: 116.0305343511%;
}

[data-aspect-ratio="657:662"]:before {
  padding-top: 99.2447129909%;
}

[data-aspect-ratio="268:646"]:before {
  padding-top: 41.4860681115%;
}

[data-aspect-ratio="20:208"]:before {
  padding-top: 9.6153846154%;
}

[data-aspect-ratio="20:23"]:before {
  padding-top: 86.9565217391%;
}

[data-aspect-ratio="15:31"]:before {
  padding-top: 48.3870967742%;
}

[data-aspect-ratio="30:49"]:before {
  padding-top: 61.2244897959%;
}

[data-aspect-ratio="50:43"]:before {
  padding-top: 116.2790697674%;
}

[data-aspect-ratio="49:94"]:before {
  padding-top: 52.1276595745%;
}

[data-aspect-ratio="34:161"]:before {
  padding-top: 21.1180124224%;
}

[data-aspect-ratio="12:11"]:before {
  padding-top: 109.0909090909%;
}

[data-aspect-ratio="20:167"]:before {
  padding-top: 11.9760479042%;
}

[data-aspect-ratio="39:239"]:before {
  padding-top: 16.3179916318%;
}

[data-aspect-ratio="20:39"]:before {
  padding-top: 51.2820512821%;
}

[data-aspect-ratio="75:64"]:before {
  padding-top: 117.1875%;
}

[data-aspect-ratio="14:179"]:before {
  padding-top: 7.8212290503%;
}

[data-aspect-ratio="8:53"]:before {
  padding-top: 15.0943396226%;
}

[data-aspect-ratio="38:69"]:before {
  padding-top: 55.0724637681%;
}

[data-aspect-ratio="35:122"]:before {
  padding-top: 28.6885245902%;
}

[data-aspect-ratio="114:125"]:before {
  padding-top: 91.2%;
}

[data-aspect-ratio="20:31"]:before {
  padding-top: 64.5161290323%;
}

[data-aspect-ratio="86:183"]:before {
  padding-top: 46.9945355191%;
}

[data-aspect-ratio="86:85"]:before {
  padding-top: 101.1764705882%;
}

[data-aspect-ratio="111:125"]:before {
  padding-top: 88.8%;
}

[data-aspect-ratio="16:9"]:before {
  padding-top: 177.7777777778%;
}

[data-aspect-ratio="25:23"]:before {
  padding-top: 108.6956521739%;
}

[data-aspect-ratio="146:125"]:before {
  padding-top: 116.8%;
}

[data-aspect-ratio="362:333"]:before {
  padding-top: 108.7087087087%;
}

[data-aspect-ratio="42:336"]:before {
  padding-top: 12.5%;
}

[data-aspect-ratio="180:373"]:before {
  padding-top: 48.2573726542%;
}

[data-aspect-ratio="29:312"]:before {
  padding-top: 9.2948717949%;
}

[data-aspect-ratio="30:360"]:before {
  padding-top: 8.3333333333%;
}

[data-aspect-ratio="40:222"]:before {
  padding-top: 18.018018018%;
}

[data-aspect-ratio="5:4"]:before {
  padding-top: 125%;
}

[data-aspect-ratio="3324:2494"]:before {
  padding-top: 133.2798716921%;
}

.ut-tamagotchi a:hover {
  cursor: pointer;
}

.ut-tamagotchi a:focus {
  outline: auto;
}

.ut-tamagotchi .main_inner {
  background-color: var(--Color-white);
  background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/25fw_tamagotchi/bg_main.png);
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.ut-tamagotchi .u-fixedAnchorAdjust {
  margin-top: -55px;
  padding-top: 55px;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi main {
    background: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/25fw_tamagotchi/bg_pc.png);
    background-color: #94daf8;
    background-position: top;
    background-repeat: repeat;
    background-size: 1283px;
    box-shadow: 0 13px 12px 0 rgba(0, 0, 0, 0.349);
    padding-top: 0;
  }
  .ut-tamagotchi .main_inner {
    box-shadow: 0 13px 12px 0 rgba(0, 0, 0, 0.349);
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
  .ut-tamagotchi .u-fixedAnchorAdjust {
    margin-top: 0;
    padding-top: 0;
  }
}
.ut-tamagotchi .text-navy {
  color: var(--Color-navy);
}

.ut-tamagotchi .fr-accordion {
  background-color: unset;
  color: var(--Color-navy);
}

.ut-tamagotchi .fr-accordion_heading {
  border: 1px solid var(--Color-navy);
  border-left: none;
  border-right: none;
  min-height: 56px;
  padding: 0;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-accordion_heading {
    min-height: 74px;
  }
}
.ut-tamagotchi .fr-accordion_heading:before {
  background-color: var(--Color-navy);
  right: 0;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-accordion_heading:before {
    height: 32px;
    margin-top: -16px;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    width: 32px;
  }
}
.ut-tamagotchi .fr-accordion_heading span {
  font-size: 13px;
  font-weight: 600;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-accordion_heading span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
  }
}
.ut-tamagotchi .fr-accordion_content {
  border-bottom: 1px solid var(--Color-navy);
}

.ut-tamagotchi .mb-xxs {
  margin-bottom: 8px;
  margin-top: 0;
}

.ut-tamagotchi .mb-xs {
  margin-bottom: 12px;
  margin-top: 0;
}

.ut-tamagotchi .mb-s {
  margin-bottom: 16px;
  margin-top: 0;
}

.ut-tamagotchi .mb-m {
  margin-bottom: 20px;
  margin-top: 0;
}

.ut-tamagotchi .mb-ml {
  margin-bottom: 28px;
  margin-top: 0;
}

.ut-tamagotchi .mb-l {
  margin-bottom: 36px;
  margin-top: 0;
}

.ut-tamagotchi .mb-xl {
  margin-bottom: 48px;
  margin-top: 0;
}

@media screen and (min-width: 813px) {
  .ut-tamagotchi .fr-sp-px-1g {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-sp-px-1g {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 813px) {
  .ut-tamagotchi .fr-sp-px-2g {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-sp-px-2g {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.ut-tamagotchi .fr-linkButton {
  border: 1px solid var(--Color-navy);
  color: var(--Color-navy);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}

.ut-tamagotchi .fr-linkButton.-white {
  background-color: var(--Color-white);
}

.ut-tamagotchi .fr-linkButton.-yellow {
  background-color: var(--Color-yellow);
  border: 2px solid var(--Color-navy);
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-linkButton.-yellow {
    font-weight: 400;
  }
  .ut-tamagotchi .fr-linkButton.-m {
    max-width: unset;
  }
  .ut-tamagotchi .fr-linkButton {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 813px) {
  .ut-tamagotchi .fr-mediaCarouselThumbs,
  .ut-tamagotchi .u-pc-w576 {
    max-width: unset;
  }
  .ut-tamagotchi .u-only-sp {
    display: block;
  }
  .ut-tamagotchi .u-only-pc {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-mediaCarouselThumbs,
  .ut-tamagotchi .u-pc-w576 {
    max-width: 576px;
  }
  .ut-tamagotchi .u-only-sp {
    display: none;
  }
  .ut-tamagotchi .u-only-pc {
    display: block;
  }
}
.ut-tamagotchi footer .fr-globalFooter {
  background-color: #fff !important;
  margin: 0 auto !important;
  padding-top: 24px !important;
}

.ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_navigationInner {
  display: block !important;
}

.ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_navigationItems {
  display: block !important;
  font-size: 16px !important;
}

.ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_navigationItem {
  margin-left: 0 !important;
  margin-top: 24px !important;
}

.ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_snsItems.u-only-sp {
  display: flex !important;
  justify-content: center !important;
  margin-top: 24px !important;
}

.ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_snsItems.u-only-sp .fr-globalFooter_snsItem {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}

.ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_snsItems.u-only-pc {
  display: none !important;
}

.ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_copyright {
  padding: 15px 4vw !important;
}

.ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_copyrightInner {
  justify-content: center !important;
}

.frNativeApp .bffHeart_bff {
  display: none;
}

[lang=ja] .ut-tamagotchi .main_inner {
  background-color: var(--Color-white);
  background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/25fw_tamagotchi/bg_main.png);
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

[lang=ja] .ut-tamagotchi .u-fixedAnchorAdjust {
  margin-top: -55px;
  padding-top: 55px;
}

@media screen and (min-width: 980px) {
  [lang=ja] .ut-tamagotchi main {
    background: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/25fw_tamagotchi/bg_pc.png);
    background-color: #94daf8;
    background-position: top;
    background-repeat: repeat;
    background-size: 1283px;
    box-shadow: 0 13px 12px 0 rgba(0, 0, 0, 0.349);
    padding-top: 0;
  }
  [lang=ja] .ut-tamagotchi .main_inner {
    box-shadow: 0 13px 12px 0 rgba(0, 0, 0, 0.349);
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
  [lang=ja] .ut-tamagotchi .u-fixedAnchorAdjust {
    margin-top: 0;
    padding-top: 0;
  }
}
[lang=ja] .ut-tamagotchi .text-navy {
  color: var(--Color-navy);
}

[lang=ja] .ut-tamagotchi .fr-accordion {
  background-color: unset;
  color: var(--Color-navy);
}

[lang=ja] .ut-tamagotchi .fr-accordion_heading {
  border: 1px solid var(--Color-navy);
  border-left: none;
  border-right: none;
  min-height: 56px;
  padding: 0;
}

@media screen and (min-width: 980px) {
  [lang=ja] .ut-tamagotchi .fr-accordion_heading {
    border: 1.3px solid var(--Color-navy);
    border-left: none;
    border-right: none;
    min-height: 74px;
  }
}
[lang=ja] .ut-tamagotchi .fr-accordion_checkBox:checked + .fr-accordion_heading {
  border-bottom: none;
  font-weight: 600;
}

[lang=ja] .ut-tamagotchi .fr-accordion_heading:before {
  background-color: var(--Color-navy);
  right: 0;
}

@media screen and (min-width: 980px) {
  [lang=ja] .ut-tamagotchi .fr-accordion_heading:before {
    height: 32px;
    margin-top: -16px;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    width: 32px;
  }
}
[lang=ja] .ut-tamagotchi .fr-accordion_heading span {
  font-size: 13px;
  font-weight: 600;
}

@media screen and (min-width: 980px) {
  [lang=ja] .ut-tamagotchi .fr-accordion_heading span {
    font-size: 17.33px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
  }
}
[lang=ja] .ut-tamagotchi .fr-accordion_content {
  border-bottom: 1px solid var(--Color-navy);
}

[lang=ja] .ut-tamagotchi .mb-xxs {
  margin-bottom: 8px;
  margin-top: 0;
}

[lang=ja] .ut-tamagotchi .mb-xs {
  margin-bottom: 12px;
  margin-top: 0;
}

[lang=ja] .ut-tamagotchi .mb-s {
  margin-bottom: 16px;
  margin-top: 0;
}

[lang=ja] .ut-tamagotchi .mb-m {
  margin-bottom: 20px;
  margin-top: 0;
}

[lang=ja] .ut-tamagotchi .mb-ml {
  margin-bottom: 28px;
  margin-top: 0;
}

[lang=ja] .ut-tamagotchi .mb-l {
  margin-bottom: 36px;
  margin-top: 0;
}

[lang=ja] .ut-tamagotchi .mb-xl {
  margin-bottom: 48px;
  margin-top: 0;
}

@media screen and (min-width: 813px) {
  [lang=ja] .ut-tamagotchi .fr-sp-px-1g {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  [lang=ja] .ut-tamagotchi .fr-sp-px-1g {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 813px) {
  [lang=ja] .ut-tamagotchi .fr-sp-px-2g {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 980px) {
  [lang=ja] .ut-tamagotchi .fr-sp-px-2g {
    padding-left: 36px;
    padding-right: 36px;
  }
}
[lang=ja] .ut-tamagotchi .fr-linkButton {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19.2px;
}

@media screen and (min-width: 980px) {
  [lang=ja] .ut-tamagotchi .fr-linkButton {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19.2px;
  }
}
[lang=ja] .ut-tamagotchi .fr-linkButton.-yellow {
  font-weight: 600;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter {
  background-color: #fff !important;
  margin: 0 auto !important;
  padding-top: 24px !important;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_navigationInner {
  display: block !important;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_navigationItems {
  display: block !important;
  font-size: 16px !important;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_navigationItem {
  margin-left: 0 !important;
  margin-top: 24px !important;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_snsItems.u-only-sp {
  display: flex !important;
  justify-content: center !important;
  margin-top: 24px !important;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_snsItems.u-only-sp .fr-globalFooter_snsItem {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_snsItems.u-only-pc {
  display: none !important;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_copyright {
  padding: 15px 4vw !important;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter .fr-globalFooter_copyrightInner {
  justify-content: center !important;
}

.ut-tamagotchi .header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .header {
    left: 50%;
    margin: auto;
    max-width: 500px;
    transform: translateX(-50%);
  }
}
.ut-tamagotchi .fr-globalHeader {
  background: transparent !important;
  border-bottom: none !important;
  box-sizing: border-box !important;
  height: 53px;
  min-width: 320px !important;
  padding: 12px 0 13px !important;
  position: relative;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-globalHeader {
    height: 70px;
  }
}
.ut-tamagotchi .fr-globalHeader_inner {
  box-sizing: border-box !important;
  padding: 0 15px !important;
}

.ut-tamagotchi .-doubleWrapper {
  display: block;
  height: 28px !important;
  left: 21px;
  position: absolute;
  width: 63px !important;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .-doubleWrapper {
    height: 37.33px !important;
    left: 27px;
    top: 15px;
    width: 84px !important;
  }
}
.ut-tamagotchi img.fr-globalHeader_logo.-double {
  height: 28px !important;
  width: 63px !important;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi img.fr-globalHeader_logo.-double {
    height: auto !important;
    left: 26px;
    width: 84px !important;
  }
}
.ut-tamagotchi .utLogoWrapper {
  display: block;
  height: 28.8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 36px;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .utLogoWrapper {
    height: 38px !important;
    width: 48px !important;
  }
}
.ut-tamagotchi .fr-globalHeader_utLogo {
  height: auto;
  width: 36px;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .fr-globalHeader_utLogo {
    height: auto !important;
    width: 48px !important;
  }
}
.introArea_wrapper {
  background-color: var(--Color-white);
  background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/25fw_tamagotchi/bg_introAreaWrapper.png);
  background-position: top;
  background-size: cover, cover;
  padding-bottom: 48px;
  padding-top: 80px;
}

@media screen and (min-width: 980px) {
  .introArea_wrapper {
    padding-bottom: 60px;
    padding-top: 94px;
  }
}
.hero {
  padding-bottom: 40px;
  padding-top: 33px;
}

.hero .hero_tamagoWrapper {
  position: relative;
}

.hero .hero_tamagoWrapper .hero_tamago {
  margin: auto;
  width: 70.6666666667%;
}

.hero .hero_tamagoWrapper .hero_gif {
  animation: floatUp 1.5s ease-out forwards;
  left: 39.5333333333%;
  position: absolute;
  top: 41.4239482201%;
  width: 22.3493333333%;
}

.hero .hero_tamagoWrapper .hero_number {
  left: 45.3333333333%;
  position: absolute;
  top: 76.3754045307%;
  width: 11.0773333333%;
}

.hero .hero_tamagoWrapper .hero_tamagoDeco {
  pointer-events: none;
  position: absolute;
  top: -9.0614886731%;
  width: 100%;
  z-index: 10;
}

.hero .hero_h1 {
  margin: auto;
  padding-top: 20px;
  width: 86.4%;
}

@media screen and (min-width: 980px) {
  .hero {
    padding-top: 107px;
  }
  .hero .hero_tamagoWrapper .hero_tamagoDeco {
    pointer-events: none;
    position: absolute;
    top: -6.3596491228%;
    width: 100%;
    z-index: 10;
  }
  .hero .hero_h1 {
    margin: auto;
    padding-top: 20px;
    width: 68.4%;
  }
}
.hero_tamagoDeco {
  animation: appear 3.5s ease 0.1s forwards;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  15% {
    opacity: 1;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
  }
  30% {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
  }
  45%, to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
[lang=ja] .introArea_wrapper {
  padding-bottom: 48px;
  padding-top: 80px;
}

@media screen and (min-width: 980px) {
  [lang=ja] .introArea_wrapper {
    padding-bottom: 60px;
    padding-top: 94px;
  }
}
[lang=ja] .hero {
  padding-bottom: 40px;
}

[lang=ja] .hero .hero_tamagoWrapper {
  position: relative;
}

[lang=ja] .hero .hero_tamagoWrapper .hero_tamago {
  margin: auto;
  width: 70.6666666667%;
}

[lang=ja] .hero .hero_tamagoWrapper .hero_gif {
  animation: floatUp 1.5s ease-out forwards;
  left: 39.5333333333%;
  position: absolute;
  top: 41.4239482201%;
  width: 22.3493333333%;
}

@keyframes floatUp {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[lang=ja] .hero .hero_tamagoWrapper .hero_number {
  left: 45.3333333333%;
  position: absolute;
  top: 76.3754045307%;
  width: 11.0773333333%;
}

[lang=ja] .hero .hero_tamagoWrapper .hero_tamagoDeco {
  top: -5.8%;
}

[lang=ja] .hero .hero_h1 {
  padding-top: 12px;
}

@media screen and (min-width: 980px) {
  [lang=ja] .hero {
    padding-bottom: 46px;
    padding-top: 107px;
  }
}
.intro {
  padding-bottom: 50px;
  position: relative;
}

.intro .fr-heading.-h2 {
  text-align: center;
}

.intro .fr-heading.-h2,
.intro .fr-heading.-h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}

.intro .fr-heading.-h3 {
  text-align: left;
}

.intro p.fr-sp-px-1g {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19.6px;
  margin-bottom: 28px;
  text-align: center;
}

.intro .pop {
  bottom: 3.5rem;
  height: 135px;
  left: 0.5rem;
  opacity: 0;
  position: fixed;
  transition: all 0.25s;
  visibility: hidden;
  width: 135px;
  z-index: 20;
}

.intro .pop .fr-img {
  opacity: 1;
}

.intro .pop.-active {
  opacity: 1;
  visibility: visible;
}

.intro .pop-con {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 30px;
  transform: rotate(-6deg);
  transition: opacity 1s;
}

.intro .pop-con-text {
  font-size: 11px;
  font-weight: 600;
  line-height: 17.18px;
  text-align: center;
}

.intro .pop-con-link {
  font-size: 10px;
  font-weight: 400;
  line-height: 14.73px;
  margin-top: 0.1rem;
  text-align: center;
  text-decoration: underline;
}

.anchorPlayGameInner {
  position: relative;
}

.anchorPlayGameInner .text_anchorPlayGame {
  left: 5.2173913043%;
  position: absolute;
  top: 64.347826087%;
  width: 30.4347826087%;
}

.anchorPlayGameInner .mame_anchorPlayGame {
  position: absolute;
  right: 12.1739130435%;
  top: 38.2608695652%;
  width: 11.5942028986%;
}

.anchorPlayGameInner .text_anchorPlayGame {
  animation: flash 1s linear 10 forwards;
}

@keyframes flash {
  0%, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.animation__rotate {
  animation: a 10s linear infinite;
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@media screen and (min-width: 980px) {
  .intro .fr-heading.-h3 {
    text-align: center;
  }
  .intro {
    padding-bottom: 0;
  }
  .intro .fr-heading.-h2,
  .intro .fr-heading.-h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26.4px;
    text-align: center;
  }
  .intro p.fr-sp-px-1g {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
  }
}
[lang=ja] .intro {
  padding-bottom: 46px;
  position: relative;
}

[lang=ja] .intro .fr-heading.-h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

[lang=ja] .intro p.fr-sp-px-1g {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 28px;
}

[lang=ja] .intro .pop {
  bottom: 3.5rem;
  height: 135px;
  left: 0.5rem;
  opacity: 0;
  position: fixed;
  transition: all 0.25s;
  visibility: hidden;
  width: 135px;
  z-index: 20;
}

[lang=ja] .intro .pop .fr-img {
  opacity: 1;
}

[lang=ja] .intro .pop.-active {
  opacity: 1;
  visibility: visible;
}

[lang=ja] .intro .pop-con {
  left: 22px;
  top: 36px;
}

[lang=ja] .intro .pop-con-text {
  font-size: 11px;
  font-weight: 600;
  line-height: 17.18px;
}

[lang=ja] .intro .pop-con-link {
  font-size: 10px;
  font-weight: 400;
  line-height: 14.73px;
}

@media screen and (min-width: 980px) {
  [lang=ja] .intro {
    padding-bottom: 0;
  }
  [lang=ja] .intro .fr-heading.-h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
  }
  [lang=ja] .intro p.fr-sp-px-1g {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22.5px;
  }
}
.LineupArea {
  padding-bottom: 44px;
  padding-top: 48px;
}

.LineupArea .fr-heading.-h2 {
  color: var(--Color-navy);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.LineupArea .h3_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
  margin-left: 2%;
}

.LineupArea .fr-heading.-h3 {
  color: var(--Color-navy);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21.6px;
  text-align: center;
}

.LineupArea .fr-heading.-h3:nth-child(2) {
  margin-left: 18px;
}

.LineupArea .fr-heading.-h3 span {
  color: var(--Color-navy);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19.6px;
  margin-left: 7.5px;
}

.LineupArea .-small .fr-anchorButton_itemThumb {
  width: 70px;
}

.LineupArea .fr-anchorButton.-small {
  border-color: var(--Color-navy);
}

.LineupArea .fr-anchorButton.-small .fr-anchorButton_item {
  background-color: unset;
  border-color: var(--Color-navy);
}

.LineupArea .fr-anchorButton.-small .fr-anchorButton_item .fr-anchorButton_itemText {
  padding-right: 12px;
}

.LineupArea .anchorBox_area {
  margin-bottom: 36px;
}

.LineupArea .itemGender {
  color: var(--Color-navy);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.LineupArea .itemCaption {
  color: var(--Color-navy);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19.6px;
  margin-bottom: 8px;
}

.LineupArea .itemCaption .captionText02 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16.9px;
  text-align: center;
}

.LineupArea .itemCaption .captionText02 :first-child {
  margin-right: 22px;
}

.LineupArea .itemAreaWrapper,
.LineupArea .itemAreaWrapper .itemImageWrapper .itemImageInner {
  position: relative;
}

.LineupArea .itemAreaWrapper .itemImageWrapper .itemImageInner .text_itemImage {
  position: absolute;
  right: 13px;
  right: 3.4666666667%;
  top: 215px;
  top: 64.5645645646%;
  transform: rotate(350deg);
  width: 98px;
  width: 26.1333333333%;
}

.LineupArea .itemAreaWrapper .swiper-parent {
  position: relative;
}

.LineupArea .itemAreaWrapper .js-mediaCarouselThumbsMain {
  overflow: visible;
}

.LineupArea .itemAreaWrapper .u-imgAdjustBox.slideImage {
  margin: auto auto 16px;
  width: 92%;
}

.LineupArea .itemAreaWrapper .captionText01 {
  color: #283863;
  margin-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.LineupArea .fr-mediaCarouselThumbs .swiper-button-next,
.LineupArea .fr-mediaCarouselThumbs .swiper-button-prev {
  top: 45%;
}

.LineupArea .fr-mediaCarouselThumbs .swiper-button-next:focus,
.LineupArea .fr-mediaCarouselThumbs .swiper-button-prev:focus {
  outline: auto;
}

.LineupArea .womenLineupArea .gif_lineupArea {
  margin: auto auto 36px;
  width: 57px;
}

.LineupArea .womenLineupArea #js-fixedAnchor_womenTshirts01 .text_itemImage {
  right: 4.2666666667%;
  top: 66.6666666667%;
  width: 24.5333333333%;
}

.LineupArea .womenLineupArea #js-fixedAnchor_womenTshirts02 .text_itemImage {
  right: 3.4666666667%;
  top: 31.8318318318%;
  width: 24%;
}

.LineupArea .womenLineupArea #js-fixedAnchor_womenTshirts03 .text_itemImage {
  left: 6.1333333333%;
  top: 49.5495495495%;
  width: 24%;
}

.LineupArea .womenLineupArea #js-fixedAnchor_womenTshirts04 .text_itemImage {
  right: 4.2666666667%;
  top: 34.2342342342%;
  width: 24%;
}

.LineupArea .toyLineupArea {
  margin-top: 48px;
}

.LineupArea .toyLineupArea .gif_lineupArea {
  margin: auto auto 28px;
  width: 82px;
}

.LineupArea .toyLineupArea #js-fixedAnchor_toy01 .text_itemImage {
  right: 5.3333333333%;
  top: 39.3393393393%;
  width: 24%;
}

.LineupArea .toyLineupArea .fr-mediaCarouselThumbs .swiper-button-next,
.LineupArea .toyLineupArea .fr-mediaCarouselThumbs .swiper-button-prev,
.LineupArea .toyLineupArea .itemInformationTextWrap .genderSizeText {
  display: none;
}

.LineupArea .fr-accordion {
  margin-bottom: 60px;
  margin-top: 40px;
}

.LineupArea .fr-accordion .accordion_link {
  margin-top: 16px;
  text-align: right;
}

.LineupArea .fr-accordion .accordion_link a {
  color: var(--Color-navy);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16.9px;
  text-decoration: underline;
  text-decoration-style: solid;
}

.LineupArea .gif_lineupArea.mametchi_walk {
  margin: auto auto 0;
  width: 53px;
}

.LineupArea .fr-mediaCarouselThumbs_item {
  background-color: #f4f4f4;
}

.LineupArea .fr-mediaCarouselThumbs_item.-current {
  background-color: hsla(0, 0%, 100%, 0.898);
}

.LineupArea .fr-mediaCarouselThumbs_item:before {
  border: 1px solid #dadada;
}

@media screen and (min-width: 813px) {
  .LineupArea .fr-anchorButton.-small {
    border-left: none;
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_item {
    width: calc(50% - 1px);
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_item:nth-child(2n) {
    border-right: none;
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_item:last-child {
    border-right: none;
    width: 100%;
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_itemThumb {
    width: 94px;
  }
}
@media screen and (min-width: 980px) {
  .LineupArea {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .LineupArea .fr-heading.-h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
  }
  .LineupArea .h3_wrapper {
    margin-bottom: 36px;
  }
  .LineupArea .fr-heading.-h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
  }
  .LineupArea .fr-heading.-h3:nth-child(2) {
    margin-left: 18px;
  }
  .LineupArea .fr-heading.-h3 span {
    color: var(--Color-navy);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19.6px;
    margin-left: 13.5px;
  }
  .LineupArea .-small .fr-anchorButton_itemThumb {
    width: 70px;
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_item .fr-anchorButton_itemText {
    padding-right: 20px;
  }
  .LineupArea .anchorBox_area {
    margin-bottom: 48px;
  }
  .LineupArea .itemGender {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
  }
  .LineupArea .itemCaption {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
  }
  .LineupArea .itemCaption .captionText02 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16.9px;
    text-align: center;
  }
  .LineupArea .itemCaption .captionText02 :first-child {
    margin-right: 22px;
  }
  .LineupArea .itemAreaWrapper .itemImageWrapper .itemImageInner {
    position: relative;
  }
  .LineupArea .itemAreaWrapper .itemImageWrapper .itemImageInner .text_itemImage {
    position: absolute;
    right: 13px;
    right: 3.4666666667%;
    top: 215px;
    top: 64.5645645646%;
    transform: rotate(350deg);
    width: 98px;
    width: 26.1333333333%;
  }
  .LineupArea .itemAreaWrapper .u-imgAdjustBox.slideImage {
    margin: auto auto 16px;
    width: 92%;
  }
  .LineupArea .itemAreaWrapper .captionText01 {
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .LineupArea .fr-mediaCarouselThumbs .swiper-button-next,
  .LineupArea .fr-mediaCarouselThumbs .swiper-button-prev {
    top: 50%;
  }
  .LineupArea .womenLineupArea .gif_lineupArea {
    margin: auto auto 50px;
    width: 74px;
  }
  .LineupArea .womenLineupArea #js-fixedAnchor_womenTshirts01 .text_itemImage {
    right: 4.2666666667%;
    top: 66.6666666667%;
    width: 24.5333333333%;
  }
  .LineupArea .womenLineupArea #js-fixedAnchor_womenTshirts02 .text_itemImage {
    right: 3.4666666667%;
    top: 31.8318318318%;
    width: 24%;
  }
  .LineupArea .womenLineupArea #js-fixedAnchor_womenTshirts03 .text_itemImage {
    left: 6.1333333333%;
    top: 49.5495495495%;
    width: 24%;
  }
  .LineupArea .womenLineupArea #js-fixedAnchor_womenTshirts04 .text_itemImage {
    right: 4.2666666667%;
    top: 34.2342342342%;
    width: 24%;
  }
  .LineupArea .toyLineupArea {
    margin-top: 60px;
  }
  .LineupArea .toyLineupArea .gif_lineupArea {
    margin: auto auto 40px;
    width: 110px;
  }
  .LineupArea .toyLineupArea #js-fixedAnchor_toy01 .text_itemImage {
    right: 5.3333333333%;
    top: 39.3393393393%;
    width: 24%;
  }
  .LineupArea .toyLineupArea .itemInformationTextWrap .moneyText {
    margin-left: 0;
  }
  .LineupArea .fr-accordion {
    margin-bottom: 72px;
    margin-top: 40px;
  }
  .LineupArea .gif_lineupArea.mametchi_walk {
    margin-bottom: 0;
    width: 72px;
  }
  .LineupArea .fr-mediaCarouselThumbs_item {
    background-color: #f4f4f4;
  }
  .LineupArea .fr-mediaCarouselThumbs_item.-current {
    background-color: hsla(0, 0%, 100%, 0.898);
  }
  .LineupArea .fr-mediaCarouselThumbs_item:before {
    border: 1px solid #dadada;
  }
  .LineupArea .fr-anchorButton.-small {
    border-left: none;
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_item {
    width: calc(50% - 1px);
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_item:nth-child(2n) {
    border-right: none;
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_item:last-child {
    border-right: none;
    width: 100%;
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_item:nth-child(4) {
    width: calc(50% - 1px);
  }
  .LineupArea .fr-anchorButton.-small .fr-anchorButton_itemThumb {
    width: 94px;
  }
}
.ut-tamagotchi .itemLinkArea {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ut-tamagotchi .itemLinkArea .itemLink_button {
  background-color: var(--Color-navy);
  border-radius: 50px;
  width: 100%;
}

.ut-tamagotchi .itemLinkArea .itemLink_button .itemLink_buttonText {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 17px;
  text-align: center;
}

.ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products {
  background-color: transparent;
  display: block;
  width: auto;
}

.ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product {
  margin-top: 0;
  width: 100%;
}

.ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_imgWrapper figure {
  display: none;
}

.ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndFavorite {
  border: 1px solid var(--color-text-primary);
  border-radius: 50%;
  margin-left: 9.5px;
  margin-right: 0;
}

.ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndFavorite .fr-bff-favorite {
  height: 48px;
  width: 48px;
}

.ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndIcon,
.ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_content,
.ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product_apology {
  display: none;
}

.ut-tamagotchi .fr-mediaCarouselThumbs_items {
  justify-content: center;
  margin-bottom: 16px;
  margin-top: -1px;
}

.ut-tamagotchi .itemInformationTextWrap {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
}

.ut-tamagotchi .itemInformationTextWrap .genderSizeText {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 15px;
}

.ut-tamagotchi .itemInformationTextWrap .genderSizeText .sizeText {
  margin-left: 15px;
}

.ut-tamagotchi .itemInformationTextWrap .moneyText {
  text-align: left;
  width: auto;
}

.ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarouselDestroy] .fr-bff-product {
  margin-top: 0;
  width: auto;
}

.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-products[data-component-type=ProductCarouselDestroy] {
  display: inline;
  width: 100%;
}

.ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarouselDestroy] .fr-bff-product_content,
.ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarousel] .fr-bff-product_content {
  margin-right: 0;
  margin-top: 0;
}

.ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarouselDestroy] .fr-bff-product_price,
.ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarousel] .fr-bff-product_price,
.ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductGridHorizontal] .fr-bff-product_price,
.ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductGridText] .fr-bff-product_price,
.ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductGrid] .fr-bff-product_price {
  font-family: UniqloPro Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-top: 0;
}

.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-products {
  background-color: transparent;
}

.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_apology,
.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_futureExhibition,
.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_gender,
.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_imgWrapper,
.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_name,
.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_noStock,
.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_priceFlags,
.ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_sizes {
  display: none;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .itemLinkArea {
    padding-left: 46px;
    padding-right: 46px;
  }
  .ut-tamagotchi .itemLinkArea .itemLink_button {
    background-color: var(--Color-navy);
    border-radius: 50px;
    width: 100%;
  }
  .ut-tamagotchi .itemLinkArea .itemLink_button .itemLink_buttonText {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 17px;
    text-align: center;
  }
  .ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products {
    background-color: transparent;
    display: block;
    width: auto;
  }
  .ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product {
    margin-top: 0;
    width: 100%;
  }
  .ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_imgWrapper figure {
    display: none;
  }
  .ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndFavorite {
    border: 1px solid var(--color-text-primary);
    border-radius: 50%;
    margin-left: 9.5px;
    margin-right: 0;
  }
  .ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndFavorite .fr-bff-favorite {
    height: 48px;
    width: 48px;
  }
  .ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndIcon,
  .ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_content,
  .ut-tamagotchi .itemLinkArea .bffHeart_bff .fr-bff-products .fr-bff-product_apology {
    display: none;
  }
  .ut-tamagotchi .fr-mediaCarouselThumbs_items {
    margin-bottom: 24px;
    margin-top: -10px;
  }
  .ut-tamagotchi .itemInformationTextWrap {
    padding-top: 8px;
  }
  .ut-tamagotchi .itemInformationTextWrap .genderSizeText {
    font-size: 13px;
    font-weight: 300;
    line-height: 16.9px;
    line-height: 18px;
  }
  .ut-tamagotchi .itemInformationTextWrap .moneyText {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3%;
    line-height: 24px;
  }
  .ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarouselDestroy] .fr-bff-product {
    margin-top: 0;
    width: auto;
  }
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-products[data-component-type=ProductCarouselDestroy] {
    display: inline;
    width: 100%;
  }
  .ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarouselDestroy] .fr-bff-product_content,
  .ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarousel] .fr-bff-product_content {
    margin-right: 0;
    margin-top: 0;
  }
  .ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarouselDestroy] .fr-bff-product_price,
  .ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductCarousel] .fr-bff-product_price,
  .ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductGridHorizontal] .fr-bff-product_price,
  .ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductGridText] .fr-bff-product_price,
  .ut-tamagotchi .itemInformationTextWrap .moneyText [data-component-type=ProductGrid] .fr-bff-product_price {
    font-family: UniqloPro Regular, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 21.6px;
    margin-top: 0;
  }
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-products {
    background-color: transparent;
  }
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_apology,
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_futureExhibition,
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_gender,
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_imgWrapper,
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_name,
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_noStock,
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_priceFlags,
  .ut-tamagotchi .itemInformationTextWrap .moneyText .fr-bff-product_sizes {
    display: none;
  }
}
[lang=ja] .LineupArea {
  padding-bottom: 54px;
  padding-top: 50px;
}

[lang=ja] .LineupArea .fr-heading.-h2 {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 33.6px;
}

[lang=ja] .LineupArea .h3_wrapper {
  margin-bottom: 34px;
}

[lang=ja] .LineupArea .fr-heading.-h3 {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21.6px;
  text-align: center;
}

[lang=ja] .LineupArea .fr-heading.-h3:nth-child(2) {
  margin-left: 18px;
}

[lang=ja] .LineupArea .fr-heading.-h3 span {
  font-family: ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, MS PGothic, ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯, YuGothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19.6px;
  margin-left: 7.5px;
}

[lang=ja] .LineupArea .fr-anchorButton.-small .fr-anchorButton_item .fr-anchorButton_itemText {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}

[lang=ja] .LineupArea .anchorBox_area {
  margin-bottom: 46px;
}

[lang=ja] .LineupArea .itemGender {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

[lang=ja] .LineupArea .itemCaption {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19.6px;
  margin-bottom: 8px;
}

[lang=ja] .LineupArea .itemCaption .captionText02 {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16.9px;
  text-align: center;
}

[lang=ja] .LineupArea .itemCaption .captionText02 :first-child {
  margin-right: 22px;
}

[lang=ja] .LineupArea .itemAreaWrapper .u-imgAdjustBox.slideImage {
  margin-bottom: 12px;
}

[lang=ja] .LineupArea .itemAreaWrapper .captionText01 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 4px;
}

[lang=ja] .LineupArea .womenLineupArea .gif_lineupArea {
  margin-bottom: 36px;
}

[lang=ja] .LineupArea .toyLineupArea {
  margin-top: 48px;
}

[lang=ja] .LineupArea .toyLineupArea .gif_lineupArea {
  margin-bottom: 28px;
}

[lang=ja] .LineupArea .toyLineupArea .fr-mediaCarouselThumbs .swiper-button-next,
[lang=ja] .LineupArea .toyLineupArea .fr-mediaCarouselThumbs .swiper-button-prev {
  display: block;
}

[lang=ja] .LineupArea .fr-accordion {
  margin-bottom: 60px;
  margin-top: 40px;
}

[lang=ja] .LineupArea .fr-accordion .accordion_link {
  margin-top: 16px;
}

[lang=ja] .LineupArea .fr-accordion .accordion_link a {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16.9px;
}

[lang=ja] .LineupArea .fr-accordion .fr-accordion_contentInner p {
  font-size: 13px;
  font-weight: 300;
}

[lang=ja] .LineupArea .gif_lineupArea.mametchi_walk {
  margin-bottom: 0;
}

[lang=ja] .ut-tamagotchi .itemLinkArea .itemLink_button .itemLink_buttonText {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19.2px;
}

[lang=ja] .ut-tamagotchi .itemInformationTextWrap .genderSizeText {
  font-weight: 300;
}

@media screen and (min-width: 980px) {
  [lang=ja] .LineupArea {
    padding-bottom: 0;
    padding-top: 64px;
  }
  [lang=ja] .LineupArea .fr-heading.-h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 38px;
  }
  [lang=ja] .LineupArea .h3_wrapper {
    margin-bottom: 36px;
  }
  [lang=ja] .LineupArea .fr-heading.-h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
  }
  [lang=ja] .LineupArea .fr-heading.-h3:nth-child(2) {
    margin-left: 18px;
  }
  [lang=ja] .LineupArea .fr-heading.-h3 span {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22.5px;
  }
  [lang=ja] .LineupArea .fr-anchorButton.-small .fr-anchorButton_item .fr-anchorButton_itemText {
    font-size: 15px;
  }
  [lang=ja] .LineupArea .itemGender {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
  }
  [lang=ja] .LineupArea .itemCaption {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;
  }
  [lang=ja] .LineupArea .itemCaption .captionText02 {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16.9px;
    text-align: center;
  }
  [lang=ja] .LineupArea .itemCaption .captionText02 :first-child {
    margin-right: 22px;
  }
  [lang=ja] .LineupArea .itemAreaWrapper .itemImageWrapper .itemImageInner {
    position: relative;
  }
  [lang=ja] .LineupArea .itemAreaWrapper .itemImageWrapper .itemImageInner .text_itemImage {
    position: absolute;
    right: 13px;
    right: 3.4666666667%;
    top: 215px;
    top: 64.5645645646%;
    transform: rotate(350deg);
    width: 98px;
    width: 26.1333333333%;
  }
  [lang=ja] .LineupArea .itemAreaWrapper .u-imgAdjustBox.slideImage {
    margin-bottom: 50px;
  }
  [lang=ja] .LineupArea .itemAreaWrapper .captionText01 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22.5px;
    margin-bottom: 6px;
  }
  [lang=ja] .LineupArea .womenLineupArea .gif_lineupArea {
    margin-bottom: 42px;
  }
  [lang=ja] .LineupArea .toyLineupArea .gif_lineupArea {
    margin-bottom: 40px;
  }
  [lang=ja] .LineupArea .toyLineupArea .itemInformationTextWrap .moneyText {
    margin-left: 0;
  }
  [lang=ja] .LineupArea .fr-accordion {
    margin-bottom: 72px;
    margin-top: 40px;
  }
  [lang=ja] .LineupArea .fr-accordion .accordion_link a,
  [lang=ja] .LineupArea .fr-accordion .fr-accordion_contentInner p {
    font-size: 15px;
  }
  [lang=ja] .LineupArea .gif_lineupArea.mametchi_walk {
    margin-bottom: 0;
  }
  [lang=ja] .LineupArea .fr-anchorButton.-small {
    border-left: none;
  }
  [lang=ja] .LineupArea .fr-anchorButton.-small .fr-anchorButton_item {
    width: calc(50% - 1px);
  }
  [lang=ja] .LineupArea .fr-anchorButton.-small .fr-anchorButton_item:nth-child(2n) {
    border-right: none;
  }
  [lang=ja] .LineupArea .fr-anchorButton.-small .fr-anchorButton_item:last-child {
    border-right: none;
    width: 100%;
  }
  [lang=ja] .LineupArea .fr-anchorButton.-small .fr-anchorButton_item:nth-child(4) {
    width: calc(50% - 1px);
  }
  [lang=ja] .LineupArea .fr-anchorButton.-small .fr-anchorButton_itemThumb {
    width: 94px;
  }
  [lang=ja] .ut-tamagotchi .itemLinkArea {
    padding-left: 44px;
    padding-right: 44px;
  }
  [lang=ja] .ut-tamagotchi .fr-mediaCarouselThumbs_items {
    margin-bottom: 12px;
    margin-top: -10px;
  }
  [lang=ja] .ut-tamagotchi .itemInformationTextWrap {
    padding-top: 8px;
  }
  [lang=ja] .ut-tamagotchi .itemInformationTextWrap .genderSizeText {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19.5px;
  }
}
.gameArea {
  background-color: var(--Color-white);
  background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/25fw_tamagotchi/bg_gameArea.png);
  background-position: top;
  background-size: cover, cover;
  color: var(--Color-navy);
  padding-bottom: 64px;
  padding-top: 64px;
}

.gameArea .deco_GameTitle {
  margin: auto auto 56px;
  top: 20px;
  width: 161px;
  width: 42.9333333333%;
}

.gameArea .GameTitle {
  margin: auto auto 28px;
  width: 282px;
  width: 75.2%;
}

.gameArea .GameTitleWrapper {
  position: relative;
}

.gameArea .kirakira_GameTitle {
  position: absolute;
  width: 14.6666666667%;
}

.gameArea .kirakira_GameTitle.left-content {
  left: 4.8%;
  top: -20.347826087%;
}

.gameArea .kirakira_GameTitle.right-content {
  right: 4.8%;
  top: 68.347826087%;
}

.gameArea .fr-heading.-h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 34px;
  text-align: center;
}

.gameArea .gameText {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19.6px;
  margin-bottom: 26px;
}

.gameArea .fr-videoAutoPlay:focus,
.gameArea .fr-videoAutoPlay_button:focus {
  outline: auto;
}

.gameArea .fr-annotation {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16.9px;
}

.gameArea .fr-accordion {
  margin-bottom: 28px;
}

.gameArea .deco_line_game {
  margin: auto auto 28px;
  width: 168px;
}

.gameArea .deco_line_hugry {
  margin: auto;
  width: 240px;
}

@media screen and (min-width: 980px) {
  .gameArea {
    padding-bottom: 88px;
    padding-top: 64px;
  }
  .gameArea .deco_GameTitle {
    margin-bottom: 124px;
    top: 82px;
  }
  .gameArea .GameTitleWrapper {
    margin-top: 26px;
  }
  .gameArea .fr-heading.-h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26.4px;
    text-align: center;
  }
  .gameArea .gameText {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
  }
  .gameArea .deco_line_game {
    margin-bottom: 28px;
    width: 224px;
  }
  .gameArea .deco_line_hugry {
    width: 320px;
  }
  .gameArea .fr-annotation {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16.9px;
  }
}
[lang=ja] .gameArea {
  background-color: var(--Color-white);
  background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/25fw_tamagotchi/bg_gameArea.png);
  background-position: top;
  background-size: cover, cover;
  color: var(--Color-navy);
  padding-bottom: 64px;
  padding-top: 64px;
}

[lang=ja] .gameArea .deco_GameTitle {
  margin: auto auto 56px;
  top: 20px;
  width: 161px;
  width: 42.9333333333%;
}

[lang=ja] .gameArea .GameTitle {
  margin: auto auto 28px;
  width: 282px;
  width: 75.2%;
}

[lang=ja] .gameArea .GameTitleWrapper {
  position: relative;
}

[lang=ja] .gameArea .kirakira_GameTitle {
  position: absolute;
  width: 14.6666666667%;
}

[lang=ja] .gameArea .kirakira_GameTitle.left-content {
  left: 4.8%;
  top: -20.347826087%;
}

[lang=ja] .gameArea .kirakira_GameTitle.right-content {
  right: 4.8%;
  top: 68.347826087%;
}

[lang=ja] .gameArea .fr-heading.-h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

[lang=ja] .gameArea .gameText {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19.5px;
  margin-bottom: 24px;
}

[lang=ja] .gameArea .gameText.gameText02 {
  margin-bottom: 10px;
}

[lang=ja] .gameArea .fr-videoAutoPlay:focus,
[lang=ja] .gameArea .fr-videoAutoPlay_button:focus {
  outline: auto;
}

[lang=ja] .gameArea .fr-annotation {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16.5px;
}

[lang=ja] .gameArea .fr-accordion {
  margin-bottom: 28px;
}

[lang=ja] .gameArea .fr-accordion .fr-accordion_contentInner p {
  font-size: 13px;
  font-weight: 300;
}

[lang=ja] .gameArea .deco_line_game {
  margin-bottom: 28px;
}

@media screen and (min-width: 980px) {
  [lang=ja] .gameArea {
    padding-bottom: 88px;
    padding-top: 64px;
  }
  [lang=ja] .gameArea .deco_GameTitle {
    margin-bottom: 124px;
    top: 82px;
  }
  [lang=ja] .gameArea .GameTitleWrapper {
    margin-top: 26px;
  }
  [lang=ja] .gameArea .fr-heading.-h2 {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 36.4px;
  }
  [lang=ja] .gameArea .gameText {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22.5px;
    margin-bottom: 28px;
  }
  [lang=ja] .gameArea .deco_line_game {
    margin-bottom: 28px;
  }
  [lang=ja] .gameArea .fr-annotation {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19.5px;
  }
  [lang=ja] .gameArea .fr-accordion .fr-accordion_contentInner p {
    font-size: 15px;
  }
}
.aboutArea {
  background-color: var(--Color-white);
  color: var(--Color-navy);
  padding-bottom: 48px;
  padding-top: 48px;
}

.aboutArea .fr-heading.-h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.aboutArea .fr-heading.-h3 {
  font-size: 14px;
  font-weight: 600;
}

.aboutArea .about_lead {
  margin: auto;
  width: 181px;
  width: 48.2666666667%;
}

.aboutArea .text-normal {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 980px) {
  .aboutArea {
    padding-bottom: 36px;
    padding-top: 58px;
  }
  .aboutArea .fr-heading.-h2 {
    font-size: 42.67px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 44.8px;
    text-align: center;
  }
  .aboutArea .fr-heading.-h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25.5px;
    text-align: center;
  }
  .aboutArea .text-normal {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.infomationArea {
  color: var(--Color-navy);
  padding-bottom: 64px;
  padding-top: 64px;
}

.infomationArea .fr-imagePlusTextParent {
  margin-bottom: 44px;
}

.infomationArea .fr-heading.-h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 33.6px;
  text-align: center;
}

.infomationArea .fr-heading.-h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.infomationArea .fr-imagePlusText_imgWrap {
  width: 34%;
}

.infomationArea .fr-imagePlusText_content {
  padding-right: 0;
}

.infomationArea .fr-imagePlusText_heading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 4px;
}

.infomationArea .fr-imagePlusText_body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19.6px;
}

.infomationArea .fr-imagePlusText_link {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16.9px;
  text-decoration: underline;
}

.infomationArea p {
  color: var(--Color-navy);
}

.infomationArea .tenshitchi {
  margin: auto auto 36px;
  width: 117px;
}

.infomationArea .copyrights_text {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 813px) {
  .infomationArea .-list .fr-imagePlusText {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
  .infomationArea .-list:last-child {
    margin-top: 0;
  }
  .infomationArea .-list.-large .fr-imagePlusText_imgWrap {
    width: 160px;
  }
}
@media screen and (min-width: 980px) {
  .infomationArea {
    padding-bottom: 64px;
    padding-top: 74px;
  }
  .infomationArea .fr-imagePlusTextParent {
    margin-bottom: 40px;
  }
  .infomationArea .fr-heading.-h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 38px;
  }
  .infomationArea .fr-heading.-h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .infomationArea .fr-imagePlusText_content {
    padding: 0 0 0 18px;
  }
  .infomationArea .fr-imagePlusText_heading {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26.4px;
    margin-top: 4px;
  }
  .infomationArea .fr-imagePlusText_body {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
    margin-top: 6px;
  }
  .infomationArea .fr-imagePlusText_link {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19.6px;
    margin-top: 16px;
  }
  .infomationArea .tenshitchi {
    margin-bottom: 40px;
    width: 156px;
  }
  .infomationArea .copyrights_text {
    font-size: 13px;
  }
}
[lang=ja] .aboutArea {
  padding-bottom: 52px;
  padding-top: 52px;
}

[lang=ja] .aboutArea .fr-heading.-h2 {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 33.6px;
}

[lang=ja] .aboutArea .fr-heading.-h3 {
  font-size: 14px;
  font-weight: 600;
}

[lang=ja] .aboutArea .text-normal {
  font-size: 14px;
  font-weight: 300;
}

@media screen and (min-width: 980px) {
  [lang=ja] .aboutArea {
    padding-bottom: 30px;
    padding-top: 64px;
  }
  [lang=ja] .aboutArea .fr-heading.-h2 {
    font-size: 42.67px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 44.8px;
  }
  [lang=ja] .aboutArea .fr-heading.-h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25.5px;
  }
  [lang=ja] .aboutArea .text-normal {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22.5px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
[lang=ja] .infomationArea {
  padding-bottom: 64px;
  padding-top: 64px;
}

[lang=ja] .infomationArea .fr-imagePlusTextParent {
  margin-bottom: 44px;
}

[lang=ja] .infomationArea .fr-heading.-h2 {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 33.6px;
}

[lang=ja] .infomationArea .fr-heading.-h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}

[lang=ja] .infomationArea .fr-imagePlusText_content {
  padding-right: 0;
}

[lang=ja] .infomationArea .fr-imagePlusText_heading {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

[lang=ja] .infomationArea .fr-imagePlusText_body {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}

[lang=ja] .infomationArea .fr-imagePlusText_link {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19.5px;
}

[lang=ja] .infomationArea .tenshitchi {
  margin-bottom: 36px;
}

[lang=ja] .infomationArea .copyrights_text {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19.5px;
}

@media screen and (min-width: 980px) {
  [lang=ja] .infomationArea {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  [lang=ja] .infomationArea .fr-imagePlusTextParent {
    margin-bottom: 40px;
  }
  [lang=ja] .infomationArea .fr-heading.-h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 38px;
  }
  [lang=ja] .infomationArea .fr-heading.-h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25.5px;
  }
  [lang=ja] .infomationArea .fr-imagePlusText_content {
    padding: 0 0 0 18px;
  }
  [lang=ja] .infomationArea .fr-imagePlusText_heading {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
  }
  [lang=ja] .infomationArea .fr-imagePlusText_body {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22.5px;
  }
  [lang=ja] .infomationArea .fr-imagePlusText_link {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;
  }
  [lang=ja] .infomationArea .tenshitchi {
    margin-bottom: 40px;
  }
  [lang=ja] .infomationArea .copyrights_text {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19.5px;
  }
}
.ut-tamagotchi .aside {
  background-color: #fff;
}

.ut-tamagotchi .aside .fr-sp-mt-xxxl {
  margin-top: 0;
  padding-top: 64px;
}

.ut-tamagotchi .aside #common_banner > div {
  margin-top: 0;
}

@media screen and (min-width: 980px) {
  .ut-tamagotchi .aside .fr-snsButtons_inner {
    min-width: 320px;
  }
  .ut-tamagotchi .aside .fr-snsButtons_heading {
    text-align: center;
  }
  .ut-tamagotchi .aside .fr-snsButtons_items {
    display: flex;
    justify-content: center;
  }
  .ut-tamagotchi .aside #common_questionnaire {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ut-tamagotchi footer {
  background-color: #fff;
}

.ut-tamagotchi footer .fr-globalFooter {
  margin-top: 0 !important;
  padding-top: 36px;
}

[lang=ja] .ut-tamagotchi .aside {
  background-color: #fff;
}

[lang=ja] .ut-tamagotchi .aside .fr-sp-mt-xxxl {
  margin-top: 0;
  padding-top: 76px;
}

[lang=ja] .ut-tamagotchi .aside #common_banner > div {
  margin-top: 0;
}

[lang=ja] .ut-tamagotchi .aside .fr-snsButtons_item,
[lang=ja] .ut-tamagotchi .aside .fr-snsButtons_item .fr-snsButtons_itemLink {
  height: 40px;
  width: 40px;
}

[lang=ja] .ut-tamagotchi .fr-breadcrumbs .fr-breadcrumbs_item {
  font-weight: 300;
}

@media screen and (min-width: 813px) {
  [lang=ja] .ut-tamagotchi .fr-snsButtons_inner .fr-snsButtons_heading {
    text-align: center;
  }
  [lang=ja] .ut-tamagotchi .fr-snsButtons_inner .fr-snsButtons_items {
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  [lang=ja] .ut-tamagotchi .aside .fr-snsButtons_inner {
    min-width: 320px;
  }
  [lang=ja] .ut-tamagotchi .aside .fr-snsButtons_heading {
    font-size: 18.67px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 26px;
  }
  [lang=ja] .ut-tamagotchi .aside .fr-snsButtons_items {
    display: flex;
    justify-content: center;
  }
  [lang=ja] .ut-tamagotchi .aside .fr-snsButtons_items .fr-snsButtons_item,
  [lang=ja] .ut-tamagotchi .aside .fr-snsButtons_items .fr-snsButtons_item .fr-snsButtons_itemLink {
    height: 53px;
    width: 53px;
  }
  [lang=ja] .ut-tamagotchi .aside #common_questionnaire {
    padding-left: 20px;
    padding-right: 20px;
  }
  [lang=ja] .ut-tamagotchi .aside #common_questionnaire .questionnaire-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 33.6px;
    margin-top: 78px;
  }
  [lang=ja] .ut-tamagotchi .aside #common_questionnaire .questionnaire-desc {
    font-size: 18.67px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 26px;
    text-align: left;
  }
}
[lang=ja] .ut-tamagotchi footer {
  background-color: #fff;
}

[lang=ja] .ut-tamagotchi footer .fr-globalFooter {
  margin-top: 0 !important;
  padding-top: 36px;
}

@media screen and (min-width: 980px) {
  .anchorPlayGame-pc_wrapper,
  .fixedAnchor-pc_wrapper {
    position: fixed;
    top: 0;
    width: calc(50vw - 250px);
  }
  .anchorPlayGame-pc_wrapper {
    left: 0;
  }
  .fixedAnchor-pc_wrapper {
    right: 0;
  }
  .anchorPlayGame-pc,
  .fixedAnchor-pc {
    background-color: #f7f5f1;
    border-radius: 10px;
    color: var(--Color-navy);
    height: 550px;
    max-width: 250px;
    opacity: 0;
    position: absolute;
    top: 64px;
    visibility: hidden;
    width: 83.3333333333%;
    z-index: 5;
  }
  .anchorPlayGame-pc {
    left: 50%;
    padding: 31px 0;
    text-align: center;
    transform: translateX(-50%);
  }
  .anchorPlayGame-pc .fr-heading.-h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 22.1px;
    margin-bottom: 12px;
    text-align: center;
  }
  .anchorPlayGame-pc .text-normal {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .anchorPlayGame-pc .u-imgAdjustBox {
    margin: auto auto 12px;
  }
  .anchorPlayGame-pc .GameTitle {
    width: 173px;
  }
  .anchorPlayGame-pc .gameImage_fixedContentLeft {
    margin-bottom: 20px;
    width: 128.7px;
  }
  .anchorPlayGame-pc .playGame_fixedContentLeft {
    animation: flash 1s linear 10 forwards;
    margin-bottom: 10px;
    width: 157px;
  }
  @keyframes flash {
    0%, to {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .anchorPlayGame-pc .mame_anchorPlayGame {
    margin-bottom: 14px;
    width: 33px;
  }
  .anchorPlayGame-pc .logo_fixedContentLeft {
    width: 107px;
  }
  .fixedAnchor-pc {
    overflow-y: scroll;
    padding: 33px 0 20px 15px;
    right: 50%;
    text-align: center;
    transform: translateX(50%);
  }
  .fixedAnchor-pc::-webkit-scrollbar {
    height: 12px;
    width: 12px;
  }
  .fixedAnchor-pc::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border: 3px solid #f1f1f1;
    border-radius: 10px;
  }
  .fixedAnchor-pc::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
  }
  .fixedAnchor-pc * {
    scrollbar-color: #d9d9d9 #fff;
    scrollbar-width: thin;
  }
  .fixedAnchor-pc .fr-heading.-h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
  }
  .fixedAnchor-pc .h3_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
  }
  .fixedAnchor-pc .text-normal {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 12px;
    text-align: center;
  }
  .fixedAnchor-pc .fr-heading.-h3 {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 700;
  }
  .fixedAnchor-pc .fr-heading.-h3:nth-child(2) {
    margin-left: 12px;
  }
  .fixedAnchor-pc .fr-heading.-h3 span {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 8px;
  }
  .fixedAnchor-pc .fr-anchorButtonWrapper {
    height: 390px;
  }
  .fixedAnchor-pc .anchorBox_area .fr-anchorButton {
    border: none;
  }
  .fixedAnchor-pc .anchorBox_area .fr-anchorButton .fr-anchorButton_item {
    background-color: unset;
    border: none;
    margin-bottom: 10px;
    width: calc(50% - 3px);
  }
  .fixedAnchor-pc .anchorBox_area .fr-anchorButton_itemInner {
    align-items: center;
    flex-direction: column;
  }
  .fixedAnchor-pc .anchorBox_area .fr-anchorButton_itemInner .fr-anchorButton_itemThumb {
    max-width: 100px;
    width: 100%;
  }
  .fixedAnchor-pc .anchorBox_area .fr-anchorButton_itemText {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    min-height: 32px;
    text-align: center;
  }
  .anchorPlayGame-pc,
  .fixedAnchor-pc {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1300px) {
  .anchorPlayGame-pc {
    left: 100%;
    padding: 30px 25px 25px;
    transform: translateX(-317px);
    height: auto;
  }
  .fixedAnchor-pc {
    right: 100%;
    transform: translateX(317px);
  }
}
@media screen and (min-width: 980px) {
  [lang=ja] .anchorPlayGame-pc .fr-heading.-h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
  }
  [lang=ja] .anchorPlayGame-pc .text-normal {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22.5px;
  }
  [lang=ja] .fixedAnchor-pc .fr-heading.-h2 {
    font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
  }
  [lang=ja] .fixedAnchor-pc .h3_wrapper {
    margin-bottom: 12px;
  }
  [lang=ja] .fixedAnchor-pc .text-normal {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
  }
  [lang=ja] .fixedAnchor-pc .fr-heading.-h3,
  [lang=ja] .fixedAnchor-pc .text-normal {
    font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
    letter-spacing: 0;
  }
  [lang=ja] .fixedAnchor-pc .fr-heading.-h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 25.5px;
  }
  [lang=ja] .fixedAnchor-pc .fr-heading.-h3:nth-child(2) {
    margin-left: 12px;
  }
  [lang=ja] .fixedAnchor-pc .fr-heading.-h3 span {
    font-family: ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, MS PGothic, ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯, YuGothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19.5px;
  }
  [lang=ja] .fixedAnchor-pc .anchorBox_area .fr-anchorButton_itemText {
    font-weight: 300;
  }
  [lang=ja] .anchorPlayGame-pc,
  [lang=ja] .fixedAnchor-pc {
    opacity: 1;
    visibility: visible;
  }
}
.menuBarBottom {
  bottom: 0;
  opacity: 0;
  position: fixed;
  transition: all 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}

.menuBarBottom .-boxed .fr-tabs_item {
  background-color: unset;
  border: none;
  position: relative;
  width: 25%;
}

.menuBarBottom .-boxed .fr-tabs_item:nth-of-type(0) {
  margin-right: 28px;
}

.menuBarBottom .-boxed .fr-tabs_item .u-imgAdjustBox {
  margin: auto;
  width: 46px;
}

.menuBarBottom .-boxed .fr-tabs_item .u-imgAdjustBox.balloon {
  bottom: 52.5px;
  left: 70%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.25s;
  visibility: hidden;
  width: 122.5px;
}

.menuBarBottom .-boxed .fr-tabs_item .u-imgAdjustBox.balloon p {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 100%;
}

.menuBarBottom .-boxed .fr-tabs_item .u-imgAdjustBox.balloon.-active {
  opacity: 1;
  visibility: visible;
}

.menuBarBottom .-boxed .fr-tabs_itemLink {
  color: #000;
  font-size: 12px;
  min-height: unset;
}

.menuBarBottom .-boxed .fr-tabs_itemLink span {
  bottom: 0;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.menuBarBottom .-boxed .fr-tabs_itemLink span:nth-of-type(0) {
  margin-right: 28px;
}

.menuBarBottom .fr-tabs_inner {
  background-color: #d9cd81;
  min-height: 50px;
  padding: 0 24px;
}

.menuBarBottom.-active {
  opacity: 1;
  visibility: visible;
}

.menuBarBottom.threeColumn .fr-tabs_item {
  width: 33.3333333333%;
}

.menuBarBottom.threeColumn .fr-tabs_item .u-imgAdjustBox.balloon {
  left: 60%;
}

.menuBarBottom.threeColumn .fr-tabs_inner {
  padding: 0 64px;
}

@media screen and (min-width: 980px) {
  .menuBarBottom {
    left: 50%;
    max-width: 500px;
    transform: translateX(-50%);
  }
  .menuBarBottom .-boxed .fr-tabs_item {
    max-width: unset;
    min-width: unset;
    width: 25%;
  }
  .menuBarBottom.threeColumn .fr-tabs_item {
    width: 33.3333333333%;
  }
  .menuBarBottom.threeColumn .fr-tabs_item .u-imgAdjustBox.balloon {
    left: 60%;
  }
  .menuBarBottom.threeColumn .fr-tabs_inner {
    padding: 0 64px;
  }
}
[lang=ja] .menuBarBottom .-boxed .fr-tabs_itemLink span {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, sans-serif;
}

.ut-tamagotchi .main_inner .fr-fixedAnchor.-isFixed {
  top: 0;
}

.ut-tamagotchi .main_inner .fr-fixedAnchor .fr-fixedAnchor_item {
  min-height: 44px;
  min-width: auto;
}

.ut-tamagotchi .main_inner .fr-fixedAnchor .fr-fixedAnchor_item .u-imgAdjustBox {
  margin-right: 5px;
  width: 35px;
}

.ut-tamagotchi .main_inner .fr-fixedAnchor .fr-fixedAnchor_item .fr-fixedAnchor_itemLink {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 21px;
  padding: 5px 7.5px;
}

body {
  width: 100%;
}/*# sourceMappingURL=john_tamagotchi.css.map */