@charset "UTF-8";
html {
  font-size: 62.5%;
}

/* 10px */
body {
  position: relative;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 1.8rem;
  line-height: 2.5;
  color: #231815;
  background: #fff8e7;
  letter-spacing: -.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

body * {
  box-sizing: border-box;
}

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}

a {
  color: #231815;
  text-decoration: none;
}

* > img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

.pc-only {
  display: block;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .sp-only {
    display: block;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.m1040 {
  width: 100%;
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}

.sec {
  padding-top: 50px;
}

.ttl-01 {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1.75;
  padding: 50px 0 0;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .ttl-01 {
    font-size: 4vw;
    line-height: 1.25;
  }
}

.ttl-red {
  color: #c11920;
}

.ttl-yellow {
  color: #fff100;
}

.ttl-redBlock {
  display: block;
  background: #c11920;
  width: 620px;
  margin: 10px auto;
  padding: 8px 0 2px;
  color: #FFFFFF;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .ttl-redBlock {
    width: 91%;
    padding: 17px 0 14px;
  }
}

.ttl-large {
  font-size: 1.5em;
  padding: 0 5px;
}

.ttl-exlarge {
  font-size: 2em;
  display: inline-block;
  vertical-align: -1%;
  line-height: 1;
}

.ttl-up {
  font-size: 1.2em;
  display: inline-block;
  vertical-align: 10%;
  padding: 0 5px;
}

.subttl {
  text-align: center;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .subttl {
    font-size: 2.8vw;
    line-height: 1.8;
  }
}

.shadow {
  box-shadow: 0 0 5px 3px rgba(23, 24, 21, 0.3);
  background-color: #FFFFFF;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .shadow {
    box-shadow: 0 0 3px 1px rgba(23, 24, 21, 0.3);
  }
}

/*************************************************
    Header
*************************************************/
.header {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-image: url(../images/kv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 100;
  /* ~ 767px（タブレット） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .header {
    text-align: center;
    min-height: 100vh;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header {
    background-image: url(../images/kv-bg@2x.png);
  }
}

@media screen and (max-width: 47.938em) {
  .header {
    background-position: top 0% left 20%;
  }
}

.header__logo {
  padding: 25px 40px;
  /* ~ 767px（タブレット） */
}

.header__logo__img {
  display: inline-block;
  vertical-align: top;
  width: 80px;
}

.header__logo__txt {
  display: inline-block;
  color: #FFFFFF;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  padding: 1em 0 0 1em;
}

@media screen and (max-width: 47.938em) {
  .header__logo {
    display: inline-block;
  }
}

.header__message {
  width: 60%;
  max-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* ~ 1070px（リキッド幅） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 66.875em) {
  .header__message {
    max-width: 250px;
  }
}

@media screen and (max-width: 47.938em) {
  .header__message {
    width: 60%;
    max-width: 200px;
  }
}

.header::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
  background: transparent linear-gradient(180deg, #1A1311 0%, #1A131181 25%, #1A13111F 58%, #1A131100 100%) 0% 0% no-repeat padding-box;
  opacity: 0.15;
}

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.scroll-down a {
  display: block;
  width: 10px;
}

.scroll-down a img {
  opacity: 0;
  -webkit-animation: scrollDown 3s infinite;
          animation: scrollDown 3s infinite;
  transform: translateY(-30px);
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0px);
  }
}

/*************************************************
    about
*************************************************/
.about {
  padding-top: 100px;
}

.about__txt {
  padding-top: 50px;
  text-align: center;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .about__txt {
    font-size: 2.8vw;
  }
}

.about__note {
  font-size: 1.7rem;
  text-align: center;
  padding-top: 10px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .about__note {
    font-size: 2.6vw;
    line-height: 1.3;
  }
}

.about__list {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* ~ 767px（タブレット） */
}

.about__list02 {
  margin-top: 30px;
}

@media screen and (max-width: 47.938em) {
  .about__list {
    flex-direction: column;
    align-items: center;
  }
}

