@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #151515;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media (min-width: 1100px) {
  .u-1100 {
    display: none;
  }
}

.u-345 {
  display: none;
}
@media (max-width: 345px) {
  .u-345 {
    display: block;
  }
}

@media (min-width: 830px) {
  .u-830 {
    display: none;
  }
}

html {
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3816925734vw;
  }
}
@media (min-width: 1158px) {
  html {
    font-size: 16px;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@font-face {
  font-family: Corporate-Logo-Bold-ver3;
  src: url(./font/Corporate-Logo-Bold-ver3.otf);
  src: url(./font/AnyConv.com__Corporate-Logo-Bold-ver3.woff2);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1208px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.section__title {
  font-size: 26px;
  line-height: 1.18461538;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
}

.section__title::after {
  content: "";
  width: 100%;
  height: 0.625rem;
  background-color: #ededed;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .section__title {
    font-size: 3.64vw;
  }
}
@media (min-width: 1100px) {
  .section__title {
    font-size: 40px;
  }
}
.banner {
  width: 22.5625rem;
  margin: 0 auto;
  display: block;
  padding: 1.0625rem 0.75rem 0.875rem 1.5625rem;
  border: 3px solid #0858c7;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  z-index: 100;
}

.banner__text {
  width: 87.887324%;
  margin: 0 auto;
}

.banner__img {
  position: absolute;
  width: 4.2625rem;
  bottom: -8.405797%;
  left: 7.887324%;
}

.banner .btn--ranking {
  width: 15.375rem;
  margin: 1.25rem 0 0 auto;
  padding: 0.7375rem 0.9375rem 0.7625rem 2.46875rem;
  display: block;
  border: 1px solid #ededed;
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
}

.banner .btn--ranking:hover {
  border: 1px solid #151515;
}

.banner .btn--ranking .btn__text {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.banner .btn--ranking .btn__arrow {
  width: 1.5rem;
  height: 1.5rem;
  transition: ease 0.25s;
}

.banner .btn--ranking .btn__arrow img {
  width: 100%;
  height: 100%;
  transition: ease 0.25s;
}

@media (max-width: 374px) {
  .banner {
    width: 94.66%;
  }
  .banner .btn__text {
    font-size: 3.26vw;
    white-space: nowrap;
  }
  .banner .btn--ranking {
    padding: 0.7375rem 0.375rem 0.7625rem;
  }
}
@media screen and (min-width: 768px) {
  .banner {
    width: 45.5rem;
    padding: 2.6125rem 4.15625rem 1.575rem 11.71875rem;
  }
  .banner__text {
    width: 100%;
  }
  .banner__img {
    width: 8.40375rem;
    top: 1rem;
    bottom: -9.489583%;
    left: 4.120879%;
  }
  .banner .btn--ranking {
    width: 27.4375rem;
    margin: 1.4375rem 1.09375rem 0 auto;
    padding: 0.7375rem 0.9375rem 0.7625rem 0.96875rem;
  }
  .banner .btn--ranking .btn__text {
    font-size: 15px;
    line-height: 1.92;
    white-space: nowrap;
  }
  .banner .btn--ranking .btn__arrow {
    width: 2.125rem;
    height: 2.125rem;
    transition: ease 0.25s;
  }
  .banner .btn__container {
    justify-content: center;
    gap: 1.25rem;
    transition: ease 0.25s;
  }
}
@media (min-width: 1100px) {
  .banner {
    padding: 2.6125rem 4.15625rem 1.575rem 11.71875rem;
    z-index: 95;
    height: 12rem;
  }
  .banner__img {
    width: 8.40375rem;
    bottom: -1.1375rem;
    left: 4.120879%;
  }
  .banner .btn--ranking {
    margin-right: auto;
    margin-left: auto;
  }
  .banner .btn__container {
    justify-content: center;
    gap: 1rem;
  }
}
.features__item {
  padding: 4.0625rem 1.125rem 1.5rem;
  border: 2px solid #151515;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}

.features__item::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features__num {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features__subtitle {
  font-size: 24px;
  text-align: center;
}

.features__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .features__item {
    padding: 4.8125rem 2rem;
  }
  .features__item::before {
    width: 5.6875rem;
    height: 5.6875rem;
  }
}
.flow__card {
  padding: 5.25rem 1.125rem 2rem;
  outline: 6px solid #ededed;
  border-radius: 12px;
  position: relative;
  outline-offset: -6px;
}

.flow__card::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 3.97875rem;
  position: absolute;
  background-image: url(../images/common/flow__base--sp.png);
  background-size: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flow__num {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.flow__subtitle {
  font-size: 28px;
  text-align: center;
}

.flow__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .flow__card {
    max-width: 56.625rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.875rem 2.3125rem 3.75rem;
    outline: 14px solid #ededed;
    border-radius: 20px;
    outline-offset: -14px;
  }
  .flow__card::before {
    content: "";
    display: inline-block;
    width: 5rem;
    height: 4.973125rem;
    left: 3.532009%;
    transform: translate(0, 0);
  }
  .flow__num {
    font-size: 1.36vw;
    left: 3.532009%;
    transform: translate(17%, 100%);
  }
  .flow__subtitle {
    text-align: left;
    transform: translateX(12%);
  }
  .flow__text {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1100px) {
  .flow__num {
    font-size: 16px;
    top: 0;
    left: 3.532009%;
    transform: translate(12%, 100%);
  }
}
.bought__item {
  max-width: 57.375rem;
  margin-left: auto;
  margin-right: auto;
}

.bought__img {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
  display: block;
}

.bought__case {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  margin-top: 0.9375rem;
}

table, td {
  border-collapse: collapse;
}

td {
  padding: 1.0625rem 0;
  border-top: 1px solid #151515;
}

.bought__list {
  width: 100%;
  margin-top: 2.03125rem;
  border-bottom: 1px solid #151515;
}

.bought__list td {
  display: flex;
}

.bought__property {
  width: 40.6%;
  font-size: 13px;
  font-weight: 400;
}

.bought__value {
  width: 59.4%;
  font-size: 18px;
  padding-right: 1.125rem;
}

@media screen and (min-width: 768px) {
  .bought {
    margin: 0 auto;
  }
  td + td {
    border-left: 1px solid #151515;
  }
  .bought__list {
    margin-top: 1.3rem;
  }
  .bought__list tr {
    width: 100%;
    display: flex;
  }
  .bought__list td {
    width: 50%;
  }
  td {
    padding: 0.875rem 0;
  }
  .bought__property {
    width: 29.7%;
  }
  .bought__value {
    width: 70.3%;
  }
  .bought__property.bought__property--r {
    width: 26.27%;
    padding-left: 1.0625rem;
  }
  .bought__value.bought__value--r {
    width: 73.73%;
  }
}
.shop__list {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  list-style: none;
}

.shop__list li a {
  padding: 0.9375rem 0;
}

.shop__list li a:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #ccc;
  border-radius: 50%;
  position: relative;
  top: -0.09375rem;
  left: -0.5rem;
}

.shop__list a {
  text-decoration-line: underline;
  text-decoration-color: #151515;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.4em;
}

.shop__list span {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .shop__list li a {
    padding: 1.09375rem 0;
  }
}
.faq__list {
  width: 100%;
  margin: 0 auto;
}

.faq__parent {
  background-color: #ededed;
  border-top: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
  padding: 2rem 2.5rem 2rem 0;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}

.faq__parent::after {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  background-image: url(../images/common/btn__faq.png);
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s 0s ease;
}

.faq__parent.open::after {
  background-image: url(../images/common/btn__faq--white.png);
  transition: all 0.3s 0s ease;
}

.faq__parent span {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.faq__child {
  padding-right: 4.5rem;
  background-color: #ededed;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .faq__list {
    max-width: 45.5rem;
  }
}
.btn {
  font-size: 15px;
  line-height: 1.92;
  letter-spacing: 0.025em;
  border: 2px solid #151515;
  border-radius: 80px;
  display: inline-block;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 1.125rem 1.25rem 1.125rem 2rem;
  transition: ease 0.25s;
}

.btn__container {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}

.btn__text {
  position: relative;
  text-decoration-line: underline;
  text-decoration-color: #707070;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;
  text-align: left;
}

.btn__arrow span {
  display: block;
  width: 2.0625rem;
  height: 2.0625rem;
  transition: ease 0.25s;
}

.btn__layout {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn {
    line-height: 1.92;
    font-size: 15px;
    letter-spacing: 0.18em;
    transition: ease 0.4s;
  }
  .btn__arrow img {
    width: 2.0625rem;
    height: 2.0625rem;
    transition: ease 0.4s;
  }
}
@media (max-width: 374px) {
  .btn {
    font-size: 4vw;
  }
  .btn__container {
    gap: 2.5vw;
  }
}
.btn:hover {
  color: #fff;
  background-color: #151515;
  border: 2px solid #151515;
  transition: ease 0.25s;
}

.btn__arrow .arrow-image {
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  background-image: url(../images/common/btn__arrow.svg);
  background-size: cover;
  background-position: left bottom;
  transition: background-image ease 0.25s;
}

.btn:hover .btn__arrow .arrow-image {
  background-image: url(../images/common/btn__arrow--white.svg);
}

.header {
  background-color: #151515;
  position: relative;
  height: 420px;
}

.header::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 4rem solid #151515;
  z-index: 99;
}

.header__inner {
  height: 420px;
  width: 100vw;
  padding-top: 0.75rem;
}

.header__top {
  max-width: 69.25rem;
  width: 100%;
  margin: 0 auto;
}

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

.header__text {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.header__logo {
  width: 11rem;
  margin-top: 0.875rem;
  display: block;
}

.header__sp,
.header__pc {
  display: none;
}

.header .banner {
  margin-top: 6.875rem;
}

@media screen and (min-width: 768px) {
  .header {
    z-index: 94;
  }
  .header::after {
    border-top: 6.25rem solid #151515;
    z-index: 94;
  }
  .header__top {
    margin-top: 0.9375rem;
  }
  .header__left {
    margin-top: 1.0625rem;
  }
  .header__text {
    font-size: 11px;
  }
  .header__logo {
    width: 21rem;
    margin-top: 1rem;
  }
  .header .banner {
    margin-top: 16.4375rem;
  }
}
@media (max-width: 370px) {
  .header__logo {
    margin-top: 0.1875rem;
  }
}
.header__hamburger {
  width: 4.625rem;
  height: 3.75rem;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #151515;
}

.header__hamburger div {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.header__hamburger span {
  position: relative;
  display: block;
  height: 0.0625rem;
  width: 2.625rem;
  background-color: #fff;
  transition: ease 0.3s;
  left: 50%;
  transform: translateX(-50%);
}

.header__hamburger.is-open span {
  background-color: #fff;
  width: 1.96875rem;
}

.header__hamburger span:nth-child(1) {
  top: 0;
}

.header__hamburger span:nth-child(2) {
  margin: 0.4375rem 0;
}

.header__hamburger span:nth-child(3) {
  top: 0;
}

.header__hamburger.is-open span:nth-child(1) {
  top: 0.4375rem;
  transform: rotate(45deg);
}

.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-child(3) {
  top: -0.5625rem;
  transform: rotate(-45deg);
}

body.fix {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}
.drawer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  width: 100%;
  height: 100vh;
  z-index: 8888;
  padding: 5.5rem 1.25rem;
}

.drawer__items {
  list-style: none;
}

.drawer__item {
  font-size: 18px;
  padding: 1.90625rem 0 0.59375rem;
  border-bottom: 1px solid #fff;
  position: relative;
}

.drawer__item::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.625rem;
  position: absolute;
  background-image: url(../images/common/arrow.png);
  background-size: cover;
  top: 45%;
  right: 0;
}

@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
}
.menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .menu {
    display: block;
  }
  .menu__items {
    display: flex;
    list-style: none;
  }
  .menu__item {
    transition: ease 0.8s;
  }
  .menu__item:nth-child(2) {
    margin-left: 4.3636vw;
  }
  .menu__item:nth-child(3) {
    margin-left: 4.8181vw;
  }
  .menu__item:nth-child(4) {
    margin-left: 4.909vw;
  }
  .menu__item a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 1.1875rem;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 1.2727vw;
    letter-spacing: 0.1em;
    line-height: 2.05714286;
    transition: ease 0.4s;
  }
  .menu__item:hover a {
    color: #ededed;
    border-bottom: 1px solid #ededed;
    transition: ease 0.4s;
  }
  .menu__item a p {
    margin: 0 auto;
  }
  nav ul ul {
    display: block;
  }
  nav ul li {
    position: relative;
  }
  nav li.has-child ul {
    position: absolute;
    left: 0;
    top: 3.3625rem;
    z-index: 4;
    background: #d7d7d7;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  nav li.has-child:hover > ul,
  nav li.has-child:active > ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .menu__item:nth-child(2) {
    margin-left: 3rem;
  }
  .menu__item:nth-child(3) {
    margin-left: 3.3125rem;
  }
  .menu__item:nth-child(4) {
    margin-left: 3.375rem;
  }
  .menu__item a {
    font-size: 14px;
  }
}
footer {
  background-color: #151515;
}

footer p {
  padding-top: 9.25rem;
  padding-bottom: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  footer .banner {
    transform: translateY(-53%);
  }
}
.faq__list {
  width: 100%;
  margin: 0 auto;
}

.faq__parent {
  background-color: #ededed;
  border-top: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
  padding: 2rem 2.5rem 2rem 0;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}

.faq__parent::after {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  background-image: url(../images/common/btn__faq.png);
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s 0s ease;
}

.faq__parent.open::after {
  background-image: url(../images/common/btn__faq--white.png);
  transition: all 0.3s 0s ease;
}

.faq__parent span {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.faq__child {
  padding-right: 4.5rem;
  background-color: #ededed;
  line-height: 1.9;
  letter-spacing: 0.03em;
  padding-bottom: 3rem;
  font-weight: 500;
  color: #0858c7;
}

@media screen and (min-width: 768px) {
  .faq__list {
    max-width: 45.5rem;
  }
  .faq__child {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 2;
  }
}
.faq {
  background-color: #ededed;
  padding: 12.1875rem 0 5rem;
  position: relative;
  z-index: 0;
}

.faq__images {
  display: flex;
  gap: 2.68125rem;
  justify-content: center;
}

.faq__image.man {
  position: absolute;
  top: 5.4375rem;
  left: 25%;
  width: 4.381875rem;
  height: 6.450625rem;
}

.faq__image.woman {
  position: absolute;
  top: 5.6875rem;
  right: 28%;
  width: 4.009375rem;
  height: 6.245625rem;
}

.faq__title {
  margin-top: 1.4875rem;
}

.faq__list {
  margin-top: 3rem;
  border-bottom: 1px solid #fff;
}

.faq .banner {
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0858c7;
}

.faq .banner .banner__text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .faq {
    padding: 10.4375rem 0 11.1875rem;
  }
  .faq__image.man {
    top: 9.0625rem;
    left: 50%;
    transform: translateX(-362px);
  }
  .faq__image.woman {
    top: 9.25rem;
    right: 50%;
    transform: translateX(361px);
  }
  .faq .section__title::after {
    background-color: #fff;
  }
  .faq__list {
    margin-top: 4.1875rem;
  }
  .faq__parent {
    padding: 1.9375rem 2.5rem 2rem 0;
  }
  .faq__parent span {
    margin-right: 1.6875rem;
  }
}
.shop__list {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  list-style: none;
}

.shop__list li {
  border-bottom: 1px solid #ededed;
}

.shop__list li a:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #ccc;
  border-radius: 50%;
  position: relative;
  top: -0.09375rem;
  left: 0;
}

