@import url(fontcss/notosansjp_400.css);
@import url(fontcss/notosansjp_700.css);

:root {
  --color-red: red;
  --color-teal: #378694;
  --color-yellow: #ebbe00;
  --color-black900: #1b1b1b;
  --color-white: #fff;
  --color-gray500: #7d7d7d;
  --color-gray350: #ababab;
  --color-gray150: #dadada;
  --color-gray050: #f4f4f4;
  --color-men: #000082;
  --color-kids: #50b4f0;
  --color-baby: #96c800;
  --color-boys: #0091d7;
  --color-girls: #eb64a5;
  --sp-v-xxs: 3px;
  --sp-v-xs: 6px;
  --sp-v-s: 9px;
  --sp-v-m: 15px;
  --sp-v-l: 21px;
  --sp-v-xl: 24px;
  --sp-v-xxl: 36px;
  --sp-v-xxxl: 60px;
  --pc-v-xxs: 4px;
  --pc-v-xs: 8px;
  --pc-v-s: 12px;
  --pc-v-m: 20px;
  --pc-v-l: 28px;
  --pc-v-xl: 40px;
  --pc-v-xxl: 52px;
  --pc-v-xxxl: 64px;
  --sp-h-xxs: 1px;
  --sp-h-05g: 2vw;
  --sp-h-1g: 4vw;
  --sp-h-2g: 8vw;
  --pc-h-s: 12px;
  --pc-h-m: 24px;
  --pc-h-l: 80px;
  --pc-h-xl: 160px
}

:focus {
  /* ブラウザ標準の枠線を消す（独自のスタイルを当てるため） */
  outline: none; 
}
:focus-visible {
  outline: 2px solid #000000; /* 2pxの黒い実線 */
  outline-offset: 2px;        /* 要素と枠の間に2pxの隙間を作る（見やすくするため） */
}

[tabindex="0"]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.sf-trackEvent:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

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

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

img {
  vertical-align: bottom
}

button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0
}

body {
  background-color: #fff;
  background-color: var(--color-white);
  font-size: 13px;
  font-family: "GU NEXT", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}

