@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, メイリオ, Osaka, "MS PGothic", sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 62.5%;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
  font-size: 1.6rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 90px;
}
.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 0 40px;
}
.header__logo {
  display: block;
  background-image: url(/service/partner/futureshop/lp01/assets/img/common/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  width: 323px;
  height: 33px;
}
.header__linkArea a,
.header__linkArea p {
  background: #004EA2;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 100%;
  border-radius: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  padding: 5px;
}
.header__linkArea a::before,
.header__linkArea p::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.header__linkArea a::after,
.header__linkArea p::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0px 0px;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__linkArea a.is-active,
.header__linkArea p.is-active {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background: none;
  margin: 0;
  padding: 0;
  background: #fff;
  width: auto;
  color: #333;
}
.header__linkArea a.is-active.switch--default, .header__linkArea a.is-active.switch--sole,
.header__linkArea p.is-active.switch--default,
.header__linkArea p.is-active.switch--sole {
  cursor: default;
}
.header__linkArea a.is-active.switch--default::before, .header__linkArea a.is-active.switch--sole::before,
.header__linkArea p.is-active.switch--default::before,
.header__linkArea p.is-active.switch--sole::before {
  background: #004EA2;
}
.header__linkArea a.is-active.switch--default::after, .header__linkArea a.is-active.switch--sole::after,
.header__linkArea p.is-active.switch--default::after,
.header__linkArea p.is-active.switch--sole::after {
  display: none;
}
.header__linkArea a.link,
.header__linkArea p.link {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #D9D9D9;
  color: #333;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: auto;
  height: auto;
  padding: 14px 20px;
}
.header__linkArea a.link::after,
.header__linkArea p.link::after {
  display: none;
}
.header__linkArea a.link::before,
.header__linkArea p.link::before {
  background: url(/service/partner/futureshop/lp01/assets/img/home/ico_contact.svg) no-repeat center center/contain;
  border: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  margin-right: 10px;
}
.header__linkArea a.link::before, .header__linkArea a.link::after,
.header__linkArea p.link::before,
.header__linkArea p.link::after {
  content: "";
}
.header__linkArea a.switch--default::before, .header__linkArea a.switch--sole::before,
.header__linkArea p.switch--default::before,
.header__linkArea p.switch--sole::before {
  background: #fff;
  width: 27px;
  height: 30px;
  margin-right: 9px;
}
.header__linkArea a.switch--default::before,
.header__linkArea p.switch--default::before {
  -webkit-mask: url(/service/partner/futureshop/lp01/assets/img/home/ico_default.svg) no-repeat center center/contain;
          mask: url(/service/partner/futureshop/lp01/assets/img/home/ico_default.svg) no-repeat center center/contain;
}
.header__linkArea a.switch--sole::before,
.header__linkArea p.switch--sole::before {
  -webkit-mask: url(/service/partner/futureshop/lp01/assets/img/home/ico_solo.svg) no-repeat center center/contain;
          mask: url(/service/partner/futureshop/lp01/assets/img/home/ico_solo.svg) no-repeat center center/contain;
}
.header__linkArea a {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
}

.headerBtnArea {
  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 30px;
}

.footer {
  background: #333;
  padding: 14px;
  text-align: center;
}
.footer p {
  color: #fff;
  font-size: 14px;
}

.footer__ctaBtn__inner {
  background: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  padding: 15px;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer__ctaBtn a,
.footer__ctaBtn button {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.2857142857;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
}
.footer__ctaBtn a::before,
.footer__ctaBtn button::before {
  content: "";
  background: #004EA2;
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
}
.footer__ctaBtn .switch--default.is-active,
.footer__ctaBtn .switch--sole.is-active {
  display: none;
}
.footer__ctaBtn .switch--default::before {
  -webkit-mask-image: url(/service/partner/futureshop/lp01/assets/img/home/ico_default.svg);
          mask-image: url(/service/partner/futureshop/lp01/assets/img/home/ico_default.svg);
  width: 16px;
  height: 20px;
}
.footer__ctaBtn .switch--sole::before {
  -webkit-mask-image: url(/service/partner/futureshop/lp01/assets/img/home/ico_solo.svg);
          mask-image: url(/service/partner/futureshop/lp01/assets/img/home/ico_solo.svg);
  width: 16px;
  height: 18px;
}
.footer__ctaBtn .contact::before {
  -webkit-mask-image: url(/service/partner/futureshop/lp01/assets/img/home/ico_contact.svg);
          mask-image: url(/service/partner/futureshop/lp01/assets/img/home/ico_contact.svg);
  width: 19px;
  height: 15px;
}

.title__container {
  margin-bottom: 40px;
}

.modTitle {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.modTitle__color {
  color: #004EA2;
}
.modTitle.modTitle--alphabetical {
  color: #004EA2;
  font-size: 20px;
  line-height: 180%;
  padding: 0 60px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.modTitle.modTitle--alphabetical::before, .modTitle.modTitle--alphabetical::after {
  background: #004EA2;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.modTitle.modTitle--alphabetical::before {
  left: 0;
}
.modTitle.modTitle--alphabetical::after {
  right: 0;
}

.modLead {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 257%;
}

.c-btn01 {
  background: #EA5404;
  border-radius: 50px;
  -webkit-box-shadow: 1px 4px 0 0 #BB4100;
          box-shadow: 1px 4px 0 0 #BB4100;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 19px 40px;
  position: relative;
  max-width: 400px;
  width: 100%;
}
.c-btn01::after {
  content: "";
  background: currentColor;
  -webkit-mask: url(/service/partner/futureshop/lp01/assets/img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(/service/partner/futureshop/lp01/assets/img/common/ico_arrow.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 7px;
  height: 14px;
}
.c-btn01.blue {
  background: #004EA2;
  -webkit-box-shadow: 1px 4px 0 0 #003064;
          box-shadow: 1px 4px 0 0 #003064;
}
.c-btn01.white {
  background: #fff;
  -webkit-box-shadow: 1px 4px 0 0 #b1b1b1;
          box-shadow: 1px 4px 0 0 #b1b1b1;
  color: #004EA2;
}
.c-btn01.white::after {
  background: #004EA2;
}
.c-btn01.min {
  font-size: 16px;
  padding: 13px 50px;
  width: auto;
}

.c-btn02 {
  background: #b1dbd4;
  border-radius: 50px;
  -webkit-box-shadow: 1px 4px 0 0 #78a79f;
          box-shadow: 1px 4px 0 0 #78a79f;
  color: #333;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 19px 50px;
  position: relative;
  margin-top: 20px;
}
.c-btn02::after {
  content: "";
  background: currentColor;
  -webkit-mask: url(/service/partner/futureshop/lp01/assets/img/common/ico_arrow.svg) no-repeat center/contain;
          mask: url(/service/partner/futureshop/lp01/assets/img/common/ico_arrow.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 7px;
  height: 14px;
}

.is-hidden {
  display: none !important;
}

.cta__section {
  background: url(/service/partner/futureshop/lp01/assets/img/common/bg_image_cta.jpg.webp) no-repeat center center/cover;
  color: #fff;
  padding: 70px 0 80px;
  text-align: center;
}
.cta__section.cta02 {
  background-image: url(/service/partner/futureshop/lp01/assets/img/common/bg_image_cta_02.jpg.webp);
}
.cta__section__title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 0 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta__section__title::before, .cta__section__title::after {
  background: #fff;
  content: "";
  display: block;
  width: 4px;
  height: 50px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.cta__section__title::before {
  left: 0;
  rotate: -30deg;
}
.cta__section__title::after {
  right: 0;
  rotate: 30deg;
}
.cta__section__link {
  margin: 50px auto 0;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.cta__section__link::after {
  background: currentColor;
  -webkit-mask: url(/service/partner/futureshop/lp01/assets/img/common/ico_arrow.svg) no-repeat center center/contain;
          mask: url(/service/partner/futureshop/lp01/assets/img/common/ico_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 6px;
  height: 12px;
  margin-left: 10px;
}
.cta__section__link a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cta__section__link + .cta__section__link {
  margin-top: 20px;
}
.cta__section .c-btn01 {
  font-size: 20px;
  padding: 13px 40px;
}
.cta__section .cta__btnArea {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.cta__section .cta__btnArea .c-btn01 {
  width: calc(100% - 20px);
}

.cta__section__inner {
  margin: 0 auto;
  position: relative;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  overflow: hidden;
}
.home .kv {
  border-bottom: 4px solid #004EA2;
  padding: 0;
  position: relative;
}
.home .kv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.home .kv__inner {
  max-width: 1280px;
  margin: 0 auto;
  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;
  padding-bottom: 60px;
}
.home .kv__img {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -50px;
}
.home .kv__img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.home .kv__textArea {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 0 20px;
}
.home .kv__textArea .head {
  display: inline-block;
  height: auto;
}
.home .kv__textArea .head img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .kv__textArea .img {
  display: inline-block;
  height: auto;
}
.home .kv__textArea .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .kv__btnArea {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .kv__linkArea {
  text-align: center;
}
.home .kv__link {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.6), 0 0 8px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.home .kv__link::after {
  background: currentColor;
  -webkit-mask: url(/service/partner/futureshop/lp01/assets/img/common/ico_arrow.svg) no-repeat center center/contain;
          mask: url(/service/partner/futureshop/lp01/assets/img/common/ico_arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 6px;
  height: 12px;
  margin-left: 10px;
}
.home .kv__link + .kv__link {
  margin-top: 10px;
}
.home .kv__link a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home .switchBox {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1280px;
}
.home .switchBox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  gap: 0 20px;
}
.home .switchBox__list__item {
  background: #004EA2;
  border: 4px solid #004EA2;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 20px) / 2);
}
.home .switchBox__list__item.is-active {
  background: #fff;
  color: #004EA2;
  padding: 18px 10px;
}
.home .switchBox__list__item.is-active .switchBox__list__item__inner::before {
  background: #004EA2;
}
.home .switchBox__list__item__inner {
  padding-left: 35px;
  position: relative;
}
.home .switchBox__list__item__inner::before {
  background: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 27px;
  margin-right: 10px;
  vertical-align: middle;
}
.home .switchBox__list__item.switch--default .switchBox__list__item__inner::before {
  -webkit-mask: url(/service/partner/futureshop/lp01/assets/img/home/ico_default.svg) no-repeat center center/contain;
          mask: url(/service/partner/futureshop/lp01/assets/img/home/ico_default.svg) no-repeat center center/contain;
}
.home .switchBox__list__item.switch--sole .switchBox__list__item__inner::before {
  -webkit-mask: url(/service/partner/futureshop/lp01/assets/img/home/ico_solo.svg) no-repeat center center/contain;
          mask: url(/service/partner/futureshop/lp01/assets/img/home/ico_solo.svg) no-repeat center center/contain;
}
.home .main__section {
  padding: 100px 0;
}
.home .main__section.main__section--bgImage {
  background: #EFEFEF;
  position: relative;
  z-index: 1;
}
.home .main__section.main__section--bgImage::before, .home .main__section.main__section--bgImage::after {
  background: no-repeat center center/100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 19.7916666667vw;
  position: absolute;
  left: 0;
  z-index: -1;
}
.home .main__section.main__section--bgImage::before {
  background-image: url(/service/partner/futureshop/lp01/assets/img/common/bg_image_top.png.webp);
  top: 0;
}
.home .main__section.main__section--bgImage::after {
  background-image: url(/service/partner/futureshop/lp01/assets/img/common/bg_image_bottom.png.webp);
  bottom: 0;
}
.home .main__section.main__section--bgImage.main__section--bgImage__topNone::before {
  content: none;
}
.home .main__section.main__section--bgBlue {
  background: #F2F8FF;
}
.home .main__section__inner {
  margin: 0 auto;
  position: relative;
}
.home .modListPayment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1090px;
  margin: auto;
}
.home .modListPayment__item {
  padding: 20px 10px 10px;
  text-align: center;
  position: relative;
}
.home .modListPayment .title {
  font-size: 16px;
  margin-bottom: 20px;
}
.home .modListPayment .img {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.home .modListPayment .img.img01 {
  width: 196px;
}
.home .modListPayment .img.img02 {
  width: 113.5px;
}
.home .modListPayment .img.img03 {
  width: 226px;
}
.home .modListPayment .img.img05 {
  width: 103px;
}
.home .modListPayment .img.img07 {
  width: 137px;
}
.home .modListPayment--typeSole .modListPayment__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
}
.home .modListPayment--typeSole .img img {
  height: 40px;
}
.home .modTablePlan,
.home .modTableOption {
  width: 100%;
}
.home .modTablePlan th,
.home .modTablePlan td,
.home .modTableOption th,
.home .modTableOption td {
  border: 1px solid #EFEFEF;
}
.home .modTablePlan tr:first-child th,
.home .modTableOption tr:first-child th {
  background: #004EA2;
  color: #fff;
  font-weight: bold;
  padding: 8px 5px;
}
.home .modTablePlan tr:first-child th:first-child,
.home .modTableOption tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}
.home .modTablePlan tr:first-child th:last-child,
.home .modTableOption tr:first-child th:last-child {
  border-radius: 0 20px 0 0;
}
.home .modTablePlan tr:last-child th:first-child, .home .modTablePlan tr:last-child td:first-child,
.home .modTableOption tr:last-child th:first-child,
.home .modTableOption tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.home .modTablePlan tr:last-child th:last-child, .home .modTablePlan tr:last-child td:last-child,
.home .modTableOption tr:last-child th:last-child,
.home .modTableOption tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.home .modTablePlan tr:not(:first-child) th, .home .modTablePlan tr:not(:first-child) td,
.home .modTableOption tr:not(:first-child) th,
.home .modTableOption tr:not(:first-child) td {
  background: #fff;
}
.home .modTablePlan th,
.home .modTablePlan td {
  font-weight: bold;
}
.home .modTablePlan tr:first-child th, .home .modTablePlan tr:first-child td {
  line-height: 125%;
}
.home .modTablePlan tr:first-child th:nth-child(1), .home .modTablePlan tr:first-child td:nth-child(1) {
  width: 300px;
}
.home .modTablePlan tr:first-child th:nth-child(2), .home .modTablePlan tr:first-child th:nth-child(3), .home .modTablePlan tr:first-child th:nth-child(4), .home .modTablePlan tr:first-child th:nth-child(5), .home .modTablePlan tr:first-child th:nth-child(6), .home .modTablePlan tr:first-child td:nth-child(2), .home .modTablePlan tr:first-child td:nth-child(3), .home .modTablePlan tr:first-child td:nth-child(4), .home .modTablePlan tr:first-child td:nth-child(5), .home .modTablePlan tr:first-child td:nth-child(6) {
  width: 195px;
}
.home .modTablePlan tr:not(:first-child) th {
  padding: 15px 15px 15px 25px;
  text-align: left;
}
.home .modTablePlan tr:not(:first-child) th picture {
  display: block;
  margin-top: 5px;
}
.home .modTablePlan tr:not(:first-child) td {
  padding: 10px 15px;
  text-align: center;
}
.home .modTablePlan .card-text img {
  display: inline-block;
  margin-right: 5px;
}
.home .modTablePlan .card-text + .card-text {
  margin-top: 10px;
}
.home .modTablePlan .small {
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
}
.home .modTablePlan .img {
  display: block;
}
.home .modTablePlan .img.img01 {
  width: 200px;
}
.home .modTablePlan .img.img02 {
  width: 94px;
}
.home .modTablePlan .img.img03 {
  width: 260px;
}
.home .modTablePlan .img.img04 {
  width: 187px;
}
.home .modTablePlan .img.img05 {
  width: 72px;
}
.home .modTablePlan .img.img06 {
  width: 27px;
}
.home .modTablePlan .img.img07 {
  width: 101.5px;
}
.home .modTableOption tr:first-child th {
  font-size: 24px;
}
.home .modTableOption tr:not(:first-child) td:first-child {
  width: 405px;
  padding: 20px 30px;
}
.home .modTableOption tr:not(:first-child) td:nth-child(2), .home .modTableOption tr:not(:first-child) td:nth-child(3) {
  padding: 20px;
}
.home .modTableOption tr:not(:first-child) td:nth-child(2) p {
  font-size: 14px;
  line-height: 171%;
}
.home .modTableOption tr:not(:first-child) td:nth-child(2) ul li {
  color: #888;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 171%;
}
.home .modTableOption tr:not(:first-child) td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
  width: 195px;
}
.home .modTableOption .inner {
  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: 20px;
}
.home .modTableOption .inner .img {
  width: 95px;
  display: block;
}
.home .modTableOption .inner .text {
  width: calc(100% - 95px);
}
.home .modTableOption .textNote {
  font-size: 11px;
  color: #888;
  display: block;
}
.home .modTableOption .textFree--color {
  color: #EA5404;
}
.home .modListCaption {
  margin-top: 30px;
}
.home .modListCaption li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 214%;
}
.home .modListFeature {
  max-width: 890px;
  margin: auto;
}
.home .modListFeature__item {
  gap: 50px;
}
.home .modListFeature__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .modListFeature__item .contents,
.home .modListFeature__item .reference {
  display: block;
  width: calc((100% - 50px) / 2);
}
.home .modListFeature__item .contents__num {
  color: #EA5404;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
}
.home .modListFeature__item .contents__title {
  color: #EA5404;
  font-weight: bold;
  font-size: 30px;
  line-height: 133%;
}
.home .modListFeature__item .contents__text {
  font-size: 14px;
  line-height: 171%;
  margin-top: 30px;
}
.home .modListFeature__item .contents__contact-area, .home .modListFeature__item .contents__faq {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.home .modListFeature__item .contents__contact-area .head, .home .modListFeature__item .contents__faq .head {
  font-weight: bold;
  margin-bottom: 15px;
}
.home .modListFeature__item .contents__contact-area .tel {
  color: #004EA2;
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  line-height: 1;
  padding-left: 40px;
}
.home .modListFeature__item .contents__contact-area .tel::before {
  background: url(/service/partner/futureshop/lp01/assets/img/common/ico_tel.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  left: 0;
}
.home .modListFeature__item .contents__contact-area .mail {
  color: #004EA2;
  display: inline-block;
  font-weight: bold;
  margin-top: 4px;
  padding-left: 28px;
  position: relative;
}
.home .modListFeature__item .contents__contact-area .mail::before {
  background: url(/service/partner/futureshop/lp01/assets/img/common/ico_mail.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.home .modListFeature__item .reference {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home .modListFeature__item + .modListFeature__item {
  margin-top: 100px;
}
.home .modListStep {
  margin: 90px auto 0;
  gap: 0 30px;
  position: relative;
  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;
}
.home .modListStep::before {
  background: #004EA2;
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 4px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.home .modListStep__item {
  background: #fff;
  border: 1px solid #004EA2;
  border-radius: 20px;
  padding: 60px 15px 30px;
  position: relative;
  text-align: center;
  width: 180px;
}
.home .modListStep__item__logo {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.home .modListStep__item__budge {
  background: #004EA2;
  border-radius: 50%;
  color: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 18px 5px 5px;
}
.home .modListStep__item__budge span {
  display: block;
  font-size: 32px;
}
.home .modListStep__item__title {
  color: #004EA2;
  font-size: 17px;
  font-weight: bold;
  line-height: 130%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .modListStep__item__text {
  font-size: 14px;
  line-height: 171%;
  text-align: left;
  margin-top: 20px;
}
.home .modListStep__item__text.center {
  text-align: center;
}
.home .modListStep__item--noBudge {
  background: #D9D9D9;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 74px;
  height: 300px;
}
.home .modListStep__item--noBudge .modListStep__item__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.home .modListStep__item--noBudge .modListStep__item__title .small {
  font-size: 14px;
}
.home .modListFaq__item + .modListFaq__item {
  margin-top: 40px;
}
.home .modListFaq__item__q, .home .modListFaq__item__a {
  padding: 17px 20px 17px 70px;
  background: #fff;
  position: relative;
}
.home .modListFaq__item__q {
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #D9D9D9;
}
.home .modListFaq__item__a {
  border-radius: 0 0 20px 20px;
}
.home .modListFaq__item .iconQ,
.home .modListFaq__item .iconA {
  border: 1px solid #004EA2;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.home .modListFaq__item .iconQ {
  background: #004EA2;
  color: #fff;
}
.home .modListFaq__item .iconA {
  color: #004EA2;
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 10px 20px;
  }
  .header__logo {
    width: 150px;
    height: 14px;
  }
  .header__linkArea {
    display: inline-block;
  }
  .header__linkArea a.link::before,
  .header__linkArea p.link::before {
    width: 17px;
    height: 14px;
    margin-right: 5px;
  }
  .header__linkArea a.link,
  .header__linkArea p.link {
    width: 134px;
    font-size: 12px;
    padding: 10px;
  }
  .footer p {
    font-size: 10px;
  }
  .footer {
    padding-bottom: 94px;
  }
  .title__container {
    margin-bottom: 35px;
  }
  .modTitle {
    font-size: 36px;
    line-height: 130%;
  }
  .modTitle.small {
    font-size: 28px;
  }
  .modTitle.modTitle--alphabetical {
    font-size: 16px;
  }
  .c-btn01 {
    padding: 13px 40px;
  }
  .c-btn01::after {
    right: 20px;
  }
  .c-btn02 {
    padding: 13px 40px;
    font-size: 14px;
  }
  .c-btn02::after {
    right: 20px;
  }
  .cta__section {
    padding: 60px 0;
  }
  .cta__section__title {
    font-size: 28px;
  }
  .cta__section__title::before, .cta__section__title::after {
    height: 40px;
  }
  .cta__section__link {
    font-size: 12px;
    margin-top: 30px;
  }
  .cta__section .cta__btnArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cta__section .cta__btnArea .c-btn01 {
    width: 100%;
  }
  .cta__section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .kv {
    border-width: 2px;
    margin: 60px 0 0;
  }
  .home .kv::before {
    background-image: url("/service/partner/futureshop/lp01/assets/img/home/sp/bg_kv.jpg.webp");
    background-size: cover;
  }
  .home .kv.kv02::before {
    background-image: url("/service/partner/futureshop/lp01/assets/img/home/sp/bg_kv_02.jpg.webp");
    background-size: cover;
  }
  .home .kv__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home .kv__img {
    max-width: 100%;
  }
  .home .kv__img img {
    width: 100%;
    height: 100%;
  }
  .home .kv__textArea .img {
    margin: 20px 0 0;
  }
  .home .kv__btnArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    margin: 18px 0 0;
  }
  .home .kv__link {
    width: 100%;
    text-align: left;
    margin-top: 40px;
  }
  .home .kv__link + .kv__link {
    margin-top: 30px;
  }
  .home .switchBox {
    bottom: -2px;
  }
  .home .switchBox__list {
    gap: 5px;
  }
  .home .switchBox__list__item {
    border-width: 2px;
    font-size: 14px;
    line-height: 1.4;
    min-height: 60px;
    width: calc((100% - 40px) / 2);
  }
  .home .switchBox__list__item.is-active {
    min-height: 70px;
  }
  .home .main__section {
    padding: 50px 0;
  }
  .home .main__section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .modListPayment {
    padding: 0 20px;
  }
  .home .modListPayment__item {
    padding: 30px 10px 30px;
    width: 100%;
  }
  .home .modListPayment__item:nth-child(1) {
    padding-top: 0;
  }
  .home .modListPayment__item:last-child {
    padding-bottom: 0;
  }
  .home .modListPayment__item + .modListPayment__item {
    border-top: 1px solid #D9D9D9;
  }
  .home .modListPayment .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .home .modListPayment .img.img06 {
    width: 35px;
  }
  .home .modListPayment--typeSole .img img {
    height: 30px;
  }
  .home .modTablePlan tr:first-child th:nth-child(2), .home .modTablePlan tr:first-child th:nth-child(3), .home .modTablePlan tr:first-child th:nth-child(4), .home .modTablePlan tr:first-child th:nth-child(5), .home .modTablePlan tr:first-child th:nth-child(6), .home .modTablePlan tr:first-child td:nth-child(2), .home .modTablePlan tr:first-child td:nth-child(3), .home .modTablePlan tr:first-child td:nth-child(4), .home .modTablePlan tr:first-child td:nth-child(5), .home .modTablePlan tr:first-child td:nth-child(6) {
    width: 160px;
  }
  .home .modTablePlan tr:not(:first-child) td {
    padding: 20px 10px;
  }
  .home .modTableOption tr:not(:first-child) td:nth-child(2) p {
    font-size: 13px;
  }
  .home .modTableOption tr:not(:first-child) td:nth-child(3) {
    width: 100px;
  }
  .home .modListCaption {
    margin-top: 25px;
  }
  .home .modListCaption li {
    font-size: 12px;
    line-height: 200%;
  }
  .home .modListFeature__item .contents {
    width: 100%;
  }
  .home .modListFeature__item .contents__num {
    margin-bottom: 20px;
  }
  .home .modListFeature__item .contents__contact-area .tel {
    font-size: 28px;
    padding-left: 35px;
  }
  .home .modListFeature__item .contents__contact-area .tel::before {
    width: 25px;
    height: 25px;
  }
  .home .modListFeature__item .reference {
    margin: 30px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .modListFeature__item + .modListFeature__item {
    margin-top: 40px;
  }
  .home .modListStep {
    margin-top: 70px;
  }
  .home .modListStep__item {
    padding: 60px 30px 30px;
  }
  .home .modListStep__item__logo {
    margin-bottom: 20px;
  }
  .home .modListStep__item--noBudge {
    padding: 15px 20px;
  }
  .home .modListStep__item--noBudge .modListStep__item__title {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .home .modListFaq__item + .modListFaq__item {
    margin-top: 30px;
  }
  .home .modListFaq__item__q, .home .modListFaq__item__a {
    padding: 15px 15px 15px 65px;
    font-size: 13px;
    min-height: 60px;
    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;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .header__linkArea {
    height: 100%;
  }
  .header__linkArea a:hover::after,
  .header__linkArea p:hover::after {
    translate: 4px 0;
  }
  .header__linkArea a.is-active:hover,
  .header__linkArea p.is-active:hover {
    background: transparent;
  }
  .header__linkArea a.link:hover,
  .header__linkArea p.link:hover {
    color: #004EA2;
    background: transparent;
    border-color: #004EA2;
  }
  .header__linkArea a.link,
  .header__linkArea p.link {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 200px;
  }
  .header__linkArea a:hover {
    cursor: pointer;
  }
  .headerBtnArea {
    height: 100%;
  }
  .c-btn01:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    translate: 0 4px;
  }
  .c-btn02:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    translate: 0 4px;
  }
  .cta__section__link a:hover {
    text-decoration: none;
  }
  .cta__section__inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  .home .kv {
    margin: 90px 0 0;
    height: 740px;
  }
  .home .kv::before {
    background: url("/service/partner/futureshop/lp01/assets/img/home/bg_kv.png.webp") no-repeat 0 50%;
    background-size: cover;
  }
  .home .kv.kv02::before {
    background: url("/service/partner/futureshop/lp01/assets/img/home/bg_kv_02.png.webp") no-repeat 0 50%;
    background-size: cover;
  }
  .home .kv__inner {
    height: 100%;
  }
  .home .kv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .kv__textArea .img {
    margin: 20px 0 0;
  }
  .home .kv__btnArea {
    gap: 0 30px;
    margin: 30px 0 0;
  }
  .home .kv__btnArea .c-btn01 {
    width: calc((100% - 30px) / 2);
  }
  .home .kv__link a:hover {
    text-decoration: none;
  }
  .home .main__section__inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1360px;
  }
  .home .modListPayment {
    gap: 30px 0;
  }
  .home .modListPayment__item {
    width: 25%;
    border-right: 1px solid #D9D9D9;
    min-height: 195px;
  }
  .home .modListPayment .img {
    height: 130px;
  }
  .home .modListFeature__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home .modListStep__item__logo {
    height: 64px;
  }
  .home .modListStep__item__title {
    min-height: 50px;
  }
  .home .modListStep__item--noBudge .modListStep__item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .header__logo {
    width: 40vw;
  }
  .modTitle {
    font-size: 9.6vw;
  }
  .modTitle.small {
    font-size: 7.4666666667vw;
  }
  .cta__section__title {
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 1200px) {
  .header__linkArea a:not(.link),
  .header__linkArea p:not(.link) {
    display: none;
  }
  .home .modListStep {
    display: block;
    max-width: 600px;
  }
  .home .modListStep::before {
    width: 4px;
    height: 100%;
  }
  .home .modListStep__item {
    width: 100%;
  }
  .home .modListStep__item:not(:first-child) {
    margin-top: 60px;
  }
  .home .modListStep__item:not(:first-child).modListStep__item--noBudge {
    margin-top: 20px;
  }
  .home .modListStep__item--noBudge {
    width: 100%;
    height: auto;
  }
  .home .modListStep__item--noBudge .modListStep__item__title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
@media only screen and (max-width: 1100px) {
  .modScrollbox {
    overflow-x: scroll;
    width: 100%;
    margin: 22px auto 0;
    padding: 0 0 17px;
  }
  .home .modTablePlan,
  .home .modTableOption {
    min-width: 1100px;
  }
  .home .modListCaption br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .home .kv {
    height: 600px;
  }
  .home .kv__textArea .c-btn02 {
    font-size: 14px;
    padding: 19px 50px 19px 25px;
  }
  .home .kv__btnArea .c-btn01 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) and (max-width: 1000px) {
  .home .kv {
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .home .kv {
    padding: 0 0 110px;
  }
  .home .kv__inner {
    display: block;
  }
  .home .kv__img {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1800px) {
  .home .kv__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1800px) and (max-width: 1600px) {
  .home .kv__inner {
    margin-left: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1800px) and (max-width: 1600px) and (max-width: 1200px) {
  .home .kv__inner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1260px) {
  .home .kv__img {
    right: -150px;
  }
}
@media only screen and (max-width: 1260px) and (max-width: 1000px) {
  .home .kv__img {
    right: 0;
  }
}
@media only screen and (max-width: 1299px) {
  .home .kv__img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .home .kv__textArea {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1600px) and (max-width: 1000px) {
  .home .kv__textArea {
    max-width: 100%;
    padding: 30px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1001px) {
  .home .modListPayment__item:nth-child(4n) {
    border-right: none;
  }
  .home .modListPayment__item:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .home .modListPayment__item {
    width: 50%;
  }
  .home .modListPayment__item:nth-child(odd) {
    border-left: 1px solid #D9D9D9;
  }
}
@media only screen and (max-width: 375px) {
  .home .modListFeature__item .contents__title {
    font-size: 8vw;
  }
}

/* 追加 */
.home .modTablePlan tr:not(:first-child) td.campaignSel > span:first-child{
  font-size: 2.4rem;
}
.home .modTablePlan tr:not(:first-child) td.campaignSel .strikethrough{
  background-image: linear-gradient(#333, #333);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  display: inline-block;
}