.shop__list a {
  text-decoration-line: underline;
  text-decoration-color: #151515;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.4em;
  padding: 0.9375rem 0;
}

.shop__list span {
  padding-left: 0.5rem;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .shop__list li a {
    padding: 1.09375rem 0;
  }
}
.shop {
  padding: 7.1875rem 0 4rem;
  position: relative;
}

.shop::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  box-sizing: border-box;
  border-right: 50vw solid #ededed;
  border-left: 50vw solid #ededed;
  border-top: 4rem solid #fff;
  z-index: 99;
}

.shop__list {
  margin-top: 3.03125rem;
  border-top: 1px solid #ededed;
}

.shop__list li a {
  display: block;
}

@media (min-width: 450px) {
  .shop__list {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .shop {
    padding: 8.9375rem 0 5.125rem;
  }
  .shop::after {
    border-top: 6.25rem solid #fff;
  }
  .shop__list {
    text-align: left;
    margin-top: 4.21875rem;
    display: flex;
    flex-wrap: wrap;
  }
  .shop__list li {
    width: 33.3333333333%;
    border-right: 1px solid #ededed;
    transition: ease 0.25s;
  }
  .shop__list li:nth-child(3n) {
    border-right: none;
  }
  .shop__list li a {
    padding-left: 1.5625rem;
    transition: ease 0.25s;
  }
  .shop__list li span {
    padding-left: 0;
  }
  .shop__list li a:before {
    left: -0.5rem;
  }
}
.shop__list li a:hover {
  color: #fff;
  background-color: #151515;
}

.flow__card {
  padding: 5.25rem 1.125rem 2rem;
  outline: 6px solid #ededed;
  border-radius: 12px;
  position: relative;
  outline-offset: -6px;
}

.flow__card::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 3.97875rem;
  position: absolute;
  background-image: url(../images/common/flow__base--sp.png);
  background-size: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flow__num {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.flow__subtitle {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.05em;
}

.flow__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .flow__card {
    max-width: 56.625rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.875rem 2.3125rem 3.75rem;
    outline: 14px solid #ededed;
    border-radius: 20px;
    outline-offset: -14px;
  }
  .flow__card::before {
    content: "";
    display: inline-block;
    width: 5rem;
    height: 4.973125rem;
    left: 3.532009%;
    transform: translate(0, 0);
  }
  .flow__num {
    font-size: 1.36vw;
    left: 3.532009%;
    transform: translate(17%, 100%);
  }
  .flow__subtitle {
    text-align: left;
    transform: translateX(12%);
  }
  .flow__text {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1100px) {
  .flow__num {
    font-size: 16px;
    top: 0;
    left: 3.532009%;
    transform: translate(12%, 100%);
  }
}
.flow {
  padding: 6.9375rem 0 2.50625rem;
  position: relative;
}

.flow::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  box-sizing: border-box;
  border-right: 50vw solid #ededed;
  border-left: 50vw solid #ededed;
  border-top: 4rem solid #fff;
  z-index: 99;
}

.flow__description {
  font-size: 16px;
  font-weight: 500;
  margin-top: 3rem;
  text-align: left;
  max-width: 45.5rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
  letter-spacing: 0.025em;
}

.flow__card {
  margin-top: 2.3125rem;
}

.flow__card:first-child {
  margin-top: 3.36875rem;
}

.flow__card:first-child::after {
  content: "";
  display: inline-block;
  width: 4.395625rem;
  height: 4.775rem;
  position: absolute;
  background-image: url(../images/common/flow__note.png);
  background-size: cover;
  top: -3.5%;
  right: -2%;
}

.flow__card:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 6.14625rem;
  height: 3.04875rem;
  position: absolute;
  background-image: url(../images/common/flow__car.png);
  background-size: cover;
  bottom: -2%;
  right: 0;
}