@font-face {
  font-family: 'GU NEXT';
  src: url('/jp/ja/special-feature/service-update/common/fonts/GUNext-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GU NEXT';
  src: url('/jp/ja/special-feature/service-update/common/fonts/GUNext-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GU NEXT';
  src: url('/jp/ja/special-feature/service-update/common/fonts/GUNext-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GU New Classic';
  src: url('/jp/ja/special-feature/service-update/common/fonts/GUNewClassic-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GU New Classic';
  src: url('/jp/ja/special-feature/service-update/common/fonts/GUNewClassic-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GU New Classic';
  src: url('/jp/ja/special-feature/service-update/common/fonts/GUNewClassic-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a,
body {
  color: #1b1b1b;
  color: var(--color-black900)
}

.main_inner {
  min-width: 320px;
  font-family: "GU NEXT", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.fr-breadcrumbs {
  margin-top: 21px;
  margin-top: var(--sp-v-l);
  padding-right: 4vw;
  padding-right: var(--sp-h-1g);
  padding-left: 4vw;
  padding-left: var(--sp-h-1g)
}

.fr-breadcrumbs_inner {
  display: flex;
  flex-wrap: wrap
}

.fr-breadcrumbs_item {
  line-height: 2.077
}

.fr-breadcrumbs_item:not(:last-child):after {
  content: "/";
  padding-right: 3px;
  padding-left: 3px
}

.fr-breadcrumbs_itemLink {
  text-decoration: underline
}

.fr-heading {
  line-height: 1.5em
}

.fr-heading.-h1 {
  font-size: 21px
}

.fr-heading.-h2 {
  font-size: 18px
}

.fr-heading.-h3 {
  font-size: 16px
}

.fr-heading.-h4 {
  font-size: 14px
}

.fr-heading.-h5 {
  font-size: 13px
}

[lang=ja] .fr-heading {
  font-weight: 700
}

[lang=en] .fr-heading {
  font-weight: 500
}

[lang=en] .fr-heading.-h1 {
  font-size: 23px
}

[lang=en] .fr-heading.-h2 {
  font-size: 20px
}

[lang=en] .fr-heading.-h3 {
  font-size: 18px
}

[lang=en] .fr-heading.-h4 {
  font-size: 15px
}

[lang=en] .fr-heading.-h5 {
  font-size: 14px
}

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

.lazyload,
.lazyloading {
  opacity: 0
}

.lazyloaded {
  opacity: 1;
  transition: opacity 1s
}

.fr-linkButton {
  border: 1px solid #1b1b1b;
  border: 1px solid var(--color-black900);
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 14px 4vw;
  padding: 14px var(--sp-h-1g);
  text-align: center
}

.fr-linkButton.-black {
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  color: #fff;
  color: var(--color-white)
}

.fr-linkButton.-white {
  background-color: #fff;
  background-color: var(--color-white)
}

.fr-linkButton+.fr-linkButton {
  margin-top: 15px;
  margin-top: var(--sp-v-m)
}

[lang=ja] .fr-linkButton {
  font-weight: 700
}

[lang=en] .fr-linkButton {
  font-size: 18px;
  font-weight: 500
}

.fr-snsButtons {
  margin-top: 60px;
  margin-top: var(--sp-v-xxxl)
}

.fr-snsButtons_inner {
  min-width: 320px
}

.fr-snsButtons_heading {
  font-size: 13px;
  line-height: 19.5px;
  text-align: center
}

.fr-snsButtons_items {
  display: flex;
  margin-top: 21px;
  margin-top: var(--sp-v-l);
  justify-content: center
}

.fr-snsButtons_item {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px
}

.fr-snsButtons_item+.fr-snsButtons_item {
  margin-left: 15px
}

.fr-snsButtons_itemLink {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px
}

.fr-snsButtons_itemLink.-twitter {
  background-image: url(/jp/ja/special-feature/service-update/common/icons/sns-small_twitter.svg)
}

.fr-snsButtons_itemLink.-line {
  background-image: url(/jp/ja/special-feature/service-update/common/icons/sns-small_line.svg)
}

[lang=ja] .fr-snsButtons_heading {
  font-weight: 700
}

.fr-tax {
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 6.5px;
  text-align: center;
  padding-top: 9px;
  padding-top: var(--sp-v-s);
  padding-bottom: 9px;
  padding-bottom: var(--sp-v-s)
}

.fr-tag,
.fr-tax {
  background-color: #fff;
  background-color: var(--color-white)
}

.fr-tag {
  font-size: 0;
  margin-bottom: -9px
}

.fr-tag_item {
  background-color: #fff;
  background-color: var(--color-white);
  border: 1px solid #ababab;
  border: 1px solid var(--color-gray350);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 9px;
  margin-bottom: var(--sp-v-s);
  margin-right: 10px
}

.fr-tag_item.-without {
  background-color: #f4f4f4;
  background-color: var(--color-gray050);
  border-color: #f4f4f4;
  border-color: var(--color-gray050)
}

.fr-tag_item.-without,
.fr-tag_itemLink {
  padding: 3px 6px;
  padding: var(--sp-v-xxs) var(--sp-v-xs)
}

.fr-tag_itemLink {
  display: block
}

[lang=en] .fr-tag_item {
  font-size: 14px
}

.fr-imagePlusText {
  background-color: #fff;
  background-color: var(--color-white);
  display: flex
}

.fr-imagePlusText_imgWrap {
  width: 32%
}

.fr-imagePlusText_content {
  flex: 1;
  margin-right: 4vw;
  margin-right: var(--sp-h-1g);
  margin-left: 4vw;
  margin-left: var(--sp-h-1g)
}

.fr-imagePlusText_heading {
  font-size: 14px;
  line-height: 19.5px
}

.fr-imagePlusText_label {
  line-height: 19.5px;
  margin-bottom: 8px;
  margin-bottom: var(--pc-v-xs)
}

.fr-imagePlusText_body {
  line-height: 19.5px;
  margin-top: 8px;
  margin-top: var(--pc-v-xs);
  word-wrap: break-word
}

.fr-imagePlusText_link {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
  margin-top: var(--pc-v-s);
  text-align: right;
  text-decoration: underline
}

[lang=ja] .fr-imagePlusText_heading,
[lang=ja] .fr-imagePlusText_label,
[lang=ja] .fr-imagePlusText_link {
  font-weight: 700
}

[lang=en] .fr-imagePlusText_heading,
[lang=en] .fr-imagePlusText_label {
  font-size: 14px;
  font-weight: 500
}

[lang=en] .fr-imagePlusText_body {
  font-size: 14px
}

[lang=en] .fr-imagePlusText_link {
  font-size: 14px;
  font-weight: 500
}

.fr-pagetop {
  background: url(/jp/ja/special-feature/service-update/common/icons/backtotop.svg) 50%/28px auto no-repeat #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 0;
  bottom: 15px;
  transition: .2s;
  z-index: 1
}

.fr-pagetop[data-pagetop-is-active=true] {
  opacity: 1;
  visibility: visible
}

.fr-userReview {
  margin: 15px 4vw 21px;
  margin: var(--sp-v-m) var(--sp-h-1g) var(--sp-v-l)
}

.fr-userReviewParent {
  background-color: #fff;
  background-color: var(--color-white);
  overflow: hidden
}

.fr-userReviewParent_inner {
  margin: 0 6vw;
  padding-left: 22.5px;
  padding-right: 22.5px
}

.fr-userReview_heading {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 21px;
  padding-bottom: var(--sp-v-l)
}

.fr-userReview_review {
  line-height: 21px;
  padding-top: 9px;
  padding-top: var(--sp-v-s);
  position: relative
}

.fr-userReview_review:after,
.fr-userReview_review:before {
  content: "";
  display: block;
  width: 22.5px;
  height: 20.5px;
  position: absolute
}

.fr-userReview_review:before {
  top: -10px;
  left: -31.5px;
  left: calc(-22.5px + var(--sp-v-s)*-1)
}

.fr-userReview_review:after {
  right: -31.5px;
  right: calc(-22.5px + var(--sp-v-s)*-1);
  bottom: -17px;
  transform: rotate(180deg)
}

.fr-userReview_attribute {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding-top: 9px;
  padding-top: var(--sp-v-s);
  padding-bottom: 9px;
  padding-bottom: var(--sp-v-s)
}

.fr-userReview_attributeInner {
  color: #7d7d7d;
  color: var(--color-gray500);
  font-weight: 400
}

[lang=ja] .fr-userReview_heading {
  font-weight: 700
}

[lang=en] .fr-userReview_heading {
  font-weight: 500
}

[lang=en] .fr-userReview_review {
  font-size: 14px
}

[lang=en] .fr-userReview_attribute {
  font-size: 14px;
  font-weight: 500
}

[lang=en] .fr-userReview_attributeInner {
  font-size: 14px
}

.fr-styling {
  background-color: #fff;
  background-color: var(--color-white);
  padding-top: 21px;
  padding-top: var(--sp-v-l);
  padding-bottom: 21px;
  padding-bottom: var(--sp-v-l)
}

.fr-styling_link {
  padding-right: 4vw;
  padding-right: var(--sp-h-1g);
  padding-left: 4vw;
  padding-left: var(--sp-h-1g);
  text-align: right
}

.fr-styling_linkItem {
  text-decoration: underline
}

[lang=ja] .fr-styling_linkItem {
  font-weight: 700
}

[lang=en] .fr-styling_linkItem {
  font-size: 14px;
  font-weight: 500
}

.fr-banner_item+.fr-banner_item {
  margin-top: 15px;
  margin-top: var(--sp-v-m)
}

.modal_contents,
.modal_overlay {
  opacity: 0;
  transition: opacity .2s;
  visibility: hidden
}

.modal_contents,
.modal_contentsInner {
  padding-top: 52.73438vw;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 13;
  transform: translate(-50%, -50%);
  width: 93.75vw;
  height: 0
}

.modal_contents.-landscape,
.modal_contents.-landscape .modal_contentsInner {
  padding-top: 39.375vw;
  width: 70vw
}

.-favoriteList .modal_overlay {
  display: none
}

.modal .-favoriteList .fr-bff-favorite_icon {
  margin-left: 10px;
  margin-right: 10px
}

.modal_favoriteList_body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  min-height: auto;
  background-color: #fff;
  background-color: var(--color-white)
}

.modal_favoriteList_content {
  padding: 21px 15px 0;
  padding: var(--sp-v-l) var(--sp-v-m) 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: column;
  flex-grow: 1;
  display: flex
}

.modal_favoriteList_color {
  margin-bottom: 21px;
  margin-bottom: var(--sp-v-l)
}

.modal_favoriteList_color_header {
  display: flex;
  margin-bottom: 15px;
  margin-bottom: var(--sp-v-m)
}

.modal_favoriteList_color_header_image {
  height: auto;
  width: 90px;
  margin-right: 15px;
  margin-right: var(--sp-v-m);
  position: relative
}

.modal_favoriteList_color_header_image_img {
  height: auto;
  width: 90px
}

.modal_favoriteList_color_header_title {
  font-size: 13px;
  line-height: 20px
}

.modal_favoriteList_size_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-column-gap: var(--sp-v-m);
  margin: 0
}

.modal_favoriteList_size_group.-OneItem {
  grid-template-columns: unset;
  grid-column-gap: unset
}

.modal_favoriteList_size_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  background-color: initial;
  border: 1px solid transparent;
  outline: 0;
  padding: 0;
  cursor: pointer
}

.modal_favoriteList_size_content .fr-bff-favorite_icon {
  margin-left: 10px;
  margin-right: 10px
}

.modal_favoriteList_size_content.-active .fr-bff-favorite_icon g {
  fill: red;
  fill: var(--color-red);
  opacity: 1
}

.modal_favoriteList_size_keyline {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #dadada
}

.modal_favoriteList_size_label {
  font-size: 13px;
  margin: 12px 0 12px 7.5px;
  line-height: 20px;
  color: #1b1b1b;
  color: var(--color-black900);
  text-align: left
}

.modal_favoriteList_background_scroll_disabled {
  overflow: hidden;
  position: fixed;
  width: 100%
}

.modal.-favoriteList .modal_contents {
  padding-top: 0;
  width: 100vw;
  height: auto;
  transform: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  overflow: auto;
  background-color: rgba(27, 27, 27, .5)
}

.modal.-favoriteList .modal_contentsInner {
  background-color: #fff;
  background-color: var(--color-white);
  padding-top: 0;
  height: 100%;
  transform: unset;
  margin: auto;
  max-height: 100%;
  position: absolute;
  overflow: visible;
  top: 133px;
  left: 0;
  right: 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  animation: favoriteList-slideUp .4s cubic-bezier(.4, 0, .2, 1)
}

.modal.-favoriteList .modal_contentsInner .modal_btns {
  padding-bottom: 21px;
  padding-bottom: var(--sp-v-l)
}

.modal.-favoriteList .modal_contentsInner .modal_btn {
  width: 100%
}

.-favoriteList .modal_favoriteClose {
  display: block;
  margin-left: 15px;
  margin-left: var(--sp-v-m);
  padding: 4px;
  padding: var(--pc-v-xxs);
  text-align: center;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer
}

.-favoriteList .modal_favoriteCloseText {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #1b1b1b;
  color: var(--color-black900);
  margin-top: -2px
}

.-favoriteList .modal_header {
  align-items: center;
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150);
  display: flex;
  justify-content: space-between;
  padding: 9px 15px;
  padding: var(--sp-v-s) var(--sp-v-m);
  flex: 0 0 auto
}

.-with_sticky_header .modal_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13;
  background-color: #fff;
  background-color: var(--color-white)
}

.-with_sticky_header .modal_favoriteList_body {
  margin-top: 63px
}

.-favoriteList .modal_heading {
  font-size: 16px;
  padding: 0;
  position: relative;
  line-height: 24px
}

.modal.-favorite .modal_contents,
.modal.-favorite .modal_contentsInner {
  background-color: #fff;
  background-color: var(--color-white);
  padding-top: 0;
  width: 100vw;
  height: auto;
  top: unset;
  left: unset;
  bottom: 0;
  transform: unset
}

.modal_contentsIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal_overlay {
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12
}

.-favorite .modal_overlay {
  background-color: rgba(27, 27, 27, .5)
}

.modal_close {
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: -38px;
  right: -2px;
  z-index: 14
}

.-favorite .modal_heading {
  padding: 21px 15px;
  padding: var(--sp-v-l) 15px
}

.-favorite .modal_body {
  margin-bottom: 21px;
  margin-bottom: var(--sp-v-l);
  padding-right: 15px;
  padding-left: 15px
}

.modal_btns {
  align-items: center;
  border-top: 1px solid #dadada;
  border-top: 1px solid var(--color-gray150);
  display: flex
}

.modal_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.344;
  margin: 0;
  min-height: 46px;
  padding: 9px 4px;
  padding: var(--sp-v-s) 4px;
  text-align: center;
  width: 50vw
}

.modal_btn.-cancel {
  color: #1b1b1b;
  color: var(--color-black900)
}

.modal_btn.-favoriteList,
.modal_btn.-login {
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  color: #fff;
  color: var(--color-white)
}

.modal_btn.-favoriteList {
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 4px;
  cursor: pointer
}

.-favorite .modal_close,
.modal_loginClose {
  display: none
}

@keyframes favoriteList-slideUp {
  0% {
    transform: translateY(5%)
  }

  to {
    transform: translateY(0)
  }
}

[data-modal-is-active=true] .modal_contents,
[data-modal-is-active=true] .modal_overlay {
  visibility: visible
}

[data-modal-is-active=true] .modal_contents {
  opacity: 1
}

[data-modal-is-active=true] .modal_overlay {
  opacity: .75
}

[data-modal-is-active=true] .-favoriteList .modal_overlay {
  display: none
}

[lang=ja] .modal.-favorite .modal_heading {
  font-weight: 700
}

.fr-stepFlow {
  background-color: #fff;
  background-color: var(--color-white)
}

.fr-stepFlow_item {
  margin-left: 4vw;
  margin-left: var(--sp-h-1g);
  margin-right: 4vw;
  margin-right: var(--sp-h-1g);
  padding-top: 9px;
  padding-top: var(--sp-v-s);
  padding-bottom: 9px;
  padding-bottom: var(--sp-v-s)
}

.fr-stepFlow_itemInner,
.fr-stepFlow_number {
  align-items: center;
  display: flex
}

.fr-stepFlow_number {
  border: 1px solid #dadada;
  border: 1px solid var(--color-gray150);
  font-size: 24px;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: 300
}

.fr-stepFlow_number.-large {
  width: 44px;
  height: 44px
}

.fr-stepFlow_heading {
  font-size: 14px;
  flex: 1;
  line-height: 21px;
  margin-left: 4vw;
  margin-left: var(--sp-h-1g)
}

.fr-stepFlow_text {
  line-height: 19.5px;
  padding-top: 9px;
  padding-top: var(--sp-v-s)
}

.fr-stepFlow_simple {
  flex: 1
}

.fr-stepFlow_heading+.fr-stepFlow_text {
  margin-left: 4vw;
  margin-left: var(--sp-h-1g);
  padding-top: 3px;
  padding-top: var(--sp-v-xxs)
}

.fr-imagePlusText .fr-stepFlow_item {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0
}

[lang=ja] .fr-stepFlow_heading {
  font-weight: 700
}

[lang=en] .fr-stepFlow_heading {
  font-size: 16px;
  font-weight: 500
}

[lang=en] .fr-stepFlow_text {
  font-size: 14px
}

.fr-tappableGrid {
  border-width: 0 0 1px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px
}

.fr-tappableGrid+.fr-tappableGrid {
  margin-top: -1px
}

.fr-tappableGrid_item {
  background-color: #fff;
  background-color: var(--color-white);
  cursor: pointer;
  position: relative;
  width: 50%
}

.fr-tappableGrid_item:after {
  position: absolute;
  content: "";
  border: 1px solid #dadada;
  border: 1px solid var(--color-gray150);
  margin-left: -1px;
  margin-top: -1px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.fr-tappableGrid_item.-full {
  width: 100%
}

.fr-tappableGrid_item .fr-tappableGrid_itemInner {
  display: flex
}

.fr-tappableGrid_itemText {
  font-size: 12px;
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  line-height: 18px;
  min-height: 71px;
  padding: 15px 4vw;
  padding: var(--sp-v-m) var(--sp-h-1g);
  position: relative;
  text-align: center
}

.fr-tappableGrid_itemText.-new:after {
  align-items: center;
  background-color: #378694;
  display: flex;
  color: #fff;
  content: "NEW";
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 18px
}

.fr-tappableGrid_item.-tmb .u-imgAdjustBox {
  width: 53px;
  height: auto
}

[lang=ja] .fr-tappableGrid_itemText {
  font-weight: 700
}

[lang=en] .fr-tappableGrid_itemText,
[lang=en] .fr-tappableGrid_itemText.-new:after {
  font-weight: 500
}

.fr-productGrid {
  width: 50%
}

.fr-productGrid:nth-child(2n) {
  padding-left: 1px
}

.fr-productGridParent {
  background-color: #fff;
  background-color: var(--color-white);
  display: flex;
  flex-wrap: wrap
}

.fr-productGridParent.-column-3 {
  justify-content: space-between;
  padding-right: 4vw;
  padding-right: var(--sp-h-1g);
  padding-left: 4vw;
  padding-left: var(--sp-h-1g)
}

.fr-productGridParent.-column-3 .fr-productGrid {
  flex: 1
}

.fr-productGridParent.-column-3 .fr-productGrid+.fr-productGrid {
  margin-left: 4vw;
  margin-left: var(--sp-h-1g)
}

.fr-productGrid_content {
  padding: 15px 4vw;
  padding: var(--sp-v-m) var(--sp-h-1g)
}

.fr-productGridParent.-column-3 .fr-productGrid_content {
  padding-right: 0;
  padding-left: 0
}

.fr-productGrid_box {
  display: flex;
  justify-content: space-between;
  margin-top: 1px
}

.fr-productGrid_gender,
.fr-productGrid_size {
  font-size: 11px;
  line-height: 16.5px
}

.fr-productGrid_name,
.fr-productGrid_text {
  line-height: 19.5px;
  margin-top: 3px;
  margin-top: var(--sp-v-xxs)
}

.fr-productGrid_price {
  font-size: 18px;
  line-height: 21.6px;
  margin-top: 3px;
  margin-top: var(--sp-v-xxs)
}

.colorChip {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px
}

.colorChip_item {
  cursor: pointer;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 11px;
  height: 11px
}

[lang=ja] .fr-productGrid_name {
  font-weight: 700
}

.fr-quate {
  line-height: 1.5;
  margin: 10px calc(12vw + 22.5px);
  margin: 10px calc(var(--sp-h-2g) + var(--sp-h-1g) + 22.5px)
}

.fr-quate_heading {
  font-size: 16px
}

.fr-quate_text {
  font-size: 14px;
  margin-top: 9px;
  margin-top: calc(var(--sp-v-s))
}

.fr-quate_attribute {
  font-size: 12px;
  margin-top: 30px;
  margin-top: calc(var(--sp-v-s) + var(--sp-v-l))
}

[lang=ja] .fr-quate_attribute,
[lang=ja] .fr-quate_heading {
  font-weight: 700
}

[lang=en] .fr-quate_heading {
  font-size: 18px;
  font-weight: 500
}

[lang=en] .fr-quate_text {
  font-size: 15px
}

[lang=en] .fr-quate_attribute {
  font-size: 14px;
  font-weight: 500
}

.fr-bff-products {
  background-color: #fff;
  background-color: var(--color-white)
}

.fr-bff-products[data-component-type=ProductGrid],
.fr-bff-products[data-component-type=ProductGridSmall] {
  display: flex;
  flex-wrap: wrap
}

.fr-bff-products[data-component-type=ProductCarousel],
.fr-bff-products[data-component-type=ProductGridSmall],
.fr-bff-products[data-component-type=ProductGridStyling],
.fr-bff-products[data-component-type=ProductGridText] {
  padding-right: 4vw;
  padding-right: var(--sp-h-1g);
  padding-left: 4vw;
  padding-left: var(--sp-h-1g)
}

.fr-bff-products[data-component-type=ProductGrid][data-products-length="1"].-center,
.fr-bff-products[data-component-type=ProductGridSmall][data-products-length="1"].-center,
.fr-bff-products[data-component-type=ProductGridSmall][data-products-length="2"].-center {
  justify-content: center
}

.fr-bff-products[data-products-split-component-type] [data-products-split-is-show=false]~*,
.fr-bff-products[data-products-split-component-type] [data-products-split-is-show=true] {
  display: none
}

.fr-bff-product_imgWrapper {
  position: relative
}

.fr-bff-product_noimage {
  width: 100%;
  padding-top: 100%;
  background-color: #f4f4f4;
  background-color: var(--color-gray050);
  position: relative
}

.fr-bff-product_noimageIcon {
  width: 28%;
  height: 28%;
  fill: #6a6a6a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

[data-component-type=ProductGrid] .fr-bff-product {
  margin-right: 1px;
  margin-bottom: 21px;
  margin-bottom: var(--sp-v-l);
  width: calc(50% - .5px)
}

[data-component-type=ProductCarousel] .fr-bff-product,
[data-component-type=ProductGridSmall] .fr-bff-product {
  margin-right: 4vw;
  margin-right: var(--sp-h-1g);
  margin-bottom: 21px;
  margin-bottom: var(--sp-v-l);
  width: calc(33.3% - 2.66vw)
}

[data-component-type=ProductGridText] .fr-bff-product {
  margin-bottom: 21px;
  margin-bottom: var(--sp-v-l)
}

[data-component-type=ProductGrid] .fr-bff-product:nth-of-type(2n),
[data-component-type=ProductGridSmall] .fr-bff-product:nth-of-type(3n) {
  margin-right: 0
}

[data-component-type=ProductGridStyling] .fr-bff-product {
  margin-bottom: 9px;
  margin-bottom: var(--sp-v-s)
}

[data-component-type=ProductGridStyling] .fr-bff-product_inner {
  display: flex
}

[data-component-type=ProductGridStyling][data-component-column="1"] .fr-bff-product_imgWrapper,
[data-component-type=ProductGridStyling][data-component-column="2"] .fr-bff-product_imgWrapper {
  width: 90px
}

[data-component-type=ProductGridText] .fr-bff-product_imgWrapper {
  display: none
}

[data-component-type=ProductCarousel] .fr-bff-product_content,
[data-component-type=ProductGrid] .fr-bff-product_content,
[data-component-type=ProductGridSmall] .fr-bff-product_content {
  margin-top: 15px;
  margin-top: var(--sp-v-m)
}

[data-component-type=ProductGridStyling] .fr-bff-product_content {
  flex: 1;
  margin-left: 4vw;
  margin-left: var(--sp-h-1g)
}

[data-component-type=ProductCarousel] .fr-bff-product_gender,
[data-component-type=ProductGrid] .fr-bff-product_gender,
[data-component-type=ProductGridSmall] .fr-bff-product_gender,
[data-component-type=ProductGridStyling] .fr-bff-product_gender,
[data-component-type=ProductGridText] .fr-bff-product_gender {
  font-size: 11px
}

[data-component-type=ProductCarousel] .fr-bff-product_name,
[data-component-type=ProductGrid] .fr-bff-product_name,
[data-component-type=ProductGridSmall] .fr-bff-product_name,
[data-component-type=ProductGridStyling] .fr-bff-product_name,
[data-component-type=ProductGridText] .fr-bff-product_name {
  line-height: 19.5px
}

[data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,
[data-component-type=ProductGrid] .fr-bff-product_futureExhibition,
[data-component-type=ProductGridSmall] .fr-bff-product_futureExhibition,
[data-component-type=ProductGridStyling] .fr-bff-product_futureExhibition,
[data-component-type=ProductGridText] .fr-bff-product_futureExhibition {
  color: #7d7d7d;
  color: var(--color-gray500);
  line-height: 19.5px;
  margin-top: 3px;
  margin-top: var(--sp-v-xxs)
}

[data-component-type=ProductCarousel] .fr-bff-product_price,
[data-component-type=ProductGrid] .fr-bff-product_price,
[data-component-type=ProductGridSmall] .fr-bff-product_price,
[data-component-type=ProductGridStyling] .fr-bff-product_price,
[data-component-type=ProductGridText] .fr-bff-product_price {
  font-size: 18px;
  line-height: 22px;
  margin-top: 3px;
  margin-top: var(--sp-v-xxs)
}

[data-component-type=ProductCarousel] .fr-bff-product_dualPricing,
[data-component-type=ProductGrid] .fr-bff-product_dualPricing,
[data-component-type=ProductGridSmall] .fr-bff-product_dualPricing,
[data-component-type=ProductGridStyling] .fr-bff-product_dualPricing,
[data-component-type=ProductGridText] .fr-bff-product_dualPricing {
  font-size: 13px;
  line-height: 15px;
  margin-top: 3px;
  margin-top: var(--sp-v-xxs);
  text-decoration: line-through
}

[data-component-type=ProductCarousel] .fr-bff-product_dualPricing+.fr-bff-product_price,
[data-component-type=ProductGrid] .fr-bff-product_dualPricing+.fr-bff-product_price,
[data-component-type=ProductGridSmall] .fr-bff-product_dualPricing+.fr-bff-product_price,
[data-component-type=ProductGridStyling] .fr-bff-product_dualPricing+.fr-bff-product_price,
[data-component-type=ProductGridText] .fr-bff-product_dualPricing+.fr-bff-product_price {
  margin-top: 0
}

[data-component-type=ProductCarousel] .fr-bff-product_priceFlags,
[data-component-type=ProductGrid] .fr-bff-product_priceFlags,
[data-component-type=ProductGridSmall] .fr-bff-product_priceFlags,
[data-component-type=ProductGridStyling] .fr-bff-product_priceFlags,
[data-component-type=ProductGridText] .fr-bff-product_priceFlags {
  color: red;
  color: var(--color-red);
  line-height: 19.5px;
  margin-top: 3px;
  margin-top: var(--sp-v-xxs)
}

[data-component-type=ProductCarousel]+.swiper-pagination,
[data-component-type=ProductCarousel] .fr-bff-product_sizes,
[data-component-type=ProductGrid] .fr-bff-product_sizes,
[data-component-type=ProductGridSmall] .fr-bff-product_sizes,
[data-component-type=ProductGridStyling] .fr-bff-product_sizes,
[data-component-type=ProductGridText] .fr-bff-product_sizes {
  display: none
}

[lang=ja] [data-component-type=ProductCarousel] .fr-bff-product_name,
[lang=ja] [data-component-type=ProductGrid] .fr-bff-product_name,
[lang=ja] [data-component-type=ProductGridSmall] .fr-bff-product_name,
[lang=ja] [data-component-type=ProductGridStyling] .fr-bff-product_name,
[lang=ja] [data-component-type=ProductGridText] .fr-bff-product_name {
  font-weight: 700
}

[lang=en] [data-component-type=ProductCarousel] .fr-bff-product_name,
[lang=en] [data-component-type=ProductGrid] .fr-bff-product_name,
[lang=en] [data-component-type=ProductGridSmall] .fr-bff-product_name,
[lang=en] [data-component-type=ProductGridStyling] .fr-bff-product_name,
[lang=en] [data-component-type=ProductGridText] .fr-bff-product_name {
  font-size: 14px;
  font-weight: 500
}

.fr-bff-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  z-index: 1
}

.fr-bff-favorite_icon {
  fill: #1b1b1b
}

.fr-bff-favorite_icon g {
  opacity: 0;
  transition: opacity .18s cubic-bezier(.4, 0, .2, 1)
}

.fr-bff-favorite_icon g:first-child {
  opacity: 1
}

.fr-bff-favorite.-active .fr-bff-favorite_icon g {
  fill: red;
  fill: var(--color-red);
  opacity: 1
}

.fr-mediaCarouselThumbs_items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4vw;
  padding: 0 var(--sp-h-1g)
}

.fr-mediaCarouselThumbs_item {
  width: calc(20% - 12px);
  margin-top: 15px;
  margin-top: var(--sp-v-m);
  cursor: pointer;
  border: 1px solid #d4d4d4;
  margin-right: 15px
}

.fr-mediaCarouselThumbs_item:nth-child(5n) {
  margin-right: 0
}

.fr-mediaCarouselThumbs_item.-current {
  position: relative;
  border: 1px solid transparent
}

.fr-mediaCarouselThumbs_item.-current:before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 2px solid #fff;
  border: 2px solid var(--color-white);
  position: absolute;
  top: -2px;
  left: -2px
}

.fr-mediaCarouselThumbs_item.-current:after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 2px solid #1b1b1b;
  border: 2px solid var(--color-black900);
  position: absolute;
  top: -4px;
  left: -4px
}

.fr-mediaCarouselThumbs .swiper-container {
  padding-bottom: 0
}

.fr-functionalIcon {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  margin-top: 6px;
  margin-top: calc(var(--sp-v-m) - var(--sp-v-s))
}

.fr-functionalIcon_item {
  width: 25%;
  min-width: 86px;
  text-align: center;
  padding: 0 3px;
  margin-top: 9px;
  margin-top: var(--sp-v-s);
  color: #1b1b1b;
  color: var(--color-black900)
}

.fr-functionalIcon_itemInner {
  width: 36px;
  height: 36px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 36px;
  mask-size: 36px;
  background-color: #1b1b1b;
  background-color: var(--color-black900);
  margin: 0 auto 3px
}

[data-aspect-ratio="1:1"]:before {
  padding-top: 100%
}

[data-aspect-ratio="2:1"]:before {
  padding-top: 50%
}

[data-aspect-ratio="3:1"]:before {
  padding-top: 33.3333%
}

[data-aspect-ratio="3:4"]:before {
  padding-top: 133.3333%
}

[data-aspect-ratio="4:3"]:before {
  padding-top: 75%
}

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

[data-aspect-ratio='240:127']::before {
  content: '';
  display: block;
  padding-top: calc((127 / 240) * 100%);
}

.swiper-container.-noBottom {
  padding-bottom: 0
}

.fr-linkButton.-wide {
  position: relative
}

.headingImage {
  height: 19.5px
}

.headingImage.-high {
  height: 24.38px
}

.headingSubtitle {
  font-size: 12px;
  line-height: 18px
}

.-bffImgLarge[data-component-type=ProductGridStyling] .fr-bff-product:first-of-type {
  margin-top: 15px
}

.fade-up {
  opacity: 0;
  animation-name: fadeup;
  animation-duration: .8s;
  animation-fill-mode: forwards
}

@keyframes fadeup {
  0% {
    transform: translateY(360px);
    opacity: 0
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.o-hero {
  position: relative;
}

[lang=en] .o-hero {
  padding-top: 0
}

.o-introductionLead {
  font-size: 14px;
  line-height: 21px
}

.o-anchorList {
  border-top: 1px solid #dadada;
  border-top: 1px solid var(--color-gray150)
}

.o-anchorList,
.o-anchorList_item:not(:last-of-type) {
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150)
}

.o-anchorList_itemLink {
  display: flex;
  flex-wrap: wrap;
  height: 100%
}

.o-anchorList_itemNumber {
  width: 72px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center
}

.o-anchorList_itemNumberInner {
  color: #1D2088;
  font-weight: 400;
  padding: 15px 4vw
}

.o-anchorList_itemNumberTitle {
  font-size: 12px;
  line-height: 12px
}

.o-anchorList_itemNumberNumber {
  font-size: 25px;
  line-height: 28px
}

.o-anchorList_itemBody {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 7px 4vw 7px 0
}

.o-anchorList_itemBodyDate {
  font-size: 11px;
  line-height: 16px;
  color: #7d7d7d
}

.o-anchorList_itemBodyLead {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px
}

@keyframes anchorShow {
  0% {
    opacity: .5;
    transform: translateY(-80px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.moreAnchor .fr-readMore .o-anchorList {
  border-top: 0;
  border-bottom: 0
}

.o-serviceSectionTitle .localBR {
  display: none
}

.o-serviceSectionTitle_title {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px
}

.o-serviceSectionTitle_number,
.o-serviceSectionTitle_title {
  display: block;
  color: #1D2088
}

.o-serviceSectionTitle_number {
  font-weight: 400;
  font-size: 37px;
  line-height: 40px
}

.o-serviceSectionTitle_date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #7d7d7d
}

.o-serviceSectionTitle_lead {
  display: block;
  font-size: 18px
}

.o-serviceSectionTargetPlatform {
  display: flex
}

.o-serviceSectionTargetPlatform_unit {
  display: flex;
  flex-wrap: wrap
}

.o-serviceSectionTargetPlatform_title {
  min-width: 84px;
  padding: 9px 18px;
  background: #f4f4f4;
  border-radius: 30px
}

.o-serviceSectionTargetPlatform_list {
  flex: 1;
  align-self: center;
  font-size: 12px;
  line-height: 19px;
  margin-left: 8px
}

.o-serviceSectionContent_itemText {
  display: flex;
  flex-direction: column;
  align-items: center
}

.o-serviceSectionContent_itemUserReview {
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
  width: 100%
}

.o-serviceSectionContent_itemUserReview:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 15px solid #f4f4f4;
  border-bottom: 0;
  bottom: -15px;
  right: calc(50% - 11px)
}

.o-serviceSectionContent_itemUserReview .fr-userReviewParent {
  background-color: #f4f4f4
}

.o-serviceSectionContent_itemUserReview .fr-userReview_review {
  padding-top: 0
}

.o-serviceSectionContent_itemUserReview .fr-userReview_review:after,
.o-serviceSectionContent_itemUserReview .fr-userReview_review:before {
  background: url(/jp/ja/special-feature/service-update/common/icons/quotation_mark.png) 50%/cover no-repeat
}

.o-serviceSectionContent_itemUserReview .fr-userReviewParent_inner {
  margin: 31px 6vw 38px;
  padding-left: 8px;
  padding-right: 8px
}

.o-serviceSectionContent_itemUserReview .fr-userReview {
  margin: 13px 5vw -9px
}

.o-serviceSectionContent_itemUserReview .fr-userReview_review:before {
  left: -36px
}

.o-serviceSectionContent_itemUserReview .fr-userReview_review:after {
  right: -36px
}

.o-serviceSectionContent_itemUpdateComment {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1D2088;
  text-align: center
}

.o-serviceSectionContent_itemUpdateDetail span {
  font-weight: 700
}

.o-serviceSectionContent_itemImageInner {
  margin-right: 16.933vw;
  margin-left: 16.933vw
}

.o-serviceSectionUpdateMovie {
  width: 100%;
  height: 118.4vw
}

.o-serviceSectionUpdateMovie video {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 0 transparent);
  filter: drop-shadow(0 0 rgba(0, 0, 0, 0));
  outline: none;
  border: none
}

.o-serviceSectionInfoText {
  font-size: 11px;
  color: #7d7d7d;
  margin-right: 4vw;
  margin-left: 4vw
}

.o-serviceSectionRelatedTitle {
  font-weight: 600;
  font-size: 14px;
  margin-right: 4vw;
  margin-left: 4vw
}

.o-serviceSectionRelatedImgText {
  display: flex;
  margin-right: 4vw;
  margin-left: 4vw
}

.o-serviceSectionRelatedImg {
  width: 44.533vw
}

.o-serviceSectionRelatedText {
  flex: 1;
  word-break: break-word;
  margin-left: 3.2vw
}

.o-serviceSectionRelatedLinkText {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  text-decoration: underline;
  margin-top: 9px;
  margin-top: var(--sp-v-s)
}

.o-serviceSectionRelatedLinkText:hover {
  text-decoration: none
}

.u-reviewButton.-like:hover{
  transition: opacity .6s;
  opacity: .6;
  text-decoration: none
}

[lang=ja] .adjustAnchor {
  padding-top: 72px
}

.o-serviceSectionRelatedImgText+.o-serviceSectionRelatedTitle {
  margin-top: 21px;
  margin-top: var(--sp-v-l)
}

.u-reviewButton {
  min-height: 52px;
  position: relative;
  border: 1px solid #1b1b1b;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding: 14px 4vw;
  text-align: center
}

.u-reviewButtonParent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 4vw;
  margin-left: 4vw
}

.u-reviewButtonWrapper {
  width: calc(50% - 1.6vw)
}

.u-reviewButton.-like {
  justify-content: center
}

.u-reviewButton.-like:after {
  margin-left: 4vw;
  display: block;
  content: "使ってみたい"
}

.u-reviewButton .reviewButton {
  position: absolute;
  left: 16px
}

.u-reviewButton .iconBorder {
  fill: #000
}

.u-reviewButton .iconBorder.-moving {
  fill: red
}

.u-reviewButton .iconBody,
.u-reviewButton .iconBorder.-pressed {
  fill: #fff
}

.u-reviewButton .iconBody.-moving {
  fill: red
}

.u-reviewButton .iconBody.-pressed {
  fill: #fff
}

.u-reviewButton.-pressed {
  border: 1px solid #dadada;
  background-color: #dadada;
  color: #fff
}

.u-reviewButton.-pressed:after {
  display: block;
  content: "使ってみたい"
}

.u-reviewButton.-pressed .iconBody,
.u-reviewButton.-pressed .iconBorder {
  fill: #fff
}

.u-reviewButtonNote {
  font-size: 11px;
  color: #7d7d7d
}

.u-reviewButtonOpinionIcon {
  display: flex;
  width: 21px;
  height: 19px;
  margin-right: 15px
}

[lang=en] .u-reviewButton.-like.-pressed:after,
[lang=en] .u-reviewButton.-like:after {
  content: "LIKE!"
}

[lang=en] .u-reviewButtonNote {
  text-align: center
}

.o-nextScheduleList_item:nth-of-type(n+2) {
  margin-top: 21px
}

.o-nextScheduleDate {
  font-size: 11px;
  color: #7d7d7d
}

.o-questionnaire {
  background-color: #f4f4f4;
  margin-top: 60px
}

.o-questionnaireContent {
  padding: 24px 4vw
}

.o-questionnaireBanner {
  background-color: #fff;
  border: 1px solid #1b1b1b;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 4vw
}

.o-questionnaireBanner_icon {
  width: 22px;
  margin-right: 13px
}

.o-questionnaireNote {
  font-size: 11px;
  line-height: 1.5;
  color: #7d7d7d
}

.o-relatedBanner_itemLink {
  display: flex;
  flex-wrap: wrap
}

.o-relatedBanner_itemImage {
  width: 32vw
}

.o-relatedBanner_itemBody {
  flex: 1;
  display: flex;
  word-break: break-all
}

.o-relatedBanner_itemBodyInner {
  margin-left: 4vw
}

.o-relatedBanner_itemTitle {
  font-weight: 700;
  font-size: 14px
}

.moreAnchor .fr-readMore_heading {
  border-top: 0;
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150);
  position: relative
}

