@charset "UTF-8";
.landing-slideshow {
  position: relative;
  margin-top: 57px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .landing-slideshow {
    margin-top: 82px;
  }
}

.landing-slideshow__photo {
  background-color: #f8f8f5;
}

.slideshow-photo {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
.slideshow-photo::before {
  content: "";
  display: block;
  padding-top: 70%;
}
@media screen and (min-width: 768px) {
  .slideshow-photo::before {
    padding-top: 46.15%;
  }
}
.slideshow-photo li {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: 0 -20px;
}
@media screen and (min-width: 768px) {
  .slideshow-photo li {
    background-position: center;
  }
}
.slideshow-photo li[data-slide=neko].lazyloaded {
  background-image: url("/img/top/header/slide_neko@1x.jpg");
}
@media screen and (min-width: 768px) {
  .slideshow-photo li[data-slide=neko].lazyloaded {
    background-image: url("/img/top/header/slide_neko.jpg");
  }
}
.slideshow-photo li[data-slide=mer-by-puur].lazyloaded {
  background-image: url("/img/top/header/slide_mer-by-puur@1x.jpg");
}
@media screen and (min-width: 768px) {
  .slideshow-photo li[data-slide=mer-by-puur].lazyloaded {
    background-image: url("/img/top/header/slide_mer-by-puur.jpg");
  }
}
.slideshow-photo li[data-slide=crands] {
  background-image: url("/img/top/header/slide_crands01@1x.jpg");
}
@media screen and (min-width: 768px) {
  .slideshow-photo li[data-slide=crands] {
    background-image: url("/img/top/header/slide_crands01.jpg");
  }
}

.landing-slideshow__caption {
  max-width: 1300px;
  margin: 0 auto;
}

.slideshow-caption {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}
@media screen and (min-width: 768px) {
  .slideshow-caption {
    padding: 20px 30px;
    top: 70%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.slideshow-caption__message {
  color: #fff;
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.4;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .slideshow-caption__message {
    font-size: 16px;
  }
}

.slideshow-caption__name {
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1.4;
  font-size: 12px;
  font-weight: bold;
}

.landing-description {
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .landing-description {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.landing-description span {
  display: block;
}
@media screen and (min-width: 768px) {
  .landing-description span {
    display: inline;
  }
}

.landing-description__caption {
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 480px) {
  .landing-description__caption {
    font-size: 30px;
  }
}

.landing-description__text {
  font-size: 14px;
}

.landing-signup {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 30px 0 35px;
}
@media screen and (min-width: 768px) {
  .landing-signup {
    padding-right: 30px;
    padding-left: 30px;
    position: absolute;
    left: 70%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 60%;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}

.landing-signup__lead {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
}

.landing-signup__catch {
  font-weight: bold;
  line-height: 1.3;
  font-size: 30px;
  text-align: center;
  margin-bottom: 0.7em;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .landing-signup__catch {
    font-size: calc(100vw * 0.02 + 18px);
  }
}
@media screen and (min-width: 1060px) {
  .landing-signup__catch {
    font-size: 40px;
  }
}

.landing-signup__catch--image {
  margin: -30px 0 20px;
}
@media screen and (min-width: 768px) {
  .landing-signup__catch--image {
    margin: -30px -30px 20px;
  }
}
.landing-signup__catch--image img {
  display: block;
  max-width: 100%;
}

.landing-signup__lead {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.landing-signup__button-wrap {
  position: relative;
  margin-top: 25px;
}
.landing-signup__button-wrap p {
  font-size: 14px;
  text-align: center;
  margin: 0.8em 0 0;
}

.landing-signup__button {
  display: block;
  padding: 0.5em;
  background-color: #ff5c5c;
  border-radius: 5px;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 22px;
  white-space: nowrap;
}
.landing-signup__button:link, .landing-signup__button:visited {
  color: #fff;
}

.landing-signup__button-lead {
  font-size: 14px;
  display: block;
  text-align: center;
}

.landing-section__heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 480px) {
  .landing-section__heading {
    font-size: 32px;
  }
}
.landing-section__heading div {
  font-size: 0.5em;
  margin-bottom: 0.4em;
  color: #888;
}
.landing-section__heading span {
  display: inline-block;
}

.landing-section__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

.landing-section__lead {
  text-align: center;
}
@media screen and (min-width: 1060px) {
  .landing-section__lead span {
    display: inline-block;
  }
}

.landing-function {
  padding: calc(5vw + 20px) 20px;
  background-color: #fff;
}

.landing-function__footer {
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
}

.landing-case-studies {
  padding: calc(5vw + 20px) 20px;
  background-color: #fafaf7;
}

.functions {
  margin: 5vw auto 0;
}

.functions__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .functions__list {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.functions__unit {
  -webkit-box-flex: 0;
          flex: 0 0 46%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: calc(1vw + 2em);
}
@media screen and (min-width: 768px) {
  .functions__unit {
    -webkit-box-flex: 0;
            flex: 0 0 23%;
  }
}

.functions__icon {
  -webkit-box-flex: 0;
          flex: 0 0 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.functions__icon img {
  max-width: 40px;
  max-height: 40px;
  vertical-align: bottom;
}

.functions__name {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-weight: bold;
}

.functions__description {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  font-size: 14px;
}

.landing-support {
  padding: calc(5vw + 20px) 20px;
  background-color: #fff;
}

.landing-support__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}

.landing-support__content {
  -webkit-box-flex: 1;
          flex: 1 1 400px;
}

.landing-support__image {
  -webkit-box-flex: 1;
          flex: 1 1 400px;
  border-radius: 4px;
  margin: 20px;
}
.landing-support__image img {
  display: block;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.landing-info {
  padding: calc(5vw + 20px) 20px 0;
}

.landing-info__footer {
  margin-top: 1rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.landing-info-sns {
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
}

.landing-info-sns__item {
  width: 32px;
  height: 32px;
}

.landing-info-sns__item--facebook {
  margin-left: 13px;
}

.landing-info-sns__item--instagram {
  margin-left: 16px;
}

.landing-info-sns__icon {
  display: block;
  width: 100%;
}

.info-list {
  border-top: 1px solid #eee;
}

.info-list__item {
  border-bottom: 1px solid #eee;
}
.info-list__item:nth-child(odd) {
  background-color: #f8f8f8;
}
.info-list__item a {
  padding: 10px 12px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.info-list__item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.info-list__date {
  font-size: 14px;
  color: #555;
  -webkit-box-flex: 0;
          flex: 0 0 90px;
  margin-right: 1em;
  letter-spacing: 1px;
  line-height: 1.8;
}

.info-list__title {
  -webkit-box-flex: 1;
          flex: 1 1 400px;
}

.landing-article {
  padding: calc(5vw + 20px) 20px;
}

.landing-article__footer {
  margin-top: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.article-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media screen and (min-width: 1060px) {
  .article-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}

.article-list__item {
  margin: 10px 0;
  max-width: 400px;
}
@media screen and (min-width: 1060px) {
  .article-list__item {
    -webkit-box-flex: 1;
            flex: 1 0 30%;
  }
}
.article-list__item + .article-list__item {
  margin-top: 20px;
}
@media screen and (min-width: 1060px) {
  .article-list__item + .article-list__item {
    margin-top: 0;
    margin-left: 20px;
  }
}

.article-list__link {
  display: -webkit-box;
  display: flex;
}

.article-list__timestamp {
  color: #333;
  font-weight: bold;
  font-family: Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.article-list__title {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .article-list__title {
    font-size: 16px;
  }
}

.article-list__eyecatch {
  -webkit-box-flex: 0;
          flex: 0 0 100px;
  margin-right: 10px;
  margin-bottom: 0;
}
.article-list__eyecatch img {
  display: block;
  border: 1px solid #eee;
  max-width: 100%;
  height: auto;
}

.landing-account {
  padding: calc(5vw + 20px) 0;
  background-color: #fff;
}

.landing-account__heading {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .landing-account__heading {
    font-size: 32px;
  }
}

.landing-account__sub-heading {
  display: block;
  margin-bottom: 0.4em;
  text-align: center;
  font-size: 0.5em;
  color: #888;
}

.landing-account__step {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .landing-account__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    max-width: 100%;
  }
}

.landing-account__step-list {
  position: relative;
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 768px) {
  .landing-account__step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 20%;
  }
}
.landing-account__step-list + .landing-account__step-list {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .landing-account__step-list + .landing-account__step-list {
    margin-top: 0;
    margin-left: 3em;
  }
}
.landing-account__step-list + .landing-account__step-list::after {
  content: "";
  position: absolute;
  top: -1em;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #e0e0dc;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .landing-account__step-list + .landing-account__step-list::after {
    top: 50%;
    left: -1em;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}

.landing-account__step-thmb {
  width: 40px;
  height: 40px;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .landing-account__step-thmb {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.5em;
  }
}
.landing-account__step-thmb img {
  max-width: 100%;
  height: auto;
}

.landing-account__step-title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .landing-account__step-title {
    text-align: center;
  }
}

.landing-app {
  background: #fafaf7;
  padding: calc(3vw + 20px) 0;
}

.landing-app__box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .landing-app__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

.landing-app__text-wrap {
  text-align: center;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: 20px;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.landing-app__store-link {
  display: inline-block;
  margin: 25px;
  -webkit-box-ordinal-group: 1;
          order: 0;
}
.landing-app__store-link img {
  width: 145px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .landing-app__store-link img {
    width: 160px;
  }
}

.landing-app__more-link {
  box-sizing: border-box;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 10px 15px 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .landing-app__more-link {
    padding: 10px 0 0 15px;
    text-align: right;
  }
}

.landing-app__image {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
.landing-app__image img {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.price-cta {
  padding: 60px 30px;
  text-align: center;
}

.price-cta--small {
  background: #fff;
  border: 1px solid #e1e6ea;
}
@media screen and (min-width: 768px) {
  .price-cta--small {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}

.price-cta--medium {
  background: #fffeeb;
  text-align: center;
}

.price-cta__heading {
  margin: 0 0 0.5em;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  .price-cta__heading {
    font-size: 2rem;
  }
}

.price-cta__heading--small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .price-cta__heading--small {
    font-size: 1.3125rem;
  }
}

.price-cta__heading--medium {
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .price-cta__heading--medium {
    font-size: 1.625rem;
  }
}

.price-cta__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .price-cta__text {
    font-size: 1rem;
  }
}
.price-cta__text br {
  display: none;
}
@media screen and (min-width: 480px) {
  .price-cta__text br {
    display: block;
  }
}

.price-cta__button {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  margin: 1em 0 0;
  padding: 0.8em 1em;
  background: #ff5c5c;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  outline: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .price-cta__button {
    font-size: 1.3125rem;
  }
}
.price-cta__button:link, .price-cta__button:visited, .price-cta__button:hover, .price-cta__button:active {
  color: #fff;
}
.price-cta__button:hover {
  background: #ff4040;
}

.price-cta__button--small {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 1em 0 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .price-cta__button--small {
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
    margin-left: 1.5em;
    margin-right: 0.5em;
  }
}

.price-cta__button--medium {
  margin: 1em 0 0;
  font-size: 1.125rem;
}

.grid {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.grid.grid--no-spacing {
  padding: 0;
}

.grid-cell {
  box-sizing: border-box;
}

.grid.grid--no-spacing > .grid-cell {
  margin: 0;
}

@media (max-width: 479px) {
  .grid-cell {
    margin: 8px;
  }

  .grid-cell--1-col,
.grid-cell--1-col-phone {
    width: calc(25% - 16px);
  }
  .grid--no-spacing > .grid-cell--1-col,
.grid--no-spacing > .grid-cell--1-col-phone {
    width: 25%;
  }

  .grid-cell--2-col,
.grid-cell--2-col-phone {
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell--2-col,
.grid--no-spacing > .grid-cell--2-col-phone {
    width: 50%;
  }

  .grid-cell--3-col,
.grid-cell--3-col-phone {
    width: calc(75% - 16px);
  }
  .grid--no-spacing > .grid-cell--3-col,
.grid--no-spacing > .grid-cell--3-col-phone {
    width: 75%;
  }

  .grid-cell--4-col,
.grid-cell--4-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--4-col,
.grid--no-spacing > .grid-cell--4-col-phone {
    width: 100%;
  }

  .grid-cell--5-col,
.grid-cell--5-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--5-col,
.grid--no-spacing > .grid-cell--5-col-phone {
    width: 100%;
  }

  .grid-cell--6-col,
.grid-cell--6-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--6-col,
.grid--no-spacing > .grid-cell--6-col-phone {
    width: 100%;
  }

  .grid-cell--7-col,
.grid-cell--7-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--7-col,
.grid--no-spacing > .grid-cell--7-col-phone {
    width: 100%;
  }

  .grid-cell--8-col,
.grid-cell--8-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--8-col,
.grid--no-spacing > .grid-cell--8-col-phone {
    width: 100%;
  }

  .grid-cell--9-col,
.grid-cell--9-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--9-col,
.grid--no-spacing > .grid-cell--9-col-phone {
    width: 100%;
  }

  .grid-cell--10-col,
.grid-cell--10-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--10-col,
.grid--no-spacing > .grid-cell--10-col-phone {
    width: 100%;
  }

  .grid-cell--11-col,
.grid-cell--11-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--11-col,
.grid--no-spacing > .grid-cell--11-col-phone {
    width: 100%;
  }

  .grid-cell--12-col,
.grid-cell--12-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--12-col,
.grid--no-spacing > .grid-cell--12-col-phone {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .grid-cell {
    margin: 8px;
  }

  .grid-cell--1-col,
.grid-cell--1-col-tablet {
    width: calc(12.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--1-col,
.grid--no-spacing > .grid-cell--1-col-tablet {
    width: 12.5%;
  }

  .grid-cell--2-col,
.grid-cell--2-col-tablet {
    width: calc(25% - 16px);
  }
  .grid--no-spacing > .grid-cell--2-col,
.grid--no-spacing > .grid-cell--2-col-tablet {
    width: 25%;
  }

  .grid-cell--3-col,
.grid-cell--3-col-tablet {
    width: calc(37.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--3-col,
.grid--no-spacing > .grid-cell--3-col-tablet {
    width: 37.5%;
  }

  .grid-cell--4-col,
.grid-cell--4-col-tablet {
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell--4-col,
.grid--no-spacing > .grid-cell--4-col-tablet {
    width: 50%;
  }

  .grid-cell--5-col,
.grid-cell--5-col-tablet {
    width: calc(62.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--5-col,
.grid--no-spacing > .grid-cell--5-col-tablet {
    width: 62.5%;
  }

  .grid-cell--6-col,
.grid-cell--6-col-tablet {
    width: calc(75% - 16px);
  }
  .grid--no-spacing > .grid-cell--6-col,
.grid--no-spacing > .grid-cell--6-col-tablet {
    width: 75%;
  }

  .grid-cell--7-col,
.grid-cell--7-col-tablet {
    width: calc(87.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--7-col,
.grid--no-spacing > .grid-cell--7-col-tablet {
    width: 87.5%;
  }

  .grid-cell--8-col,
.grid-cell--8-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--8-col,
.grid--no-spacing > .grid-cell--8-col-tablet {
    width: 100%;
  }

  .grid-cell--9-col,
.grid-cell--9-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--9-col,
.grid--no-spacing > .grid-cell--9-col-tablet {
    width: 100%;
  }

  .grid-cell--10-col,
.grid-cell--10-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--10-col,
.grid--no-spacing > .grid-cell--10-col-tablet {
    width: 100%;
  }

  .grid-cell--11-col,
.grid-cell--11-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--11-col,
.grid--no-spacing > .grid-cell--11-col-tablet {
    width: 100%;
  }

  .grid-cell--12-col,
.grid-cell--12-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--12-col,
.grid--no-spacing > .grid-cell--12-col-tablet {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-cell {
    margin: 7px;
    width: calc(33.3333333333% - 14px);
  }
  .grid--no-spacing > .grid-cell {
    width: 33.3333333333%;
  }

  .grid-cell--1-col,
.grid-cell--1-col-desktop {
    width: calc(8.3333333333% - 14px);
  }
  .grid--no-spacing > .grid-cell--1-col,
.grid--no-spacing > .grid-cell--1-col-desktop {
    width: 8.3333333333%;
  }

  .grid-cell--2-col,
.grid-cell--2-col-desktop {
    width: calc(16.6666666667% - 14px);
  }
  .grid--no-spacing > .grid-cell--2-col,
.grid--no-spacing > .grid-cell--2-col-desktop {
    width: 16.6666666667%;
  }

  .grid-cell--3-col,
.grid-cell--3-col-desktop {
    width: calc(25% - 14px);
  }
  .grid--no-spacing > .grid-cell--3-col,
.grid--no-spacing > .grid-cell--3-col-desktop {
    width: 25%;
  }

  .grid-cell--4-col,
.grid-cell--4-col-desktop {
    width: calc(33.3333333333% - 14px);
  }
  .grid--no-spacing > .grid-cell--4-col,
.grid--no-spacing > .grid-cell--4-col-desktop {
    width: 33.3333333333%;
  }

  .grid-cell--5-col,
.grid-cell--5-col-desktop {
    width: calc(41.6666666667% - 14px);
  }
  .grid--no-spacing > .grid-cell--5-col,
.grid--no-spacing > .grid-cell--5-col-desktop {
    width: 41.6666666667%;
  }

  .grid-cell--6-col,
.grid-cell--6-col-desktop {
    width: calc(50% - 14px);
  }
  .grid--no-spacing > .grid-cell--6-col,
.grid--no-spacing > .grid-cell--6-col-desktop {
    width: 50%;
  }

  .grid-cell--7-col,
.grid-cell--7-col-desktop {
    width: calc(58.3333333333% - 14px);
  }
  .grid--no-spacing > .grid-cell--7-col,
.grid--no-spacing > .grid-cell--7-col-desktop {
    width: 58.3333333333%;
  }

  .grid-cell--8-col,
.grid-cell--8-col-desktop {
    width: calc(66.6666666667% - 14px);
  }
  .grid--no-spacing > .grid-cell--8-col,
.grid--no-spacing > .grid-cell--8-col-desktop {
    width: 66.6666666667%;
  }

  .grid-cell--9-col,
.grid-cell--9-col-desktop {
    width: calc(75% - 14px);
  }
  .grid--no-spacing > .grid-cell--9-col,
.grid--no-spacing > .grid-cell--9-col-desktop {
    width: 75%;
  }

  .grid-cell--10-col,
.grid-cell--10-col-desktop {
    width: calc(83.3333333333% - 14px);
  }
  .grid--no-spacing > .grid-cell--10-col,
.grid--no-spacing > .grid-cell--10-col-desktop {
    width: 83.3333333333%;
  }

  .grid-cell--11-col,
.grid-cell--11-col-desktop {
    width: calc(91.6666666667% - 14px);
  }
  .grid--no-spacing > .grid-cell--11-col,
.grid--no-spacing > .grid-cell--11-col-desktop {
    width: 91.6666666667%;
  }

  .grid-cell--12-col,
.grid-cell--12-col-desktop {
    width: calc(100% - 14px);
  }
  .grid--no-spacing > .grid-cell--12-col,
.grid--no-spacing > .grid-cell--12-col-desktop {
    width: 100%;
  }
}
/* common */
.landing__block__contents__right {
  float: right;
  width: 69%;
}
.landing__block__contents__left {
  float: left;
  width: 69%;
}

.landing__block__caption__right {
  float: right;
  width: 31%;
}
.landing__block__caption__left {
  float: left;
  width: 31%;
}

@media only screen and (max-width: 900px) {
  .common__function__other__icon__wrap {
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .landing__block__contents__right,
.landing__block__contents__left,
.landing__block__caption__right,
.landing__block__caption__left {
    float: none;
    width: auto;
  }
}
.landing__common__more__link {
  box-sizing: border-box;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .landing__common__more__link {
    padding: 10px 0 0 15px;
    text-align: left;
  }
}
@media screen and (max-width: 1060px) {
  .landing__common__more__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.landing__block__caption {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  .landing__block__caption {
    font-size: 25px;
  }
}
.landing__block__caption__description {
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  .landing__block__caption__description {
    font-size: 16px;
    text-align: left;
  }
}

.landing__common__label {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #ff5c5c;
  border-radius: 70px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .landing__block__caption__image__wrap {
    padding-top: 30px;
  }

  .landing__common__caption__icon:before {
    background-size: 50% auto;
  }
}
@media screen and (max-width: 480px) {
  .common__icon__design,
.common__icon__function,
.common__icon__browser,
.common__icon__support,
.common__icon__price,
.common__icon__agency,
.common__icon__production {
    width: 100px;
    height: 100px;
  }
}
/* header */
.landing__header__block {
  position: relative;
  overflow: hidden;
}

.landing__header__slide__signup {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .landing__header__slide__signup {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .landing__header__slide__signup {
    display: block;
    margin-right: 0;
    border-radius: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .landing__header__slide__signup {
    position: relative;
    box-sizing: border-box;
  }
}
.landing__header__slide__signup__inside {
  padding: 98px 50px 25px;
}
@media screen and (max-width: 768px) {
  .landing__header__slide__signup__inside {
    padding: calc((100% * 138 / 570) - 10px) 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .landing__header__slide__signup__inside {
    width: 90%;
    margin: 0 auto;
  }
}
.landing__header__slide__signup__pepabo {
  display: block;
  box-sizing: border-box;
  top: -12px;
  width: 100%;
  height: 115px;
  margin: 0;
  position: absolute;
  background-image: url(/img/top/header/copy/pepabo_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 5px 5px 0 0;
  text-indent: -999999px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .landing__header__slide__signup__pepabo {
    background-image: url(/img/top/header/copy/pepabo_tablet.png);
    top: -20px;
    padding-bottom: 185px;
  }
}
.landing__header__slide__signup__copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  .landing__header__slide__signup__copy {
    font-size: 6.5vw;
  }
}
.landing__header__slide__signup__caption {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #4F4F4F;
}
@media screen and (max-width: 480px) {
  .landing__header__slide__signup__caption {
    font-size: 16px;
  }
}
.landing__header__slide__signup__button {
  padding: 18px 25px;
  font-size: 22px;
  width: 320px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .landing__header__slide__signup__button {
    display: block;
    font-size: 18px;
    width: 100%;
  }
}

/* design */
.landing__design__block {
  padding: 115px 0 85px;
  text-align: center;
  background-color: #fafaf7;
}

.landing__design__caption__area {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.landing__design__caption__wrap {
  text-align: center;
}

.landing__design__image__wrap {
  cursor: pointer !important;
  width: 64%;
  position: relative;
}

.landing__common__label__new {
  z-index: 60;
  top: -37px;
  right: 17px;
  width: 90px;
  height: 90px;
}

.landing__common__label__new__text {
  display: block;
  padding-top: 31px;
  font-size: 24px;
  line-height: 1.1em;
}

.landing__design__image__list__wrap__cover {
  position: absolute;
  z-index: 70;
  top: 50%;
  left: 50%;
  display: none;
  width: 50%;
  margin: 0;
  background-color: rgba(247, 220, 20, 0.95);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .landing__design__image__list__wrap__cover {
    width: 314px;
  }
}
@media screen and (max-width: 480px) {
  .landing__design__image__list__wrap__cover {
    margin-top: -145px;
  }
}

.landing__design__image__new__title {
  margin-top: 15px;
  letter-spacing: 0.05em;
  font-size: 24px;
  line-height: 1.1em;
}

.landing__thumbnail__new__button__preview {
  margin-top: 10px;
  padding: 8px 15px;
}

.landing__design__image__list__wrap {
  cursor: pointer;
  position: relative;
  width: 100%;
  min-height: 366px;
}

.landing__design__image__list {
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: left;
}

.landing__design__image__list__pc {
  bottom: 40px;
  left: 50%;
  width: 79%;
  margin-left: -37.5%;
  background-color: #333;
  border-radius: 10px;
}

.landing__design__image__list__tablet {
  bottom: 0;
  left: 0;
  width: 33%;
  background-color: #eaeaea;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.landing__design__image__list__sp {
  right: 0;
  bottom: 0;
  width: 19%;
  background-color: #eaeaea;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.landing__design__image__capture__wrap {
  position: relative;
  box-sizing: border-box;
}

.landing__design__image__capture__wrap__pc {
  padding: 23px;
}

.landing__design__image__capture__wrap__tablet {
  padding: 25px 8px;
}

.landing__design__image__capture__wrap__sp {
  padding: 28px 5px 0;
}

.landing__design__image__capture {
  max-width: 100%;
  height: auto;
}

.landing__design__image__capture__pc {
  box-sizing: border-box;
  margin-bottom: 30px;
}

.landing__design__image__capture__tablet {
  border: #7c7c7c solid 2px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.landing__design__image__capture__sp {
  border: #7c7c7c solid 1px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.landing__design__decoration__pc:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #eaeaea;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.landing__design__decoration__pc:after {
  content: " ";
  position: absolute;
  bottom: -40px;
  left: 50%;
  display: block;
  width: 120px;
  height: 0;
  margin-left: -60px;
  border-right: 3px solid transparent;
  border-bottom: 40px solid #7c7c7c;
  border-left: 3px solid transparent;
}

.landing__design__decoration__tablet:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #7c7c7c;
  top: 12px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.landing__design__decoration__tablet:after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #7c7c7c;
  bottom: 12px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.landing__design__decoration__sp:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #7c7c7c;
  top: 8px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.landing__design__decoration__sp:after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #7c7c7c;
  bottom: 9px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.landing__design__decoration__parts__sp:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #7c7c7c;
  border-radius: 2px;
}
.landing__design__decoration__parts__sp:after {
  content: " ";
  position: absolute;
  top: 14px;
  left: 50%;
  display: block;
  margin-left: -26px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #7c7c7c;
}

.landing__design__thumbnail__area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 423px;
  margin-top: 50px;
}

.landing__design__thumbnail__list__wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
}

.landing__design__thumbnail__list {
  float: left;
  width: 350px;
  height: 400px;
  text-align: center;
}

.landing__design__thumbnail__list__contents__wrap {
  cursor: pointer;
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.landing__design__thumbnail__image {
  width: 100%;
  border: #cccbba solid 1px;
  border-radius: 5px;
}

.landing__design__thumbnail__list__description__wrap {
  -webkit-touch-callout: none;
  position: absolute;
  top: -1px;
  left: -1px;
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border: #f7dc14 solid 3px;
  border-radius: 5px;
}

@-webkit-keyframes template_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes template_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-landing__design__thumbnail__list__description__wrap__fade__in {
  -webkit-animation-name: template_fade_in;
          animation-name: template_fade_in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes template_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes template_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.js-landing__design__thumbnail__list__description__wrap__fade__out {
  -webkit-animation-name: template_fade_out;
          animation-name: template_fade_out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.landing__design__thumbnail__list__description__caption {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
}

.landing__design__thumbnail__list__description__text {
  margin: 15px 30px 0;
  font-size: 20px;
}

.landing__thumbnail__button__preview {
  margin-top: 15px;
  padding: 8px 12px;
}

@-webkit-keyframes spTemplateHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes spTemplateHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.js-template__hidden {
  -webkit-animation-name: spTemplateHidden;
          animation-name: spTemplateHidden;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes spTemplateVisible {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes spTemplateVisible {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.js-template__visible {
  -webkit-animation-name: spTemplateVisible;
          animation-name: spTemplateVisible;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media screen and (max-width: 1032px) {
  .landing__design__caption__area {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 1032px) {
  .landing__common__label__new {
    top: -11px;
  }
}
@media screen and (max-width: 860px) {
  .landing__common__label__new {
    top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .landing__design__caption__area,
.landing__design__caption__wrap {
    width: 100%;
    margin: 0;
  }

  .landing__design__block {
    padding: 90px 0;
  }

  .landing__design__image__list__wrap {
    margin: 0 auto;
  }

  .landing__design__image__wrap {
    width: 100%;
    padding-top: 60px;
  }

  .landing__design__image__list__pc {
    width: 74%;
    margin-left: -37%;
  }

  .landing__design__image__list__tablet {
    width: 31%;
  }

  .landing__design__image__list__sp {
    width: 18%;
  }

  .landing__common__label__new {
    right: 58px;
  }
}
@media screen and (max-width: 640px) {
  .landing__common__label__new {
    top: 32px;
  }
}
@media screen and (max-width: 600px) {
  .landing__design__image__wrap {
    padding-top: 0;
  }

  .landing__common__label__new {
    top: 10px;
    right: 48px;
  }
}
@media screen and (max-width: 535px) {
  .landing__common__label__new {
    top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .landing__design__block {
    padding: 70px 0;
  }

  .landing__design__image__wrap {
    min-height: 0;
    margin-top: 290px;
  }

  .landing__design__image__list__wrap {
    min-height: 0;
  }

  .landing__design__caption__wrap .landing__block__caption {
    padding: 10px 0 0;
  }

  .landing__design__image__list__pc {
    bottom: 40px;
    left: 50%;
    width: 94%;
    margin-left: -47%;
    background-color: #333;
    border-radius: 8px;
  }

  .landing__design__image__capture__wrap__pc {
    padding: 13px;
  }

  .landing__design__decoration__pc:before {
    height: 34px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .landing__design__decoration__pc:after {
    border-bottom-width: 30px;
    width: 100px;
    margin-left: -50px;
    bottom: -30px;
  }

  .landing__design__image__capture__pc {
    margin-bottom: 30px;
  }

  .landing__design__image__capture__wrap__tablet {
    padding: 14px 4px 15px;
  }

  .landing__design__decoration__tablet:before {
    top: 6px;
    width: 3px;
    height: 3px;
    margin-left: -1.5px;
    border-radius: 3px;
  }
  .landing__design__decoration__tablet:after {
    bottom: 5px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 10px;
  }

  .landing__design__image__capture__tablet {
    margin-bottom: 0;
  }

  .landing__design__image__list__sp {
    width: 22%;
  }

  .landing__design__image__capture__wrap__sp {
    padding: 16px 5px 0;
  }

  .landing__design__decoration__sp:before {
    top: 5px;
    width: 3px;
    height: 3px;
    margin-left: -1.5px;
    border-radius: 3px;
  }
  .landing__design__decoration__sp:after {
    bottom: 4px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 10px;
  }

  .landing__design__decoration__parts__sp:before {
    top: 11px;
    width: 22px;
    height: 1px;
    margin-left: -11px;
    border-radius: 1px;
  }
  .landing__design__decoration__parts__sp:after {
    top: 10px;
    width: 3px;
    height: 3px;
    margin-left: -18px;
    border-radius: 3px;
  }

  .landing__design__image__capture__sp {
    margin-bottom: 12px;
  }

  .landing__design__slide__icon {
    position: absolute;
    z-index: 20;
    top: 0;
    display: block;
    width: 50px;
    line-height: 320px;
    height: 320px;
    border-radius: 50px;
    vertical-align: middle;
    font-size: 38px;
    text-align: center;
    color: #1897c4;
  }
  .landing__design__slide__icon:hover {
    color: #31b9dd;
  }

  .landing__design__slide__icon__left {
    left: 0;
    background-position: 45% 50%;
  }

  .landing__design__slide__icon__right {
    right: 0;
    background-position: 55% 50%;
  }

  .landing__design__thumbnail__area {
    height: 320px;
  }

  .landing__design__thumbnail__list {
    width: 250px;
    height: auto;
  }

  .landing__design__thumbnail__list__wrap {
    margin: 15px 0;
  }

  .landing__design__thumbnail__list__contents__wrap {
    width: 215px;
  }

  .landing__design__thumbnail__list__description__wrap {
    position: static;
    display: block;
    width: auto;
    background-color: transparent;
    border: none;
  }

  .landing__design__thumbnail__list__description__caption,
.landing__design__thumbnail__list__description__text,
.landing__thumbnail__button__preview {
    display: none;
  }

  .landing__design__image__new__title {
    font-size: 18px;
  }

  .landing__design__thumbnail__list__description__caption {
    font-size: 20px;
  }

  .landing__design__thumbnail__list__description__text {
    margin: 15px 15px 0;
    font-size: 16px;
  }

  .landing__common__label__new {
    right: -10px;
    top: auto;
    bottom: 210px;
    width: 60px;
    height: 60px;
  }

  .landing__common__label__new__text {
    padding-top: 20px;
    font-size: 18px;
  }
}
.function {
  padding: 115px 0 85px;
  text-align: center;
  background-color: #fff;
  border-top: #f2f2f2 solid 1px;
}
@media screen and (max-width: 768px) {
  .function {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 480px) {
  .function {
    padding: 70px 15px;
  }
}

.function-caption {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .function-caption {
    width: 100%;
    margin: 0;
  }
}

.function-caption__container {
  text-align: center;
}

.function-picture {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .function-picture {
    width: 400px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .function-picture {
    width: 100%;
    padding: 10px 0 0;
  }
}

.function-picture__image {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 5px;
  vertical-align: bottom;
  box-sizing: border-box;
  background-color: #f9f9f9;
  padding: 15px;
  border: #eaeaea solid 1px;
}
@media screen and (max-width: 480px) {
  .function-picture__image {
    padding: 10px;
  }
}

.function-list {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 25px auto 0;
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .function-list {
    margin-top: 50px;
  }
}

.function-list--secoundary {
  display: none;
}
@media screen and (min-width: 480px) {
  .function-list--secoundary {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

.function-list__item {
  box-sizing: border-box;
  position: relative;
}

.function-list__item--primary {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 70px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 480px) {
  .function-list__item--primary {
    flex-basis: calc(100% / 2);
    max-width: 50%;
    padding: 0 10px 40px;
    border-bottom: none;
    border-left: 1px solid #eaeaea;
  }
  .function-list__item--primary:nth-child(2n+1) {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  .function-list__item--primary {
    flex-basis: calc(100% / 3);
    max-width: 33.3%;
  }
  .function-list__item--primary:nth-child(n) {
    border-left: 1px solid #eaeaea;
  }
  .function-list__item--primary:nth-child(3n+1) {
    border-left: none;
  }
}
@media screen and (min-width: 900px) {
  .function-list__item--primary {
    flex-basis: calc(100% / 6);
    max-width: 16.6%;
    margin-bottom: 0;
  }
  .function-list__item--primary:nth-child(n) {
    border-left: 1px solid #eaeaea;
  }
  .function-list__item--primary:nth-child(1) {
    border-left: none;
  }
}

@media screen and (min-width: 480px) {
  .function-list__item--secondary {
    flex-basis: calc(100% / 3);
    max-width: 33.3%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .function-list__item--secondary {
    flex-basis: calc(100% / 4);
    max-width: 25%;
  }
}
@media screen and (min-width: 900px) {
  .function-list__item--secondary {
    flex-basis: calc(100% / 8);
    max-width: 12.5%;
  }
}

.function-list__icon-wrap {
  position: relative;
  height: 0;
  margin: 0 auto;
}

.function-list__icon-wrap--primary {
  width: 50%;
  padding-top: 50%;
}
@media screen and (min-width: 480px) {
  .function-list__icon-wrap--primary {
    width: 140px;
    padding-top: 140px;
  }
}
@media screen and (min-width: 900px) {
  .function-list__icon-wrap--primary {
    width: 100%;
    padding-top: 100%;
  }
}

@media screen and (min-width: 480px) {
  .function-list__icon-wrap--secoundary {
    width: 100px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 900px) {
  .function-list__icon-wrap--secoundary {
    width: 70%;
    padding-top: 70%;
  }
}

.function-list__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.function-list__icon--ssl {
  width: 70%;
}

.function-list__icon--multi-lingual {
  width: 85%;
}

.function-list__icon--speed {
  width: 100%;
}

.function-list__icon--seo {
  width: 80%;
}

.function-list__icon--domain {
  width: 90%;
}

.function-list__icon--reservation {
  width: 80%;
}

.function-list__icon--slide {
  width: 96%;
}

.function-list__icon--photo {
  width: 70%;
}

.function-list__icon--news {
  width: 70%;
}

.function-list__icon--calendar {
  width: 64%;
}

.function-list__icon--map {
  width: 74%;
}

.function-list__icon--access {
  width: 70%;
}

.function-list__icon--coupon {
  width: 84%;
}

.function-list__icon--cart {
  width: 58%;
}

.function-list__caption {
  display: block;
  line-height: 1.4;
}
.function-list__caption br {
  display: none;
}
@media screen and (min-width: 480px) {
  .function-list__caption br {
    display: block;
  }
}

.function-list__caption--secondary {
  font-size: 14px;
}

.function-list__link {
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: inline-block;
  width: auto;
  padding: 0.7em 1em;
  background: #1897c4;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.function-list__link:link, .function-list__link:visited, .function-list__link:hover, .function-list__link:active {
  color: #fff;
}
.function-list__link:hover, .function-list__link:active {
  background: #24acd1;
}
@media screen and (min-width: 480px) {
  .function-list__link {
    bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .function-list__link {
    left: 20px;
    display: block;
    width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.function-list__label {
  box-sizing: border-box;
  display: inline-block;
  margin: 4px 0 0;
  padding: 0.5em 0.8em;
  border: 1px solid;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
}

.function-list__label--option {
  background: #f9f9ef;
  border-color: #ddddd0;
  color: #8e8e8e;
}

.case__detail__menu__caption {
  display: none;
}

.landing__example__block {
  padding: 115px 0 85px;
  background-color: #fff;
  border-top: #f2f2f2 solid 1px;
}
@media screen and (max-width: 480px) {
  .landing__example__block {
    padding: 70px 0;
  }
}
.landing__example__block .landing__block__caption__description {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .landing__example__block .landing__block__caption__description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 480px) {
  .landing__example__block .landing__common__more__link {
    padding-left: 30px;
  }
}

@media screen and (max-width: 480px) {
  .landing__example__list:nth-last-child(1), .landing__example__list:nth-last-child(2), .landing__example__list:nth-last-child(3) {
    display: none;
  }
}
.landing__example__list__area {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  .landing__example__list__area {
    width: 100%;
    max-width: 1030px;
    padding: 0 8px;
    box-sizing: border-box;
  }
}
.landing__example__list__image {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.landing__example__list__image__link {
  display: block;
  max-height: 230px;
  overflow: hidden;
}
.landing__example__list__inner {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eaeadf;
  box-shadow: 0 0 10px #eaeadf;
  border-radius: 5px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.landing__example__list__text__wrap {
  min-height: 202px;
  box-sizing: border-box;
  padding: 15px;
}
@media screen and (max-width: 480px) {
  .landing__example__list__text__wrap {
    min-height: 110px;
  }
}
.landing__example__list__caption {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}
.landing__example__list__link__wrap {
  margin-bottom: 0;
  display: block;
  word-break: break-all;
  font-size: 14px;
}
.landing__example__list__label {
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  position: relative;
  background-color: #eee;
  border-radius: 3px;
}

/* タイトルの文字数が多い場合 */
@media screen and (max-width: 768px) {
  [data-case-list-id=makiba] .landing__example__list__caption {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  [data-case-list-id=makiba] .landing__example__list__caption {
    font-size: 17px;
  }
}

.landing__example__detail__description {
  box-sizing: border-box;
  min-height: 90px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .landing__example__detail__description {
    font-size: 14px;
    min-height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .landing__example__detail__description {
    font-size: 16px;
  }
}
.landing__example__detail__description:before {
  content: "“";
  font-weight: normal;
  display: inline;
}
.landing__example__detail__description:after {
  content: "”";
  font-weight: normal;
  display: inline;
}

/* support */
.landing__support__block {
  padding: 115px 0 85px;
  text-align: center;
  background-color: #fff;
  border-top: #e2e1cf solid 1px;
}

.landing__support__caption__area {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
}

.landing__support__caption__wrap {
  text-align: center;
}

.landing__support__image__wrap {
  position: relative;
  width: 59%;
}

.landing__block__caption__image__list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 31;
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  background-color: #f9f9f9;
  border: #eaeaea solid 1px;
  border-radius: 5px;
}

.landing__support__image {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.landing__supoort__more__link {
  margin: 0 auto;
  padding-top: 100px;
}

@media screen and (max-width: 1032px) {
  .landing__support__caption__area {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .landing__support__block {
    padding: 90px 30px;
  }

  .landing__support__image__wrap {
    width: 100%;
  }

  .landing__support__image__list {
    left: 50%;
    width: 70%;
    margin-left: -35%;
    margin-top: 15px;
  }

  .landing__supoort__more__link {
    padding-top: 370px;
  }
}
@media screen and (max-width: 480px) {
  .landing__support__block {
    padding: 70px 15px;
  }

  .landing__block__caption__support {
    padding: 0;
    font-size: 25px;
  }

  .landing__support__image__list {
    padding: 10px;
    width: 90%;
    margin-left: -45%;
  }

  .landing__supoort__more__link {
    padding-top: 210px;
  }
}
/* price */
.landing__price__area {
  background-color: #f9f9ef;
  border-top: #efefe4 solid 1px;
}

.landing__price__wrap {
  padding: 80px 0;
}

.landing__price__caption__wrap {
  text-align: center;
}

.landing__price__plan__caption {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .landing__price__plan__caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__plan__caption {
    font-size: 16px;
  }
}

.landing__price__dx__plan__caption {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .landing__price__dx__plan__caption {
    margin-top: 10px;
  }
}

.landing__price__plan__recommend {
  position: absolute;
  top: -1px;
  right: 1em;
  width: 5em;
  margin: auto;
  padding: 8px 0;
  background-color: #ff5d5c;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .landing__price__plan__recommend {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__plan__recommend {
    width: calc(100% + 2px);
    right: -1px;
    padding: 1px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
.landing__price__plan__recommend:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 2.5em solid #ff5d5c;
  border-right: 2.5em solid #ff5d5c;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 480px) {
  .landing__price__plan__recommend:after {
    bottom: -12px;
    right: 0;
    left: 0;
    margin: auto;
    border: 6px solid transparent;
    border-top: 6px solid #ff5d5c;
  }
}

.landing__price__table__wrap {
  width: 810px;
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
}

.landing__price__table {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  background-color: #f9f9ef;
  border-radius: 5px;
  text-align: center;
}

.landing__price__title__cell {
  float: left;
  box-sizing: border-box;
  width: 30%;
  background-color: #fff;
  border: #ddddd0 solid 1px;
}
@media screen and (max-width: 768px) {
  .landing__price__title__cell {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__title__cell {
    height: 280px;
  }
}

.landing__price__title__cell:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.landing__price__title__cell:last-child {
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.landing__price__cell__dx {
  width: 40%;
  height: 300px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #fffff8;
  border-color: #c1c1a0;
}
@media screen and (max-width: 768px) {
  .landing__price__cell__dx {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__cell__dx {
    height: 300px;
  }
}

.landing__price__title__wrap {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .landing__price__title__wrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__title__wrap {
    padding: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .landing__price__title__dx__wrap {
    padding-top: 30px;
  }
}

.landing__price__more__link {
  margin: 0 auto;
  padding-top: 15px;
}

.landing__price__caption {
  padding-top: 100px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .landing__price__catch__wrap {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__catch__wrap {
    height: 115px;
  }
}

@media screen and (max-width: 768px) {
  .landing__price__catch__dx__wrap {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__catch__dx__wrap {
    height: 115px;
  }
}

.landing__price__dx__plan__caption__text {
  line-height: 26px;
  vertical-align: middle;
}

.landing__price__title__description__wrap {
  margin-top: 5px;
}

.landing__price__title__description {
  font-weight: normal;
}

.landing__price__text__wrap {
  margin-top: 15px;
}

.landing__price__text__dx__wrap {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .landing__price__text__dx__wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__text__dx__wrap {
    margin-top: 15px;
  }
}

.landing__price__text__number {
  margin-right: 2px;
  letter-spacing: 0.05em;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .landing__price__text__number {
    font-size: 20px;
    font-weight: bold;
  }
}

.landing__price__text__number__large {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .landing__price__text__number__large {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .landing__price__text__number__large {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .landing__price__text__monthly {
    display: none;
  }
}

.landing__price__text__monthly__smp {
  display: none;
}
@media screen and (max-width: 480px) {
  .landing__price__text__monthly__smp {
    display: block;
    font-size: 12px;
  }
}

.landing__price__text {
  color: #706d4f;
}
@media screen and (max-width: 480px) {
  .landing__price__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .landing__price__wrap {
    padding: 40px 15px;
  }

  .landing__price__table__wrap {
    width: auto;
    margin: 0 15px;
  }
}
.common__icon__dx__price {
  width: 100px;
  height: 108px;
}

@media only screen and (max-width: 480px) {
  .landing__price__table__wrap {
    margin: 0;
  }

  .landing__price__title__description__wrap {
    width: auto;
    padding: 0 15px;
  }

  .landing__price__title__description br {
    display: none;
  }

  .landing__price__wrap {
    padding: 40px 15px;
  }

  .landing__price__title__cell {
    vertical-align: top;
  }

  .common__icon__normal {
    width: 45px;
    height: 70px;
    margin-top: 10px;
  }

  .common__icon__dx {
    width: 61px;
    height: 82px;
  }

  .common__icon__business {
    width: 80px;
    height: 82px;
  }

  .landing__price__title__description__wrap {
    padding: 0 7px;
    text-align: left;
    font-size: 13px;
  }

  .landing__price__dx__plan__caption__text {
    line-height: 1;
    vertical-align: top;
  }
}
/* footer */
.common__signup__footer__illust:before {
  content: " ";
  display: block;
  background: transparent url(/img/landing/illust_signup_area_left.svg) 0 0 no-repeat;
  background-size: 458px 239px;
  width: 458px;
  height: 239px;
  position: absolute;
  left: calc(-458px + 28%);
  top: 50%;
  margin-top: -119px;
}
.common__signup__footer__illust:after {
  content: " ";
  display: block;
  background: transparent url(/img/landing/illust_signup_area_right.svg) 0 0 no-repeat;
  background-size: 444px 265px;
  width: 444px;
  height: 265px;
  position: absolute;
  right: calc(-458px + 28%);
  top: 50%;
  margin-top: -132px;
}

.common__signup__footer {
  padding: 110px 0 120px;
  box-sizing: border-box;
}

@media screen and (max-width: 1120px) {
  .common__signup__footer__illust:before {
    left: calc(-458px + 22%);
  }
  .common__signup__footer__illust:after {
    right: calc(-458px + 22%);
  }
}
@media screen and (max-width: 768px) {
  .common__signup__footer {
    padding: 80px 0 60px;
  }

  .common__signup__footer__illust:before {
    content: none;
  }
  .common__signup__footer__illust:after {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .common__signup__footer {
    padding: 70px 0 50px;
  }
}
.example-etc {
  margin: 50px 0 0 0;
}

.example-etc-list__item h3 {
  font-size: 20px;
  text-align: center;
}

.example-etc-list__item img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 10px auto;
}

.example-etc-list__item p {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .example-etc-list__item p {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.example-etc-list__item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .example-etc-list__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .example-etc-list__item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.example-etc-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: 30px auto 0 auto;
}

.landing__example__list__wrap {
  margin-top: 5vw;
}

.common__signup__footer__wrap:before {
  border-top-color: #fff;
}