.about__list__item {
  position: relative;
  width: calc(50% - 30px);
  /* ~ 1070px（リキッド幅） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 66.875em) {
  .about__list__item {
    width: calc(50% - 3vw);
  }
}

@media screen and (max-width: 47.938em) {
  .about__list__item {
    width: 90%;
    margin-bottom: 5vw;
  }
  .about__list__item:last-of-type {
    margin-bottom: 0;
  }
}

.about__list__item__img {
  width: 100%;
}

.about__list__item__badge {
  width: 95%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}

.about__recommend {
  width: 90%;
  padding: 30px 50px 40px;
  margin: 50px auto 0;
  /* ~ 1070px（リキッド幅） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 66.875em) {
  .about__recommend {
    padding: 30px 20px 30px;
  }
}

@media screen and (max-width: 47.938em) {
  .about__recommend {
    margin-top: 25px;
    width: 85%;
  }
}

.about__recommend .qa-wrap {
  width: 100%;
  padding: 0 80px;
  position: relative;
  /* ~ 1070px（リキッド幅） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 66.875em) {
  .about__recommend .qa-wrap {
    margin-bottom: 60px;
  }
  .about__recommend .qa-wrap:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap {
    padding: 0;
    margin-bottom: 40px;
  }
  .about__recommend .qa-wrap:last-of-type {
    margin-bottom: 0;
  }
}

.about__recommend .qa-wrap::before, .about__recommend .qa-wrap::after {
  content: "";
  width: 80px;
  display: block;
  height: 100%;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap::before, .about__recommend .qa-wrap::after {
    width: 50px;
  }
}

.about__recommend .qa-wrap::before {
  top: 0;
  left: 0;
  background-image: url(../images/icon-client01.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__recommend .qa-wrap::before {
    background-image: url(../images/icon-client01@2x.png);
  }
}

.about__recommend .qa-wrap::after {
  bottom: -30px;
  right: 0;
  background-image: url(../images/icon-aldi01.png);
  background-position: bottom center;
  /* ~ 767px（タブレット） */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__recommend .qa-wrap::after {
    background-image: url(../images/icon-aldi01@2x.png);
  }
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap::after {
    bottom: 0;
  }
}

.about__recommend .qa-wrap__002::before {
  background-image: url(../images/icon-client02.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__recommend .qa-wrap__002::before {
    background-image: url(../images/icon-client02@2x.png);
  }
}

.about__recommend .qa-wrap__003::before {
  background-image: url(../images/icon-client03.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__recommend .qa-wrap__003::before {
    background-image: url(../images/icon-client03@2x.png);
  }
}

.about__recommend .qa-wrap__004::before {
  background-image: url(../images/icon-client04.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__recommend .qa-wrap__004::before {
    background-image: url(../images/icon-client04@2x.png);
  }
}

.about__recommend .qa-wrap__q {
  border: 2px solid #ca6855;
  display: inline-block;
  padding: 8px 15px 8px;
  line-height: 1;
  border-radius: 5px;
  margin-left: 15px;
  position: relative;
  margin-bottom: 10px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap__q {
    margin-left: 60px;
    padding: 8px;
  }
}

.about__recommend .qa-wrap__q::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -10px;
  width: 40px;
  height: 15px;
  border-left: 5px solid #ca6855;
  border-bottom: 2px solid #ca6855;
  transform: skewX(115deg);
  border-radius: 2px;
  background-color: #FFFFFF;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap__q::before {
    left: -5px;
  }
}

.about__recommend .qa-wrap__q::after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  width: 100px;
  height: 90%;
  background-color: #FFFFFF;
}

.about__recommend .qa-wrap__q__txt {
  position: relative;
  z-index: 100;
  color: #ca6855;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap__q__txt {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.about__recommend .qa-wrap__a {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-bottom: 20px;
  /* ~ 1070px（リキッド幅） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 66.875em) {
  .about__recommend .qa-wrap__a {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap__a {
    margin-left: 0;
    margin-right: 50px;
  }
}

.about__recommend .qa-wrap__a__arrow {
  width: 430px;
  position: absolute;
  top: -17px;
  right: 20px;
}

.about__recommend .qa-wrap__a__arrow-wrap {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  /* ~ 875px（タブレット） */
}