.moreAnchor .fr-readMore_content {
  padding: 0
}

.moreAnchor .fr-readMore_checkBox:checked+.fr-readMore_heading+.fr-readMore_content {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0
}

.moreAnchor .fr-readMore_checkBox:checked+.fr-readMore_heading+.fr-readMore_content+.fr-readMore_heading {
  border-top: 1px solid #dadada;
  border-top: 1px solid var(--color-gray150)
}

[lang=ja] .fr-breadcrumbs.-addNavi {
  margin-bottom: 24px
}

.fr-sp-pt-xxs {
  padding-top: 3px;
  padding-top: var(--sp-v-xxs)
}

.fr-sp-pb-xxs,
.fr-sp-py-xxs {
  padding-bottom: 3px;
  padding-bottom: var(--sp-v-xxs)
}

.fr-sp-py-xxs {
  padding-top: 3px;
  padding-top: var(--sp-v-xxs)
}

.fr-sp-mt-xxs {
  margin-top: 3px;
  margin-top: var(--sp-v-xxs)
}

.fr-sp-mb-xxs,
.fr-sp-my-xxs {
  margin-bottom: 3px;
  margin-bottom: var(--sp-v-xxs)
}

.fr-sp-my-xxs {
  margin-top: 3px;
  margin-top: var(--sp-v-xxs)
}