@media screen and (min-width: 768px) {
  .flow {
    padding: 11.0625rem 0 6rem;
  }
  .flow::after {
    border-top: 6.25rem solid #fff;
  }
  .flow__description {
    margin-top: 2.125rem;
  }
  .flow__card {
    margin-top: 3.25rem;
  }
  .flow__card:first-child {
    margin-top: 4.5rem;
  }
  .flow__card:first-child::after {
    width: 6.50125rem;
    height: 7.0625rem;
    top: 84%;
    right: -6%;
  }
  .flow__card:nth-child(2)::after {
    display: none;
  }
  .flow__card:nth-child(3)::after {
    content: "";
    display: inline-block;
    width: 10.56375rem;
    height: 5.240625rem;
    position: absolute;
    background-image: url(../images/common/flow__car.png);
    background-size: cover;
    bottom: -9%;
    right: 0;
  }
}
.features__item {
  padding: 4.0625rem 1.125rem 1.5rem;
  border: 2px solid #151515;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}

.features__item::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features__num {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features__subtitle {
  font-size: 24px;
  text-align: center;
}

.features__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .features__item {
    padding: 4.8125rem 2rem;
  }
  .features__item::before {
    width: 5.6875rem;
    height: 5.6875rem;
  }
}
.features {
  background-color: #ededed;
  padding: 8rem 0 2rem;
  position: relative;
  z-index: 0;
}

.features::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 4rem solid #ededed;
  z-index: 99;
}

