.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #484848;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", Arial,
    Sans-serif;
  font-size: 14px;
}

a {
  background-color: transparent;
  transition: 0.5s;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

img {
  border-style: none;
}

p {
  line-height: 1.6;
}

section {
  padding: 40px 16px;
}
@media only screen and (min-width: 576px) {
  section {
    padding: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ttl {
  font-size: 24px;
  margin: 0 0 1em;
  line-height: 1.6;
}
@media only screen and (min-width: 576px) {
  .ttl {
    font-size: 36px;
  }
}

.ttl-sub {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0 0 1em;
}
@media only screen and (min-width: 576px) {
  .ttl-sub {
    font-size: 20px;
  }
}

.contactBtn {
  background-color: #6d6d6d;
  color: #fff;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 8px;
  word-break: keep-all;
  line-height: 1;
}
.contactBtn:hover {
  background-position: right center;
}

.header {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header__container {
  display: flex;
  height: 64px;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media only screen and (min-width: 576px) {
  .header__container {
    height: 72px;
  }
}
.header__logo {
  flex: 1 0 auto;
  display: block;
}
.header__logo img {
  height: 100%;
}
.header .contactBtn {
  flex: 0 0 auto;
  justify-self: right;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.main h1 {
  margin-bottom: 10px;
}

.main p {
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .main p {
    max-width: 420px;
  }
}

.main .contactBtn {
  display: inline-block;
  margin-top: 20px;
  padding-left: 2em;
  padding-right: 2em;
}

.feature__hr {
  content: "";
  display: block;
  border-top: 1px solid #ff771d;
  width: 100%;
  margin: 80px 0 0;
}

.feature {
  padding-top: 0;
  margin-top: -2.3em;
  font-size: 16px;
}
.feature h1 {
  color: #ff771d;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #ff771d;
  display: inline-block;
  padding: 0.8em;
}
.feature__list {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .feature__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.feature__list__item {
  display: inline;
  flex: 1 0 100%;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  color: #ff771d;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .feature__list__item {
    font-size: 24px;
    line-height: 1;
    justify-content: center;
  }
  .feature__list__item:nth-child(2) {
    padding-left: 4em;
  }
  .feature__list__item:nth-child(3) {
    padding-left: 8em;
  }
  .feature__list__item:nth-child(4) {
    padding-left: 12em;
  }
}
.feature__point {
  font-size: 12px;
  color: #484848;
  display: inline-block;
  margin-right: 2em;
}
@media only screen and (min-width: 576px) {
  .feature__point {
    font-size: 16px;
  }
}

.about {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .about {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.about__img {
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .about__img {
    flex: 1 1 60%;
  }
}
.about__img img {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .about__img img {
    max-width: 400px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 576px) {
  .about__text {
    flex: 1 1 60%;
  }
}

.flow__list {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .flow__list {
    display: flex;
    justify-content: stretch;
  }
}
.flow__list__item {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .flow__list__item {
    display: inline-block;
    width: 16%;
  }
  .flow__list__item:not(:first-child) {
    margin-left: 4%;
    position: relative;
  }
  .flow__list__item:not(:first-child) .flow__img::before {
    content: url("../img/flow-arrow.png");
    display: block;
    position: absolute;
    top: 30%;
    left: -18%;
    transform: translateY(-50%);
  }
}
.flow__list__item:nth-child(1) .flow__img {
  background: url(../img/flow-bg-1.png) no-repeat 50% 50%;
  background-size: contain;
}
.flow__list__item:nth-child(2) .flow__img {
  background: url(../img/flow-bg-2.png) no-repeat 50% 50%;
  background-size: contain;
}
.flow__list__item:nth-child(3) .flow__img {
  background: url(../img/flow-bg-3.png) no-repeat 50% 50%;
  background-size: contain;
}
.flow__list__item:nth-child(4) .flow__img {
  background: url(../img/flow-bg-4.png) no-repeat 50% 50%;
  background-size: contain;
}
.flow__list__item:nth-child(5) .flow__img {
  background: url(../img/flow-bg-5.png) no-repeat 50% 50%;
  background-size: contain;
}
.flow__list span {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}
.flow__list img {
  width: 100%;
  max-width: 100px;
}
.flow__list p {
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .flow__list p {
    text-align: center;
  }
}

.flow__img {
  width: 20%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .flow__img {
    height: 160px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.flow__text {
  width: 70%;
  text-align: left;
  margin-left: 16px;
}
@media only screen and (min-width: 576px) {
  .flow__text {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
}

.plan__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .plan__list {
    flex-wrap: nowrap;
  }
}
.plan__list__item {
  text-align: center;
  border-radius: 10px;
  border: 2px solid #484848;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  flex: 1 1 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .plan__list__item {
    flex: 1;
    margin-bottom: 40px;
  }
  .plan__list__item:not(:first-child) {
    margin-left: 40px;
  }
}
.plan__list__item:first-child .plan__emphasis {
  background: url("../img/plan-free.svg") no-repeat 50% 50%;
  padding: 20px;
  color: #1b164d;
}
.plan__list__item:nth-child(2) .plan__plus::before {
  background: url("../img/plan-plus1.svg") no-repeat 50% 50%;
}
.plan__list__item:nth-child(3) .plan__plus::before {
  background: url("../img/plan-plus2.svg") no-repeat 50% 50%;
}
.plan__list__item ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.plan__list__item ul li {
  margin-bottom: 1em;
}

.plan__planName {
  border-bottom: 1px solid #484848;
  margin: 0;
  padding: 1em;
  line-height: 1;
}
.plan__planName span {
  font-size: 30px;
  padding-right: 0.1em;
}

.plan__emphasis {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.plan__emphasis .strong {
  font-size: 40px;
  display: block;
  margin-top: 4px;
}

.plan__plus::before {
  content: "+";
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 4px 0 10px;
}

.plan__option h2 {
  display: flex;
  align-items: center;
}

.plan__option img {
  width: 100%;
  max-width: 40px;
  margin-right: 20px;
}
@media only screen and (min-width: 576px) {
  .plan__option img {
    max-width: 80px;
  }
}

.plan__option__list {
  width: 100%;
  margin-top: -4px;
  margin-left: -4px;
  padding: 0;
}
.plan__option__list li {
  border: 2px solid #484848;
  border-radius: 8px;
  padding: 0.8em;
  display: inline-block;
  margin-top: 8px;
  margin-left: 4px;
  line-height: 1;
  font-size: 12px;
}
@media only screen and (min-width: 576px) {
  .plan__option__list li {
    font-size: 14px;
  }
}

.contact {
  text-align: center;
}
.contact h2 {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 576px) {
  .contact h2 {
    font-size: 20px;
  }
}
.contact h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.contact img {
  width: 160px;
  margin-right: 8px;
  display: inline;
}
.contact .contactBtn {
  display: block;
  width: 90%;
  max-width: 460px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  background: url(../img/footer-bg.svg) no-repeat 0 -1px,
    linear-gradient(to right, #fdcb4f, #ff771d);
  background-size: contain;
  margin-top: 40px;
  padding: calc(10% + 40px) 16px 40px;
}

/*
.main.bg{
  margin-top: 40px;
  padding-top: 260px;
  background: url(../img/tv-bg.png) no-repeat center top;
  background-size: 80%;
  min-height: 420px;
}*/

.main.bg {
  position: relative;
}
.main .wire {
  position: relative;
  max-width: 1180px;
}
.main.bg img {
  width: 100%;
}
/* Larger than tablet */
@media (min-width: 750px) {
  .main.bg img {
    position: absolute;
    width: 50%;
    top: -80px;
    right: 0;
  }
}

@media only screen and (min-width: 576px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__logo {
  display: inline-block;
}
.footer__logo img {
  width: 100px;
}
.footer a {
  color: #fff;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 -1em;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .footer ul {
    text-align: left;
    margin: 0 0 0 -2em;
  }
}
.footer ul li {
  display: inline-block;
  margin-left: 1em;
  margin-top: 1em;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .footer ul li {
    margin-top: 0;
    margin-left: 2em;
    font-size: 13px;
  }
  /*
          .main.bg{
            padding-top: 100px;
            background: url(../img/tv-bg.png) no-repeat right bottom;
            background-size: 50%;
            background-position: 90% 4%;
            min-height: 320px;
          }*/
}

/*# sourceMappingURL=../sass/style.css.map */