.fr-sp-pt-xs {
  padding-top: 6px;
  padding-top: var(--sp-v-xs)
}

.fr-sp-pb-xs,
.fr-sp-py-xs {
  padding-bottom: 6px;
  padding-bottom: var(--sp-v-xs)
}

.fr-sp-py-xs {
  padding-top: 6px;
  padding-top: var(--sp-v-xs)
}

.fr-sp-mt-xs {
  margin-top: 6px;
  margin-top: var(--sp-v-xs)
}

.fr-sp-mb-xs,
.fr-sp-my-xs {
  margin-bottom: 6px;
  margin-bottom: var(--sp-v-xs)
}

.fr-sp-my-xs {
  margin-top: 6px;
  margin-top: var(--sp-v-xs)
}

.fr-sp-pt-s {
  padding-top: 9px;
  padding-top: var(--sp-v-s)
}

.fr-sp-pb-s,
.fr-sp-py-s {
  padding-bottom: 9px;
  padding-bottom: var(--sp-v-s)
}

.fr-sp-py-s {
  padding-top: 9px;
  padding-top: var(--sp-v-s)
}

.fr-sp-mt-s {
  margin-top: 9px;
  margin-top: var(--sp-v-s)
}

.fr-sp-mb-s,
.fr-sp-my-s {
  margin-bottom: 9px;
  margin-bottom: var(--sp-v-s)
}

.fr-sp-my-s {
  margin-top: 9px;
  margin-top: var(--sp-v-s)
}

.fr-sp-pt-m {
  padding-top: 15px;
  padding-top: var(--sp-v-m)
}

.fr-sp-pb-m,
.fr-sp-py-m {
  padding-bottom: 15px;
  padding-bottom: var(--sp-v-m)
}

.fr-sp-py-m {
  padding-top: 15px;
  padding-top: var(--sp-v-m)
}

.fr-sp-mt-m {
  margin-top: 15px;
  margin-top: var(--sp-v-m)
}

.fr-sp-mb-m,
.fr-sp-my-m {
  margin-bottom: 15px;
  margin-bottom: var(--sp-v-m)
}

.fr-sp-my-m {
  margin-top: 15px;
  margin-top: var(--sp-v-m)
}

.fr-sp-pt-l {
  padding-top: 21px;
  padding-top: var(--sp-v-l)
}

.fr-sp-pb-l,
.fr-sp-py-l {
  padding-bottom: 21px;
  padding-bottom: var(--sp-v-l)
}

.fr-sp-py-l {
  padding-top: 21px;
  padding-top: var(--sp-v-l)
}

.fr-sp-mt-l {
  margin-top: 21px;
  margin-top: var(--sp-v-l)
}

.fr-sp-mb-l,
.fr-sp-my-l {
  margin-bottom: 21px;
  margin-bottom: var(--sp-v-l)
}

.fr-sp-my-l {
  margin-top: 21px;
  margin-top: var(--sp-v-l)
}

.fr-sp-pt-xl {
  padding-top: 24px;
  padding-top: var(--sp-v-xl)
}

.fr-sp-pb-xl,
.fr-sp-py-xl {
  padding-bottom: 24px;
  padding-bottom: var(--sp-v-xl)
}

.fr-sp-py-xl {
  padding-top: 24px;
  padding-top: var(--sp-v-xl)
}

.fr-sp-mt-xl {
  margin-top: 24px;
  margin-top: var(--sp-v-xl)
}

.fr-sp-mb-xl,
.fr-sp-my-xl {
  margin-bottom: 24px;
  margin-bottom: var(--sp-v-xl)
}

.fr-sp-my-xl {
  margin-top: 24px;
  margin-top: var(--sp-v-xl)
}

.fr-sp-pt-xxl {
  padding-top: 36px;
  padding-top: var(--sp-v-xxl)
}

.fr-sp-pb-xxl,
.fr-sp-py-xxl {
  padding-bottom: 36px;
  padding-bottom: var(--sp-v-xxl)
}

.fr-sp-py-xxl {
  padding-top: 36px;
  padding-top: var(--sp-v-xxl)
}

.fr-sp-mt-xxl {
  margin-top: 36px;
  margin-top: var(--sp-v-xxl)
}

.fr-sp-mb-xxl,
.fr-sp-my-xxl {
  margin-bottom: 36px;
  margin-bottom: var(--sp-v-xxl)
}

.fr-sp-my-xxl {
  margin-top: 36px;
  margin-top: var(--sp-v-xxl)
}

.fr-sp-pt-xxxl {
  padding-top: 60px;
  padding-top: var(--sp-v-xxxl)
}

.fr-sp-pb-xxxl,
.fr-sp-py-xxxl {
  padding-bottom: 60px;
  padding-bottom: var(--sp-v-xxxl)
}

.fr-sp-py-xxxl {
  padding-top: 60px;
  padding-top: var(--sp-v-xxxl)
}

.fr-sp-mt-xxxl {
  margin-top: 60px;
  margin-top: var(--sp-v-xxxl)
}

.fr-sp-mb-xxxl,
.fr-sp-my-xxxl {
  margin-bottom: 60px;
  margin-bottom: var(--sp-v-xxxl)
}

.fr-sp-my-xxxl {
  margin-top: 60px;
  margin-top: var(--sp-v-xxxl)
}

.fr-sp-pr-xxs {
  padding-right: 1px;
  padding-right: var(--sp-h-xxs)
}

.fr-sp-pl-xxs,
.fr-sp-px-xxs {
  padding-left: 1px;
  padding-left: var(--sp-h-xxs)
}

.fr-sp-px-xxs {
  padding-right: 1px;
  padding-right: var(--sp-h-xxs)
}

.fr-sp-mr-xxs {
  margin-right: 1px;
  margin-right: var(--sp-h-xxs)
}

.fr-sp-ml-xxs,
.fr-sp-mx-xxs {
  margin-left: 1px;
  margin-left: var(--sp-h-xxs)
}

.fr-sp-mx-xxs {
  margin-right: 1px;
  margin-right: var(--sp-h-xxs)
}

.fr-sp-pr-05g {
  padding-right: 2vw;
  padding-right: var(--sp-h-05g)
}

.fr-sp-pl-05g,
.fr-sp-px-05g {
  padding-left: 2vw;
  padding-left: var(--sp-h-05g)
}

.fr-sp-px-05g {
  padding-right: 2vw;
  padding-right: var(--sp-h-05g)
}

.fr-sp-mr-05g {
  margin-right: 2vw;
  margin-right: var(--sp-h-05g)
}

.fr-sp-ml-05g,
.fr-sp-mx-05g {
  margin-left: 2vw;
  margin-left: var(--sp-h-05g)
}

.fr-sp-mx-05g {
  margin-right: 2vw;
  margin-right: var(--sp-h-05g)
}

.fr-sp-pr-1g {
  padding-right: 4vw;
  padding-right: var(--sp-h-1g)
}

.fr-sp-pl-1g,
.fr-sp-px-1g {
  padding-left: 4vw;
  padding-left: var(--sp-h-1g)
}

.fr-sp-px-1g {
  padding-right: 4vw;
  padding-right: var(--sp-h-1g)
}

.fr-sp-mr-1g {
  margin-right: 4vw;
  margin-right: var(--sp-h-1g)
}

.fr-sp-ml-1g,
.fr-sp-mx-1g {
  margin-left: 4vw;
  margin-left: var(--sp-h-1g)
}

.fr-sp-mx-1g {
  margin-right: 4vw;
  margin-right: var(--sp-h-1g)
}

.fr-sp-pr-2g {
  padding-right: 8vw;
  padding-right: var(--sp-h-2g)
}

.fr-sp-pl-2g,
.fr-sp-px-2g {
  padding-left: 8vw;
  padding-left: var(--sp-h-2g)
}

.fr-sp-px-2g {
  padding-right: 8vw;
  padding-right: var(--sp-h-2g)
}

.fr-sp-mr-2g {
  margin-right: 8vw;
  margin-right: var(--sp-h-2g)
}

.fr-sp-ml-2g,
.fr-sp-mx-2g {
  margin-left: 8vw;
  margin-left: var(--sp-h-2g)
}

.fr-sp-mx-2g {
  margin-right: 8vw;
  margin-right: var(--sp-h-2g)
}

.u-font-400 {
  font-weight: 400
}

.u-font-700 {
  font-weight: 700
}

.u-boxShadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .16)
}

.u-align-left {
  text-align: left
}

.u-align-center {
  text-align: center
}

.u-align-right {
  text-align: right
}

.u-color-red {
  color: red;
  color: var(--color-red)
}

.u-color-teal {
  color: #378694;
  color: var(--color-teal)
}

.u-color-black900 {
  color: #1b1b1b;
  color: var(--color-black900)
}

.u-color-white {
  color: #fff;
  color: var(--color-white)
}

.u-color-gray500 {
  color: #7d7d7d;
  color: var(--color-gray500)
}

.u-color-gray350 {
  color: #ababab;
  color: var(--color-gray350)
}

.u-color-gray150 {
  color: #dadada;
  color: var(--color-gray150)
}

.u-color-gray050 {
  color: #f4f4f4;
  color: var(--color-gray050)
}

.u-only-sp {
  display: block
}

.u-only-pc {
  display: none
}

.u-contentsInner {
  min-width: 320px
}

.u-imgAdjustBox {
  position: relative;
  width: 100%;
  height: auto
}

.u-imgAdjustBox:before {
  content: "";
  display: block
}

.u-imgAdjustBox_inner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  touch-action: pan-y
}

