@charset "UTF-8";
@media screen and (min-width: 769px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  body {
    min-width: 3.2rem;
    font-size: 0.14rem;
  }
  .container_max {
    width: calc(100% - 0.4rem);
  }
  .container {
    width: calc(100% - 0.4rem);
  }
  .pconly {
    display: none !important;
  }
  .mod-btn a {
    width: 1.6rem;
    line-height: 0.335rem;
    text-align: center;
    font-size: 0.1rem;
  }
  .mod-btn a::before {
    width: 0.12rem;
    height: 0.12rem;
    top: calc(50% - 0.06rem);
    right: 0.08rem;
  }
  .mod-btn a::after {
    width: 0.035rem;
    height: 0.05rem;
    top: calc(50% - 0.025rem);
    right: 0.11rem;
  }
  .scroll-infinity:not(:first-of-type) {
    margin-top: 0.16rem;
  }
  .scroll-infinity__list--right {
    -webkit-animation: infinity-scroll-right 40s infinite linear 0.5s both;
            animation: infinity-scroll-right 40s infinite linear 0.5s both;
  }
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
            animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
  .scroll-infinity__item > img {
    width: 1.075rem;
  }
  .header {
    width: 3.52rem;
    height: 0.55rem;
    padding: 0 0.15rem;
    margin: 0.16rem;
  }
  .header__logo img {
    width: 1.015rem;
  }
  .header .header__nav__global__lists {
    padding-right: 3.46rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.53rem;
  }
  .header .header__nav__global__lists a {
    font-weight: 700;
  }
  .header .mod-btn {
    top: calc(50% - 0.1675rem);
    right: 0.53rem;
  }
  .header .header__nav__bg {
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .header__nav__bg.show {
    opacity: 1;
    visibility: visible;
  }
  .header .header__nav {
    position: relative;
  }
  .header .header__nav .header__nav__global {
    width: 3rem;
    height: 100vh;
    padding: 0.7rem 0 0.5rem;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #fff6e0;
  }
  .header .header__nav .header__nav__global .header__nav__global__lists {
    width: 3.04rem;
    padding: 0;
    display: block;
  }
  .header .header__nav .header__nav__global .header__nav__global__lists .header__nav__global__lists__item {
    font-size: 0.14rem;
    margin-right: 0;
    border-bottom: 1px dotted #b7b7b7;
  }
  .header .header__nav .header__nav__global .header__nav__global__lists .header__nav__global__lists__item a {
    padding: 0 0.2rem;
    display: block;
    height: 0.46rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    letter-spacing: 0.1em;
    color: #333;
  }
  .header .header__nav .header__nav__global .header__nav__global__lists .header__nav__global__lists__item a::after {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: calc(50% - 0.075rem);
    right: 0.24rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/cmn/arrow.png);
  }
  .header .header__nav .header__nav__hamburger {
    top: -0.15rem;
    right: -0.14rem;
    width: 0.25rem;
    height: 0.18rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: absolute;
    z-index: 102;
  }
  .header .header__nav .header__nav__hamburger span {
    width: 0.25rem;
    height: 0.02rem;
    position: absolute;
    right: 0.1rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #333;
  }
  .header .header__nav .header__nav__hamburger span:nth-of-type(1) {
    top: 0.07rem;
  }
  .header .header__nav .header__nav__hamburger span:nth-of-type(2) {
    top: 0.15rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header .header__nav .header__nav__hamburger span:nth-of-type(3) {
    top: 0.23rem;
  }
  .header .header__nav .header__nav__hamburger.active span:nth-child(1) {
    top: 0.17rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .header__nav .header__nav__hamburger.active span:nth-child(3) {
    top: 0.17rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .header__nav .header__nav__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header__nav .mod-btn {
    margin-top: 0.25rem;
    position: static;
  }
  .header .header__nav .mod-btn a {
    width: 2.6rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.135rem;
  }
  .header .header__nav .mod-btn a::before {
    width: 0.225rem;
    height: 0.225rem;
    top: calc(50% - 0.115rem);
    right: 0.08rem;
  }
  .header .header__nav .mod-btn a::after {
    width: 0.065rem;
    height: 0.09rem;
    top: calc(50% - 0.045rem);
    right: 0.15rem;
  }
  .mv {
    padding: 1.85rem 0 1.4rem 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-image: url(../img/mv/bg_sp.jpg);
  }
  .mv__cat {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .mv__cat img {
    width: 3.23rem;
  }
  .mv .mv__form {
    width: 3rem;
    margin: 0.2rem auto 0;
  }
  .mv .mv__form img {
    width: 100%;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
  .mv .mv__form__tit {
    margin-bottom: 0.17rem;
    font-size: 0.135rem;
  }
  .mv .mv__form__lists .mv__form__lists__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.1rem;
  }
  .mv .mv__form__lists .mv__form__lists__dt {
    margin-top: 0.12rem;
    font-size: 0.135rem;
  }
  .mv .mv__form__lists .mv__form__lists__dt--req {
    width: 0.29rem;
    line-height: 0.17rem;
    margin-left: 0.03rem;
    border-radius: 0.02rem;
    font-size: 0.11rem;
  }
  .mv .mv__form__lists .mv__form__lists__dd {
    margin-top: 0.05rem;
  }
  .mv input[type="text"],
  .mv input[type="tel"],
  .mv input[type="email"] {
    height: 0.4rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    border-radius: 0.025rem;
  }
  .mv input[type="text"]::-webkit-input-placeholder,
  .mv input[type="tel"]::-webkit-input-placeholder,
  .mv input[type="email"]::-webkit-input-placeholder {
    font-size: 0.135rem;
  }
  .mv input[type="text"]:-ms-input-placeholder,
  .mv input[type="tel"]:-ms-input-placeholder,
  .mv input[type="email"]:-ms-input-placeholder {
    font-size: 0.135rem;
  }
  .mv input[type="text"]::-ms-input-placeholder,
  .mv input[type="tel"]::-ms-input-placeholder,
  .mv input[type="email"]::-ms-input-placeholder {
    font-size: 0.135rem;
  }
  .mv input[type="text"]::placeholder,
  .mv input[type="tel"]::placeholder,
  .mv input[type="email"]::placeholder {
    font-size: 0.135rem;
  }
  .mv .km_valid_error {
    margin-top: 0.05rem;
    font-size: 0.125rem;
  }
  .mv .mv__form__privacy {
    margin-top: 0.13rem;
  }
  .mv .mv__form__privacy label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.1rem;
  }
  .mv .mv__form__privacy .mv__form__privacy__txt {
    line-height: 1.45;
    letter-spacing: 0.1em;
    font-size: 0.12rem;
  }
  .mv .mv__form__btn {
    margin-top: 0.13rem;
  }
  .mv .mv__form__btn button {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.135rem;
  }
  .mv .mv__form__btn button::before {
    width: 0.225rem;
    height: 0.225rem;
    top: calc(50% - 0.1125rem);
    right: 0.4rem;
  }
  .mv .mv__form__btn button::after {
    width: 0.065rem;
    height: 0.09rem;
    top: calc(50% - 0.045rem);
    right: 0.47rem;
  }
  .slider {
    padding: 0.3rem 0;
  }
  .about {
    padding: 0.5rem 0 0.52rem;
  }
  .about::before {
    background-image: url(../img/about/bg_sp.png);
  }
  .about .about__img01,
  .about .about__img02 {
    position: relative;
    z-index: 1;
  }
  .about .about__img01 {
    text-align: right;
    margin-right: 0.18rem;
  }
  .about .about__img01 img {
    width: 2.255rem;
  }
  .about .about__img02 {
    margin: -0.32rem -0.18rem 0 0;
  }
  .about .about__img02 img {
    width: 3.745rem;
  }
  .about .about__content {
    padding: 0.5rem 0.25rem 0.5rem;
    margin-top: -0.4rem;
    border-radius: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff6e0;
    position: relative;
  }
  .about .about__content__txt {
    position: absolute;
    top: -1rem;
    left: -0.15rem;
  }
  .about .about__content__txt img {
    width: 1.3rem;
  }
  .about .about__content__tit img {
    width: 2.95rem;
  }
  .video {
    padding: 0.59rem 0 0;
  }
  .video .video__content {
    padding: 0.45rem 0.18rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 0.4rem;
  }
  .video .video__content__txt {
    width: 100%;
  }
  .video .video__content__txt__cat {
    padding-bottom: 0.07rem;
    font-size: 0.175rem;
    border-bottom: 0.02rem solid #00b067;
  }
  .video .video__content__txt__cat .video__content__txt__cat--num {
    font-size: 0.275rem;
  }
  .video .video__content__txt__tit {
    margin-top: 0.2rem;
    font-size: 0.275rem;
  }
  .video .video__content__txt__desc {
    margin-top: 0.25rem;
    font-size: 0.135rem;
  }
  .video .video__content__video {
    width: 100%;
    margin-top: 0.3rem;
    background-color: #F5F5F5;
    border-radius: 0.15rem;
    padding: 0.05rem 0.08rem 0.08rem;
    -webkit-box-shadow: 0px 1.77px 13.71px 0px #00000042, -2.65px -4.42px 3.1px 0px #00000014 inset;
            box-shadow: 0px 1.77px 13.71px 0px #00000042, -2.65px -4.42px 3.1px 0px #00000014 inset;
  }
  .video .video__content__video__browser {
    width: 0.35rem;
    margin-bottom: 0.05rem;
  }
  .video .video__content__video video {
    border-radius: 0.1rem;
  }
  .voice {
    padding: 0.57rem 0 0.6rem;
  }
  .voice .voice__tit img {
    width: 2.21rem;
  }
  .voice .swiper {
    margin: 0.3rem -0.2rem;
    padding: 0 0 0.45rem;
    position: relative;
  }
  .voice .swiper-slide {
    width: 3.08rem;
  }
  .voice .voice__list__tit {
    font-size: 0.19rem;
  }
  .voice .voice__list__img {
    margin-top: 0.16rem;
    border-radius: 0.17rem;
  }
  .voice .voice__list_desc {
    font-size: 0.135rem;
  }
  .voice .voice__list_cname {
    margin-top: 1.5em;
    font-size: 0.15rem;
  }
  .voice .swiper-button-next,
  .voice .swiper-button-prev {
    width: 0.475rem;
    height: 0.485rem;
    top: 40%;
  }
  .voice .swiper-button-next::after,
  .voice .swiper-button-prev::after {
    content: "";
  }
  .voice .swiper-button-prev {
    left: 0;
    background: url(../img/voice/arrow.png) no-repeat center center/contain;
  }
  .voice .swiper-button-next {
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    background: url(../img/voice/arrow.png) no-repeat center center/contain;
  }
  .voice .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background-color: #ddd;
    opacity: 1;
  }
  .voice .swiper-pagination-bullets {
    bottom: 0 !important;
  }
  .voice .swiper-pagination-bullet-active {
    background: #f08605;
  }
  .voice .swiper-pagination-bullet {
    margin: 0 0.05rem !important;
  }
  .voice .voice__point_lists {
    width: 3.45rem;
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  .voice .voice__point_lists .voice__point_lists__item {
    display: block;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(odd) {
    border-radius: 0.4rem 0 0 0.4rem;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(even) {
    border-radius: 0 0.4rem 0.4rem 0;
  }
  .voice .voice__point_lists .voice__point_lists__item:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .voice .voice__point_lists .voice__point_lists__item .voice__point_lists__item__summary__point {
    font-size: 0.155rem;
  }
  .voice .voice__point_lists .voice__point_lists__item .voice__point_lists__item__summary__point .voice__point_lists__item__summary__point--num {
    font-size: 0.265rem;
  }
  .voice .voice__point_lists .voice__point_lists__item .voice__point_lists__item__summary__tit {
    margin-top: 0.1rem;
    font-size: 0.225rem;
  }
  .voice .voice__point_lists .voice__point_lists__item .voice__point_lists__item__summary__desc {
    margin-top: 1em;
    font-size: 0.135rem;
  }
  .voice .voice__point_lists .voice__point_lists__item .voice__point_lists__item__summary__desc .voice__point_lists__item__summary__desc--notes {
    font-size: 0.11rem;
    margin-top: 1em;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(1) {
    padding: 0.4rem 0 0.35rem 0.27rem;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(1) .voice__point_lists__item__img {
    margin-top: 0.25rem;
    text-align: center;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(1) .voice__point_lists__item__img img {
    width: 2.9rem;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(2) {
    padding: 0.43rem 0.4rem 0.35rem 0.07rem;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(2) .voice__point_lists__item__img {
    margin-top: 0.25rem;
    text-align: center;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(2) .voice__point_lists__item__img img {
    width: 2.55rem;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(3) {
    padding: 0.45rem 0 0.25rem 0.25rem;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(3) .voice__point_lists__item__img {
    margin-top: 0.25rem;
    text-align: center;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(3) .voice__point_lists__item__img img {
    width: 2.375rem;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(4) {
    padding: 0.42rem 0.4rem 0.4rem 0.05rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(4) .voice__point_lists__item__summary__tit {
    margin-top: 0.15rem;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(4) .voice__point_lists__item__summary__desc {
    margin-top: 0.2rem;
    padding-right: 0;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(4) .voice__point_lists__item__img {
    margin: 0.25rem 0 0 0;
    text-align: left;
  }
  .voice .voice__point_lists .voice__point_lists__item:nth-of-type(4) .voice__point_lists__item__img img {
    width: 3.08rem;
  }
  .catalog {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/catalog/bg_sp.jpg);
  }
  .catalog::before {
    content: none;
  }
  .catalog .catalog__category {
    padding: 0.575rem 0 0;
  }
  .catalog .catalog__category .catalog__category__tit img {
    width: 2.77rem;
  }
  .catalog .catalog__category .catalog__category__lists__wrap {
    margin-top: 0.32rem;
    padding: 0.4rem 0.15rem 0.4rem;
    border-radius: 0.4rem;
  }
  .catalog .catalog__category .catalog__category__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.2rem 0.1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .catalog .catalog__category .catalog__category__lists::before, .catalog .catalog__category .catalog__category__lists::after {
    content: none;
  }
  .catalog .catalog__category .catalog__category__lists li {
    width: 0.97rem;
  }
  .catalog .catalog__category .catalog__category__lists li img {
    border-radius: 0.1rem;
  }
  .catalog .catalog__category .catalog__category__lists .catalog__category__lists__txt {
    margin-top: 0.7em;
    font-size: 0.135rem;
  }
  .catalog .catalog__service {
    padding: 0.5rem 0 0.6rem;
    overflow: hidden;
  }
  .catalog .catalog__service .catalog__service__tit img {
    width: 2.95rem;
  }
  .catalog .catalog__service .catalog__service__lists__wrap {
    margin-top: 0.3rem;
    padding: 0.4rem 0.15rem;
    border-radius: 0.4rem;
  }
  .catalog .catalog__service .catalog__service__lists {
    gap: 0.2rem 0.1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .catalog .catalog__service .catalog__service__lists::before {
    width: 0.445rem;
    height: 14.23rem;
    top: -7.91rem;
    left: -0.36rem;
    background-image: url(../img/catalog/deco03_sp.png);
  }
  .catalog .catalog__service .catalog__service__lists::after {
    width: 0.735rem;
    height: 10.93rem;
    top: -3.95rem;
    right: -0.35rem;
    background-image: url(../img/catalog/deco04_sp.png);
  }
  .catalog .catalog__service .catalog__service__lists li {
    width: 1.2rem;
  }
  .catalog .catalog__service .catalog__service__lists li img {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
  }
  .catalog .catalog__service .catalog__service__lists .catalog__service__lists__txt {
    margin-top: 1em;
    font-size: 0.125rem;
  }
  .catalog .catalog__service .catalog__service__lists__wrap__notes {
    margin-top: 0.32rem;
    text-align: left;
    font-size: 0.12rem;
  }
  .gift {
    padding: 0.6rem 0;
  }
  .gift .gift__content {
    padding: 0.38rem 0.2rem 0.4rem;
    border-radius: 0.4rem;
  }
  .gift .gift__content__tit img {
    width: 3.02rem;
  }
  .gift .gift__content__lists {
    margin-top: 0.3rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.14rem 0;
  }
  .gift .gift__content__lists li {
    width: 100%;
    padding: 0.22rem 0.175rem;
    border-radius: 0.1rem;
  }
  .gift .gift__content__lists li::before {
    border-bottom: 0.65rem solid transparent;
    border-left: 0.65rem solid #00b067;
  }
  .gift .gift__content__lists .gift__content__lists__num {
    top: 0.22rem;
    left: 0.1rem;
  }
  .gift .gift__content__lists .gift__content__lists__num img {
    height: 0.255rem;
  }
  .gift .gift__content__lists .gift__content__lists__img img {
    width: 1rem;
  }
  .gift .gift__content__lists .gift__content__lists__tit {
    min-height: auto;
    font-size: 0.175rem;
    display: block;
    text-align: center;
    margin: 0.14rem 0 0.17rem;
  }
  .gift .gift__content__lists .gift__content__lists__tit .gift__content__lists__tit--marker {
    padding: 0 0.1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffef94));
    background: -webkit-linear-gradient(transparent 60%, #ffef94 60%);
    background: linear-gradient(transparent 60%, #ffef94 60%);
  }
  .gift .gift__content__lists .gift__content__lists__desc {
    font-size: 0.135rem;
  }
  .cta {
    padding: 0.6rem 0;
    background: url(../img/cta/bg_sp.jpg) no-repeat center / cover;
  }
  .cta .cta__content {
    padding: 0.41rem 0.2rem;
    border-radius: 0.3rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cta .cta__content_cat {
    top: -0.5rem;
    left: -0.1rem;
  }
  .cta .cta__content_cat img {
    width: 1.22rem;
  }
  .cta .cta__content__img img {
    width: 4.75rem;
  }
  .cta .cta__content__summary {
    text-align: center;
    margin-top: 0.22rem;
    width: 100%;
  }
  .cta .cta__content__summary__tit {
    font-size: 0.225rem;
  }
  .cta .cta__content__summary__wrap {
    margin-top: 0.25rem;
    text-align: center;
  }
  .cta .cta__content__summary__wrap__cat {
    font-size: 0.135rem;
  }
  .cta .cta__content__summary__wrap__cat::before, .cta .cta__content__summary__wrap__cat::after {
    content: "";
    width: 1px;
    height: 0.2rem;
    position: absolute;
    top: -0.037rem;
    background-color: #333;
  }
  .cta .cta__content__summary__wrap__cat::before {
    left: -0.1rem;
    -webkit-transform: rotate(-44deg);
            transform: rotate(-44deg);
  }
  .cta .cta__content__summary__wrap__cat::after {
    right: -0.1rem;
    -webkit-transform: rotate(44deg);
            transform: rotate(44deg);
  }
  .cta .cta__content__summary__wrap__cat .cta__content__summary__wrap__cat--strong {
    font-size: 0.15rem;
  }
  .cta .mod-btn {
    margin-top: 0.1rem;
  }
  .cta .mod-btn a {
    text-align: center;
    line-height: 0.57rem;
    font-size: 0.15rem;
  }
  .cta .mod-btn a::before {
    width: 0.25rem;
    height: 0.25rem;
    top: calc(50% - 0.125rem);
    right: 0.13rem;
  }
  .cta .mod-btn a::after {
    width: 0.07rem;
    height: 0.1rem;
    top: calc(50% - 0.05rem);
    right: 0.21rem;
  }
  .route {
    padding: 0.53rem 0 0;
  }
  .route .route__tit {
    margin: 0 -0.2rem 0 -0.15rem;
  }
  .route .route__tit img {
    width: 3.785rem;
  }
  .route .route__before__content {
    padding: 0.4rem 0 0.5rem;
    margin: 0.32rem -0.2rem 0;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .route .route__before__content__tit {
    font-size: 0.19rem;
  }
  .route .route__before__content__img {
    margin-top: 0.15rem;
  }
  .route .route__before__content__img img {
    width: 3.48rem;
  }
  .route .route__after__content {
    margin: 0 -0.2rem 0;
    padding: 0.13rem 0 0.4rem;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .route .route__after__content .route__after__content__txt img {
    width: 3.48rem;
  }
  .route .route__after__content .route__after__content__notes {
    margin-top: 0.11rem;
    font-size: 0.12rem;
    line-height: 1.6;
  }
  .route .route__after__content__tit {
    margin-top: 0.2rem;
  }
  .route .route__after__content__tit img {
    width: 3.48rem;
  }
  .price {
    padding: 0.575rem 0 0.6rem;
  }
  .price .price__tit img {
    width: 1.56rem;
  }
  .price .price__content {
    padding: 0.38rem 0 0.43rem;
    margin-top: 0.32rem;
    border-radius: 0.2rem;
  }
  .price .price__content__img img {
    width: 3.08rem;
  }
  .price .price__content__img:not(:first-of-type) {
    margin-top: 0.1rem;
  }
  .price .price__content__notes {
    margin-top: 0.15rem;
    font-size: 0.135rem;
    line-height: 1.45;
  }
  .price .price__content__notes--strong {
    font-size: 0.175rem;
  }
  .price .price__condition {
    margin-top: 0.25rem;
    text-align: center;
  }
  .price .price__condition img {
    width: 80%;
  }
  .case {
    padding: 0.3rem 0 0.3rem;
  }
  .case .case__tit {
    margin-bottom: 0.3rem;
  }
  .case .case__tit img {
    width: 1.585rem;
  }
  .faq {
    padding: 0.55rem 0;
  }
  .faq .faq__tit img {
    width: 1.555rem;
  }
  .faq .faq__ac {
    margin-top: 0.35rem;
  }
  .faq .faq__ac__parent {
    padding: 0.06rem 0;
    padding-left: 0.1rem;
    border-radius: 0.1rem;
    letter-spacing: 0.03em;
  }
  .faq .faq__ac__parent .faq__ac__parent--icon {
    width: 0.5rem;
  }
  .faq .faq__ac__parent .faq__ac__parent--icon img {
    width: 0.36rem;
  }
  .faq .faq__ac__parent .faq__ac__parent--txt {
    width: calc(100% - 0.5rem);
    padding: 0.13rem 0.45rem 0.13rem 0;
    font-size: 0.15rem;
    line-height: 1.6;
  }
  .faq .faq__ac__parent::before {
    right: 0.16rem;
    width: 0.16rem;
    height: 0.02rem;
  }
  .faq .faq__ac__parent::after {
    right: 0.23rem;
    width: 0.02rem;
    height: 0.16rem;
  }
  .faq .faq__ac__parent.active {
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .faq .faq__ac__parent:not(:first-of-type) {
    margin-top: 0.15rem;
  }
  .faq .faq__ac__child__inner {
    padding: 0.22rem 0.35rem 0.15rem 0.1rem;
    font-size: 0.135rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    border-radius: 0 0 0.1rem 0.1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq .faq__ac__child__inner::before {
    width: 3.1rem;
    top: 0.05rem;
    left: calc(50% - 1.55rem);
  }
  .faq .faq__ac__child .faq__ac__child--icon {
    width: 0.5rem;
  }
  .faq .faq__ac__child .faq__ac__child--icon img {
    width: 0.36rem;
  }
  .faq .faq__ac__child .faq__ac__child--txt {
    width: calc(100% - 0.5rem);
    line-height: 1.6;
  }
  .company {
    padding: 0.3rem 0;
  }
  .company .faq__tit img {
    width: 0.52rem;
  }
  .company .company__wrap {
    width: calc(100% - 0.4rem);
    margin: 0.2rem auto 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem 0;
  }
  .company .company__block {
    width: 100%;
  }
  .company .company__block__label {
    font-size: 0.14rem;
    padding-bottom: 0.05rem;
    margin-bottom: 0.1rem;
    width: 85%;
    border-bottom: 1px solid #fff;
  }
  .company .company__lists dt,
  .company .company__lists dd {
    font-size: 0.12rem;
    line-height: 1.6;
  }
  .company .company__lists dt:not(:first-of-type),
  .company .company__lists dd:not(:first-of-type) {
    margin-top: 0.04rem;
  }
  .company .company__lists dt {
    width: 0.75rem;
  }
  .company .company__lists dd {
    width: calc(100% - 0.75rem);
    line-height: 1.8;
  }
  .footer {
    padding: 0.1rem 0;
  }
  .footer small {
    font-size: 0.11rem;
  }
  .thanks {
    padding: 1rem 0 0.85rem;
  }
  .thanks .thanks__tit {
    padding: 0.2rem 0 0.18rem;
    margin-bottom: 0.25rem;
    font-size: 0.29rem;
    border-radius: 0.2rem;
    line-height: 1.4;
  }
  .thanks .thanks__txt {
    font-size: 0.15rem;
  }
  .thanks .thanks__txt--left {
    text-align: left;
  }
  .thanks .thanks__box {
    width: 100%;
    margin: 0.23rem auto 0.24rem;
    padding: 0.22rem 0.25rem 0.2rem;
    text-align: left;
  }
  .thanks .thanks__mail {
    width: 1.54rem;
    line-height: 0.415rem;
    margin: 0.12rem auto 0.1rem;
    border-radius: 0.05rem;
  }
  .thanks .thanks__btn {
    margin-top: 0.57rem;
  }
  .thanks .thanks__btn a {
    font-size: 0.15rem;
  }
}
/*# sourceMappingURL=style_sp.css.map */