.features .section__title::after {
  background-color: #fff;
}

.features__description {
  font-size: 16px;
  font-weight: 500;
  margin-top: 3rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.025em;
}

.features__items {
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.8125rem;
}

.features .btn__layout {
  margin-top: 4rem;
}

.features .btn__container {
  gap: 1.125rem;
}

.features .btn__text {
  flex: 3;
}

.features + .banner {
  transform: translateY(18%);
  background-color: #0858c7;
}

.features + .banner .banner__text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .features {
    padding: 18.875rem 0 2rem;
  }
  .features::after {
    border-top: 6.25rem solid #ededed;
  }
  .features__description {
    margin-top: 2.125rem;
  }
  .features__items {
    flex-direction: row;
    gap: 2rem;
    margin-top: 6.25rem;
  }
  .features__item {
    flex: 1;
    padding: 4.8125rem 2rem 3.125rem;
  }
  .features .btn {
    letter-spacing: 0.03em;
    padding: 1.125rem 1.25rem 1.125rem 1.5rem;
  }
  .features + .banner {
    transform: translateY(32%);
  }
}
.black-list {
  background-color: #191e4d;
  position: relative;
  padding: 4rem 0 10.625rem;
}

.black-list::before {
  content: "";
  position: absolute;
  top: calc(0% - 5px);
  right: 0;
  left: 0;
  box-sizing: border-box;
  border-right: 50vw solid #191e4d;
  border-left: 50vw solid #191e4d;
  border-top: 4rem solid #fff;
  z-index: 99;
}