.swiper-wp8-vertical {
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

.swiper-parent {
  overflow: hidden;
  position: relative
}

.swiper-container {
  padding-bottom: 18px
}

.swiper-pagination-bullets {
  bottom: -5px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  margin: 0 3px;
  opacity: 1;
  background-color: #dadada
}

.swiper-pagination-bullet-active {
  background-color: #1b1b1b
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  background-color: hsla(0, 0%, 100%, .9);
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 1
}

.swiper-button-prev {
  left: 0
}

.swiper-button-next {
  right: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: url(/jp/ja/special-feature/service-update/common/icons/chevron_carousel.svg) 0/7em 2em no-repeat;
  content: "";
  display: block;
  width: 40px;
  height: 40px
}

.swiper-button-next:after {
  background-position-x: -4em
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none
}

.o-serviceSectionContent_itemImageCarousel .swiper-button-next,
.o-serviceSectionContent_itemImageCarousel .swiper-button-prev {
  margin-top: -58.5px
}

@media screen and (min-width: 813px) {
  body {
    font-size: 14px
  }

  .wrapper {
    background-color: #fff;
    background-color: var(--color-white)
  }

  .main_inner {
    max-width: 1226px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px
  }

  .fr-breadcrumbs {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 0;
    padding-left: 0
  }

  .fr-breadcrumbs_item {
    font-size: 13px;
    line-height: 19.6px
  }

  .fr-breadcrumbs_item:not(:last-child) {
    align-items: center;
    display: flex
  }

  .fr-breadcrumbs_item:not(:last-child):after {
    padding-right: 12px;
    padding-right: var(--pc-v-s);
    padding-left: 12px;
    padding-left: var(--pc-v-s)
  }

  [lang=en] .fr-breadcrumbs_item {
    font-size: 15px
  }

  .fr-heading.-h1 {
    font-size: 36px;
    line-height: 1.375em
  }

  .fr-heading.-h1.u-uqFont-b {
    font-size: 48px
  }

  .fr-heading.-h2 {
    font-size: 30px;
    line-height: 1.375em
  }

  .fr-heading.-h2.u-uqFont-b {
    font-size: 36px
  }

  .fr-heading.-h3 {
    font-size: 23px;
    line-height: 1.4em
  }

  .fr-heading.-h3.u-uqFont-b {
    font-size: 20px;
    line-height: 1.2em
  }

  .fr-heading.-h4 {
    font-size: 20px;
    line-height: 1.4em
  }

  .fr-heading.-h4.u-uqFont-b {
    font-size: 16px;
    line-height: 1.2em
  }

  .fr-heading.-h5 {
    font-size: 14px;
    line-height: 1.4em
  }

  [lang=en] .fr-heading.-h1 {
    font-size: 38px
  }

  [lang=en] .fr-heading.-h2 {
    font-size: 32px
  }

  [lang=en] .fr-heading.-h3 {
    font-size: 25px
  }

  [lang=en] .fr-heading.-h4 {
    font-size: 22px
  }

  [lang=en] .fr-heading.-h5 {
    font-size: 21px
  }

  .fr-linkButton {
    font-size: 17px;
    line-height: 1.4;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .fr-linkButton.-s {
    max-width: 276px
  }

  .fr-linkButton.-m {
    max-width: 376px
  }

  .fr-linkButton.-l {
    max-width: 576px
  }

  .fr-linkButton+.fr-linkButton {
    margin-top: 20px;
    margin-top: var(--pc-v-m)
  }

  .fr-linkButtonParent.-horizontal {
    display: flex;
    justify-content: center
  }

  .fr-linkButtonParent.-horizontal .fr-linkButton+.fr-linkButton {
    margin-top: 0;
    margin-left: 24px;
    margin-left: calc(var(--pc-v-s)*2)
  }

  [lang=en] .fr-linkButton {
    font-size: 19px
  }

  .fr-readMore {
    width: 100%;
    max-width: 876px;
    margin-right: auto;
    margin-left: auto
  }

  .fr-readMore_heading {
    font-size: 17px;
    padding: 28px 0;
    padding: var(--pc-v-l) 0
  }

  .fr-readMore_headingInner {
    margin-right: 24px;
    margin-right: var(--pc-h-m)
  }

  .fr-readMore_heading:after {
    color: #ababab;
    color: var(--color-gray350)
  }

  .fr-readMore_content {
    font-size: 14px;
    line-height: 19.6px;
    padding: 0 80px;
    padding: 0 var(--pc-h-l)
  }

  .fr-readMore_checkBox:checked+.fr-readMore_heading+.fr-readMore_content {
    padding-top: 28px;
    padding-top: var(--pc-v-l);
    padding-bottom: 28px;
    padding-bottom: var(--pc-v-l)
  }

  [lang=en] .fr-readMore_heading {
    font-size: 17px
  }

  [lang=en] .fr-readMore_contentInner {
    font-size: 16px
  }

  .fr-showMoreButton {
    padding: 28px 0;
    padding: var(--pc-v-l) 0
  }

  .fr-showMoreButton_inner {
    font-size: 17px;
    margin-right: 24px;
    margin-right: var(--pc-h-m)
  }

  .fr-snsButtons_inner {
    max-width: 1226px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px
  }

  .fr-snsButtons {
    margin-top: 52px;
    margin-top: var(--pc-v-xxl)
  }

  .fr-snsButtons_heading {
    text-align: right;
    margin-right: 12px;
    margin-right: var(--pc-v-s)
  }

  .fr-snsButtons_items {
    margin-top: 12px;
    margin-top: var(--pc-v-s);
    justify-content: flex-end
  }

  .fr-snsButtons_item+.fr-snsButtons_item {
    margin-left: 12px;
    margin-left: var(--pc-h-s)
  }

  .fr-tag_item {
    font-size: 14px;
    line-height: 19.6px;
    margin-right: 12px;
    margin-right: var(--pc-v-s);
    margin-bottom: 12px;
    margin-bottom: var(--pc-v-s)
  }

  .fr-tag_item.-without,
  .fr-tag_itemLink {
    padding: 8px 20px;
    padding: var(--pc-v-xs) 20px
  }

  [lang=en] .fr-tag_item {
    font-size: 16px
  }

  .fr-imagePlusTextParent.-column-1 {
    margin-right: auto;
    margin-left: auto;
    width: 616px
  }

  .fr-imagePlusTextParent.-column-1 .fr-imagePlusText+.fr-imagePlusText {
    margin-top: 20px;
    margin-top: var(--pc-v-m)
  }

  .fr-imagePlusTextParent.-column-1 .fr-imagePlusText_body,
  .fr-imagePlusTextParent.-column-1 .fr-imagePlusText_link,
  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText_body,
  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText_link,
  .fr-imagePlusTextParent.-column-3 .fr-imagePlusText_body,
  .fr-imagePlusTextParent.-column-3 .fr-imagePlusText_link {
    margin-top: 12px;
    margin-top: var(--pc-v-s)
  }

  .fr-imagePlusTextParent.-column-1 .fr-imagePlusText_link,
  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText_link,
  .fr-imagePlusTextParent.-column-3 .fr-imagePlusText_link {
    text-align: left
  }

  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText:not(:first-child):not(:nth-child(2)) {
    margin-top: 20px;
    margin-top: var(--pc-v-m)
  }

  .fr-imagePlusTextParent.-column-1,
  .fr-imagePlusTextParent.-column-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .fr-imagePlusTextParent.-column-1 .fr-imagePlusText_imgWrap,
  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText_imgWrap {
    width: 47%
  }

  .fr-imagePlusTextParent.-column-1 .fr-imagePlusText_imgWrap.-small,
  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText_imgWrap.-small {
    width: 32%
  }

  .fr-imagePlusTextParent.-column-1 .fr-imagePlusText_content,
  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText_content {
    flex: 1;
    margin-right: 24px;
    margin-right: var(--pc-h-m);
    margin-left: 24px;
    margin-left: var(--pc-h-m)
  }

  .fr-imagePlusTextParent.-column-1 .fr-imagePlusText {
    width: 100%
  }

  .fr-imagePlusTextParent.-column-2 .fr-imagePlusText {
    width: calc(50% - 12px)
  }

  .fr-imagePlusTextParent.-column-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .fr-imagePlusTextParent.-column-3 .fr-imagePlusText {
    display: block;
    width: calc(33.3% - 16px)
  }

  .fr-imagePlusTextParent.-column-3 .fr-imagePlusText_label {
    margin-top: 12px;
    margin-top: var(--pc-v-s)
  }

  .fr-imagePlusTextParent.-column-3 .fr-imagePlusText_imgWrap {
    width: 100%
  }

  .fr-imagePlusTextParent.-column-3 .fr-imagePlusText_content {
    margin-right: 0;
    margin-left: 0
  }

  .fr-imagePlusTextParent.-column-3.-below {
    justify-content: unset
  }

  .fr-imagePlusTextParent.-column-3.-below .fr-imagePlusText+.fr-imagePlusText {
    margin-left: 24px
  }

  .fr-imagePlusTextParent.-column-3.-below .fr-imagePlusText:nth-of-type(3n+1) {
    margin-left: 0
  }

  .swiper-slide .fr-imagePlusTextParent .fr-imagePlusText {
    width: 100%
  }

  [lang=en] .fr-imagePlusText_body,
  [lang=en] .fr-imagePlusText_heading,
  [lang=en] .fr-imagePlusText_label {
    font-size: 16px
  }

  [lang=en] .fr-imagePlusText_link {
    font-size: 15px
  }

  .fr-pagetop {
    width: 50px;
    height: 50px;
    right: 15px
  }

  .fr-userReview {
    flex: 1;
    margin: 12px 43px;
    margin: var(--pc-v-s) calc(19px + var(--pc-h-s)*2)
  }

  .fr-userReviewParent_inner {
    display: flex;
    margin: 0;
    padding-left: 0;
    padding-right: 0
  }

  .fr-userReview_heading {
    font-size: 17px
  }

  .fr-userReview_review {
    padding-top: 12px;
    padding-top: var(--pc-v-s)
  }

  .fr-userReview_review:after,
  .fr-userReview_review:before {
    width: 19px;
    height: 17px
  }

  .fr-userReview_review:before {
    top: -3px;
    left: -31px;
    left: calc(-19px + var(--pc-h-s)*-1)
  }

  .fr-userReview_review:after {
    right: -31px;
    right: calc(-19px + var(--pc-h-s)*-1);
    bottom: -13px
  }

  .fr-userReview_attribute {
    font-size: 14px;
    line-height: 19.6px;
    padding-top: 12px;
    padding-top: var(--pc-v-s)
  }

  [lang=en] .fr-userReview_heading {
    font-size: 18px
  }

  [lang=en] .fr-userReview_attribute,
  [lang=en] .fr-userReview_attributeInner,
  [lang=en] .fr-userReview_review {
    font-size: 16px
  }

  .fr-styling_link {
    padding-top: 20px;
    padding-top: var(--pc-v-m);
    padding-right: 0;
    padding-left: 0
  }

  .fr-styling_linkItem {
    font-size: 14px
  }

  [lang=en] .fr-styling_linkItem {
    font-size: 16px
  }

  .fr-banner {
    display: flex
  }

  .fr-banner_item {
    flex: 1
  }

  .fr-banner_item+.fr-banner_item {
    margin-top: 0;
    margin-left: 24px;
    margin-left: var(--pc-h-m)
  }

  .modal_favoriteList_body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    min-height: 0
  }

  .modal_favoriteList_content {
    padding: 28px 24px 0;
    padding: var(--pc-v-l) var(--pc-h-m) 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    flex-grow: 1;
    display: flex
  }

  .modal_favoriteList_color {
    margin-bottom: 28px;
    margin-bottom: var(--pc-v-l)
  }

  .modal_favoriteList_color_header {
    display: flex;
    margin-bottom: 20px;
    margin-bottom: var(--pc-v-m)
  }

  .modal_favoriteList_color_header_image {
    height: auto;
    width: 186px;
    margin-right: 24px;
    position: relative
  }

  .modal_favoriteList_color_header_image_img {
    height: auto;
    width: 186px
  }

  .modal_favoriteList_color_header_title {
    font-size: 14px
  }

  .modal_favoriteList_size_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    margin: 0
  }

  .modal_favoriteList_size_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    background-color: initial;
    border: 1px solid transparent;
    outline: 0;
    padding: 0
  }

  .modal_favoriteList_size_content.-active .fr-bff-favorite_icon g {
    fill: red;
    fill: var(--color-red);
    opacity: 1
  }

  .modal_favoriteList_size_keyline {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #dadada
  }

  .modal_favoriteList_size_label {
    font-size: 14px;
    margin: 12px 0 12px 12px;
    margin: var(--pc-v-s) 0 var(--pc-v-s) var(--pc-v-s);
    line-height: 20px
  }

  .modal_favoriteList_background_scroll_disabled {
    overflow: hidden;
    position: fixed;
    width: 100%
  }

  .modal.-favoriteList .modal_contents {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    position: fixed;
    overflow: hidden;
    background-color: rgba(27, 27, 27, .5)
  }

  .modal.-favoriteList .modal_contentsInner {
    margin: 64px auto auto;
    margin-top: var(--pc-v-xxxl);
    margin-bottom: 64px;
    margin-bottom: var(--pc-v-xxxl);
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column
  }

  .modal.-favoriteList .modal_contentsInner .modal_btns {
    display: flex;
    margin: 0 auto 28px;
    margin: 0 auto var(--pc-v-l);
    padding: 0;
    width: 100%;
    max-width: 576px
  }

  .-favoriteList .modal_header {
    align-items: center;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-gray150);
    display: flex;
    justify-content: space-between;
    padding: 20px 24px;
    padding: var(--pc-v-m) var(--pc-h-m);
    flex: 0 0 auto
  }

  .-favoriteList .modal_heading {
    font-size: 23px;
    padding: 0;
    position: relative;
    line-height: 32px
  }

  .modal_contents,
  .modal_contentsInner {
    padding-top: 39.375vw;
    width: 70vw
  }

  .modal.-favorite .modal_contents,
  .modal.-favorite .modal_contentsInner {
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    width: 576px
  }

  .-favorite .modal_header {
    align-items: center;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-gray150);
    display: flex;
    justify-content: space-between;
    padding: 24px;
    padding: var(--pc-h-m)
  }

  .-favorite .modal_heading {
    font-size: 22px;
    padding: 0;
    position: relative
  }

  .-favorite .modal_body {
    font-size: 16px;
    padding: 24px;
    padding: var(--pc-h-m);
    margin-bottom: 0
  }

  .modal_btns {
    border-top: 0;
    margin: 24px;
    margin: var(--pc-h-m)
  }

  .modal_btn {
    min-height: 52px
  }

  .modal_btn.-cancel {
    display: none
  }

  .modal_btn.-login {
    width: 100%
  }

  .modal_btn.-favoriteList {
    width: 576px;
    font-size: 17px;
    line-height: 24px
  }

  .modal_loginClose {
    display: block;
    margin-left: 24px;
    margin-left: var(--pc-h-m);
    padding: 4px;
    padding: var(--pc-v-xxs);
    text-align: center;
    position: relative;
    top: 0;
    right: 0
  }

  .modal_loginCloseText {
    display: block;
    font-size: 11px;
    line-height: 1
  }

  .fr-stepFlow {
    display: flex
  }

  .fr-stepFlow_item {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 28px;
    padding-bottom: var(--pc-v-l)
  }

  .fr-stepFlow_item+.fr-stepFlow_item {
    margin-left: 24px;
    margin-left: var(--pc-h-m)
  }

  .fr-stepFlow_number,
  .fr-stepFlow_number.-large {
    font-size: 36px;
    width: 56px;
    height: 56px
  }

  .fr-stepFlow_heading {
    font-size: 20px;
    line-height: 32px;
    margin-left: 24px;
    margin-left: var(--pc-h-m)
  }

  .fr-stepFlow_text {
    line-height: 19.6px;
    padding-top: 12px;
    padding-top: var(--pc-v-s)
  }

  .fr-stepFlow_heading+.fr-stepFlow_text {
    margin-left: 24px;
    margin-left: var(--pc-h-m);
    padding-top: 8px;
    padding-top: var(--pc-v-xs)
  }

  [lang=en] .fr-stepFlow_heading {
    font-size: 22px
  }

  [lang=en] .fr-stepFlow_text {
    font-size: 16px
  }

  .fr-tappableGrid {
    border-right-width: 1px;
    margin-left: 0
  }

  .fr-tappableGrid_item {
    flex: 1;
    width: auto
  }

  .fr-tappableGrid_itemText {
    font-size: 17px;
    min-height: 82px;
    line-height: 23.8px;
    padding: 0 12px;
    padding: 0 var(--pc-h-s)
  }

  .fr-tappableGrid_itemText.-new {
    padding-top: 24px;
    position: relative
  }

  .fr-tappableGrid_itemText.-new .fr-tappableGrid_itemTextInner {
    padding-top: 4px;
    padding-top: var(--pc-v-xxs);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%
  }

  .fr-tappableGrid_itemText.-new:after {
    font-size: 12px;
    width: 52px;
    height: 24px
  }

  .fr-tappableGrid_item .u-imgAdjustBox[data-aspect-ratio="3:4"] {
    width: 71px;
    height: auto
  }

  [lang=en] .fr-tappableGrid_itemText {
    font-size: 19px
  }

  .fr-productGridParent {
    justify-content: space-between
  }

  .fr-productGridParent.-below {
    justify-content: unset
  }

  .fr-productGridParent.-below .fr-productGrid+.fr-productGrid {
    margin-left: 24px;
    margin-left: var(--pc-h-m)
  }

  .fr-productGridParent.-column-3 {
    padding-right: 0;
    padding-left: 0
  }

  .fr-productGrid,
  .fr-productGridParent.-column-3 .fr-productGrid {
    flex: unset;
    width: calc(25% - 18px)
  }

  .fr-productGrid_content {
    padding: 20px 0 0;
    padding: var(--pc-v-m) 0 0
  }

  .fr-productGrid_box {
    margin-top: 2px
  }

  .fr-productGrid_gender,
  .fr-productGrid_size {
    line-height: 15.4px
  }

  .fr-productGrid_name,
  .fr-productGrid_text {
    line-height: 19.6px;
    margin-top: 8px;
    margin-top: var(--pc-v-xs)
  }

  .fr-productGrid_price {
    font-size: 24px;
    line-height: 40px;
    margin-top: 8px;
    margin-top: var(--pc-v-xs)
  }

  .colorChip {
    margin-left: -6px
  }

  .colorChip_item {
    margin-bottom: 6px;
    margin-left: 6px;
    width: 16px;
    height: 16px
  }

  .fr-quate {
    margin: 12px 194.5px;
    margin: var(--pc-v-s) calc(182.5px + var(--pc-h-s))
  }

  .fr-quate_heading {
    font-size: 30px
  }

  .fr-quate_text {
    font-size: 20px;
    margin-top: 12px;
    margin-top: calc(var(--pc-v-s))
  }

  .fr-quate_attribute {
    font-size: 17px;
    margin-top: 12px;
    margin-top: var(--pc-v-s)
  }

  [lang=en] .fr-quate_heading {
    font-size: 32px
  }

  [lang=en] .fr-quate_text {
    font-size: 22px
  }

  [lang=en] .fr-quate_attribute {
    font-size: 16px
  }

  .fr-bff-products[data-component-type=ProductCarousel],
  .fr-bff-products[data-component-type=ProductGridSmall],
  .fr-bff-products[data-component-type=ProductGridStyling],
  .fr-bff-products[data-component-type=ProductGridText] {
    padding-right: 0;
    padding-left: 0
  }

  .fr-bff-products[data-component-type=ProductGridText][data-component-column="2"] {
    justify-content: space-between
  }

  .fr-bff-products[data-component-type=ProductGridText][data-component-column="3"] {
    margin-right: -12px;
    margin-right: calc(var(--pc-h-m)/2*-1);
    margin-left: -12px;
    margin-left: calc(var(--pc-h-m)/2*-1)
  }

  .fr-bff-products[data-component-type=ProductGridStyling][data-component-column="2"],
  .fr-bff-products[data-component-type=ProductGridText][data-component-column="2"],
  .fr-bff-products[data-component-type=ProductGridText][data-component-column="3"] {
    display: flex;
    flex-wrap: wrap
  }

  .fr-bff-products[data-component-type=ProductGrid][data-products-length="2"].-center,
  .fr-bff-products[data-component-type=ProductGrid][data-products-length="3"].-center,
  .fr-bff-products[data-component-type=ProductGridSmall][data-products-length="3"].-center,
  .fr-bff-products[data-component-type=ProductGridSmall][data-products-length="4"].-center,
  .fr-bff-products[data-component-type=ProductGridStyling][data-component-column="2"][data-products-length="1"].-center,
  .fr-bff-products[data-component-type=ProductGridText][data-component-column="3"] {
    justify-content: center
  }

  [data-component-type=ProductGrid] .fr-bff-product {
    margin-right: 24px;
    margin-right: var(--pc-h-m);
    margin-bottom: 28px;
    margin-bottom: var(--pc-v-l);
    width: calc(25% - 18px)
  }

  [data-component-type=ProductCarousel] .fr-bff-product,
  [data-component-type=ProductGridSmall] .fr-bff-product {
    margin-right: 24px;
    margin-right: var(--pc-h-m);
    margin-bottom: 28px;
    margin-bottom: var(--pc-v-l);
    width: calc(20% - 19.2px)
  }

  [data-component-type=ProductGrid] .fr-bff-product:nth-of-type(2n) {
    margin-right: 24px;
    margin-right: var(--pc-h-m)
  }

  [data-component-type=ProductGrid] .fr-bff-product:nth-of-type(4n) {
    margin-right: 0
  }

  [data-component-type=ProductGridSmall] .fr-bff-product:nth-of-type(3n) {
    margin-right: 24px;
    margin-right: var(--pc-h-m)
  }

  [data-component-type=ProductGridSmall] .fr-bff-product:nth-of-type(5n) {
    margin-right: 0
  }

  [data-component-type=ProductGridStyling][data-component-column="2"] .fr-bff-product,
  [data-component-type=ProductGridText][data-component-column="2"] .fr-bff-product {
    width: calc(50% - 12px);
    width: calc(50% - var(--pc-h-m)/2)
  }

  [data-component-type=ProductGridText][data-component-column="3"] .fr-bff-product {
    width: calc(33.33333% - 24px);
    width: calc(33.33333% - var(--pc-h-m))
  }

  [data-component-type=ProductGridStyling][data-component-column="2"] .fr-bff-product:nth-child(2n) {
    margin-left: 24px;
    margin-left: var(--pc-h-m)
  }

  [data-component-type=ProductGridText][data-component-column="3"] .fr-bff-product {
    margin-right: 12px;
    margin-right: calc(var(--pc-h-m)/2);
    margin-left: 12px;
    margin-left: calc(var(--pc-h-m)/2)
  }

  [data-component-type=ProductGridStyling] .fr-bff-product {
    margin-bottom: 12px;
    margin-bottom: var(--pc-v-s)
  }

  [data-component-type=ProductGridStyling][data-component-column="2"] .fr-bff-product_imgWrapper {
    width: 126px
  }

  [data-component-type=ProductGridStyling] .fr-bff-product_content {
    margin-left: 24px;
    margin-left: var(--pc-h-m)
  }

  [data-component-type=ProductCarousel] .fr-bff-product_name,
  [data-component-type=ProductGrid] .fr-bff-product_name,
  [data-component-type=ProductGridSmall] .fr-bff-product_name,
  [data-component-type=ProductGridStyling] .fr-bff-product_name,
  [data-component-type=ProductGridText] .fr-bff-product_name {
    line-height: 19.6px
  }

  [data-component-type=ProductCarousel] .fr-bff-product_futureExhibition,
  [data-component-type=ProductGrid] .fr-bff-product_futureExhibition,
  [data-component-type=ProductGridSmall] .fr-bff-product_futureExhibition,
  [data-component-type=ProductGridStyling] .fr-bff-product_futureExhibition,
  [data-component-type=ProductGridText] .fr-bff-product_futureExhibition {
    line-height: 19.6px;
    margin-top: 4px;
    margin-top: var(--pc-v-xxs)
  }

  [data-component-type=ProductCarousel] .fr-bff-product_price,
  [data-component-type=ProductGrid] .fr-bff-product_price,
  [data-component-type=ProductGridSmall] .fr-bff-product_price,
  [data-component-type=ProductGridStyling] .fr-bff-product_price,
  [data-component-type=ProductGridText] .fr-bff-product_price {
    font-size: 22px;
    line-height: 26px;
    margin-top: 8px;
    margin-top: var(--pc-v-xs)
  }

  [data-component-type=ProductCarousel] .fr-bff-product_dualPricing,
  [data-component-type=ProductGrid] .fr-bff-product_dualPricing,
  [data-component-type=ProductGridSmall] .fr-bff-product_dualPricing,
  [data-component-type=ProductGridStyling] .fr-bff-product_dualPricing,
  [data-component-type=ProductGridText] .fr-bff-product_dualPricing {
    font-size: 14px;
    margin-top: 4px;
    margin-top: var(--pc-v-xxs)
  }

  [data-component-type=ProductCarousel] .fr-bff-product_dualPricing+.fr-bff-product_price,
  [data-component-type=ProductGrid] .fr-bff-product_dualPricing+.fr-bff-product_price,
  [data-component-type=ProductGridSmall] .fr-bff-product_dualPricing+.fr-bff-product_price,
  [data-component-type=ProductGridStyling] .fr-bff-product_dualPricing+.fr-bff-product_price,
  [data-component-type=ProductGridText] .fr-bff-product_dualPricing+.fr-bff-product_price {
    margin-top: 0
  }

  [data-component-type=ProductCarousel] .fr-bff-product_priceFlags,
  [data-component-type=ProductGrid] .fr-bff-product_priceFlags,
  [data-component-type=ProductGridSmall] .fr-bff-product_priceFlags,
  [data-component-type=ProductGridStyling] .fr-bff-product_priceFlags,
  [data-component-type=ProductGridText] .fr-bff-product_priceFlags {
    line-height: 19.6px;
    margin-top: 4px;
    margin-top: var(--pc-v-xxs)
  }

  [data-component-type=ProductCarousel][data-pc-panel="4"]+.swiper-pagination+.swiper-button-prev,
  [data-component-type=ProductCarousel][data-pc-panel="4"]+.swiper-pagination+.swiper-button-prev+.swiper-button-next {
    top: 140px
  }

  [data-component-type=ProductCarousel][data-pc-panel="5"]+.swiper-pagination+.swiper-button-prev,
  [data-component-type=ProductCarousel][data-pc-panel="5"]+.swiper-pagination+.swiper-button-prev+.swiper-button-next {
    top: 110px
  }

  [data-component-type=ProductCarousel][data-pc-panel="4"][data-products-length="1"] .swiper-wrapper,
  [data-component-type=ProductCarousel][data-pc-panel="4"][data-products-length="2"] .swiper-wrapper,
  [data-component-type=ProductCarousel][data-pc-panel="4"][data-products-length="3"] .swiper-wrapper,
  [data-component-type=ProductCarousel][data-pc-panel="5"][data-products-length="1"] .swiper-wrapper,
  [data-component-type=ProductCarousel][data-pc-panel="5"][data-products-length="2"] .swiper-wrapper,
  [data-component-type=ProductCarousel][data-pc-panel="5"][data-products-length="3"] .swiper-wrapper,
  [data-component-type=ProductCarousel][data-pc-panel="5"][data-products-length="4"] .swiper-wrapper {
    justify-content: center;
    padding-left: 24px
  }

  [lang=en] [data-component-type=ProductCarousel] .fr-bff-product_name,
  [lang=en] [data-component-type=ProductGrid] .fr-bff-product_name,
  [lang=en] [data-component-type=ProductGridSmall] .fr-bff-product_name,
  [lang=en] [data-component-type=ProductGridStyling] .fr-bff-product_name,
  [lang=en] [data-component-type=ProductGridText] .fr-bff-product_name {
    font-size: 16px
  }

  .fr-mediaCarouselThumbs {
    max-width: 500px
  }

  .fr-mediaCarouselThumbs_items {
    padding: 0 24px
  }

  .fr-mediaCarouselThumbs_item {
    width: calc(20% - 9.6px);
    margin-right: 12px;
    margin-top: 12px;
    margin-top: var(--pc-v-s)
  }

  .fr-mediaCarouselThumbs_item:nth-child(-n+5) {
    margin-top: 20px;
    margin-top: var(--pc-v-m)
  }

  .fr-functionalIcon {
    line-height: 1.4;
    margin-top: 8px;
    margin-top: calc(var(--pc-v-m) - var(--pc-v-s))
  }

  .fr-functionalIcon_item {
    width: auto;
    min-width: 96px;
    padding: 0 4px
  }

  .fr-functionalIcon_itemInner {
    width: 44px;
    height: 44px;
    -webkit-mask-size: 44px;
    mask-size: 44px;
    margin-bottom: 4px
  }

  [data-pc-aspect-ratio="1:1"]:before {
    padding-top: 100%
  }

  [data-pc-aspect-ratio="2:1"]:before {
    padding-top: 50%
  }

  [data-pc-aspect-ratio="3:1"]:before {
    padding-top: 33.3333%
  }

  [data-pc-aspect-ratio="3:4"]:before {
    padding-top: 133.3333%
  }

  [data-pc-aspect-ratio="4:3"]:before {
    padding-top: 75%
  }

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

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

  .js-video,
  .u_textLink,
  a:not(.fr-tabs_itemLink),
  a[data-link],
  a[data-link] img,
  a[href]:not(.fr-tabs_itemLink),
  a[href] img,
  a[href] p,
  a img,
  a p {
    transition: opacity .6s
  }

  .js-video:hover,
  .u_textLink:hover,
  a:hover:not(.fr-tabs_itemLink),
  a:hover img,
  a:hover p,
  a[data-link]:hover,
  a[data-link]:hover img,
  a[href]:hover img,
  a[href]:hover p,
  a[href]:not(.fr-tabs_itemLink):hover {
    cursor: pointer;
    opacity: .6;
    text-decoration: none
  }

  .fr-linkButton.-wide {
    width: 61.22449%;
    margin-right: auto;
    margin-left: auto
  }

  .headingImage {
    height: 26px
  }

  .headingImage.-high {
    height: 32px
  }

  .headingSubtitle {
    font-size: 14px;
    line-height: 19.6px
  }

  .-bffImgLarge[data-component-type=ProductGridStyling] .fr-bff-product:first-of-type {
    margin-top: 0
  }

  .u_align_pcCenter {
    text-align: center
  }

  .o-hero {
    padding-top: 0
  }

  .o-introductionMovie {
    width: 61.90476%;
    margin-right: auto;
    margin-left: auto
  }

  .o-anchorList {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none
  }

  /* アンカーの横幅指定 */
  .o-anchorList_item {
    width: calc(33.33333% - .66667px);
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-gray150);
    border-right: 1px solid #dadada;
    border-right: 1px solid var(--color-gray150)
  }

  .o-anchorList_item:nth-of-type(3n+1) {
    border-left: 1px solid #dadada;
    border-left: 1px solid var(--color-gray150)
  }

  .o-anchorList_itemLink {
    align-items: stretch
  }

  .o-anchorList_itemNumber {
    width: 23.58974%
  }

  .o-anchorList_itemNumberInner {
    padding: 22px
  }

  .o-anchorList_itemBody {
    padding: 14px 24px 14px 0
  }

  .o-anchorList_itemBodyDate {
    font-size: 13px;
    line-height: 18px
  }

  .o-anchorList_itemBodyLead {
    font-size: 15px;
    line-height: 21px;
    font-feature-settings: "palt"
  }

  .o-serviceSectionTitle {
    text-align: center
  }

  .o-serviceSectionTitle_date {
    font-size: 14px
  }

  .o-serviceSectionTitle_lead {
    font-size: 23px
  }

  .o-serviceSectionTargetPlatform {
    justify-content: center
  }

  .o-serviceSectionContent {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 74.4898%;
    margin: 0 auto
  }

  .o-serviceSectionContent_itemText {
    width: calc(50% - 12px);
    margin-left: 24px !important
  }

  .o-serviceSectionContent_itemUserReview .fr-userReview_review {
    padding-top: 12px
  }

  .o-serviceSectionContent_itemUserReview .fr-userReviewParent_inner {
    margin: 4px 0 16px
  }

  .o-serviceSectionContent_itemUserReview .fr-userReview {
    margin: 12px 43px
  }

  .o-serviceSectionContent_itemUpdateComment {
    font-size: 20px;
    line-height: 28px
  }

  .o-serviceSectionContent_itemImage,
  .o-serviceSectionContent_itemImageCarousel {
    width: calc(50% - 12px)
  }

  .o-serviceSectionContent_itemImageInner {
    margin-right: 26.29108%;
    margin-left: 26.29108%
  }

  .o-serviceSectionUpdateMovie {
    max-height: 411px
  }

  .o-serviceSectionInfoText {
    width: 65.98639%;
    font-size: 13px;
    margin-right: auto;
    margin-left: auto
  }

  .o-serviceSectionRelatedTitle {
    font-size: 20px
  }

  .o-serviceSectionRelatedImgText,
  .o-serviceSectionRelatedTitle {
    width: 65.98639%;
    margin-right: auto;
    margin-left: auto
  }

  .o-serviceSectionRelatedImg {
    width: 35.56701%
  }

  .o-serviceSectionRelatedText {
    margin-left: 24px
  }

  .o-serviceSectionRelatedLinkText {
    font-size: 14px;
    margin-top: 12px;
    margin-top: var(--pc-v-s)
  }

  [lang=ja] .adjustAnchor {
    margin-top: -69px;
    padding-top: 69px
  }

  .o-serviceSectionRelatedImgText+.o-serviceSectionRelatedTitle {
    margin-top: 28px;
    margin-top: var(--pc-v-l)
  }

  .u-reviewButton {
    max-width: 376px;
    margin: 0 auto;
    justify-content: center
  }

  .u-reviewButtonParent {
    width: 65.98639%;
    margin-right: auto;
    margin-left: auto
  }

  .u-reviewButtonWrapper {
    width: 48.45361%
  }

  .u-reviewButton.-like:after {
    margin-left: 0
  }

  .u-reviewButton .reviewButton {
    left: 24px
  }

  .u-reviewButtonNote {
    font-size: 13px
  }

  .u-reviewButtonOpinionIcon {
    position: absolute;
    left: 24px;
    margin-right: 0
  }

  .o-nextScheduleList {
    width: 48.97959%;
    margin: 0 auto
  }

  .o-nextScheduleList_item:nth-of-type(n+2) {
    margin-top: 40px
  }

  .o-questionnaire {
    margin: 71px auto 0
  }

  .o-questionnaireContent {
    padding: 33px 0 40px
  }

  .o-questionnaireContent,
  .o-questionnaireLead {
    margin-right: auto;
    margin-left: auto;
    max-width: 576px
  }

  .o-questionnaireLead {
    text-align: center
  }

  .o-questionnaireBanner {
    font-size: 17px;
    line-height: 24px;
    margin-right: auto;
    margin-left: auto;
    max-width: 576px
  }

  .o-questionnaireBanner_icon {
    width: 24px
  }

  .o-questionnaireNote {
    margin-right: auto;
    margin-left: auto;
    max-width: 576px;
    font-size: 13px;
    text-align: center
  }

  .o-relatedBanner {
    display: flex;
    flex-wrap: wrap
  }

  .o-relatedBanner_item {
    width: calc(50% - 12px)
  }

  .o-relatedBanner_item:nth-of-type(n+3) {
    margin-top: 28px
  }

  .o-relatedBanner_item:nth-of-type(2n) {
    margin-left: 24px
  }

  .o-relatedBanner_itemImage {
    width: 32.29167%
  }

  .o-relatedBanner_itemBodyInner {
    margin-left: 24px
  }

  [lang=ja] .asideMedia {
    margin-top: 52px
  }

  .fr-sp-pt-xxs {
    padding-top: 0
  }

  .fr-sp-pb-xxs,
  .fr-sp-py-xxs {
    padding-bottom: 0
  }

  .fr-sp-py-xxs {
    padding-top: 0
  }

  .fr-sp-mt-xxs {
    margin-top: 0
  }

  .fr-sp-mb-xxs,
  .fr-sp-my-xxs {
    margin-bottom: 0
  }

  .fr-sp-my-xxs {
    margin-top: 0
  }

  .fr-sp-pt-xs {
    padding-top: 0
  }

  .fr-sp-pb-xs,
  .fr-sp-py-xs {
    padding-bottom: 0
  }

  .fr-sp-py-xs {
    padding-top: 0
  }

  .fr-sp-mt-xs {
    margin-top: 0
  }

  .fr-sp-mb-xs,
  .fr-sp-my-xs {
    margin-bottom: 0
  }

  .fr-sp-my-xs {
    margin-top: 0
  }

  .fr-sp-pt-s {
    padding-top: 0
  }

  .fr-sp-pb-s,
  .fr-sp-py-s {
    padding-bottom: 0
  }

  .fr-sp-py-s {
    padding-top: 0
  }

  .fr-sp-mt-s {
    margin-top: 0
  }

  .fr-sp-mb-s,
  .fr-sp-my-s {
    margin-bottom: 0
  }

  .fr-sp-my-s {
    margin-top: 0
  }

  .fr-sp-pt-m {
    padding-top: 0
  }

  .fr-sp-pb-m,
  .fr-sp-py-m {
    padding-bottom: 0
  }

  .fr-sp-py-m {
    padding-top: 0
  }

  .fr-sp-mt-m {
    margin-top: 0
  }

  .fr-sp-mb-m,
  .fr-sp-my-m {
    margin-bottom: 0
  }

  .fr-sp-my-m {
    margin-top: 0
  }

  .fr-sp-pt-l {
    padding-top: 0
  }

  .fr-sp-pb-l,
  .fr-sp-py-l {
    padding-bottom: 0
  }

  .fr-sp-py-l {
    padding-top: 0
  }

  .fr-sp-mt-l {
    margin-top: 0
  }

  .fr-sp-mb-l,
  .fr-sp-my-l {
    margin-bottom: 0
  }

  .fr-sp-my-l {
    margin-top: 0
  }

  .fr-sp-pt-xl {
    padding-top: 0
  }

  .fr-sp-pb-xl,
  .fr-sp-py-xl {
    padding-bottom: 0
  }

  .fr-sp-py-xl {
    padding-top: 0
  }

  .fr-sp-mt-xl {
    margin-top: 0
  }

  .fr-sp-mb-xl,
  .fr-sp-my-xl {
    margin-bottom: 0
  }

  .fr-sp-my-xl {
    margin-top: 0
  }

  .fr-sp-pt-xxl {
    padding-top: 0
  }

  .fr-sp-pb-xxl,
  .fr-sp-py-xxl {
    padding-bottom: 0
  }

  .fr-sp-py-xxl {
    padding-top: 0
  }

  .fr-sp-mt-xxl {
    margin-top: 0
  }

  .fr-sp-mb-xxl,
  .fr-sp-my-xxl {
    margin-bottom: 0
  }

  .fr-sp-my-xxl {
    margin-top: 0
  }

  .fr-sp-pt-xxxl {
    padding-top: 0
  }

  .fr-sp-pb-xxxl,
  .fr-sp-py-xxxl {
    padding-bottom: 0
  }

  .fr-sp-py-xxxl {
    padding-top: 0
  }

  .fr-sp-mt-xxxl {
    margin-top: 0
  }

  .fr-sp-mb-xxxl,
  .fr-sp-my-xxxl {
    margin-bottom: 0
  }

  .fr-sp-my-xxxl {
    margin-top: 0
  }

  .fr-sp-pr-xxs {
    padding-right: 0
  }

  .fr-sp-pl-xxs,
  .fr-sp-px-xxs {
    padding-left: 0
  }

  .fr-sp-px-xxs {
    padding-right: 0
  }

  .fr-sp-mr-xxs {
    margin-right: 0
  }

  .fr-sp-ml-xxs {
    margin-left: 0
  }

  .fr-sp-mx-xxs {
    margin-right: 0;
    margin-left: 0
  }

  .fr-sp-pr-05g {
    padding-right: 0
  }

  .fr-sp-pl-05g,
  .fr-sp-px-05g {
    padding-left: 0
  }

  .fr-sp-px-05g {
    padding-right: 0
  }

  .fr-sp-mr-05g {
    margin-right: 0
  }

  .fr-sp-ml-05g {
    margin-left: 0
  }

  .fr-sp-mx-05g {
    margin-right: 0;
    margin-left: 0
  }

  .fr-sp-pr-1g {
    padding-right: 0
  }

  .fr-sp-pl-1g,
  .fr-sp-px-1g {
    padding-left: 0
  }

  .fr-sp-px-1g {
    padding-right: 0
  }

  .fr-sp-mr-1g {
    margin-right: 0
  }

  .fr-sp-ml-1g,
  .fr-sp-mx-1g {
    margin-left: 0
  }

  .fr-sp-mx-1g {
    margin-right: 0
  }

  .fr-sp-pr-2g {
    padding-right: 0
  }

  .fr-sp-pl-2g,
  .fr-sp-px-2g {
    padding-left: 0
  }

  .fr-sp-px-2g {
    padding-right: 0
  }

  .fr-sp-mr-2g {
    margin-right: 0
  }

  .fr-sp-ml-2g,
  .fr-sp-mx-2g {
    margin-left: 0
  }

  .fr-sp-mx-2g {
    margin-right: 0
  }

  .fr-pc-pt-xxs {
    padding-top: 4px;
    padding-top: var(--pc-v-xxs)
  }

  .fr-pc-pb-xxs,
  .fr-pc-py-xxs {
    padding-bottom: 4px;
    padding-bottom: var(--pc-v-xxs)
  }

  .fr-pc-py-xxs {
    padding-top: 4px;
    padding-top: var(--pc-v-xxs)
  }

  .fr-pc-mt-xxs {
    margin-top: 4px;
    margin-top: var(--pc-v-xxs)
  }

  .fr-pc-mb-xxs,
  .fr-pc-my-xxs {
    margin-bottom: 4px;
    margin-bottom: var(--pc-v-xxs)
  }

  .fr-pc-my-xxs {
    margin-top: 4px;
    margin-top: var(--pc-v-xxs)
  }

  .fr-pc-pt-xs {
    padding-top: 8px;
    padding-top: var(--pc-v-xs)
  }

  .fr-pc-pb-xs,
  .fr-pc-py-xs {
    padding-bottom: 8px;
    padding-bottom: var(--pc-v-xs)
  }

  .fr-pc-py-xs {
    padding-top: 8px;
    padding-top: var(--pc-v-xs)
  }

  .fr-pc-mt-xs {
    margin-top: 8px;
    margin-top: var(--pc-v-xs)
  }

  .fr-pc-mb-xs,
  .fr-pc-my-xs {
    margin-bottom: 8px;
    margin-bottom: var(--pc-v-xs)
  }

  .fr-pc-my-xs {
    margin-top: 8px;
    margin-top: var(--pc-v-xs)
  }

  .fr-pc-pt-s {
    padding-top: 12px;
    padding-top: var(--pc-v-s)
  }

  .fr-pc-pb-s,
  .fr-pc-py-s {
    padding-bottom: 12px;
    padding-bottom: var(--pc-v-s)
  }

  .fr-pc-py-s {
    padding-top: 12px;
    padding-top: var(--pc-v-s)
  }

  .fr-pc-mt-s {
    margin-top: 12px;
    margin-top: var(--pc-v-s)
  }

  .fr-pc-mb-s,
  .fr-pc-my-s {
    margin-bottom: 12px;
    margin-bottom: var(--pc-v-s)
  }

  .fr-pc-my-s {
    margin-top: 12px;
    margin-top: var(--pc-v-s)
  }

  .fr-pc-pt-m {
    padding-top: 20px;
    padding-top: var(--pc-v-m)
  }

  .fr-pc-pb-m,
  .fr-pc-py-m {
    padding-bottom: 20px;
    padding-bottom: var(--pc-v-m)
  }

  .fr-pc-py-m {
    padding-top: 20px;
    padding-top: var(--pc-v-m)
  }

  .fr-pc-mt-m {
    margin-top: 20px;
    margin-top: var(--pc-v-m)
  }

  .fr-pc-mb-m,
  .fr-pc-my-m {
    margin-bottom: 20px;
    margin-bottom: var(--pc-v-m)
  }

  .fr-pc-my-m {
    margin-top: 20px;
    margin-top: var(--pc-v-m)
  }

  .fr-pc-pt-l {
    padding-top: 28px;
    padding-top: var(--pc-v-l)
  }

  .fr-pc-pb-l,
  .fr-pc-py-l {
    padding-bottom: 28px;
    padding-bottom: var(--pc-v-l)
  }

  .fr-pc-py-l {
    padding-top: 28px;
    padding-top: var(--pc-v-l)
  }

  .fr-pc-mt-l {
    margin-top: 28px;
    margin-top: var(--pc-v-l)
  }

  .fr-pc-mb-l,
  .fr-pc-my-l {
    margin-bottom: 28px;
    margin-bottom: var(--pc-v-l)
  }

  .fr-pc-my-l {
    margin-top: 28px;
    margin-top: var(--pc-v-l)
  }

  .fr-pc-pt-xl {
    padding-top: 40px;
    padding-top: var(--pc-v-xl)
  }

  .fr-pc-pb-xl,
  .fr-pc-py-xl {
    padding-bottom: 40px;
    padding-bottom: var(--pc-v-xl)
  }

  .fr-pc-py-xl {
    padding-top: 40px;
    padding-top: var(--pc-v-xl)
  }

  .fr-pc-mt-xl {
    margin-top: 40px;
    margin-top: var(--pc-v-xl)
  }

  .fr-pc-mb-xl,
  .fr-pc-my-xl {
    margin-bottom: 40px;
    margin-bottom: var(--pc-v-xl)
  }

  .fr-pc-my-xl {
    margin-top: 40px;
    margin-top: var(--pc-v-xl)
  }

  .fr-pc-pt-xxl {
    padding-top: 52px;
    padding-top: var(--pc-v-xxl)
  }

  .fr-pc-pb-xxl,
  .fr-pc-py-xxl {
    padding-bottom: 52px;
    padding-bottom: var(--pc-v-xxl)
  }

  .fr-pc-py-xxl {
    padding-top: 52px;
    padding-top: var(--pc-v-xxl)
  }

  .fr-pc-mt-xxl {
    margin-top: 52px;
    margin-top: var(--pc-v-xxl)
  }

  .fr-pc-mb-xxl,
  .fr-pc-my-xxl {
    margin-bottom: 52px;
    margin-bottom: var(--pc-v-xxl)
  }

  .fr-pc-my-xxl {
    margin-top: 52px;
    margin-top: var(--pc-v-xxl)
  }

  .fr-pc-pt-xxxl {
    padding-top: 64px;
    padding-top: var(--pc-v-xxxl)
  }

  .fr-pc-pb-xxxl,
  .fr-pc-py-xxxl {
    padding-bottom: 64px;
    padding-bottom: var(--pc-v-xxxl)
  }

  .fr-pc-py-xxxl {
    padding-top: 64px;
    padding-top: var(--pc-v-xxxl)
  }

  .fr-pc-mt-xxxl {
    margin-top: 64px;
    margin-top: var(--pc-v-xxxl)
  }

  .fr-pc-mb-xxxl,
  .fr-pc-my-xxxl {
    margin-bottom: 64px;
    margin-bottom: var(--pc-v-xxxl)
  }

  .fr-pc-my-xxxl {
    margin-top: 64px;
    margin-top: var(--pc-v-xxxl)
  }

  .fr-pc-pr-s {
    padding-right: 12px;
    padding-right: var(--pc-h-s)
  }

  .fr-pc-pl-s,
  .fr-pc-px-s {
    padding-left: 12px;
    padding-left: var(--pc-h-s)
  }

  .fr-pc-px-s {
    padding-right: 12px;
    padding-right: var(--pc-h-s)
  }

  .fr-pc-mr-s {
    margin-right: 12px;
    margin-right: var(--pc-h-s)
  }

  .fr-pc-ml-s,
  .fr-pc-mx-s {
    margin-left: 12px;
    margin-left: var(--pc-h-s)
  }

  .fr-pc-mx-s {
    margin-right: 12px;
    margin-right: var(--pc-h-s)
  }

  .fr-pc-pr-m {
    padding-right: 24px;
    padding-right: var(--pc-h-m)
  }

  .fr-pc-pl-m,
  .fr-pc-px-m {
    padding-left: 24px;
    padding-left: var(--pc-h-m)
  }

  .fr-pc-px-m {
    padding-right: 24px;
    padding-right: var(--pc-h-m)
  }

  .fr-pc-mr-m {
    margin-right: 24px;
    margin-right: var(--pc-h-m)
  }

  .fr-pc-ml-m,
  .fr-pc-mx-m {
    margin-left: 24px;
    margin-left: var(--pc-h-m)
  }

  .fr-pc-mx-m {
    margin-right: 24px;
    margin-right: var(--pc-h-m)
  }

  .fr-pc-pr-l {
    padding-right: 80px;
    padding-right: var(--pc-h-l)
  }

  .fr-pc-pl-l,
  .fr-pc-px-l {
    padding-left: 80px;
    padding-left: var(--pc-h-l)
  }

  .fr-pc-px-l {
    padding-right: 80px;
    padding-right: var(--pc-h-l)
  }

  .fr-pc-mr-l {
    margin-right: 80px;
    margin-right: var(--pc-h-l)
  }

  .fr-pc-ml-l,
  .fr-pc-mx-l {
    margin-left: 80px;
    margin-left: var(--pc-h-l)
  }

  .fr-pc-mx-l {
    margin-right: 80px;
    margin-right: var(--pc-h-l)
  }

  .fr-pc-pr-xl {
    padding-right: 160px;
    padding-right: var(--pc-h-xl)
  }

  .fr-pc-pl-xl,
  .fr-pc-px-xl {
    padding-left: 160px;
    padding-left: var(--pc-h-xl)
  }

  .fr-pc-px-xl {
    padding-right: 160px;
    padding-right: var(--pc-h-xl)
  }

  .fr-pc-mr-xl {
    margin-right: 160px;
    margin-right: var(--pc-h-xl)
  }

  .fr-pc-ml-xl,
  .fr-pc-mx-xl {
    margin-left: 160px;
    margin-left: var(--pc-h-xl)
  }

  .fr-pc-mx-xl {
    margin-right: 160px;
    margin-right: var(--pc-h-xl)
  }

  .u-only-sp {
    display: none
  }

  .u-only-pc {
    display: block
  }

  .u-contentsInner {
    max-width: 1010px;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto
  }

  .u-contentsSpacer {
    margin-right: 12px;
    margin-right: var(--pc-h-s);
    margin-left: 12px;
    margin-left: var(--pc-h-s)
  }

  .u-pc-pt-none {
    padding-top: 0
  }

  .u-pc-pr-none {
    padding-right: 0
  }

  .u-pc-pb-none {
    padding-bottom: 0
  }

  .u-pc-pl-none {
    padding-left: 0
  }

  .u-pc-mt-none {
    margin-top: 0
  }

  .u-pc-mr-none {
    margin-right: 0
  }

  .u-pc-mb-none {
    margin-bottom: 0
  }

  .u-pc-ml-none {
    margin-left: 0
  }

  .swiper-container {
    padding-bottom: 28px
  }

  .o-serviceSectionContent_itemImageCarousel .swiper-button-next,
  .o-serviceSectionContent_itemImageCarousel .swiper-button-prev {
    margin-top: -63px
  }
}

