@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@700&&family=Oswald:wght@400&display=swap");

/* reset */
body {
  margin: 0;
}

blockquote,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
table,
ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

dl,
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

button:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

figcaption {
  margin-top: 1em;
}

em {
  font-weight: bold;
  font-style: normal;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #444444;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

body {
  min-width: 1270px;
}

@media screen and (max-width: 599px) {
  body {
    min-width: initial;
  }
}

a {
  color: #029A61;
  text-decoration: none;
}

@media (min-width: 600px) {
  a:hover {
    color: #029A61;
    opacity: 0.5;
  }
}

@media (min-width: 600px) {
  button:hover {
    opacity: 0.5;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(./img/icon_pdf_black.svg) no-repeat;
}

hr {
  height: 2px;
  background-color: #ccc;
  border: none;
  margin: 1em 0;
}

button {
  cursor: pointer;
}

/*============================
layout
============================*/
.l-container {
  width: 83.9694656489%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .l-container {
    width: 1100px;
  }
}

/*============================
header
============================*/
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.header {
  padding-top: 50px;
}

@media (min-width: 600px) {
  .header {
    padding-top: 0;
  }
}

.header .header__inner {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

.header .header__inner-souzoku,
.header .header__inner-sankotsu,
.header .header__inner-ihin,
.header .header__inner-obousan {
  justify-content: space-between;
}

@media (min-width: 600px) {
  .header .header__inner {
    width: 1200px;
    height: 120px;
    margin: auto;
    position: static;
  }
}

.header .header__inner .header__logo {
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .header .header__inner .header__logo {
    height: 50px;
  }
}

.header .header__inner .header__logo img {
  height: 100%;
  width: auto;
}

.header .header__inner .header__menu {
  align-self: stretch;
  width: 50px;
  background: #815C98;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

@media (min-width: 600px) {
  .header .header__inner .header__menu {
    display: none;
  }
}

.header .header__inner .header__menu img {
  width: 26px;
}

.header-contact {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

@media (min-width: 600px) {
  .header-contact {
    display: flex;
  }
}

.header-contact .header-contact-head {
  width: 306px;
}

.header-contact .header-contact-tel {
  font-family: "Oswald", sans-serif;
  font-size: 2.375rem;
  font-weight: bold;
  color: #C14747;
}

.header-contact .header-contact-info {
  width: 100px;
}

@media (min-width: 600px) {
  .sp-header {
    display: none;
  }
}

.sp-navs {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 50px 0 20px;
  border-radius: 0px 0px 10px 10px;
  background-color: #815C98;
  height: 100svh;
}

.sp-navs.active {
  display: block;
}

.sp-navs__inner {
  width: min(89.8218829517%, 600px);
  padding-top: 15px;
  margin: 0 auto;
  height: 100%;
  overflow-y: scroll;
}

.sp-navs .sp-navs__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp-navs-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.sp-navs-main__item {
  flex: 1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}

.sp-navs-main__item ul {
  display: none;
  margin: 0 10px;
}

.sp-navs-main__item ul.show {
  display: flex;
  flex-direction: column;
}

.sp-navs-main__item ul li a {
  text-decoration: none;
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 8px;
  border-top: 2px solid #B8E3D2;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
}

.sp-navs-main__item ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-main__item ul li a::after {
  margin-left: auto;
  transition: all 0.25s ease;
  content: url(../img/nav_arr_g.svg);
}

.sp-navs-main__item>span,
.sp-navs-main__item>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  color: #3A3A3A;
  font-weight: 800;
  font-style: normal;
  width: 100%;
  padding: 7px 20px;
  cursor: pointer;
}

.sp-navs-main__item>span:hover,
.sp-navs-main__item>a:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-main__item>span::before,
.sp-navs-main__item>a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sp-navs-main__item>span::after,
.sp-navs-main__item>a::after {
  margin-left: auto;
  transition: all 0.25s ease;
  content: url(../img/nav_arr_g.svg);
}

.sp-navs-main__item>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs-main__item--features span::before,
.sp-navs-main__item--features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.sp-navs-main__item--plan span::before,
.sp-navs-main__item--plan a::before {
  background-image: url(../img/nav_icon_plan.png);
}

.sp-navs-main__item--search span::before,
.sp-navs-main__item--search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.sp-navs-service {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.sp-navs-service>li {
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  position: relative;
}

.sp-navs-service>li>a,
.sp-navs-service>li>span {
  text-decoration: none;
  flex: 1;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: 1.5;
  padding: 12px 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.sp-navs-service>li>a:hover,
.sp-navs-service>li>span:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-service>li>a::after,
.sp-navs-service>li>span::after {
  transition: all 0.25s ease;
  content: url(../img/nav_arr.svg);
}

.sp-navs-service>li>span {
  cursor: pointer;
}

.sp-navs-service>li>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs-service>li>ul.sub {
  display: none;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #513A5F;
  z-index: 10;
}

.sp-navs-service>li>ul.sub.show {
  display: block;
}

.sp-navs-service>li>ul.sub>li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.sp-navs-service>li>ul.sub>li>a,
.sp-navs-service>li>ul.sub>li span {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #513A5F;
  padding: 12px 20px;
}

.sp-navs-service>li>ul.sub>li>a::after,
.sp-navs-service>li>ul.sub>li span::after {
  content: url(../img/nav_arr.svg);
  transition: all 0.25s ease;
}

.sp-navs-service>li>ul.sub>li>a:hover,
.sp-navs-service>li>ul.sub>li span:hover {
  background-color: #513A5F;
}

.sp-navs-service>li>ul.sub>li>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs-service li ul.sub li .sub2Inner {
  width: 100%;
  display: none;
}

.sp-navs-service li ul.sub li .sub2Inner.show {
  display: block;
}

.sp-navs-service li ul.sub li .sub2Inner li {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.sp-navs-service li ul.sub li .sub2Inner a {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  background: #281D30;
  padding: 12px 20px;
}

.sp-navs-service li ul.sub li .sub2Inner a::after {
  content: url(../img/nav_arr.svg);
  transition: all 0.25s ease;
}

.sp-navs-service li ul.sub li .sub2Inner a:hover {
  text-decoration: none;
}

.sp-navs-service li ul.sub li .sub2Inner a:hover:hover {
  text-decoration: none;
  opacity: 1;
}

.navs {
  display: none;
  height: 40px;
  background-color: #815C98;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 600px) {
  .navs {
    display: flex !important;
  }
}

.navs>ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-size: 0.75rem;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  width: 1200px;
}

.navs>ul>li {
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  position: relative;
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.navs>ul>li>a,
.navs>ul>li>span {
  flex: 1;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 120%;
}

.navs>ul>li>span {
  cursor: pointer;
}

@media (min-width: 600px) {
  .navs ul li:hover ul.sub {
    display: block;
  }
}

.navs ul li ul.sub {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #815C98;
  z-index: 10;
}

.navs ul li ul.sub>li {
  width: 100%;
  padding: 0px;
  position: relative;
}

.navs ul li ul.sub>li a,
.navs ul li ul.sub>li span {
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 12px 0;
  display: block;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs ul li ul.sub>li a:hover,
.navs ul li ul.sub>li span:hover {
  background-color: #513A5F;
  opacity: 1;
}

@media (min-width: 600px) {
  .navs ul li ul.sub li:hover .sub2Inner {
    display: block;
  }
}

.navs ul li ul.sub li .sub2Inner {
  position: absolute;
  left: 100%;
  width: 100%;
  display: none;
  top: 0px;
}

.navs ul li ul.sub li .sub2Inner a {
  background: #815C98;
  padding: 12px 0;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs ul li ul.sub li .sub2Inner a:hover {
  background-color: #513A5F;
  opacity: 1;
}

@media (min-width: 600px) {
  .navs-main-wrap {
    background-color: #ECE0F3;
  }
}

.navs-main {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 600px) {
  .navs-main {
    width: 1200px;
    margin: auto;
  }
}

.navs-main .navs-main__item {
  flex: 1;
}

.navs-main .navs-main__item:not(:first-child) {
  border-left: 1px solid #D9D9D9;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item {
    border-left: 1px solid #D9D9D9;
  }
}

.navs-main .navs-main__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item a {
    font-size: 1rem;
    gap: 8px;
  }
}

.navs-main .navs-main__item a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item a::before {
    width: 24px;
    height: 24px;
  }
}

.navs-main .navs-main__item--features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.navs-main .navs-main__item--plan a::before {
  background-image: url(../img/nav_icon_plan.png);
}

.navs-main .navs-main__item--search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.navs-main .navs-main__item--hurry {
  display: none;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item--hurry {
    display: flex;
    flex: none;
    align-self: stretch;
    width: 210px;
  }

  .navs-main .navs-main__item--hurry a {
    border: 2px solid #FFB800;
    background: #C14747;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .navs-main .navs-main__item--hurry a::before {
    background-image: url(../img/nav_icon_hurry.png);
  }
}

.fixed-header-wrap {
  display: none;
  position: fixed;
  z-index: 100;
  top: -70px;
  background-color: #FFF;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  transition: all 0.25s ease;
}

@media (min-width: 600px) {
  .fixed-header-wrap {
    display: block;
  }
}

.fixed-header-wrap.is-show {
  top: 0;
}

@media (min-width: 600px) {
  .fixed-header {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
  }
}

.fixed-header__logo {
  width: 120px;
  padding-left: 10px;
  display: flex;
}

.fixed-header__menu {
  flex: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.fixed-header__item {
  flex: 1;
  display: flex;
  position: relative;
}

.fixed-header__item::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fixed-header__item:hover {
  background-color: #ECE0F3;
}

.fixed-header__item>a,
.fixed-header__item span {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

.fixed-header__item>a:hover,
.fixed-header__item span:hover {
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 600px) {

  .fixed-header__item>a,
  .fixed-header__item span {
    font-size: 1rem;
    gap: 8px;
  }
}

.fixed-header__item>a::before,
.fixed-header__item span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {

  .fixed-header__item>a::before,
  .fixed-header__item span::before {
    width: 24px;
    height: 24px;
  }
}

.fixed-header__item--features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.fixed-header__item--plan a::before {
  background-image: url(../img/nav_icon_plan.png);
}

.fixed-header__item--search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.fixed-header-sub-nav {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #C8E8DC;
  z-index: 10;
}

.fixed-header__item:hover .fixed-header-sub-nav {
  display: block;
}

.fixed-header-sub-nav>li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-top: 1px #1BA127 solid;
}

.fixed-header-sub-nav>li:first-child {
  border: none;
}

.fixed-header-sub-nav>li a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #1BA127;
  text-align: center;
  cursor: pointer;
  padding: 16px 0;
  display: block;
}

/*============================
footer
============================*/
.area-many {
  padding: 40px 0 50px;
  background-color: #815C98;
}

@media (min-width: 600px) {
  .area-many {
    padding: 70px 0 80px;
  }
}

@media (min-width: 600px) {
  .area-many .l-container {
    width: 1250px;
  }
}

.area-many__head {
  position: relative;
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .area-many__head {
    font-size: 1.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.area-many__head::after {
  content: "";
  display: block;
  background: #815C98;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .area-many__head::after {
    width: 100px;
  }
}

.area-many__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-many__list li {
  width: calc((100% - 10px) / 2);
}

@media (min-width: 600px) {
  .area-many__list li {
    width: calc((100% - 50px) / 6);
  }
}

.area-many__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .area-many__list li a {
    font-size: 1.125rem;
  }
}

.area-many__list li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

.f-nav {
  font-size: 0.8125rem;
  margin-bottom: 1em;
  color: #fff;
}

.f-nav:last-child {
  margin-bottom: 0;
}

.f-nav a {
  color: #fff;
}

.f-copy {
  color: #fff;
  font-size: 0.8125rem;
}

.footer {
  background-color: #ECECEC;
  padding: 40px 0 120px;
}

.footer .area-many {
  background-color: #ECECEC;
  padding-top: 0px;
}

.footer .area-many__head {
  color: #815C98;
}

.footer .area-many__list li a {
  background-color: white;
  border: none;
}

@media (min-width: 600px) {
  .footer .area-many__list li {
    width: calc((100% - 50px) / 5);
  }
}

@media (min-width: 600px) {
  .footer {
    padding: 50px 0;
    padding-bottom: 120px;
  }
}

.footer__inner-wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .footer__inner-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 600px) {
  .footer__inner-r {
    display: flex;
  }
}

.footer__logo {
  width: 142px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .footer__logo {
    width: 170px;
    margin-bottom: 30px;
  }

  .footer__logo-ihin {
    width: 300px;
  }

  .footer__logo-obousan {
    width: 300px;
  }

  .footer__logo-sankotsu {
    width: 300px;
  }

  .footer__logo-souzoku {
    width: 300px;
  }
}

.footer__mark {
  width: 283px;
  margin: auto;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .footer__mark {
    align-self: flex-end;
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.footer__nav li {
  line-height: 1;
}

.footer__nav li a {
  color: #815C98;
  font-size: 0.625rem;
  font-weight: 700;
}

@media (min-width: 600px) {
  .footer__nav li a {
    font-size: 0.875rem;
  }
}

.footer__copy {
  text-align: center;
  color: #000;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
}

@media (min-width: 600px) {
  .footer__copy {
    font-size: 0.625rem;
  }
}

/*============================
top
============================*/
@media (min-width: 600px) {
  .kv-vivistyle {
    display: flex;
    justify-content: center;
    background-image: url(../img/kv_bg.png);
  }
}

@media (min-width: 600px) {
  .kv-vivistyle__head {
    width: 1183px;
  }
}

.cta-fv-vivistyle {
  background: #FFF6EB;
  padding-bottom: 35px;
}

@media (min-width: 600px) {
  .cta-fv-vivistyle {
    padding: 45px 0;
  }
}

.cta-fv-vivistyle__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 600px) {
  .cta-fv-vivistyle__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: normal;
  }
}

.cta-fv-vivistyle__btn {
  display: block;
  margin: -40px auto 0;
  position: relative;
}

@media (min-width: 600px) {
  .cta-fv-vivistyle__btn {
    order: 2;
    width: 444px;
    margin: 0;
  }
}

.cta-fv-vivistyle__btn span {
  display: none;
}

@media (min-width: 600px) {
  .cta-fv-vivistyle__btn span {
    display: block;
    position: absolute;
    left: 22px;
    bottom: 0;
    font-family: "Oswald", sans-serif;
    font-size: 3.125rem;
    color: #FFF;
  }
}

.cta-fv-vivistyle__offer {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 600px) {
  .cta-fv-vivistyle__offer {
    order: 1;
    width: 598px;
  }
}

.promise-vivistyle {
  padding-top: 40px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .promise-vivistyle {
    padding-top: 125px;
    margin-bottom: 75px;
  }
}

.promise-vivistyle__text {
  color: #815C98;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 28px;
}

@media (min-width: 600px) {
  .promise-vivistyle__text {
    font-size: 1.875rem;
    margin-bottom: 0;
  }

  .promise-vivistyle__text br {
    display: none;
  }
}

.promise-vivistyle__text2 {
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .promise-vivistyle__text2 {
    margin-top: -80px;
    margin-bottom: 70px;
  }
}

.promise-point-vivistyle__head {
  width: 216px;
  margin: auto;
}

@media (min-width: 600px) {
  .promise-point-vivistyle__head {
    width: 310px;
  }
}

.promise-point-vivistyle__inner {
  padding: 35px 20px 50px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(158, 100, 193, 0.1), -4px 0px 4px 0px rgba(158, 100, 193, 0.1);
}

@media (min-width: 600px) {
  .promise-point-vivistyle__inner {
    padding: 45px 50px 40px;
    border-radius: 20px;
  }
}

.promise-list-vivistyle {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 600px) {
  .promise-list-vivistyle {
    flex-direction: row;
    gap: 60px;
  }
}

.promise-list-vivistyle__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.promise-list-vivistyle__item dt {
  display: flex;
  padding: 8px;
  padding-left: 60px;
  background-color: #ECE0F3;
  position: relative;
  border-radius: 5px;
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .promise-list-vivistyle__item dt {
    padding-left: 70px;
  }
}

.promise-list-vivistyle__item dd {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.promise-list-vivistyle__text {
  color: #231815;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6px;
  padding: 0 10px;
  margin-bottom: 25px;
  flex: 1;
}

@media (min-width: 600px) {
  .promise-list-vivistyle__text {
    min-height: 64.8px;
  }
}

.promise-list-vivistyle__text em {
  background: linear-gradient(transparent 60%, #FDD021 60%);
  font-weight: 500;
}

.promise-list-vivistyle__text b {
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 600px) {
  .promise-list-vivistyle__pict {
    min-height: 156px;
    align-self: flex-end;
  }
}

.promise-list-vivistyle__num {
  width: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promise-list-vivistyle__num img {
  width: 100%;
  height: auto;
}

.promise-list-vivistyle__head {
  color: #815C98;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

@media (min-width: 600px) {
  .promise-list-vivistyle__head {
    font-size: 0.875rem;
  }
}

.plan-vivistyle {
  background: #E9E6EA;
  padding: 30px 0 75px;
}

@media (min-width: 600px) {
  .plan-vivistyle {
    padding: 150px 0 200px;
  }
}

.plan-vivistyle__head {
  line-height: 120%;
  color: #815C98;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .plan-vivistyle__head {
    font-size: 2.8125rem;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

.plan-vivistyle__head::after {
  content: "";
  display: block;
  background: #815C98;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94px;
  height: 2px;
}

@media (min-width: 600px) {
  .plan-vivistyle__head::after {
    width: 190px;
    right: 0;
    margin: 0 auto;
  }
}

.plan-contents-vivistyle {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(158, 100, 193, 0.1), -4px 0px 6px 0px rgba(158, 100, 193, 0.1);
  padding: 30px 20px 35px;
  margin-bottom: 45px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle {
    border-radius: 20px;
    padding: 60px 100px 70px;
    margin-bottom: 130px;
  }
}

.plan-contents-vivistyle__price {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__price {
    flex-direction: row;
    justify-content: center;
    align-items: end;
    gap: 65px;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 55px;
  }
}

.plan-contents-vivistyle__price-first p {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.plan-contents-vivistyle__price-first p em {
  text-align: center;
  border-radius: 40px;
  background: #DB3131;
  color: #FFF;
  display: inline-block;
  width: min(100%, 225px);
  min-height: 30px;
  font-size: 0.9375rem;
  padding-top: 2px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__price-first p em {
    width: 285px;
    min-height: 47px;
    font-size: 1.3125rem;
    padding-top: 4px;
  }
}

.plan-contents-vivistyle__price-first p em b {
  font-size: 1.375rem;
  font-family: "Oswald", sans-serif;
  margin-left: 4px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__price-first p em b {
    font-size: 2rem;
  }
}

.plan-contents-vivistyle__price-first p span {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.375rem;
  background: linear-gradient(transparent 80%, rgba(253, 208, 33, 0.3) 80%);
  padding: 0 10px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__price-first p span {
    font-size: 2.25rem;
  }
}

.plan-contents-vivistyle__price-first p span b {
  font-size: 3.125rem;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__price-first p span b {
    font-size: 5rem;
  }
}

.plan-contents-vivistyle__price-second p {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.plan-contents-vivistyle__price-second p em {
  color: #595757;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__price-second p em {
    font-size: 1.1875rem;
  }
}

.plan-contents-vivistyle__price-second p span {
  color: #595757;
  font-weight: 700;
  font-size: 0.9375rem;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__price-second p span {
    font-size: 1.3125rem;
  }
}

.plan-contents-vivistyle__price-second p span b {
  font-size: 2.125rem;
  font-family: "Oswald", sans-serif;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__price-second p span b {
    font-size: 2.875rem;
  }
}

.plan-contents-vivistyle__detail {
  margin-bottom: 50px;
}

.plan-contents-vivistyle__detail ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
  margin-bottom: 25px;
}

.plan-contents-vivistyle__detail ul li {
  width: calc((100% - 8px) / 2);
  text-align: center;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__detail ul li {
    width: calc((100% - 72px) / 4);
    font-size: 1.125rem;
  }
}

.plan-contents-vivistyle__detail ul li img {
  border-radius: 5px;
  margin-bottom: 6px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__detail ul li img {
    border-radius: 7px;
    margin-bottom: 10px;
  }
}

.plan-contents-vivistyle__detail-head {
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__detail-head {
    font-size: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .plan-contents-vivistyle__detail-head::before,
  .plan-contents-vivistyle__detail-head::after {
    content: "";
    width: 178px;
    height: 3px;
    background: #C7C7C7;
  }
}

.plan-contents-vivistyle__detail-plus {
  width: 28px;
  margin: 0 auto 23px;
  display: block;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__detail-plus {
    width: 42px;
    margin-bottom: 32px;
  }
}

.plan-contents-vivistyle__detail-text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(transparent 80%, rgba(253, 208, 33, 0.3) 80%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__detail-text {
    background: linear-gradient(transparent 60%, rgba(253, 208, 33, 0.3) 60%);
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.plan-contents-vivistyle__detail-note {
  color: #6D6D6D;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__detail-note {
    font-size: 0.875rem;
  }
}

.plan-contents-vivistyle__support-head {
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__support-head {
    font-size: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .plan-contents-vivistyle__support-head::before,
  .plan-contents-vivistyle__support-head::after {
    content: "";
    width: 178px;
    height: 3px;
    background: #C7C7C7;
  }
}

.plan-contents-vivistyle__support-lists {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 18px;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__support-lists {
    row-gap: 15px;
    width: 560px;
    padding-bottom: 0;
    border: 0;
    margin-inline: auto;
    margin-bottom: 35px;
  }
}

.plan-contents-vivistyle__support-lists li {
  color: #000;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__support-lists li {
    font-size: 1.0625rem;
  }
}

.plan-contents-vivistyle__support-lists li::before {
  content: "|";
  font-weight: 500;
  padding: 0 0.5em;
}

.plan-contents-vivistyle__support-lists li:last-child::after {
  content: "|";
  font-weight: 500;
  padding: 0 0.5em;
}

.plan-contents-vivistyle__support-text {
  color: #231815;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (min-width: 600px) {
  .plan-contents-vivistyle__support-text {
    font-size: 1.125rem;
    text-align: center;
  }
}

.plan-flow-vivistyle__head {
  color: #815C98;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-bottom: 45px;
}

@media (min-width: 600px) {
  .plan-flow-vivistyle__head {
    gap: 30px;
    font-size: 1.875rem;
    width: 500px;
    margin-inline: auto;
    margin-bottom: 95px;
  }
}

.plan-flow-vivistyle__head::before,
.plan-flow-vivistyle__head::after {
  content: "";
  height: 2px;
  background: #C7C7C7;
  flex: 1;
}

.plan-flow-lists-vivistyle {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media (min-width: 600px) {
  .plan-flow-lists-vivistyle {
    gap: 70px;
  }
}

.plan-flow-lists-vivistyle__item {
  position: relative;
  border-radius: 10px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 30px 15px 40px;
  margin-left: 45px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .plan-flow-lists-vivistyle__item {
    margin-left: 52px;
    padding: 23px 58px 23px 126px;
    flex-direction: row;
    gap: 70px;
  }
}

.plan-flow-lists-vivistyle__item--main {
  border: 2px solid #815C98;
  background: rgba(255, 255, 255, 0.7);
}

.plan-flow-lists-vivistyle__item:not(:last-child)::before {
  content: "";
  height: calc(100% + 40px);
  width: 7px;
  background: #E4D3EE;
  position: absolute;
  top: 0;
  left: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .plan-flow-lists-vivistyle__item:not(:last-child)::before {
    height: calc(100% + 70px);
    left: 0px;
  }
}

.plan-flow-lists-vivistyle__item:not(:last-child)::after {
  content: "";
  background-image: url(../img/plan_flow_arr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: -26px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .plan-flow-lists-vivistyle__item:not(:last-child)::after {
    width: 54px;
    height: 20px;
    bottom: -47px;
    background-image: url(../img/plan_flow_arr_pc.svg);
  }
}

.plan-flow-lists-vivistyle__item dd {
  color: #000;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .plan-flow-lists-vivistyle__item dd {
    font-size: 1rem;
    flex: 1;
  }
}

.plan-flow-lists-vivistyle__item-date {
  color: #815C98;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5EFF9;
  border: #E4D3EE 2px solid;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 600px) {
  .plan-flow-lists-vivistyle__item-date {
    width: 104px;
    height: 104px;
    font-size: 1.1875rem;
    top: 50%;
    left: -52px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.plan-flow-lists-vivistyle__item.plan-flow-lists-vivistyle__item--main .plan-flow-lists-vivistyle__item-date {
  border: #815C98 2px solid;
}

.plan-flow-lists-vivistyle__item-head {
  color: #815C98;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 600px) {
  .plan-flow-lists-vivistyle__item-head {
    font-size: 1.5rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
  }
}

.plan-flow-lists__item.plan-flow-lists__item--main .plan-flow-lists-vivistyle__item-head {
  color: #DC3030;
}

.plan-flow-lists-vivistyle__item-head em {
  border-radius: 100px;
  background: #DC3030;
  width: 118px;
  height: 22px;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -35px;
}

@media (min-width: 600px) {
  .plan-flow-lists-vivistyle__item-head em {
    font-size: 1.375rem;
    width: 170px;
    height: 32px;
    position: absolute;
    top: -41px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.plan-b-vivistyle {
  background-color: #ECECEC;
  padding: 30px 0 75px;
}

@media (min-width: 600px) {
  .plan-b-vivistyle {
    padding: 150px 0 200px;
  }
}

.plan-b-vivistyle__head {
  line-height: 120%;
  color: #815C98;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .plan-b-vivistyle__head {
    font-size: 2.8125rem;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

.plan-b-vivistyle__head::after {
  content: "";
  display: block;
  background: #815C98;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94px;
  height: 2px;
}

@media (min-width: 600px) {
  .plan-b-vivistyle__head::after {
    width: 190px;
    right: 0;
    margin: 0 auto;
  }
}

.plan-b-vivistyle__plus {
  width: 28px;
  margin: 0 auto 23px;
  display: block;
}

@media (min-width: 600px) {
  .plan-b-vivistyle__plus {
    width: 42px;
    margin-bottom: 85px;
  }
}

.plan-b-price-vivistyle {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle {
    gap: 25px;
    margin-bottom: 50px;
  }
}

.plan-b-price-vivistyle__item {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(158, 100, 193, 0.1), -4px 0px 6px 0px rgba(158, 100, 193, 0.1);
  padding: 10px 12px 25px 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item {
    border-radius: 9px;
    padding: 20px 35px 20px 0;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}

.plan-b-price-vivistyle__item dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #F5F5F5;
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item dt {
    padding: 0;
    border: 0;
    flex: 1;
    align-self: stretch;
  }
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item dd {
    width: 350px;
  }
}

@media (max-width: 600px) {

  .plan-b-price-vivistyle__item-usually-price,
  .plan-b-price-vivistyle__item-normal-price,
  .plan-b-price-vivistyle__item-price,
  .plan-b-price-vivistyle__item-normal-price-pc {
    display: none;
  }
}

@media (min-width: 600px) {

  .plan-b-price-vivistyle_sp,
  .plan-b-price-vivistyle__item-usually-price-sp {
    display: none;
  }

  .plan-b-price-vivistyle__item-normal-price-pc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

}

@media (max-width: 600px) {
  .plan-b-price-vivistyle_sp {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .plan-b-price-vivistyle__item-usually-price-sp {
    display: grid;
  }
}

.plan-b-price-vivistyle__item-name {
  color: #815C98;
  font-size: 1.2rem;
  font-weight: 600;
  margin: auto;
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item-name {
    font-size: 1.75rem;
    flex-basis: 20%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    line-height: 1.2;
    text-align: center;
  }

  .plan-b-price-vivistyle__item-name::after {
    content: "";
    height: calc(100px - 20px);
    width: 2px;
    background-color: #C7C7C7;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 600px) {
  .plan-b-vivistyle__cashback_pc {
    width: 65%;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }

  .plan-b-vivistyle__cashback_sp {
    display: none;
  }
}

@media (max-width: 600px) {
  .plan-b-vivistyle__cashback_pc {
    display: none;
  }

  .plan-b-vivistyle__cashback_sp {
    margin-bottom: 20px;
  }
}

.pc_only {
  display: none;
}

@media (min-width: 600px) {
  .pc_only {
    display: block;
  }
}

.plan-b-price-vivistyle__item-price {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: #FFF1BD;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.plan-b-price-vivistyle__item-price small{
	font-size: 1.2rem;
	
}
@media (min-width: 600px) {
  .plan-b-price-vivistyle__item-price {
    text-decoration-thickness: 0.3em;
    text-underline-offset: -0.1em;
  }
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item-price {
    font-size: 2rem;
    flex-basis: 40%;
  }
}

.plan-b-price-vivistyle__item-price b {
  font-family: DIN Alternate;
  font-size: 2rem;
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item-price b {
    font-size: 3.2rem;
  }
}

.plan-b-price-vivistyle__item-usually-price {
  color: #969696;
  writing-mode: vertical-rl;
  font-family: DIN Alternate;
  font-weight: 550;
}

.plan-b-price-vivistyle__item-normal-price {
  color: #969696;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}



.plan-b-price-vivistyle__item-normal-price::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #815C98;
  border-right: 0;
  margin-left: 4px;
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item-normal-price::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #815C98;
    border-right: 0;
    margin: 0 18px;
  }
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item-normal-price {
    font-size: 1.5rem;
    flex-basis: 40%;
  }
}

.plan-b-price-vivistyle__item-normal-price b {
  font-family: DIN Alternate;
  font-size: 1.4rem;
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item-normal-price b {
    font-family: DIN Alternate;
    font-size: 1.9rem;
  }
}

.double-line {
  position: relative;
  color: #888;
  text-decoration: none;
  /* 既存の装飾を無効化 */
}

.double-line::before,
.double-line::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0.6px;
  background-color: #DB302F;
  z-index: 100;
}

@media (min-width: 600px) {
  .double-line::before {
    top: 26px;
  }

  .double-line::after {
    top: 21px;
  }
}

@media (max-width: 600px) {
  .double-line::before {
    top: 7px;
  }

  .double-line::after {
    top: 10px;
  }
}

.plan-b-price-vivistyle__item-usually-price {
  font-size: 0.65rem;
}

@media (min-width: 600px) {
  .plan-b-price-vivistyle__item-usually-price {
    font-size: 0.9rem;
  }
}

.plan-b-price-vivistyle__item__sp {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: center;
}
.plan-b-pricetitle-vivistyle__item__sp{
	font-weight: bold;
	text-align: center;
}
@media (min-width: 600px) {
	.plan-b-pricetitle-vivistyle__item__sp{
		display: none;
	}
}

.plan-b-options-vivistyle {
  margin-bottom: 95px;
}

@media (min-width: 600px) {
  .plan-b-options-vivistyle {
    margin-bottom: 200px;
  }
}

.plan-b-options-vivistyle__head {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  margin-bottom: 32px;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .plan-b-options-vivistyle__head {
    gap: 30px;
    font-size: 1.875rem;
    width: 580px;
    margin-inline: auto;
    margin-bottom: 67px;
  }
}

.plan-b-options-vivistyle__head::before,
.plan-b-options-vivistyle__head::after {
  content: "";
  height: 2px;
  background: #C7C7C7;
  flex: 1;
}

.plan-b-options-item-vivistyle {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

@media (min-width: 600px) {
  .plan-b-options-item-vivistyle {
    flex-direction: row;
    justify-content: space-between;
    gap: 76px;
  }
}

@media (min-width: 600px) {
  .plan-b-options-item-vivistyle__content {
    flex: 1;
  }
}

.plan-b-options-item-vivistyle__head {
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .plan-b-options-item-vivistyle__head {
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 25px;
  }
}

.plan-b-options-item-content1-vivistyle {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(158, 100, 193, 0.1), -4px 0px 6px 0px rgba(158, 100, 193, 0.1);
  padding: 10px 20px 10px;
  display: flex;
  gap: 13px;
}

@media (min-width: 600px) {
  .plan-b-options-item-content1-vivistyle {
    padding: 10px 30px 10px;
    gap: 30px;
    border-radius: 9px;
  }
}

.plan-b-options-item-content1-vivistyle__pict {
  flex-basis: 140px;
}

@media (min-width: 600px) {
  .plan-b-options-item-content1-vivistyle__pict {
    flex-basis: 170px;
  }
}

.plan-b-options-item-content1-vivistyle__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.plan-b-options-item-content1-vivistyle__price {
  padding-bottom: 8px;
  border-bottom: 2px solid #F5F5F5;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

@media (min-width: 600px) {
  .plan-b-options-item-content1-vivistyle__price {
    font-size: 1.5rem;
  }
}

.plan-b-options-item-content1-vivistyle__price b {
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
}

@media (min-width: 600px) {
  .plan-b-options-item-content1-vivistyle__price b {
    font-size: 2.625rem;
  }
}

.plan-b-options-item-content1-vivistyle__text {
  color: #231815;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
}

@media (min-width: 600px) {
  .plan-b-options-item-content1-vivistyle__text {
    font-size: 1.125rem;
  }
}

.plan-b-options-item-content2-vivistyle {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(158, 100, 193, 0.1), -4px 0px 6px 0px rgba(158, 100, 193, 0.1);
  padding: 10px 20px 10px;
}

@media (min-width: 600px) {
  .plan-b-options-item-content2-vivistyle {
    border-radius: 9px;
    padding: 10px 30px 10px;
  }
}

.plan-b-options-item-content2-vivistyle__detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-b-options-item-content2-vivistyle__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #F5F5F5;
  gap: 8px;
}

.plan-b-options-item-content2-vivistyle__item:last-child {
  border: 0;
}

.plan-b-options-item-content2-vivistyle__name {
  color: #815C98;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .plan-b-options-item-content2-vivistyle__name {
    font-size: 1.125rem;
  }
}

.plan-b-options-item-content2-vivistyle__price {
  white-space: nowrap;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .plan-b-options-item-content2-vivistyle__price {
    font-size: 1.5rem;
  }
}

.plan-b-options-item-content2-vivistyle__price b {
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
}

@media (min-width: 600px) {
  .plan-b-options-item-content2-vivistyle__price b {
    font-size: 2.625rem;
  }
}

.plan-b-flow-vivistyle__head {
  color: #815C98;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-bottom: 45px;
}

@media (min-width: 600px) {
  .plan-b-flow-vivistyle__head {
    gap: 30px;
    font-size: 1.875rem;
    width: 500px;
    margin-inline: auto;
    margin-bottom: 95px;
  }
}

.plan-b-flow-vivistyle__head::before,
.plan-b-flow-vivistyle__head::after {
  content: "";
  height: 2px;
  background: #C7C7C7;
  flex: 1;
}

.plan-b-flow-lists-vivistyle {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-b-flow-item-vivistyle {
  display: flex;
  justify-content: center;
  align-content: stretch;
  gap: 20px;
  position: relative;
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle {
    gap: 0;
    align-items: center;
  }
}

.plan-b-flow-item-vivistyle__pict {
  flex-basis: min(100%, 163px);
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle__pict {
    flex-basis: 203px;
  }
}

.plan-b-flow-item-vivistyle__pict img {
  border-radius: 5px;
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle__pict img {
    border-radius: 10px;
    aspect-ratio: 203/146;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.plan-b-flow-item-vivistyle__detail {
  flex: 1;
  position: relative;
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle__detail {
    display: flex;
    align-items: center;
    border-radius: 0 15px 15px 0;
    background: #F9F9F9;
    min-height: 94px;
    padding: 10px;
    gap: 10px;
  }
}

.plan-b-flow-item-vivistyle__detail::after {
  content: "";
  background-image: url(../img/plan_flow_arr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.plan-b-flow-item-vivistyle:last-child .plan-b-flow-item-vivistyle__detail::after {
  display: none;
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle__detail::after {
    width: 54px;
    height: 20px;
    bottom: -45px;
    background-image: url(../img/plan_flow_arr_pc.svg);
  }
}

.plan-b-flow-item-vivistyle__detail dt {
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle__detail dt {
    font-size: 1.4375rem;
    margin-bottom: 0;
    width: 255px;
    text-align: center;
  }
}

.plan-b-flow-item-vivistyle__detail dd {
  color: #000;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle__detail dd {
    font-size: 1.25rem;
  }
}

.plan-b-flow-item-vivistyle__option {
  width: 56px;
  position: absolute;
  top: -10px;
  left: -10px;
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle__option {
    width: 100px;
    top: 50%;
    right: -20px;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}

.cta-vivistyle {
  padding: 50px 0 45px;
  background-color: #FFF6EB;
}

@media (min-width: 600px) {
  .cta-vivistyle {
    padding: 100px 0;
  }
}

.cta-vivistyle__text {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .cta-vivistyle__text {
    width: 670px;
    margin-inline: auto;
    margin-bottom: 33px;
  }
}

.cta-vivistyle__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 600px) {
  .cta-vivistyle__inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 33px;
  }
}

.cta-vivistyle__tel {
  position: relative;
}

@media (min-width: 600px) {
  .cta-vivistyle__tel {
    width: 529px;
  }
}

.cta-vivistyle__tel span {
  display: none;
}

@media (min-width: 600px) {
  .cta-vivistyle__tel span {
    line-height: 1;
    display: block;
    position: absolute;
    left: 103px;
    bottom: 20px;
    bottom: 11px;
    font-family: "Oswald", sans-serif;
    font-size: 3.125rem;
    color: #FFF;
  }
}

@media (min-width: 600px) {
  .cta-vivistyle__form {
    width: 400px;
  }
}

.voice-vivistyle {
  background-color: #F5EFF9;
  padding: 30px 0 40px;
  overflow: hidden;
}

.voice-vivistyle__head {
  color: #815C98;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 600px) {
  .voice-vivistyle__head {
    font-size: 1.875rem;
    margin-bottom: 45px;
  }
}

.voice-vivistyle__text {
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .voice-vivistyle__text {
    text-align: center;
    font-size: 1rem;
  }
}

.voice-slider-vivistyle.swiper {
  overflow: visible !important;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .voice-slider-vivistyle.swiper {
    margin-bottom: 20px;
  }
}

.voice-slider-vivistyle.swiper .swiper-wrapper .swiper-slide {
  width: 270px;
}

@media (min-width: 600px) {
  .voice-slider-vivistyle.swiper .swiper-wrapper .swiper-slide {
    width: 360px;
    width: auto;
  }
}

.voice-slider-vivistyle .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.voice-slider-vivistyle .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.voice-slider-vivistyle .swiper-pagination-bullet {
  background-color: #FFF;
  height: 8px;
  width: 8px;
  opacity: 1;
}

@media (min-width: 600px) {
  .voice-slider-vivistyle .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
  }
}

.voice-slider-vivistyle .swiper-pagination-bullet-active {
  background-color: #815C98;
}

.voice-slider-vivistyle .swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.voice-slider-vivistyle .swiper-pagination-wrap-vivistyle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}

.voice-slider-vivistyle .swiper-button-prev,
.voice-slider-vivistyle .swiper-button-next {
  height: 20px;
  width: 20px;
  position: static;
  margin: 0;
}

.voice-slider-vivistyle .swiper-button-prev:after,
.voice-slider-vivistyle .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin: auto;
  width: 20px;
}

.voice-slider-vivistyle .swiper-button-prev:after {
  background-image: url(../img/slider_arr_l.svg);
}

.voice-slider-vivistyle .swiper-button-next:after {
  background-image: url(../img/slider_arr_r.svg);
}

.search-vivistyle {
  padding: 45px 0 50px;
  position: relative;
}

@media (min-width: 600px) {
  .search-vivistyle {
    padding: 145px 0 150px;
  }
}

.search-vivistyle__head {
  position: relative;
  border: #F5EFF9 3px solid;
  border-bottom: 0;
  text-align: center;
  padding: 15px 8px;
}

@media (min-width: 600px) {
  .search-vivistyle__head {
    width: 520px;
    padding: 30px 8px 10px;
    margin: auto;
  }
}

.search-vivistyle__head-sub {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #fff;
  padding: 0 25px;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .search-vivistyle__head-sub {
    font-size: 1.25rem;
  }
}

.search-vivistyle__head-main {
  color: #231815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .search-vivistyle__head-main {
    font-size: 1.875rem;
  }
}

.search-vivistyle__pict {
  height: 117px;
  background-image: url(../img/search_pict.png);
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 36%;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .search-vivistyle__pict {
    height: 227px;
    background-image: url(../img/search_pict_pc.png);
    padding: 0;
    margin-bottom: 160px;
  }
}

@media (min-width: 600px) {
  .search-list-vivistyle {
    display: none;
  }
}

.search-list-vivistyle__head {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.search-list-vivistyle__head::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/nav_icon_search.png);
}

.search-list-vivistyle__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}

.search-list-vivistyle__items li {
  width: calc(50% - 4px);
  display: flex;
  align-items: stretch;
}

.search-list-vivistyle__items li button {
  border-radius: 10px;
  border: 2px solid #F5EFF9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px 18px 15px;
  width: 100%;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-vivistyle__items li button::after {
  content: "";
  display: block;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #815C98;
  border-right: 0;
}

.search-list-vivistyle__lists-head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-vivistyle__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list-vivistyle__lists li {
  width: calc((100% - 10px) / 2);
}

.search-list-vivistyle__lists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #815C98;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-vivistyle__lists li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

.search-list-vivistyle__area {
  padding: 20px 20px 0;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

@media (min-width: 600px) {
  .search-list-pc-vivistyle .l-container {
    width: 1220px;
  }
}

.search-list-pc-vivistyle {
  display: none;
}

@media (min-width: 600px) {
  .search-list-pc-vivistyle {
    display: block;
  }
}

.search-list-pc-vivistyle__inner {
  position: relative;
  height: 920px;
  background-image: url(../img/search_bg_map.png);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: center bottom;
}

.search-list-pc-vivistyle__head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-pc-vivistyle__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list-pc-vivistyle__lists li {
  width: calc((100% - 10px) / 2);
}

.search-list-pc-vivistyle__lists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #815C98;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-pc-vivistyle__lists li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

.search-list-pc-vivistyle__area {
  position: absolute;
  padding: 20px 20px 25px;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.search-list-pc-vivistyle__area--hokkaido {
  top: 0;
  right: 0;
  width: 330px;
  border: 2px solid #7991D6;
}

.search-list-pc-vivistyle__area--hokkaido .search-list-pc-vivistyle__head {
  color: #7991D6;
}

.search-list-pc-vivistyle__area--koushin {
  top: 0;
  left: 360px;
  width: 330px;
  border: 2px solid #98BE65;
}

.search-list-pc-vivistyle__area--koushin .search-list-pc-vivistyle__head {
  color: #98BE65;
}

.search-list-pc-vivistyle__area--tokai {
  top: 620px;
  right: 0;
  width: 330px;
  border: 2px solid #98BE65;
}

.search-list-pc-vivistyle__area--tokai .search-list-pc-vivistyle__head {
  color: #98BE65;
}

.search-list-pc-vivistyle__area--kansai {
  bottom: 20px;
  right: 360px;
  width: 330px;
  border: 2px solid #F5C74A;
}

.search-list-pc-vivistyle__area--kansai .search-list-pc-vivistyle__head {
  color: #F5C74A;
}

.search-list-pc-vivistyle__area--chugoku {
  top: 0;
  left: 0;
  width: 330px;
  border: 2px solid #F196BE;
}

.search-list-pc-vivistyle__area--chugoku .search-list-pc-vivistyle__head {
  color: #F196BE;
}

.search-list-pc-vivistyle__area--shikoku {
  bottom: 217px;
  left: 0;
  width: 330px;
  border: 2px solid #D7C493;
}

.search-list-pc-vivistyle__area--shikoku .search-list-pc-vivistyle__head {
  color: #D7C493;
}

.search-list-pc-vivistyle__area--kyushu {
  top: 260px;
  left: 0;
  width: 480px;
  border: 2px solid #D86D61;
}

.search-list-pc-vivistyle__area--kyushu .search-list-pc-vivistyle__head {
  color: #D86D61;
}

.search-list-pc-vivistyle__area--kyushu .search-list-pc-vivistyle__lists li {
  width: calc((100% - 20px) / 3);
}

.search-list-pc-vivistyle__area--kanto {
  top: 310px;
  right: 0;
  width: 330px;
  border: 2px solid #5AB5A5;
}

.search-list-pc-vivistyle__area--kanto .search-list-pc-vivistyle__head {
  color: #5AB5A5;
}

.qa-vivistyle {
  padding: 28px 0 48px;
}

.qa-lists-vivistyle__br {
  display: block;
}

@media (min-width: 600px) {
  .qa-vivistyle {
    padding: 60px 0 80px;
  }

  .qa-lists-vivistyle__br {
    display: none;
  }
}

.qa-vivistyle__head {
  position: relative;
  color: #815C98;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: left;
}

@media (min-width: 600px) {
  .qa-vivistyle__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.qa-vivistyle__head::after {
  content: "";
  display: block;
  background: #815C98;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .qa-vivistyle__head::after {
    width: 100px;
    right: 0;
  }
}

.qa-lists-vivistyle {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle {
    margin-bottom: 54px;
  }
}

.qa-lists-vivistyle__item {
  border-radius: 10px;
  background: #F5EFF9;
  padding: 16px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item {
    padding: 20px;
  }
}

.qa-lists-vivistyle__item dt {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(158, 100, 193, 0.5);
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dt {
    font-size: 1rem;
  }
}

.qa-lists-vivistyle__item dt span {
  color: #815C98;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dt span {
    font-size: 1.5rem;
  }
}

.qa-lists-vivistyle__item dd {
  position: relative;
  cursor: pointer;
}

.qa-lists-vivistyle__item dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 12px solid #815C98;
  border-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.qa-lists-vivistyle__item dd>div {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #C14747;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dd>div {
    font-size: 1rem;
  }

  .qa-lists-vivistyle__item dd>div br {
    display: none;
  }
}

.qa-lists-vivistyle__item dd>div span {
  color: #C14747;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dd>div span {
    font-size: 1.5rem;
  }
}

.qa-lists-vivistyle__item dd>p {
  padding-left: 30px;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.6;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dd>p {
    font-size: 0.875rem;
  }
}

.qa-lists-vivistyle__item dd>p .qa-lists-link-vivistyle {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #815C98;
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dd>p .qa-lists-link-vivistyle {
    margin-top: 20px;
    display: inline-block;
    width: 280px;
    margin-right: 10px;
  }
}

.qa-lists-vivistyle__item dd.is-close-vivistyle::after {
  border-top: 12px solid #815C98;
  border-bottom: 0;
}

.qa-lists-vivistyle__item dd.is-close-vivistyle>p {
  display: none;
}

/* モーダルLINE */
.modal-open {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

body:has(.modal.is-active) {
  overflow: hidden;
}

.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 526px;
  width: 90%;
  background-color: #fff;
  padding-bottom: 30px;
  text-align: left;
}

.modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #815C98;
  background-color: #fff;
  width: min(100%, 160px);
  height: 48px;
  cursor: pointer;
  color: #815C98;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  margin-top: 20px;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 20px;
}

.modal-content p {
  margin: 1em 0;
}

/* モーダル検索 */
.modal-container-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 526px;
  width: 90%;
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 20px;
  border: 2px solid #F5EFF9;
  background: #FFF;
  text-align: left;
}

.modal-close-search {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #815C98;
  background-color: #fff;
  width: min(100%, 160px);
  height: 48px;
  cursor: pointer;
  color: #815C98;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  margin-top: 20px;
}

/*============================
汎用class
============================*/
@media (max-width: 599px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .only-sp {
    display: none !important;
  }
}

.u-d-inline-block {
  display: inline-block;
}