.black-list::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 4rem solid #191e4d;
  z-index: 99;
}

.black-list__title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin-top: 2.5rem;
}

.black-list__title-box {
  display: none;
}

.black-list__detail-box {
  background-color: #fff;
  padding: 1.75rem 0 1.625rem;
  margin-top: 2.75rem;
  border: 2px solid #ccc;
  border-radius: 4px;
}

.black-list__detail {
  color: #151515;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 0 1.125rem 0 2.625rem;
}

.black-list__detail:nth-child(2) {
  padding-top: 1.1875rem;
}

.black-list__detail li {
  margin-top: 1.1875rem;
  text-indent: -6px;
}

.black-list__detail li.break {
  display: none;
}

.black-list__detail li:first-child {
  margin-top: 0;
}

.black-list__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 2.5rem;
}

.black-list .btn__layout.first {
  margin-top: 2.25rem;
}

.black-list .btn__layout.second {
  margin-top: 1.25rem;
}

.black-list .btn__layout.first .btn,
.black-list .btn__layout.second .btn {
  padding: 1.1875rem 1.125rem 1rem 1.5625rem;
}

.black-list .btn__layout.first .btn .btn__container {
  gap: 4rem;
}

.black-list .btn__layout.second .btn .btn__container {
  gap: 1.5rem;
}

