@charset "UTF-8";
/* teaser（北米）　---------------------------------------------------------
----------------------------------------------------------------------------- */
.main_visual-wallpaper {
  background: url(../../assets/img/main/main_visual_en.webp) top left no-repeat;
  background-size: 70% auto;
}

@media screen and (max-width: 700px) {
  .main_visual-wallpaper {
    background: url(../../assets/img/main/main_visual_sp_en.webp) top left no-repeat;
    background-size: 100% auto;
    padding-top: 130%;
  }
}
.us-only-update-list-box {
  width: 100%;
  display: flex;
}

.us-only-update-list {
  flex: 1;
}

.us-only-update-rating {
  width: 175px;
  margin-left: 5%;
}

.us-only-update-rating img {
  border: solid 1px #fff;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: block;
  z-index: 12;
}

.menu-list-content ul li {
  font-size: clamp(0.625rem, 0.523rem + 0.51vw, 1rem);
}

.menu-list-btn li {
  font-size: clamp(0.625rem, 0.523rem + 0.51vw, 1rem);
}
.menu-list-btn li .followus-btn {
  width: 45%;
  font-size: clamp(0.625rem, 0.523rem + 0.51vw, 1rem);
  padding-right: 2%;
}

.menu-list-btn li.menu-languge {
  width: 35%;
}

@media screen and (max-width: 1000px) {
  .menu-list-content {
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    display: block;
  }
  .menu-list-content ul li {
    font-size: clamp(1rem, 0.789rem + 1.05vw, 1.25rem);
  }
  .menu-list-btn {
    width: 95%;
    margin: 0 auto;
  }
  .menu-list-btn ul li {
    font-size: clamp(1rem, 0.789rem + 1.05vw, 1.25rem);
  }
}
/* フッター
----------------------------------------------------------------------------- */
.rating-img {
  width: 171px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.rating-shadow img {
  width: 171px;
  border: solid 1px #fff;
}

/* 動画背景用 rating 固定
----------------------------------------------------------------------------- */
.rating-bottom {
  position: fixed;
  bottom: 10px;
  left: 75px;
  z-index: 100;
}

.rating-bottom_on {
  animation-name: feidon-anime;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes feidon-anime {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@media screen and (max-width: 700px) {
  .rating-bottom {
    position: fixed;
    top: 5px;
    bottom: auto;
    left: 5px;
  }
}
/* index
----------------------------------------------------------------------------- */
.product-main-box2 {
  margin: 5% auto 10% auto;
}

.product-at li {
  text-indent: -0.5em;
  margin-left: 1em;
  line-height: 1.61;
}

.product-main-box_price {
  font-size: 2em;
}

.top-header-banner1 {
  width: 70%;
}

.product-main-box_btn {
  margin-top: 20px;
}

.product-menu li a {
  width: 80%;
  height: 30%;
  color: #fff;
  display: block;
  padding: 1.9em 10% 1em 10%;
}

.introduction-top_maintxt {
  padding: 5% 0 5% 0;
}

.shopr-box {
  padding-bottom: 3%;
}

.shopr-box h2 {
  color: #fff;
  font-size: 180%;
  text-align: center;
  padding: 5% 0 3% 0;
}

.shopr-box .base-btn span, .shopr-box .base-btn a {
  padding: 5% 10px;
}

/* about
----------------------------------------------------------------------------- */
:lang(ja) .title-h2 {
  font-family: "dnp-shuei-ymincho-std", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
:lang(en) .title-h2 {
  font-family: "arno-pro", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
:lang(zh-cmn-hant) .title-h2 {
  font-family: "Noto Sans TC", sans-serif;
}
:lang(zh-cmn-hans) .title-h2 {
  font-family: "Noto Sans SC", sans-serif;
}
:lang(fr) .title-h2 {
  font-family: "arno-pro", "Noto Sans JP", sans-serif;
}

.day p,
.introduction-top_maintxt,
.title-h2_txt,
.introduction-system-txt,
.introduction-main-txt {
  letter-spacing: 0.05em;
}/*# sourceMappingURL=usOnly.css.map */