@import "https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap";
@font-face {
  font-family: "notera";
  src: url("../font/NoteraPersonalUseOnly-wxJ9.woff") format("woff");
}
.accordion {
  counter-reset: item;
}
.accordion > div:not(:first-child) {
  margin-top: 0.9375rem;
}
.accordion .contents {
  border: 3px solid #ece9d4;
  display: none;
  padding: 1.25rem;
}
.accordion .contents.is-open {
  border-radius: 0 0 0.9375rem 0.9375rem;
  display: block;
}
.accordion .menu {
  background: #ece9d4;
  border-radius: 0.625rem;
  cursor: pointer;
  padding: 0.9375rem 2.3125rem;
  position: relative;
}
.accordion .menu .js-menu-open:after {
  background: url(../img/brand/vuitton/arrow_01.svg) no-repeat center bottom/contain;
  content: "";
  display: inherit;
  height: 1.375rem;
  margin: 0.625rem auto 0;
  width: 6.875rem;
}
.accordion .menu .js-menu-close {
  display: none;
}
.accordion .menu .js-menu-close:before {
  background: url(../img/brand/vuitton/arrow_02.svg) no-repeat center top/contain;
  content: "";
  display: inherit;
  height: 1.375rem;
  margin: 0 auto 0.625rem;
  width: 6.875rem;
}
.accordion .menu:before {
  content: "Q" counter(item);
  counter-increment: item;
  display: inline-block;
  left: 0.9375rem;
  position: absolute;
  top: 0.9375rem;
}
.accordion .menu:after {
  border-color: #a78f26 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 0;
}
.accordion .menu.is-active {
  border-radius: 0.9375rem 0.9375rem 0 0;
}
.accordion .menu.is-active .js-menu-open {
  display: none;
}
.accordion .menu.is-active .js-menu-close {
  display: block;
}
.accordion .menu.is-active:after {
  border-color: transparent transparent #a78f26 transparent;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  height: 0;
  width: 0;
}
.section--hero {
  background: url(../img/gold/img_bg_sp.jpg) no-repeat center center/100% 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 2.5rem 0 3.75rem;
  text-align: center;
}
.section--hero h1 {
  color: #a78f26;
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.section--hero h1 span {
  display: block;
  font-family: "mathilde";
  font-size: 3.75rem;
}
.section--hero p {
  color: #a78f26;
  font-size: 0.8125rem;
}
.section--hero figure {
  margin: 1.875rem auto 0;
}
.section--hero figure img {
  width: 17rem;
}
.section--hero figure img.pt-125 {
  padding-top: 12.5%;
}
.section--hero.separate {
  padding: 11.25rem 0 11.25rem;
  position: relative;
}
.section--hero.separate figure {
  margin: 0;
  position: absolute;
}
.section--hero.separate figure img {
  width: 100%;
}
.section--hero.separate figure.mv-left {
  left: 0;
  max-width: 11.875rem;
  top: 0;
  width: 52%;
}
.section--hero.separate figure.mv-right {
  bottom: -1.25rem;
  max-width: 11.375rem;
  right: 0.9375rem;
  width: 44%;
}
.section--breadcrumb.margin-bottom-s {
  margin-bottom: 0;
}
.section--pickup .section--pickup__title {
  color: #d49f00;
  font-size: 1.4375rem;
}
.section--pickup .pickup {
  padding: 3.75rem 0;
}
.section--pickup .pickup--reverse {
  background: #f9f0d9;
}
.section--pickup .btn {
  text-align: center;
}
.section--pickup .btn a {
  border: 1px solid #d49f00;
  color: #878788;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.625rem;
  font-weight: normal;
  max-width: 15rem;
}
.section--pickup .btn a:after {
  border-right: 1px solid #d49f00;
  border-top: 1px solid #d49f00;
}
.section--pickup .pickup__img {
  padding: 1.25rem 0 1.875rem 0;
}
.section--pickup .pickup__text h3 {
  color: #d49f00;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
}
.section--pickup .pickup__text h3 span {
  display: block;
  font-size: 1.375rem;
}
.section--status {
  padding: 5.625rem 0;
}
.section--status .section--status__text {
  font-size: 0.75rem;
}
.section--status .section--status__text span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: -1px;
  margin-top: 5px;
}
.section--status .section--status__title {
  color: #d49f00;
  margin-bottom: 0.625rem;
}
.section--status .section--status__title + p {
  font-size: 0.875rem;
}
.section--status ul {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
  padding-bottom: 1.5625rem;
  padding-top: 2.5rem;
}
.section--status ul + p {
  text-align: center;
}
.section--status ul > * {
  -ms-flex: 1 1 0%;
  -ms-flex-preferred-size: calc(50% - 1rem);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -webkit-flex-basis: calc(50% - 1rem);
  flex: 1 1 0%;
  flex-basis: calc(50% - 1rem);
  margin: 0 0.5rem 1.5625rem;
  max-width: calc(50% - 1rem);
}
.section--status ul img {
  border: 1px solid #a1894e;
  display: block;
  margin-bottom: 0.3125rem;
}
.section--status ul p {
  font-size: 0.75rem;
  text-align: center;
}
.section--item .section--item__title {
  color: #d49f00;
  margin-bottom: 0.625rem;
}
.section--item .section--item__title + p {
  margin-bottom: 1.875rem;
}
.section--item ul {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px 1.875rem;
  padding: 0;
}
.section--item ul > * {
  -ms-flex: 1 1 0%;
  -ms-flex-preferred-size: calc(50% - 10px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -webkit-flex-basis: calc(50% - 10px);
  flex: 1 1 0%;
  flex-basis: calc(50% - 10px);
  margin: 10px 5px 0;
  max-width: calc(50% - 10px);
}
.section--item ul > * a {
  border: 1px solid #878788;
  color: #878788;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
  text-align: center;
}
.section--item ul > * a span {
  display: block;
  font-size: 0.625rem;
}
.section--item ul > * a:hover {
  opacity: 0.75;
}
.section--slide-brand-2 {
  padding-top: 7.5rem;
}
.section--slide-brand-2 .section--slide-brand-2__title {
  color: #d49f00;
  margin-bottom: 0.625rem;
}
.section--slide-brand-2 .section--slide-brand-2__title + p {
  margin-bottom: 1.875rem;
}
.slide-brand-2.swiper-container-horizontal > .swiper-scrollbar {
  border-bottom: 1px solid #d49f00;
}
.slide-brand-2.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #d49f00;
}
.slide-brand-2 .list-brand-2-child li a,
.slide-brand-2 .list-brand-2-child li span {
  color: #a78f26;
}
.section--reason {
  border-top: 2px solid #a78f26;
  padding: 5.625rem 0 0;
}
.section--reason h2 {
  color: #878788;
  margin-bottom: 3.4375rem;
}
.section--reason__item {
  padding: 3.75rem 0;
}
.section--reason__item .num {
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}
.section--reason__item .num span {
  font-family: "EB Garamond", serif;
  font-size: 3.75rem;
}
.section--reason__item h3 {
  color: #a78f26;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.section--reason__item p {
  margin-bottom: 0.625rem;
}
.section--reason__item p.mt-32 {
  margin-top: 2rem;
}
.section--reason__item__content {
  margin-bottom: 2.8125rem;
}
.section--reason__item__point {
  margin: 1.875rem 0;
}
.section--reason__item__point .title {
  margin-bottom: -0.75rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.section--reason__item__point .title img {
  width: 5.3125rem;
}
.section--reason__item__point p {
  -webkit-box-shadow: 0 0.125rem 0 0 #a78f26;
  background: #f5f3e8;
  border-radius: 6.25rem;
  box-shadow: 0 0.125rem 0 0 #a78f26;
  color: #a78f26;
  padding: 0.9375rem 1.875rem;
  position: relative;
}
.section--reason__item__point p img {
  position: absolute;
}
.section--reason__item__img {
  text-align: center;
}
.section--reason__item--reverse {
  background: #f5f3e8;
}
.section--reason__item--reverse .flex-box {
  -ms-flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
.section--reason__item--reverse .section--reason__item__point p {
  background: #fff;
}
.section--reason__item--reverse .section--reason__item__content {
  margin-bottom: 0rem;
  margin-top: 2.8125rem;
}
.section--reason__web-store {
  margin-top: 6.25rem;
  text-align: center;
}
.section--reason__web-store p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.section--reason__price {
  padding: 0 1.25rem;
}
.section--reason__price .title {
  border-bottom: 1px solid #737f92;
  margin-bottom: 1.25rem;
  margin-top: -2.5rem;
  padding-bottom: 0.625rem;
}
.section--reason__price .title h2 {
  color: #a78f26;
  font-size: 1.25rem;
}
.section--reason__price .title h2 span {
  font-size: 2.3125rem;
}
.section--reason__price .title img {
  display: block;
  margin: 0 auto 0.625rem;
  width: 3.75rem;
}
.section--reason__price .title p {
  color: #595858;
  font-size: 0.625rem;
}
.section--reason__price .content .content__title {
  color: #595858;
  font-size: 0.78125rem;
  font-weight: bold;
}
.section--reason__price .content .content__date {
  color: #595858;
  font-size: 0.78125rem;
  margin-bottom: 1.25rem;
}
.section--reason__price .content .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section--reason__price .content .price > * {
  width: 50%;
}
.section--reason__price .content .price h3 {
  color: #fff;
  font-size: 0.625rem;
  margin-bottom: 5px;
}
.section--reason__price .content .price p {
  font-size: 2rem;
  letter-spacing: -0.0625rem;
}
.section--reason__price .content .price p span {
  font-size: 1.25rem;
}
.section--reason__price .content .price .silver {
  padding-left: 7.5px;
}
.section--reason__price .content .price .silver h3 {
  background: #737f92;
}
.section--reason__price .content .price .silver p {
  color: #737f92;
}
.section--reason__price .content .price .gold {
  border-right: 1px solid #737f92;
  padding-right: 7.5px;
}
.section--reason__price .content .price .gold h3 {
  background: #a78f26;
}
.section--reason__price .content .price .gold p {
  color: #a78f26;
}
.section--reason__price__bottom {
  background: #f5f3e8;
  padding: 1.25rem 1.25rem 1.25rem;
}
.section--reason__item--01 {
  padding-top: 0;
}
.section--reason__item--01 .section--reason__item__content__text p {
  margin-bottom: 2.5rem;
}
.section--reason__item--01 .section--reason__item__point p img {
  bottom: -50%;
  position: absolute;
  right: 0;
  width: 4.375rem;
}
.section--reason__item--02 h3 {
  margin-bottom: 3.75rem;
}
.section--reason__item--02 h4 {
  margin-bottom: 3.75rem;
}
.section--reason__item--02 .section--reason__item__img {
  background: #fff;
}
.section--reason__item--02 .section--reason__item__point p img {
  bottom: -1.25rem;
  right: 0;
}
.section--reason__item--03 .section--reason__item__point p img {
  bottom: -50%;
  right: 0;
}
.section--reason__item--04 .section--reason__item__img {
  margin: -2.5rem -1.125rem;
}
.section--reason__item--04 .section--reason__item__point p img {
  bottom: -50%;
  right: 0;
  width: 5rem;
}
.section--reason__item--05 .flex-box .lead {
  font-size: 1.1875rem;
  font-weight: bold;
  margin-top: 1.25rem;
}
.section--reason__item--05 .flex-box--01 {
  margin-top: 2.5rem;
}
.section--reason__item--05 .flex-box--01 .section--reason__item__point p img {
  bottom: -50%;
  right: 0;
  width: 3.75rem;
}
.section--reason__item--05 .flex-box--02 {
  margin-top: 2.5rem;
}
.section--reason__item--05 .flex-box--02 .section--reason__item__img {
  margin: 0 -1.125rem;
}
.section--reason__item--05 .flex-box--02 .section--reason__item__point p img {
  bottom: -50%;
  right: 0;
  width: 3.75rem;
}
.section--reason .today__left {
  margin-bottom: 2.5rem;
}
.section--reason .case-title {
  margin-bottom: 0;
  text-align: center;
}
.section--reason .today__price {
  -ms-flex-align: end;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  background: #f5f3e8;
  border-bottom: 1px solid #737f92;
  border-top: 1px solid #737f92;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  padding: 0.625rem;
}
.section--reason .today__price .title {
  background: #fff;
  border-radius: 0.625rem;
  font-size: 0.625rem;
  margin-bottom: 0.3125rem;
  padding: 0 0.625rem;
}
.section--reason .today__price span {
  font-size: 0.625rem;
}
.section--reason .today__price p {
  margin-bottom: 0;
}
.section--reason .today__price li {
  text-align: center;
}
.section--reason .example {
  -ms-flex-align: end;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem;
}
.section--reason .example li {
  font-size: 0.84375rem;
  text-align: center;
}
.section--reason .example img {
  display: block;
  margin: 0 auto 0.3125rem;
}
.section--reason .today__price .money,
.section--reason .example .money {
  width: 38%;
}
.section--reason .today__price .weight,
.section--reason .example .weight {
  width: 20%;
}
.section--reason .today__price .total,
.section--reason .example .total {
  width: 30%;
}
.section--policy {
  background: url(../img/gold/img-policy.jpg) no-repeat 114% 70%;
  background-size: 259px 320px;
  border-bottom: 2px solid #a78f26;
  border-top: 2px solid #a78f26;
}
.section--policy .inner {
  margin: 0 auto;
  width: 100%;
}
.section--policy .heading-s {
  font-size: 1.6875rem;
}
.section--policy .heading-s span {
  font-size: 1.25rem;
}
.section--policy p {
  margin-bottom: 1.875rem;
}
.section--policy .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  max-width: 15rem;
}
.banner--box {
  padding: 8.125rem 0;
}
.banner--box .banner a {
  background: #ccc;
  background: url(../img//brand/bg-banner.jpg) no-repeat center center/cover;
  color: #fff;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 1.875rem;
  text-align: center;
  width: 100%;
}
.banner--box .banner a:hover {
  opacity: 0.75;
}
.banner--box .banner .sub-title {
  font-size: 0.8125rem;
}
.banner--box .banner .title {
  font-size: 1.3125rem;
  margin-top: 0.3125rem;
}
.banner--box .banner span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  justify-content: center;
  margin-top: 0.3125rem;
}
.banner--box .banner span:after {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 0.3125rem;
  margin-left: 0.3125rem;
  transform: rotate(45deg);
  width: 0.3125rem;
}
.section--faq {
  margin-bottom: 5.625rem;
}
.section--faq .heading-s {
  color: #b5b5b5;
}
.section--list-brand {
  background: #f8f7f7;
  padding: 5rem 0 2.5rem;
}
.section--list-brand .heading-nomal {
  color: #d49f00;
}
.section--list-brand p {
  letter-spacing: -1px;
  line-height: 2;
}
.section--list-brand ul {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px 1.875rem;
  padding: 0;
}
.section--list-brand ul > * {
  -ms-flex: 1 1 0%;
  -ms-flex-preferred-size: calc(50% - 10px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -webkit-flex-basis: calc(50% - 10px);
  flex: 1 1 0%;
  flex-basis: calc(50% - 10px);
  margin: 10px 5px 0;
  max-width: calc(50% - 10px);
}
.section--list-brand ul > * a {
  border: 1px solid #878788;
  color: #878788;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.8125rem;
  padding: 0.3125rem 0.3125rem;
  text-align: center;
}
.section--list-brand ul > * a span {
  display: block;
  font-size: 0.625rem;
}
.section--list-brand ul > * a:hover {
  opacity: 0.75;
}
.section--list-brand-other ul {
  margin-bottom: 1.5625rem;
  text-align: center;
}
.section--list-brand-other ul li {
  display: inline-block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.875rem;
  line-height: 2;
}
.section--list-brand-other ul li:after {
  content: "/";
  padding: 0 0.625rem;
}
.section--list-brand-other p {
  line-height: 2;
}
.section--mvp {
  background: #f2e0c1;
  color: #878788;
  margin: 7.5rem 0;
  padding-bottom: 7.75rem;
  padding-top: 4.375rem;
  position: relative;
  text-align: center;
  z-index: 0;
}
.section--mvp .heading-nomal {
  color: #878788;
}
.section--mvp .section--mvp__lead {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.section--mvp .section--mvp__text {
  font-size: 0.625rem;
  letter-spacing: -1px;
  margin-bottom: 0.625rem;
}
.section--mvp .heading-nomal {
  margin-bottom: 0.625rem;
}
.section--mvp .heading-nomal span {
  font-size: 1.25rem;
}
.section--mvp .btn a {
  background: #fff;
  color: #d49f00;
  font-weight: normal;
}
.section--mvp .btn a:after {
  border-right: 1px solid #d49f00;
  border-top: 1px solid #d49f00;
}
.section--mvp .mvp-img--1 {
  left: 0;
  max-width: 17.5rem;
  position: absolute;
  top: -1.875rem;
  width: 64%;
  z-index: -1;
}
.section--mvp .mvp-img--2 {
  bottom: -10%;
  left: 0;
  margin: auto;
  max-width: 25rem;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.brand__vuitton .section--policy {
  border-bottom: none;
}
.section--hero--vuitton {
  background: url(../img/brand/vuitton/img_bg_sp.jpg) no-repeat center center/cover;
}
.section--vuitton .section--vuitton--inner {
  background: #faf4e8;
  padding-top: 5rem;
}
.section--vuitton h2 {
  color: #909090;
  font-size: 1.5625rem;
}
.section--vuitton h2 + p.text-center {
  color: #d49f00;
  font-size: 0.875rem;
}
.section--vuitton h3 {
  color: #d49f00;
  font-size: 1.1875rem;
  margin-bottom: 0.625rem;
}
.section--vuitton #triangle {
  background: #fff;
}
.section--vuitton #trianglePath1 {
  fill: #faf4e8;
  stroke: #faf4e8;
}
.section--vuitton .section-banner {
  background: #fff;
  padding-top: 2.5rem;
}
.section--vuitton .accordion {
  padding-bottom: 6.25rem;
  position: relative;
}
.section--vuitton .accordion .menu {
  background: none;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.section--vuitton .accordion .menu:before,
.section--vuitton .accordion .menu:after {
  content: none;
}
.section--vuitton .accordion .contents {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}
.section--type {
  margin-top: 3.125rem;
}
.section--type h3 + p {
  text-align: center;
}
.section--type .thumb p {
  letter-spacing: -0.5px;
  text-align: center;
}
.section--type.section--type-l .section--vuitto__flex__img {
  display: none;
}
.section--type.section--type-m .section--vuitto__flex__img {
  display: none;
  margin: 0 auto 0.625rem;
  width: 48%;
}
.section--type.section--type-m .flex-box-thumb-sp {
  margin: 0 auto 0.625rem;
  width: 48%;
}
.section--type .txt {
  letter-spacing: -0.75px;
  margin-bottom: 0.625rem;
  text-align: center;
}
.section--type .flex-box-thumb {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.section--type .flex-box-thumb .thumb {
  margin-bottom: 1.25rem;
  width: 48%;
}
.section--type .flex-box-thumb .thumb:nth-child(even) {
  margin-left: 4%;
}
.section--type--flex {
  margin-top: 5rem;
}
.section--type--flex .flex-box-thumb {
  -ms-flex-align: start;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.section--type--flex .flex-box-thumb .thumb {
  text-align: center;
  width: 48%;
}
.section--type--flex h3.text-center {
  font-size: 1.1875rem;
}
.section--type--flex .text-center {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  margin-top: 3.75rem;
}
.section--type--flex .flex-box-s .section--type-s:nth-child(even) {
  margin-top: 5rem;
}
.section--type--flex3 {
  margin-bottom: 0.625rem;
  margin-top: 5rem;
}
.section--type--flex3 h3 {
  text-align: center;
}
.section--type--flex3 .thumb {
  text-align: center;
}
.section--type--flex3 .text-center {
  font-size: 1rem;
}
.section--type-ss {
  margin-bottom: 2.5rem;
}
.section--type-ss img {
  width: 13.5625rem;
}
.section--type--flex4 {
  margin-top: 5rem;
  overflow: hidden;
  position: relative;
}
.section--type--flex4 p {
  font-size: 0.9375rem;
}
.section--type--flex4 .thumb {
  margin-bottom: 2.5rem;
  text-align: center;
}
.section--type--flex4 .thumb img {
  width: 250px;
}
.section--marketPrice {
  margin-bottom: 7.5rem;
}
.section--marketPrice .inner {
  padding: 0 0.625rem 0 1.5rem;
}
.section--marketPrice .section--marketPrice__more {
  margin-top: 1.875rem;
  text-align: center;
}
.section--marketPrice .section--marketPrice__more .more-btn {
  background: #d49f00;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  margin: 1.25rem auto 2.5rem;
  max-width: 14rem;
  padding: 0.625rem;
  position: relative;
}
.section--marketPrice .section--marketPrice__more .more-btn:after {
  -webkit-transform: translate(0%, -50%);
  content: "▼";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translate(0%, -50%);
}
.section--marketPrice .section--marketPrice__more .close-btn {
  background: #d49f00;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  margin: 1.25rem auto 2.5rem;
  max-width: 14rem;
  padding: 0.625rem;
  position: relative;
  display: none;
}
.section--marketPrice .section--marketPrice__more .close-btn:after {
  -webkit-transform: translate(0%, -50%);
  content: "▲";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translate(0%, -50%);
}
/* .section--marketPrice .section--marketPrice__more .more-btn.is-active:after {
  content: "▲";
} */
.section--marketPrice .section--marketPrice__tilte {
  color: #d49f00;
  margin-bottom: 1.25rem;
}
.section--marketPrice .section--marketPrice__tilte + p {
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.section--marketPrice .lank-list-wrap {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.section--marketPrice .lank-list .lank-list__item {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  padding: 0.3125rem 0;
}
.section--marketPrice .lank-list .lank-list__item span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #a78f26;
  border-radius: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6875rem;
  font-weight: bold;
  height: 1.25rem;
  justify-content: center;
  margin-right: 0.3125rem;
  width: 1.25rem;
}
.cmpBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
}
.cmpBox.cmpBox__hide {
  display: none;
}
.cmpBox:after {
  background: #fff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9e8e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e8e8));
  background: linear-gradient(to bottom, #ffffff 0%, #e9e8e8 100%);
  bottom: 0;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e9e8e8",GradientType=0 );
  height: 1.875rem;
  left: -1.125rem;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.cmpBox .cmpBox__text {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.cmpBox .cmpBox__text .cmpBox__title {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1.875rem;
}
.cmpBox .cmpBox__text .cmpBox__rankTitle {
  color: #a78f26;
  margin-top: auto;
}
.cmpBox .cmpBox__img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 0.625rem;
  width: 5.625rem;
}
.cmpBox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.cmpBox ul li {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.cmpBox ul li:not(:last-child) {
  margin-right: 0.25rem;
}
.cmpBox ul li span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #a78f26;
  border-radius: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  height: 0.875rem;
  justify-content: center;
  line-height: 1;
  margin-right: 0.1875rem;
  width: 0.875rem;
  flex-shrink: 0;
}
.cmpBox figure {
  position: relative;
  width: 100%;
}
/* .cmpBox figure:before {
  content: "";
  display: block;
  padding-top: 100%;
} */
.cmpBox figure img {
  /* -o-object-fit: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; */
}
.section--bag-state h2 {
  color: #d49f00;
}
.section--bag-state ul {
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 100%;
}
.section--bag-state ul li {
  margin: 0 1.5% 30px;
  text-align: center;
  width: 47%;
}
.section--bag-state ul li img {
  border: 2px solid #a1894e;
}
.section--bag-state01 h2 {
  margin-bottom: 0.625rem;
}
.section--bag-state01 h2 + p {
  margin-bottom: 1.25rem;
}
.section--brand-check h2 {
  color: #d49f00;
}
.section--brand-check .text-img {
  margin: 0 auto 1.875rem;
  max-width: 20.625rem;
  width: 100%;
}
.section--brand-check ul {
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 100%;
}
.section--brand-check ul li {
  margin: 0 1.5% 30px;
  width: 100%;
}
.section--brand-check ul li img {
  border: 2px solid #a1894e;
}
.section--brand-check .point {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  color: #d49f00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.section--brand-check .point img {
  border: none;
  margin-right: 0.625rem;
  width: 4.0625rem;
}
.section--brand-new {
  background: #f8f7f7;
}
.section--brand-new h2 {
  color: #d49f00;
  text-align: center;
}
.section--brand-new .text-center {
  margin-bottom: 1.875rem;
}
.section--brand-new ul {
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 15.625rem;
}
.section--brand-new ul li {
  margin: 0 1.5% 0.9375rem;
  text-align: center;
  width: 47%;
}
.section--brand-new .box {
  background: #fff;
  border: 1px solid #878788;
  margin: 0 auto;
  padding: 1.875rem 0.625rem;
}
.section--brand-new .box h3 {
  color: #127f92;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
}
.section--brand-classic h2 {
  color: #d49f00;
  margin-bottom: 0.625rem;
}
.section--brand-classic h2 + p {
  margin-bottom: 1.25rem;
}
.section--brand-classic ul {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}
.section--brand-classic ul li {
  margin: 0 1.5% 0.9375rem;
  text-align: center;
  width: 47%;
}
.section--brand-classic ul li img {
  border: 2px solid #a1894e;
}
@media screen and (min-width: 599px) {
  .meaia-set {
    display: block;
  }
  .accordion .contents {
    padding: 1.25rem 3.125rem;
  }
  .accordion .menu {
    border-radius: 0.9375rem;
    font-size: 1.125rem;
    padding: 0.9375rem 3.4375rem;
  }
  .accordion .menu:before {
    left: 1.25rem;
    top: 0.9375rem;
  }
  .accordion .menu:after {
    border-color: #a78f26 transparent transparent transparent;
    border-style: solid;
    border-width: 13px 13.5px 0 13.5px;
    content: "";
    display: inline-block;
    height: 0;
    top: 1.5625rem;
    width: 0;
  }
  .accordion .menu.is-active {
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
  .accordion .menu.is-active:after {
    border-color: transparent transparent #a78f26 transparent;
    border-style: solid;
    border-width: 0 13.5px 13px 13.5px;
    height: 0;
    width: 0;
  }
  .section--hero {
    background: url(../img/gold/img_bg_pc.jpg) no-repeat center center/100% 100%;
    padding: 2.5rem 0 3.4375rem;
  }
  .section--hero .inner {
    -ms-flex-align: center;
    -ms-flex-direction: row-reverse;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
  }
  .section--hero .inner .content {
    width: 70%;
  }
  .section--hero .inner .content-inner {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-left: 20%;
  }
  .section--hero .inner figure {
    width: 30%;
  }
  .section--hero h1 {
    font-size: 1.875rem;
  }
  .section--hero h1 span {
    font-size: 4.8125rem;
  }
  .section--hero p {
    font-size: 0.8125rem;
  }
  .section--hero figure {
    margin: 0rem auto 0;
  }
  .section--hero figure img {
    width: 24.5rem;
  }
  .section--hero figure img.tb-80 {
    width: 60%;
  }
  .section--hero figure img.tb-90 {
    width: 70%;
  }
  .section--hero figure img.tb-100 {
    width: 80%;
  }
  .section--hero.section--hero--5-5 .inner .content {
    width: 50%;
  }
  .section--hero.section--hero--5-5 .inner figure {
    width: 50%;
  }
  .section--hero.separate {
    padding: 5rem 0 5rem;
  }
  .section--hero.separate .inner .content {
    margin: auto;
    width: auto;
  }
  .section--pickup .pickup .inner {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .section--pickup .pickup .inner .pickup__text {
    width: 44%;
  }
  .section--pickup .pickup .inner .pickup__img {
    width: 52%;
  }
  .section--pickup .pickup--reverse .inner {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section--pickup .btn {
    margin-top: auto;
  }
  .section--pickup .btn a {
    max-width: 100%;
    width: 100%;
  }
  .section--pickup .pickup__img {
    padding: 0;
  }
  .section--pickup .pickup__text {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section--pickup .pickup__text p:not([class]) {
    margin-bottom: 1.25rem;
  }
  .section--status ul > * {
    -ms-flex-preferred-size: calc(25% - 1rem);
    -webkit-flex-basis: calc(25% - 1rem);
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
  .section--reason .inner-l {
    max-width: 40rem;
  }
  .section--reason__item__img img {
    margin: 0 auto;
    max-width: 60%;
  }
  .section--reason__item--04 .section--reason__item__img {
    margin-top: 0;
  }
  .section--policy {
    background: none;
  }
  .section--policy .inner {
    background: url(../img/gold/img-policy.jpg) no-repeat right center;
    background-size: contain;
    max-width: 40rem;
  }
  .section--policy .heading-s span {
    margin-bottom: 2.5rem;
  }
  .section--policy .btn {
    margin-left: 0;
    margin-top: 2.5rem;
    max-width: 21.875rem;
  }
  .banner--box {
    padding: 12.5rem 0;
  }
  .section--faq {
    margin-bottom: 9.375rem;
  }
  .section--hero--vuitton {
    background: url(../img/brand/vuitton/img_bg_pc.jpg) no-repeat center center/cover;
  }
  .section--hero--vuitton .inner .content {
    width: 50%;
  }
  .section--vuitton {
    padding: 0rem 0 0;
  }
  .section--vuitton .section-banner {
    padding-top: 4.375rem;
  }
  .section--vuitton .accordion .menu {
    display: none;
  }
  .section--vuitton .accordion .contents {
    display: block;
  }
  .section--type.section--type-m .section--vuitto__flex__img {
    display: block;
  }
  .section--type.section--type-m .flex-box-thumb-sp {
    display: none;
  }
  .section--type {
    margin-top: 6.25rem;
  }
  .section--type .flex-box-thumb {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section--type .flex-box-thumb .thumb:nth-child(even) {
    margin-left: 0.9375rem;
  }
  .section--type.section--type-l .section--vuitto__flex__img {
    display: block;
  }
  .section--type.section--type-l .thumb:first-child {
    display: none;
  }
  .section--type.section--type-m .section--vuitto__flex__img {
    margin: 0;
    width: auto;
  }
  .section--type .section--vuitto__flex__img {
    text-align: center;
  }
  .section--type .flex-box-thumb {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .section--type .flex-box-thumb .thumb {
    margin-left: 0.9375rem;
    width: calc((100% - 20px) / 3);
  }
  .section--type .flex-box-thumb .thumb:first-child {
    margin-left: 0;
  }
  .section--type--flex .flex-box-thumb .thumb {
    width: auto;
  }
  .section--type--flex3 {
    margin-top: 6.25rem;
  }
  .section--type--flex3 .flex-box {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .section--type--flex3 .flex-box section {
    width: 32%;
  }
  .section--type-ss img {
    width: auto;
  }
  .section--type--flex4 {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .section--type--flex4 .flex-box {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .section--type--flex4 .flex-box .thumb {
    margin-bottom: 0;
    width: 24%;
  }
  .section--type--flex4 .flex-box .thumb img {
    width: 100%;
  }
  .section--marketPrice .inner {
    padding: 0 0.625rem;
  }
  .section--marketPrice .section--marketPrice__note-wrap {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .cmpBox-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .cmpBox {
    padding: 0 0.625rem 0.9375rem;
    width: 50%;
  }
  .cmpBox:nth-child(2n-1):before {
    background: #a78f26;
    content: "";
    display: block;
    height: calc(100% - 0.625rem);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .cmpBox:after {
    left: 0;
    width: 50vw;
  }
  .cmpBox .cmpBox__img {
    -ms-flex-align: end;
    -ms-flex-direction: column;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 10rem;
  }
  .cmpBox .cmpBox__img .cmpBox__rankTitle {
    color: #a78f26;
    font-size: 0.9375rem;
    margin-top: auto;
    margin-bottom: 33px;
  }
  .cmpBox ul {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cmpBox ul li {
    font-size: 1.03125rem;
  }
  .cmpBox ul li:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
  .cmpBox ul li span {
    font-size: 1.03125rem;
    height: 1.5625rem;
    width: 1.5625rem;
  }
  .cmpBox figure {
    margin-bottom: 0.625rem;
  }
  .section--bag-state ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 31.25rem;
  }
  .section--bag-state ul li {
    font-size: 0.875rem;
  }
  .section--bag-state ul + .text-center {
    line-height: 2;
  }
  .section--brand-check ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 31.25rem;
  }
  .section--brand-check ul li {
    font-size: 0.875rem;
  }
  .section--brand-check ul + .text-center {
    line-height: 2;
  }
  .section--brand-new .text-center {
    margin-bottom: 4.375rem;
  }
  .section--brand-new ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 31.25rem;
  }
  .section--brand-new ul li {
    font-size: 0.875rem;
  }
  .section--brand-new ul + .text-center {
    line-height: 2;
  }
  .section--brand-new .box {
    max-width: 31.25rem;
  }
  .section--brand-classic ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 31.25rem;
  }
  .section--brand-classic ul li {
    font-size: 0.875rem;
  }
  .section--brand-classic ul + .text-center {
    line-height: 2;
  }
}
@media screen and (min-width: 959px) {
  .meaia-set {
    display: block;
  }
  .accordion .contents {
    padding: 1.25rem 3.75rem;
  }
  .accordion .menu {
    font-size: 1.3125rem;
    padding: 0.9375rem 4.375rem;
  }
  .section--hero {
    padding: 5rem 0 8.125rem;
  }
  .section--hero h1 {
    font-size: calc(40px + ((1vw – 5.9px) * 1.15));
  }
  .section--hero h1 span {
    font-size: 8.125rem;
  }
  .section--hero p {
    font-size: 1.625rem;
  }
  .section--hero figure img {
    width: 24.5rem;
  }
  .section--hero.separate {
    padding: 2.5rem 0 2.5rem;
  }
  .section--hero.separate figure.mv-left {
    max-width: inherit;
    padding-right: 2.5rem;
    width: 33.33%;
  }
  .section--hero.separate figure.mv-left img {
    max-width: 26.25rem;
  }
  .section--hero.separate figure.mv-right {
    bottom: -5rem;
    max-width: inherit;
    padding-left: 2.5rem;
    right: 0;
    width: 33.33%;
  }
  .section--hero.separate figure.mv-right img {
    max-width: 22.5rem;
  }
  .section--pickup .pickup .inner .pickup__text {
    width: 42%;
  }
  .section--pickup .pickup .inner .pickup__img {
    width: 45%;
  }
  .section--pickup .btn a {
    font-size: 1.375rem;
    margin-left: 0;
    max-width: 31.25rem;
  }
  .section--pickup .pickup__text h3 {
    font-size: 3.5625rem;
  }
  .section--pickup .pickup__text h3 span {
    font-size: 1.75rem;
  }
  .section--status .section--status__text {
    font-size: 1.125rem;
    line-height: 2;
  }
  .section--status .section--status__text span {
    font-size: 1.125rem;
    margin-top: 0;
  }
  .section--status .section--status__title + p {
    font-size: 1.5rem;
  }
  .section--status ul p {
    font-size: 1.125rem;
  }
  .section--item ul {
    margin: -20px -10px 3.4375rem;
  }
  .section--item ul > * {
    -ms-flex-preferred-size: calc(25% - 20px);
    -webkit-flex-basis: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
    margin: 20px 10px 0;
    max-width: calc(25% - 20px);
  }
  .section--item ul > * a {
    font-size: 1.125rem;
  }
  .section--item ul > * a span {
    font-size: 0.8125rem;
  }
  .slide-brand-2 .list-brand-2-child li a,
  .slide-brand-2 .list-brand-2-child li span {
    height: 3rem;
  }
  .section--reason {
    padding: 11.25rem 0 0;
  }
  .section--reason .inner-l {
    max-width: 83rem;
  }
  .section--reason__item {
    padding: 5rem 0;
  }
  .section--reason__item .flex-box {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .section--reason__item .num {
    font-size: 1.5rem;
  }
  .section--reason__item .num span {
    font-size: 5.875rem;
  }
  .section--reason__item h3 {
    font-size: 2.25rem;
    margin-bottom: 3.75rem;
  }
  .section--reason__item p {
    font-size: 0.9375rem;
  }
  .section--reason__item__content {
    width: calc(50% - 2.5rem);
  }
  .section--reason__item__point .title {
    margin-bottom: -1.25rem;
  }
  .section--reason__item__point .title img {
    width: 7.8125rem;
  }
  .section--reason__item__point p {
    padding: 1.5rem 10%;
  }
  .section--reason__item__content__text {
    margin: 0 auto;
    max-width: 80%;
  }
  .section--reason__item__img {
    width: calc(50% - 2.5rem);
  }
  .section--reason__item__img img {
    max-width: 100%;
  }
  .section--reason__item--reverse .flex-box {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
  }
  .section--reason__item--reverse .section--reason__item__content {
    margin-top: 0rem;
  }
  .section--reason__web-store {
    margin-top: 4.375rem;
  }
  .section--reason__web-store p {
    font-size: 1.375rem;
  }
  .section--reason__price .title {
    margin-top: -1.875rem;
  }
  .section--reason__price .title h2 {
    font-size: 1.125rem;
  }
  .section--reason__price .title h2 span {
    font-size: rem(50);
  }
  .section--reason__price .title p {
    font-size: 1.0625rem;
  }
  .section--reason__price .title img {
    width: 100px;
  }
  .section--reason__price .content .content__title,
  .section--reason__price .content .content__date {
    font-size: 1.0625rem;
  }
  .section--reason__price .content .price {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .section--reason__price .content .price h3 {
    font-size: 0.9375rem;
  }
  .section--reason__price .content .price p {
    font-size: 2.5rem;
  }
  .section--reason__price .content .price p span {
    font-size: 1.875rem;
  }
  .section--reason__price .content .price > * {
    width: 16.25rem;
  }
  .section--reason__price .content .price .gold {
    padding-right: 2.5rem;
  }
  .section--reason__price .content .price .silver {
    padding-left: 2.5rem;
  }
  .section--reason__price p {
    margin-bottom: 0;
  }
  .section--reason__price__bottom p {
    font-size: 0.625rem;
  }
  .section--reason__item--01 {
    padding-top: 0;
  }
  .section--reason__item--01 .section--reason__item__point p img {
    bottom: -60%;
    width: 24%;
  }
  .section--reason__item--01 .section--reason__item__content__text p {
    margin-bottom: 12.5rem;
  }
  .section--reason__item--02 .section--reason__item__img {
    width: 50%;
  }
  .section--reason__item--03 .section--reason__item__point p img {
    bottom: -20%;
  }
  .section--reason__item--03 .section--reason__item__img img {
    margin-top: -3vw;
  }
  .section--reason__item--04 .section--reason__item__img {
    margin: 0;
  }
  .section--reason__item--04 .section--reason__item__point p img {
    bottom: -35%;
    width: 6.625rem;
  }
  .section--reason__item--04 .section--reason__item__img img {
    margin-top: -3vw;
  }
  .section--reason__item--05 .flex-box--01 {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section--reason__item--05 .flex-box--01 .section--reason__item__point p img {
    bottom: inherit;
    right: 0;
    top: -70%;
    width: 5.1875rem;
  }
  .section--reason__item--05 .flex-box--02 {
    margin-top: 3.75rem;
  }
  .section--reason__item--05 .flex-box--02 .section--reason__item__img {
    margin: 0 -1.125rem;
  }
  .section--reason__item--05 .flex-box--02 .section--reason__item__point p img {
    bottom: -60%;
    right: 0;
    width: 7.125rem;
  }
  .section--reason .today__flex {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section--reason .today__flex--01 {
    margin-bottom: 1.875rem;
  }
  .section--reason .today__left {
    margin-bottom: 0;
    padding: 1.875rem;
    width: 40%;
  }
  .section--reason .today__left p {
    margin-bottom: 0;
  }
  .section--reason .today__right {
    width: 60%;
  }
  .section--reason .today__price {
    padding: 1.5rem;
  }
  .section--reason .today__price,
  .section--reason .example {
    width: 100%;
  }
  .section--reason .today__price .money,
  .section--reason .example .money {
    width: 30%;
  }
  .section--reason .today__price .weight,
  .section--reason .example .weight {
    width: 20%;
  }
  .section--reason .today__price .total,
  .section--reason .example .total {
    width: 30%;
  }
  .section--reason .example li {
    font-size: calc(22px + ((1vw - 9.6px) * 1.6667));
  }
  .section--reason .example li img {
    max-width: 9.125rem;
    width: 100%;
  }
  .section--reason .today__price {
    font-size: calc(22px + ((1vw - 9.6px) * 1.6667));
  }
  .section--reason .today__price .price {
    font-size: calc(22px + ((1vw - 9.6px) * 1.6667));
  }
  .section--reason .today__price .title,
  .section--reason .today__price span {
    font-size: calc(8px + ((1vw - 9.6px) * 1.6667));
  }
  .section--reason .today__price span {
    margin-right: 0.625rem;
  }
  .section--reason .today__price .title {
    border-radius: 3.125rem;
  }
  .section--policy .inner .section--policy__text {
    padding: 3.75rem 0;
  }
  .section--policy .inner {
    max-width: 70rem;
  }
  .section--policy .heading-s {
    font-size: 2.5rem;
  }
  .section--policy .heading-s span {
    font-size: 1.8125rem;
    line-height: 2.5;
  }
  .banner--box .banner .sub-title {
    font-size: 1.5rem;
  }
  .banner--box .banner .title {
    font-size: 2.625rem;
  }
  .banner--box .banner span {
    font-size: 0.75rem;
  }
  .section--faq {
    margin-bottom: 12.5rem;
  }
  .section--list-brand {
    padding: 7.5rem 0 3.75rem;
  }
  .section--list-brand ul {
    margin: -20px -10px 3.4375rem;
  }
  .section--list-brand ul > * {
    -ms-flex-preferred-size: calc(25% - 20px);
    -webkit-flex-basis: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
    margin: 20px 10px 0;
    max-width: calc(25% - 20px);
  }
  .section--list-brand ul > * a {
    font-size: 1.125rem;
  }
  .section--list-brand ul > * a span {
    font-size: 0.8125rem;
  }
  .section--list-brand-other {
    padding: 7.5rem 0;
  }
  .section--list-brand-other ul li {
    font-size: 1.625rem;
  }
  .section--mvp .section--mvp__lead {
    font-size: 1.4375rem;
    margin-bottom: 1.25rem;
  }
  .section--mvp .section--mvp__text {
    font-size: 1.1875rem;
    margin-bottom: 2.5rem;
  }
  .section--mvp .heading-nomal {
    font-size: 3.0625rem;
    margin-bottom: 1.25rem;
  }
  .section--mvp .heading-nomal span {
    font-size: 2.4375rem;
  }
  .section--mvp .mvp-img--1 {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 29.0625rem;
    top: 0;
    width: 30%;
  }
  .section--mvp .mvp-img--2 {
    bottom: 0;
    left: inherit;
    max-width: 27rem;
    right: 2%;
    top: 0;
    width: 30%;
  }
  .section--vuitton h2 {
    font-size: 2.25rem;
  }
  .section--vuitton h2 + p.text-center {
    font-size: 1.5rem;
  }
  .section--vuitton h3 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .section--vuitton .section--vuitton--inner {
    padding-top: 10.625rem;
  }
  .section--type.section--type-l .section--vuitto__flex__img {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: -1.875rem;
    width: 38%;
  }
  .section--type.section--type-l .txt {
    margin-left: 0.9375rem;
  }
  .section--type h3 + p {
    text-align: left;
  }
  .section--type .txt {
    font-size: 1.1875rem;
    margin-bottom: 0.625rem;
    text-align: left;
  }
  .section--type .flex-box {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .section--type .flex-box-thumb .thumb {
    min-width: 14.75rem;
  }
  .section--type--flex {
    margin-top: 6.25rem;
  }
  .section--type--flex .flex-box-s {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .section--type--flex .flex-box-s .section--type-s {
    width: 48%;
  }
  .section--type--flex .flex-box-s .section--type-s:nth-child(even) {
    margin-top: 0;
  }
  .section--type--flex .flex-box-thumb {
    -ms-flex-align: end;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    justify-content: center;
  }
  .section--type--flex .flex-box-thumb .thumb {
    width: 48%;
  }
  .section--type--flex .text-center {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
  }
  .section--marketPrice .inner {
    padding: 0 1.5rem;
  }
  .section--marketPrice .section--marketPrice__tilte + p {
    font-size: 1.0625rem;
  }
  .section--marketPrice .lank-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section--marketPrice .lank-list .lank-list__item {
    font-size: 1.0625rem;
  }
  .section--marketPrice .lank-list .lank-list__item:not(:last-child) {
    margin-right: 1.25rem;
  }
  .section--marketPrice .lank-list .lank-list__item span {
    font-size: 1.0625rem;
    height: 1.5625rem;
    width: 1.5625rem;
  }
  /* .cmpBox {
    width: 25%;
  }
  .cmpBox:after {
    left: 0;
    width: 100%;
  }
  .cmpBox:not(:nth-child(4n)):before {
    background: #a78f26;
    content: "";
    display: block;
    height: calc(100% - 0.625rem);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .cmpBox:last-child:before {
    content: none;
  } */
  .section--bag-state {
    padding: 0 0 7.5rem;
  }
  .section--bag-state h2 + p,
  .section--bag-state h3 + p {
    font-size: 1.5rem;
    margin-bottom: 4.375rem;
  }
  .section--bag-state ul {
    max-width: 62.5rem;
  }
  .section--bag-state ul li {
    font-size: 1rem;
    margin: 0 1.33333% 50px 0;
    width: 24%;
  }
  .section--bag-state ul li:last-child {
    margin-right: 0;
  }
  .section--bag-state02 h2 {
    margin-bottom: 4.375rem;
  }
  .section--brand-check {
    padding: 7.5rem 0;
  }
  .section--brand-check h2 + p,
  .section--brand-check h3 + p {
    font-size: 1.5rem;
    margin-bottom: 4.375rem;
  }
  .section--brand-check .text-img {
    max-width: 47.125rem;
  }
  .section--brand-check ul {
    max-width: 62.5rem;
  }
  .section--brand-check ul li {
    font-size: 1rem;
    margin: 0 2% 50px 0;
    width: 32%;
  }
  .section--brand-check ul li:last-child {
    margin-right: 0;
  }
  .section--brand-check .point img {
    font-size: 1.25rem;
  }
  .section--brand-check .point img img {
    width: 4.375rem;
  }
  .section--brand-new {
    padding: 7.5rem 0;
  }
  .section--brand-new ul {
    max-width: 66.25rem;
  }
  .section--brand-new ul li {
    font-size: 1rem;
    margin: 0 0.5% 50px;
    width: 19%;
  }
  .section--brand-new .box {
    max-width: 62.5rem;
    padding: 1.875rem 7.5rem;
  }
  .section--brand-new .box h3 {
    font-size: 1.5rem;
  }
  .section--brand-classic {
    padding: 0 0 7.5rem;
  }
  .section--brand-classic h2 + p,
  .section--brand-classic h3 + p {
    font-size: 1.5rem;
    margin-bottom: 4.375rem;
  }
  .section--brand-classic ul {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 62.5rem;
  }
  .section--brand-classic ul li {
    font-size: 1rem;
    margin: 0 2% 50px 0;
    width: 32%;
  }
  .section--brand-classic ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .meaia-set {
    display: block;
  }
}
@media screen and (min-width: 959px) and (min-width: 1600px) {
  .section--reason .example li {
    font-size: 2rem;
  }
  .section--reason .today__price {
    font-size: 2rem;
  }
  .section--reason .today__price .price {
    font-size: 2rem;
  }
  .section--reason .today__price .title,
  .section--reason .today__price span {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1180px) {
  .cmpBox {
    width: 25%;
  }
  .cmpBox:after {
    left: 0;
    width: 100%;
  }
  .cmpBox:not(:nth-child(4n)):before {
    background: #a78f26;
    content: "";
    display: block;
    height: calc(100% - 0.625rem);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .cmpBox:last-child:before {
    content: none;
  }
}


/* 修正 */

.section--pickup .btn a {
font-size: 0.78125rem;
max-width: 17rem;
}
.section--reason__item__point p {
    padding: 2.134rem;
}
.section--reason__item--03 .section--reason__item__point p img {
    bottom: -9%;
}
.section--reason__item--04 .section--reason__item__point p img {
    bottom: -9%;
}
.section--reason__item--05 .flex-box--01 .section--reason__item__point p img {
   bottom: -9%;
}
.section--reason__item--05 .flex-box--02 .section--reason__item__point p img {
   bottom: -9%;
}


/*# sourceMappingURL=brand.css.map */