@media screen and (max-width: 54.688em) {
  .about__recommend .qa-wrap__a__arrow-wrap {
    display: none;
  }
}

.about__recommend .qa-wrap__a__txt-wrap {
  border: 2px solid #7799ac;
  display: inline-block;
  padding: 8px 15px 8px;
  line-height: 1;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
}

.about__recommend .qa-wrap__a__txt-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 40px;
  height: 15px;
  border-right: 5px solid #7799ac;
  border-bottom: 2px solid #7799ac;
  transform: skewX(65deg);
  border-radius: 2px;
  background-color: #FFFFFF;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap__a__txt-wrap::before {
    right: -5px;
  }
}

.about__recommend .qa-wrap__a__txt-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  width: 100px;
  height: 90%;
  background-color: #FFFFFF;
}

.about__recommend .qa-wrap__a__txt-wrap .qa-wrap__a__txt {
  position: relative;
  z-index: 100;
  color: #7799ac;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .about__recommend .qa-wrap__a__txt-wrap .qa-wrap__a__txt {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

/*************************************************
    compare
*************************************************/
.compare__main {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  /* ~ 1070px（リキッド幅） */
}

@media screen and (max-width: 66.875em) {
  .compare__main {
    flex-direction: column;
    align-items: center;
  }
}

.compare__main .card_small {
  width: 350px;
  display: block;
  padding-top: 5px;
  padding-bottom: 70px;
  position: relative;
  background-color: transparent;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small {
    padding-top: 15px;
    padding-bottom: 2vw;
    width: 85%;
  }
}

.compare__main .card_small__ttl {
  width: 100%;
  background-color: #231815;
  color: #FFFFFF;
  padding: 5px 0 4px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  border-radius: 7px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small__ttl {
    font-size: 1.3rem;
    width: 80%;
    margin: 0 auto;
  }
}

.compare__main .card_small .card__left, .compare__main .card_small .card__right {
  width: 100%;
}

.compare__main .card_small .card__right {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__right {
    margin-top: -3vw;
  }
}

.compare__main .card_small .card__left {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__left {
    display: flex;
    flex-direction: row-reverse;
  }
}

.compare__main .card_small .card__img {
  padding-top: 0;
  width: 75%;
  margin: 10px auto;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__img {
    width: 50%;
    margin: 0 auto;
  }
}

.compare__main .card_small .card__ttl {
  display: flex;
  padding-top: 0;
  /* ~ 767px（タブレット） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__ttl {
    display: block;
  }
}

.compare__main .card_small .card__ttl__icons__list {
  padding: 0;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__ttl__icons__list {
    float: left;
    justify-content: flex-start;
  }
}

.compare__main .card_small .card__ttl__icons__list__item {
  width: 34px;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 5px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__ttl__icons__list__item {
    width: 25px;
    margin-right: 3px;
  }
}

.compare__main .card_small .card__ttl__txt {
  align-self: flex-end;
  padding-left: 10px;
  font-size: 1.9rem;
  padding-bottom: 5px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__ttl__txt {
    width: 100%;
    font-size: 1.5rem;
    align-self: flex-start;
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__ttl__s {
    display: block;
    text-align: left;
  }
  .compare__main .card_small .card__ttl_l {
    display: block;
    padding: 0;
  }
}

.compare__main .card_small .card__priceBox {
  padding-top: 0;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__priceBox {
    display: block;
  }
}

.compare__main .card_small .card__priceBox__main {
  margin-top: 0;
}

.compare__main .card_small .card__priceBox__price_pre {
  font-size: 1.2rem;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__priceBox__price_pre {
    padding-left: 0;
  }
}

.compare__main .card_small .card__priceBox__price_digits {
  padding-top: 3px;
  font-size: 3rem;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__priceBox__price_digits {
    font-size: 2.5rem;
  }
}

.compare__main .card_small .card__priceBox__price_unit {
  padding-top: 5px;
  font-size: 1.5rem;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__priceBox__price_unit {
    font-size: 1rem;
    vertical-align: text-bottom;
  }
}

.compare__main .card_small .card__priceBox__sub {
  line-height: 1.2;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__priceBox__sub {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 1rem;
    line-height: 1;
    padding-top: 0;
  }
}

.compare__main .card_small .card__priceBox__sub__txt {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .card__priceBox__sub__txt {
    padding-top: 0;
    transform: scale(1);
  }
}

.compare__main .card_small .car_general__note {
  position: absolute;
  bottom: -40px;
  right: 0;
  font-size: 1.3rem;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .car_general__note {
    bottom: -30px;
    font-size: 1rem;
  }
}

.compare__main .card_small .car-general-note {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 170px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .compare__main .card_small .car-general-note {
    width: 42%;
    right: 3vw;
    bottom: 2vw;
  }
}

.card {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: relative;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card {
    flex-direction: column;
  }
}

.card__maintenancePack {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60%;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__maintenancePack {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.card__left {
  width: 44%;
  padding-top: 15px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__left {
    width: 100%;
  }
}

.card__right {
  width: 52%;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__right {
    width: 100%;
  }
}

.card__img {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 0;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__img {
    width: 80%;
    padding: 0;
  }
}

.card__ttl {
  padding: 20px 0 0;
}

.card__ttl__icons__list {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}

.card__ttl__icons__list__item {
  width: 89px;
  line-height: 1;
}

.card__ttl__txt {
  text-align: center;
  line-height: 1;
  font-family: 'ＭＳ Ｐゴシック', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__ttl__txt {
    font-size: 4.5vw;
  }
}

.card__ttl__txt.twoLines {
  padding-left: 10px;
  text-align: left;
}

.card__ttl__txt.twoLines .card__ttl_l {
  padding: 0;
}

.card__ttl_l {
  font-size: 1.6em;
  padding: 0 .3em;
  line-height: 1;
}

.card__info__list {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__info__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.card__info__list__item {
  margin-bottom: 15px;
}

.card__info__list__item:nth-of-type(odd) {
  margin-right: 10px;
}

.card__info__list__item__img {
  line-height: 1;
}

.card__info__list__item.item01 {
  width: 100%;
}

.card__info__list__item.item02 {
  width: 75%;
}

.card__info__list__item.item04 {
  width: 69.6%;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__info__list__item.item04 {
    width: 34.8%;
  }
}

.card__priceBox {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__priceBox {
    display: flex;
    justify-content: space-between;
  }
}

.card__priceBox__main {
  display: flex;
  margin-top: 20px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__priceBox__main {
    margin-top: 0;
  }
}

.card__priceBox__main__icons__list {
  display: flex;
  line-height: 1;
}

.card__priceBox__main__icons__list__item {
  margin-right: 3px;
  width: 34px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__priceBox__main__icons__list__item {
    width: 25px;
  }
}

.card__priceBox__price {
  font-family: 'ＭＳ Ｐゴシック', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.card__priceBox__price_pre {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: .05em;
  padding: 5px 5px 0 10px;
  vertical-align: top;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__priceBox__price_pre {
    font-size: 1.8rem;
    padding: 5px 5px 0 0;
    font-size: 2.2vw;
    padding: 1vw 5px 0 0;
  }
}

.card__priceBox__price_digits {
  vertical-align: top;
  display: inline-block;
  line-height: 1;
  color: #c11920;
  font-size: 3.5rem;
  padding-top: 0px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__priceBox__price_digits {
    padding-top: 0;
    font-size: 7vw;
  }
}

.card__priceBox__price_unit {
  vertical-align: top;
  display: inline-block;
  color: #c11920;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__priceBox__price_unit {
    padding-top: .8vw;
    font-size: 3.3vw;
  }
}

.card__priceBox__sub {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__priceBox__sub {
    margin-top: -10px;
    width: 40%;
  }
}

.card__priceBox__sub__txt {
  font-size: 1.15rem;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card__priceBox__sub__txt {
    font-size: 1rem;
    line-height: 1;
    width: 200px;
    transform-origin: top left;
    transform: scale(0.8);
    padding-top: 5vw;
  }
}

.card_large {
  width: 650px;
  justify-content: space-around;
  padding: 70px 20px 15px;
  /* ~ 1070px（リキッド幅） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 66.875em) {
  .card_large {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 47.938em) {
  .card_large {
    width: 85%;
    padding: 75px 10px 25px;
  }
}

.card_large .card__left {
  width: 310px;
  padding-top: 0;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__left {
    width: 100%;
  }
}

.card_large .card__right {
  width: 300px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__right {
    width: 100%;
  }
}

.card_large .card__ttl {
  position: relative;
  display: flex;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__ttl {
    margin-top: 30px;
  }
}

.card_large .card__ttl__icons__list {
  display: block;
  width: 90px;
  /* ~ 767px（タブレット） */
  padding: 0;
}

@media screen and (max-width: 47.938em) {
  .card_large .card__ttl__icons__list {
    width: 25%;
  }
}

.card_large .card__ttl__icons__list__item {
  width: 100%;
  line-height: 1;
  margin-bottom: 5px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__ttl__icons__list__item {
    margin-bottom: 5px;
  }
}

.card_large .card__ttl__txt {
  align-self: flex-end;
  padding-left: 10px;
  padding-bottom: 15px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__ttl__txt {
    padding-bottom: 5px;
  }
}

.card_large .card__ttl__note {
  position: absolute;
  bottom: -50px;
  left: 10px;
  width: 240px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__ttl__note {
    bottom: auto;
    left: auto;
    top: -5vw;
    right: 0;
    width: 70%;
  }
}

.card_large .card__priceBox__main__icons__list {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__priceBox__main__icons__list {
    flex-direction: column;
    margin-left: 2px;
  }
  .card_large .card__priceBox__main__icons__list__item {
    width: 19px;
    margin-bottom: 4px;
  }
}

.card_large .card__priceBox__sub__note {
  margin-top: 0;
  margin-left: 10px;
  width: 270px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__priceBox__sub__note {
    width: 60vw;
    position: absolute;
    bottom: 2vw;
    right: 8vw;
  }
}

.card_large .card__info__list {
  padding-top: 30px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__info__list {
    width: 70%;
    margin: 0 auto;
  }
}

.card_large .card__info__list__item {
  position: relative;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__info__list__item {
    margin-bottom: 5px;
  }
}

.card_large .card__info__list__item__img_note {
  position: absolute;
  top: -70px;
  right: 0;
  width: 200px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large .card__info__list__item__img_note {
    top: -47px;
    right: -18%;
    width: 62vw;
  }
}

.card_large.card_plan {
  width: 750px;
  padding: 70px 30px 15px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large.card_plan {
    width: 85%;
    padding: 12vw 10px 0;
    margin-bottom: 20px;
  }
}

.card_large.card_plan .card__maintenancePack {
  width: 55%;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large.card_plan .card__maintenancePack {
    width: 100%;
  }
}

.card_large.card_plan .card__img {
  width: 90%;
}

.card_large.card_plan .card__ttl {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large.card_plan .card__ttl {
    margin-top: 0;
    padding-top: 0;
  }
}

.card_large.card_plan .card__right {
  margin-top: -70px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .card_large.card_plan .card__right {
    margin-top: 0;
  }
}

.card_large.card_plan .card__info__list {
  width: 70%;
}

.card_large.card_plan .card__info__list__item {
  margin-bottom: 10px;
}

.card_large.card_plan .card__info__list__item.item00 {
  width: 100%;
}

.card_large.card_plan .card__info__list__item.item01 {
  width: 90%;
}

.card_large.card_plan .card__info__list__item.item02 {
  width: 68%;
}

/*************************************************
    varieties
*************************************************/
.varieties__main {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  /* ~ 1070px（リキッド幅） */
}

@media screen and (max-width: 66.875em) {
  .varieties__main {
    flex-direction: column;
    align-items: center;
  }
}

.varieties__main .card_mideum {
  width: 500px;
  /* ~ 1070px（リキッド幅） */
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 66.875em) {
  .varieties__main .card_mideum {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum {
    width: 85%;
  }
}

.varieties__main .card_mideum .card__left {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum .card__left {
    padding-top: 0;
  }
}

.varieties__main .card_mideum .card__info__list {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum .card__info__list {
    padding-bottom: 10px;
  }
}

.varieties__main .card_mideum .card__img {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum .card__img {
    width: 65%;
  }
}

.varieties__main .card_mideum .card__ttl__icons__list {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum .card__ttl__icons__list {
    justify-content: flex-start;
    padding: 10px 0;
  }
}

.varieties__main .card_mideum .card__ttl__icons__list__item {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum .card__ttl__icons__list__item {
    width: 60px;
    margin-right: 4px;
  }
}

.varieties__main .card_mideum .card__ttl__txt {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum .card__ttl__txt {
    text-align: left;
    padding-left: 35px;
  }
  .varieties__main .card_mideum .card__ttl__txt.twoLines br {
    display: none;
  }
  .varieties__main .card_mideum .card__ttl__txt.twoLines .card__ttl__s {
    padding-right: .3em;
  }
}

.varieties__main .card_mideum .card__priceBox__main {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum .card__priceBox__main {
    margin-top: 0;
  }
}

.varieties__main .card_mideum .card__priceBox__main__icons__list {
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties__main .card_mideum .card__priceBox__main__icons__list {
    flex-direction: column;
    margin-top: -30px;
  }
}

.varieties__main .card_mideum .card__priceBox__main__icons__list__item {
  margin-bottom: 5px;
}

.varieties .subttl {
  margin-top: 20px;
  font-size: 1.6rem;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .varieties .subttl {
    margin-top: 0;
    font-size: 2.8vw;
    line-height: 1.8;
  }
}

/*************************************************
    contact
*************************************************/
.contact {
  margin-top: 200px;
  text-align: center;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .contact {
    margin-top: 180px;
  }
}

.contact__ttl {
  color: #c11920;
  font-size: 1.8rem;
  padding-bottom: 60px;
  line-height: 1;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .contact__ttl {
    font-size: 4vw;
  }
}

.contact__icon {
  width: 50px;
  margin: 0 auto 70px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .contact__icon {
    width: 10vw;
  }
}

.contact__num {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px 8px;
  background-color: transparent;
  font-size: 3.4rem;
  font-family: din-2014, sans-serif;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .contact__num {
    font-size: 5vw;
  }
}

/*************************************************
    footer
*************************************************/
.footer {
  padding: 200px 0 70px;
  text-align: center;
}

.footer small {
  font-size: 1.3rem;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .footer small {
    font-size: 1rem;
  }
}

.returnTop {
  position: fixed;
  bottom: 35px;
  right: 50px;
  z-index: 9;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .returnTop {
    bottom: 5px;
    right: 5px;
  }
}

.returnTop__link {
  display: block;
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding-top: 8px;
  /* ~ 767px（タブレット） */
}

@media screen and (max-width: 47.938em) {
  .returnTop__link {
    bottom: 5px;
    right: 5px;
  }
}

.returnTop__link:hover .returnTop__arrow {
  transform: translateY(0);
}

.returnTop__line {
  width: 54%;
  height: 2px;
  margin: 0 auto;
  line-height: 1;
}

.returnTop__line img {
  vertical-align: top;
}

.returnTop__arrow {
  width: 17%;
  height: 30px;
  margin-left: 49%;
  line-height: 1;
  vertical-align: top;
  transition: .5s;
  transform: translateY(5px);
}

.returnTop__arrow img {
  vertical-align: top;
}