.black-list__illust {
  width: 15.125rem;
  height: 12.5rem;
  position: absolute;
  bottom: -6%;
  left: 53%;
  transform: translateX(-50%);
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .black-list {
    padding: 17rem 0 2.5rem;
    background-color: #191e4d;
  }
  .black-list::before {
    top: 0;
    border-right: 50vw solid rgba(25, 30, 77, 0);
    border-left: 50vw solid rgba(25, 30, 77, 0);
    border-top: 6.25rem solid #fff;
  }
  .black-list::after {
    top: calc(100% - 1px);
    border-top: 6.25rem solid #191e4d;
  }
  .black-list__inner {
    max-width: 57.375rem;
    margin-left: auto;
    margin-right: auto;
    padding: 5.25rem 5.5375rem 5rem;
    border: 4px solid #c3c3c3;
    border-radius: 2.5rem;
    position: relative;
  }
  .black-list__title {
    position: absolute;
    top: -4.5%;
    left: 50%;
    width: 45.5rem;
    display: inline-block;
    transform: translate(-50%, -50%);
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-top: 2.9rem;
    z-index: 101;
  }
  .black-list__title-box {
    display: block;
    width: 79%;
    height: 3.5rem;
    background-color: #191e4d;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border-radius: 8px;
  }
  .black-list__detail-box {
    display: flex;
    padding: 3.65rem 0 3.3125rem;
  }
  .black-list__detail.left {
    padding: 0 1.125rem 0 3.8125rem;
  }
  .black-list__detail.right {
    padding: 0 1.125rem 0 2.4375rem;
  }
  .black-list__text {
    line-height: 2;
    letter-spacing: 0.025em;
    margin-top: 3.125rem;
  }
  .black-list .btn__layout.first {
    margin-top: 3.375rem;
  }
  .black-list .btn__layout.second {
    margin-top: 2.3125rem;
  }
  .black-list .btn {
    letter-spacing: 0.025em;
  }
  .black-list .btn__layout.first .btn .btn__container {
    gap: 1.25rem;
  }
  .black-list .btn__layout.second .btn .btn__container {
    gap: 1rem;
  }
  .black-list__illust {
    bottom: -18%;
    left: 48%;
  }
}
@media (min-width: 1100px) {
  .black-list__title {
    width: 45.5rem;
    font-size: 40px;
  }
}
.about {
  padding: 3rem 0 2rem;
}