@media screen and (max-width: 812px) {
  .fr-styling .swiper-parent.-fr-styling .swiper-slide {
    width: 40vw !important
  }

  .fr-bff-products[data-component-type=ProductCarousel][data-products-length="1"].-center .swiper-wrapper {
    padding-left: 30vw
  }

  .fr-bff-products[data-component-type=ProductCarousel][data-products-length="2"].-center .swiper-wrapper {
    padding-left: 12vw
  }

  [data-component-type=ProductGridText] .fr-bff-product {
    margin-bottom: 28px;
    margin-bottom: var(--pc-v-l)
  }

  [data-component-type=ProductCarousel] .fr-bff-product {
    width: 32vw !important
  }

  [data-component-type=ProductGrid] .fr-bff-product_content {
    padding: 0 2vw 0 4vw;
    padding: 0 calc(var(--sp-h-1g)/2) 0 var(--sp-h-1g)
  }

  [data-component-type=ProductGrid] .fr-bff-product:nth-child(2n) .fr-bff-product_content {
    padding: 0 4vw 0 2vw;
    padding: 0 var(--sp-h-1g) 0 calc(var(--sp-h-1g)/2)
  }

  [data-component-type=ProductCarousel]+.swiper-pagination+.swiper-button-prev,
  [data-component-type=ProductCarousel]+.swiper-pagination+.swiper-button-prev+.swiper-button-next {
    display: none
  }

  [data-sp-aspect-ratio="1:1"]:before {
    padding-top: 100%
  }

  [data-sp-aspect-ratio="2:1"]:before {
    padding-top: 50%
  }

  [data-sp-aspect-ratio="3:1"]:before {
    padding-top: 33.3333%
  }

  [data-sp-aspect-ratio="3:4"]:before {
    padding-top: 133.3333%
  }

  [data-sp-aspect-ratio="4:3"]:before {
    padding-top: 75%
  }

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

  .o-relatedBanner_item:nth-of-type(n+2) {
    margin-top: 15px
  }

  .u-sp-pt-none {
    padding-top: 0
  }

  .u-sp-pr-none {
    padding-right: 0
  }

  .u-sp-pb-none {
    padding-bottom: 0
  }

  .u-sp-pl-none {
    padding-left: 0
  }

  .u-sp-mt-none {
    margin-top: 0
  }

  .u-sp-mr-none {
    margin-right: 0
  }

  .u-sp-mb-none {
    margin-bottom: 0
  }

  .u-sp-ml-none {
    margin-left: 0
  }
}