.about__card {
  padding: 3.75rem 1.125rem 1.6875rem;
  border: 2px solid #151515;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.about__card::before {
  content: "";
  color: #fff;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  width: 15.75rem;
  height: 4rem;
  background-color: #151515;
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about__title {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 0.1875rem;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.about__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}

.about .btn__layout {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .about__card {
    max-width: 57.375rem;
    margin-top: 6.25rem;
    padding: 5.4375rem 2rem 4.6875rem;
  }
  .about__card::before {
    width: 23.625rem;
    height: 4.625rem;
  }
  .about__title {
    font-size: 2.9vw;
  }
  .about .btn__layout {
    position: relative;
    margin-top: -2.5rem;
    z-index: 100;
  }
  .about .btn {
    letter-spacing: 0.025em;
    padding: 18px 21px 18px 25px;
  }
  .about .btn .btn__container {
    gap: 0.8125rem;
  }
}
@media (min-width: 1100px) {
  .about__title {
    font-size: 32px;
  }
}
.fv {
  background-color: #ededed;
  position: relative;
  padding-top: 6.8375rem;
  height: 18.0625rem;
  position: relative;
}

.fv::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 4rem solid #ededed;
  z-index: 99;
}

.fv__img {
  width: calc(100vw - 40px);
  max-width: 69.25rem;
  height: 30.75rem;
  position: absolute;
  top: 5.5625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  overflow: hidden;
}