@media screen and (min-width: 876px) {
  .modal.-favoriteList .modal_contentsInner {
    max-width: 876px
  }
}
@media screen and (max-width: 370px) {
  .u-reviewButton .reviewButton{
    left: 8px
  }
}




.text-item_link {
  text-decoration: underline;
}

.text-item_link:hover {
  cursor: pointer;
  opacity: .6;
  text-decoration: none
}

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

/* htmlに直接記載されてた箇所 */
[data-aspect-ratio="90:40"]:before {
  padding-top: calc((40 / 90) * 100%);
}
/* Drawer */
.scroll-prevent {
  overflow: hidden;
}

.Drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.Drawer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.5);
  z-index: 300;
}

.Drawer-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((307.47 / 375) * 100%);
  z-index: 400;
}

.Drawer-nav-Inner {
  position: relative;
}

.Nav {
  overflow: auto;
}

.Drawer[aria-expanded] {
  transition-property: visibility;
  transition-duration: 0.25s;
}

.Drawer[aria-expanded] .Drawer-backdrop {
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}

.Drawer[aria-expanded] .Drawer-nav {
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}

.Drawer[aria-expanded="true"] {
  visibility: visible;
}

.Drawer[aria-expanded="true"] .Drawer-backdrop {
  opacity: 1;
}

.Drawer[aria-expanded="true"] .Drawer-nav {
  transform: translateX(0);
}

.Drawer[aria-expanded="false"] {
  visibility: hidden;
}

.Drawer[aria-expanded="false"] .Drawer-backdrop {
  opacity: 0;
}

.Drawer[aria-expanded="false"] .Drawer-nav {
  transform: translateX(100%);
}