.fv__pc {
  display: none;
}

.fv__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fv .banner {
  z-index: 101;
  background-color: #ededed;
}

.fv__title {
  text-align: center;
  position: absolute;
  color: #fff;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  white-space: nowrap;
}

.fv__title h2 {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.fv__title p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.625rem;
}

@media (max-width: 370px) {
  .fv__title {
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
    white-space: nowrap;
  }
  .fv__title h2 {
    font-size: 28px;
  }
  .fv__title p {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    transform: translateY(-70px);
    z-index: 93;
    height: 36.5625rem;
  }
  .fv::after {
    border-top: 6.25rem solid #ededed;
  }
  .fv__img {
    height: 640px;
    top: 10.125rem;
    z-index: 95;
  }
  .fv__img img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .fv__sp {
    display: none;
  }
  .fv__pc {
    display: block;
  }
  .fv__title {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
    white-space: nowrap;
  }
  .fv__title h2 {
    font-size: 8.36vw;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .fv__title p {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 1.625rem;
  }
}
@media (min-width: 1100px) {
  .fv__title {
    top: 102%;
  }
  .fv__title h2 {
    font-size: 92px;
  }
}
.bought__item {
  max-width: 57.375rem;
  margin-left: auto;
  margin-right: auto;
}

.bought__img {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
  display: block;
}

.bought__case {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  margin-top: 0.9375rem;
}

table, td {
  border-collapse: collapse;
}

td {
  padding: 1.0625rem 0;
  border-top: 1px solid #151515;
}

.bought__list {
  width: 100%;
  margin-top: 2.03125rem;
  border-bottom: 1px solid #151515;
}

.bought__list td {
  display: flex;
  align-items: center;
}

.bought__property {
  width: 40.6%;
  font-size: 13px;
  font-weight: 400;
}

.bought__value {
  width: 59.4%;
  font-size: 18px;
  padding-right: 1.125rem;
}

@media screen and (min-width: 768px) {
  .bought {
    margin: 0 auto;
  }
  td + td {
    border-left: 1px solid #151515;
  }
  .bought__list {
    margin-top: 1.3rem;
  }
  .bought__list tr {
    width: 100%;
    display: flex;
  }
  .bought__list td {
    width: 50%;
  }
  td {
    padding: 0.875rem 0;
  }
  .bought__property {
    width: 29.7%;
  }
  .bought__value {
    width: 70.3%;
  }
  .bought__property.bought__property--r {
    width: 26.27%;
    padding-left: 1.0625rem;
  }
  .bought__value.bought__value--r {
    width: 73.73%;
  }
}
.bought {
  background-color: #ededed;
  padding: 8.5rem 0 1.625rem;
  position: relative;
  z-index: 0;
}

.bought::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 4rem solid #ededed;
  z-index: 99;
}

.bought .section__title::after {
  background-color: #fff;
}

.bought__item {
  margin-top: 3.09375rem;
}

.bought__item:first-child {
  margin-top: 3rem;
}

.bought .btn__layout {
  margin-top: 3rem;
}

.bought .btn__text {
  flex: 3;
}

.bought + .banner {
  transform: translateY(22%);
  background-color: #0858c7;
}

.bought + .banner .banner__text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .bought {
    padding: 11.875rem 0 4.625rem;
  }
  .bought::after {
    border-top: 6.25rem solid #ededed;
  }
  .bought__item {
    margin-top: 4.21875rem;
  }
  .bought .btn__layout {
    margin-top: 3.75rem;
  }
  .bought .btn {
    letter-spacing: 0.01em;
  }
  .bought + .banner {
    transform: translateY(12%);
  }
}/*# sourceMappingURL=styles.css.map */