@charset "UTF-8";

/*--------------------------------------------------
  heading
--------------------------------------------------*/
#heading {
  width: 90%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.iPad #heading {
  top: 64px;
}

#heading h1 {
  width: 100%;
  font-size: 1rem;
  text-align: right;
  font-weight: normal;
}

#heading h1 br {
  display: none;
}

/*--------------------------------------------------
  main
 --------------------------------------------------*/
main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#main-img {
  height: 55vh;
  position: relative;
  background: none;
}

.iPad #main-img {
  height: 35vh;
}

.main-img-title {
  width: 90%;
  height: auto;
  max-width: initial;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}

.main-img-title h2 {
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  margin-bottom: 8px;
  order: 2;
  display: flex;
  align-items: center;
}

.main-img-title h2::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 10px;
}

.main-img-title>img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-bottom: 14px;
  order: 1;
}

.fv-lead {
  order: 4;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.fv-lead::before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: linear-gradient(to bottom, #ccc 0%, #ccc 50%, #1a1a1a 50%, #1a1a1a 100%);
}

.fv-tab {
  order: 3;
  display: flex;
  margin-bottom: 10px;
}

.fv-tab>span:not(:last-of-type) {
  margin-right: 8px;
}

.fv-tab__cat {
  background: #ffd700;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 2.5px 14px;
  border-radius: 2px;
}

.shape1-svg {
  fill: #fff;
  transition: .5s;
}

.is-fillChange {
  fill: #fadc00;
  transition: .5s;
}

.shape2-svg {
  fill: #fff;
  transition: .5s;
}

.is-fillChange2 {
  fill: #d7ecfa;
  transition: .5s;
}

/*--------------------------------------------------
  container
 --------------------------------------------------*/
#container {
  width: 100%;
  height: auto;
  padding: 0 0 150px 0;
}

.container {
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.works {
  width: 100%;
  height: auto;
}

.eyecatch {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.eyecatch>img,
.eyecatch>video {
  display: block;
  width: 100%;
  height: auto;
}

.cp-info {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.cp-info h2 {
  width: 100%;
  height: auto;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-info h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #A8D7ED;
  margin-right: 10px;
}

.cp-info-title-sub {
  font-size: 1.2rem;
  text-align: center;
  color: #CCC;
  margin-bottom: 30px;
}

.cp-info-cols {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-info-cols>img {
  display: block;
  width: 160px;
  height: auto;
  background: #fff;
  padding: 20px;
  box-sizing:
    border-box;
  border-radius: 50vh;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
}

.cp-info-inner {
  width: auto;
  height: auto;
  margin-left: 20px;
}

.cp-info-inner dl {
  font-size: 1.8rem;
}

.cp-info-inner dt {
  line-height: 1.6;
  font-weight: bold;
}

.cp-info-inner dd {
  line-height: 1.6;
}

.cp-info-crown {
  font-size: 1rem;
  color: #BD0202;
}

.cp-info-crown>i {
  margin-right: 3px;
}

.cp-info-inner dd a {
  text-decoration: underline;
}

.cp-info-inner dt:nth-of-type(2) {
  margin-top: 10px;
}

.works-content {
  width: 100%;
  height: auto;
  padding: 80px;
  box-sizing: border-box;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
  background: rgba(255, 255, 255, .5);
  margin-bottom: 150px;
}

.works-content h2 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.works-content h2>span {
  background: #4EBDEB;
  color: #fff;
  padding: 8px 20px;
  line-height: 1;
  font-size: 1.6rem;
  border-radius: 4px;
}

.works-content dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}

.works-content dt {
  width: 22.5%;
  height: auto;
  padding: 20px 10px;
  box-sizing: border-box;
  font-weight: bold;
}

.works-content dt i {
  color: #4EBDEB;
  margin-right: 5px;
}

.works-content dt:not(:last-of-type),
.works-content dd:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

.works-content dd {
  width: 77.5%;
  height: auto;
  padding: 20px 10px;
  box-sizing: border-box;
}

.website-taste {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.website-taste::after {
  display: block;
  content: '';
  width: calc(100%/5 - 5px);
}

.works-tab {
  width: calc(100%/5 - 5px);
  opacity: .5;
  background: #eee;
  text-align: center;
  font-size: 1.2rem;
  padding: 2.5px 0;
}

.works-tab:nth-of-type(n+6) {
  margin-top: 5px;
}

.tab-currnet {
  opacity: 1;
  font-weight: bold;
}

.seo-rank {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 8px;
}

.seo-rank-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.seo-rank-title img {
  display: block;
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.seo-rank-title>p i {
  margin-right: 5px;
}

.seo-rank-title>p>span {
  font-size: 1rem;
  font-weight: normal;
}

.seo-rank-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.seo-rank-list>span:not(:last-child) {
  background: #4EBDEB;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2.5px 10px;
  border-radius: 4px;
  margin-right: 10px;
}

.spacer {
  margin-top: 30px;
}

.spacer50 {
  margin-top: 50px;
}

.knowledge-panel {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #eee;
}

.knowledge-panel>img {
  display: block;
  width: 100%;
  height: auto;
}

.works-cols {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.works-deviceWrap {
  width: 100%;
  height: auto;
}

.works-device {
  width: 100%;
  height: auto;
}

.works-deviceWrap h2 {
  width: 100%;
  height: auto;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.works-deviceWrap h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #ffd700;
  margin-right: 10px;
}

.works-deviceWrap-title-sub {
  font-size: 1.2rem;
  text-align: center;
  color: #CCC;
  margin-bottom: 14px;
}

.works-device-description {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.works-device-description>img {
  display: block;
  width: 120px;
  height: auto;
}

.nyancos-robo {
  width: 120px;
  height: auto;
  position: relative;
}

.nyancos-robo-open {
  width: 100%;
}

.nyancos-robo-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  animation: eyes_blink_anime 2s infinite;
  opacity: 0;
}

@keyframes eyes_blink_anime {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  11% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  21% {
    opacity: 0;
  }

  79% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  91% {
    opacity: 0;
  }
}

.works-device-description>p {
  display: block;
  width: calc(100% - 150px);
  font-size: 1.4rem;
  text-align: justify;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(239, 250, 255, .8);
  border-radius: 20px;
  font-weight: bold;
  position: relative;
}

.works-device-description>p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30%;
  left: -30px;
  border: 20px solid transparent;
  border-right: 20px solid rgba(239, 250, 255, .8);
}

.works-deviceBtn {
  width: 100%;
  height: auto;
  margin: 50px auto 30px auto;
  display: flex;
  justify-content: center;
}

.works-deviceBtn>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}

.works-deviceBtn>a>img {
  width: 14px;
  margin-left: 5px;
}

.works-deviceBtn>a:nth-of-type(1) {
  margin-right: 30px;
  background: #1a1a1a;
}

.works-deviceBtn>a:nth-of-type(2) {
  background: #7e7e7e;
}

.works-device-category {
  width: 100%;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
}

.work-device-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.work-device-title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #84C3EE;
  margin-right: 8px;
}

.works-device-category-img {
  width: 100%;
  height: auto;
}

.works-device-category img {
  display: block;
  width: 100%;
  height: auto;
}

#works-sp {
  margin-top: 80px;
}

.works-sp-cols {
  display: flex;
  justify-content: space-between;
}

.works-sp-cols-img {
  width: 48%;
}

.works-sp-cols-img>img {
  display: block;
  width: 100%;
  height: auto;
}

.works-bottom {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.internal-link {
  margin-top: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}

.internal-link a {
  text-decoration: underline;
}

/*--------------------------------------------------
  #works-related
 --------------------------------------------------*/
#works-related {
  width: 100%;
  height: auto;
  padding: 150px 0;
  position: relative;
}

#works-related::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.works-related {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
}

.works-related h2 {
  width: 100%;
  height: auto;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.works-related h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #A8D7ED;
  margin-right: 10px;
}

.works-related-title-sub {
  font-size: 1.2rem;
  margin-bottom: 50px;
  text-align: center;
}

.works-related-cols {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.works-related-category {
  width: 31.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.works-related-category a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.works-related-eyecatch {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.works-related-eyecatch>img {
  display: block;
  width: 100%;
  height: auto;
}

.works-related-name {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
}

.works-related-name__main {
  font-weight: bold;
  display: inline-flex;
  align-items: baseline;
}

.works-related-name__main::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50vh;
  background: #ffd700;
  margin-right: 5px;
}

.works-related-name>p {
  font-size: 1.2rem;
}

.works-related-name__area {
  font-weight: bold;
}

.works-related-link {
  margin-top: 50px;
}

.works-related-link>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #1a1a1a;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
}

.works-related-link>a>img {
  width: 14px;
  margin-left: 5px;
}

/*----------------------------------------------------
  #price
----------------------------------------------------*/
#price {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.price {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}

.price-inner {
  width: calc(100% - 240px);
}

.price-inner>h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price-inner>h2>span {
  font-size: 1.2rem;
  font-weight: normal;
}

.price-img {
  width: 200px;
}

.price-link {
  width: 50%;
  height: auto;
  margin: 20px auto 0 auto;
}

.price-link-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.price-link-lead::before,
.price-link-lead::after {
  background: #83DADD;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 20px;
}

.price-link-lead::before {
  margin-right: 6px;
  transform: rotate(60deg);
}

.price-link-lead::after {
  margin-left: 6px;
  transform: rotate(-60deg);
}

.price-link-lead>p {
  text-align: center;
}

.price-link>a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A8D7ED;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0px 6px 0px #90B8CB;
  border-radius: 5px;
}

/*--------------------------------------------------------------------------
 bg
--------------------------------------------------------------------------*/
.bg-applism {
  width: 60%;
  height: auto;
  position: absolute;
  bottom: 5%;
  right: 0;
  opacity: 0;
  transition: .4s;
}

.is-Change3 {
  opacity: 1;
  transition: .4s;
}

.bg-applism>img {
  display: block;
  width: 100%;
  height: auto;
}

.shape-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: .3;
}

.shape1 {
  width: 45%;
  height: auto;
  position: absolute;
  bottom: -5%;
  left: -22.5%;
}

.shape2 {
  width: 40%;
  height: auto;
  position: absolute;
  top: -30%;
  right: -15%;
  transform: rotate(0);
}

.iPad .shape1 {
  width: 100%;
  left: -55%;
  bottom: 10%;
}

.iPad .shape2 {
  width: 60%;
  top: -10%;
  right: -30%;
}

.shape3 {
  width: 40%;
  height: auto;
  position: absolute;
  bottom: -25%;
  right: -20%;
  transform: rotate(0);
  mix-blend-mode: overlay;
}

.shape3>img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width:1360px) {
  html {
    font-size: calc(100vw/136.0);
  }

  .works-related,
  .footer {
    width: 90%;
    max-width: initial;
  }
}

@media screen and (max-width:1024px) {
  html {
    font-size: calc(100vw/102.4);
  }

  .container {
    width: 90%;
    max-width: initial;
  }

  .works-device-description {
    width: 80%;
    max-width: initial;
  }

  .works-related-name {
    flex-direction: column;
  }

  /*--- price ---*/
  .price {
    width: 90%;
    max-width: initial;
  }

  .contact-container {
    width: 90%;
    max-width: initial;
  }

  .contact-container-box a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  html {
    font-size: calc(100vw/76.8);
  }

  .works-content {
    padding: 50px;
  }

  .works-content dl {
    flex-direction: column;
  }

  .works-content dt {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .works-content dd {
    width: 100%;
    padding-top: 5px;
  }

  .website-taste {
    padding-top: 10px !important;
  }

  .works-content dt {
    border-bottom: 1px solid #eee;
  }

  .works-content dd:not(:last-child) {
    border-bottom: none;
  }

  .seo-rank-list {
    justify-content: space-between;
  }

  .seo-rank-list>span:not(:last-child) {
    width: 49%;
    padding: 5px 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 0;
  }

  .seo-rank-list>span:last-child {
    margin-left: auto;
  }

  .works-device-description {
    width: 95%;
  }

  .nyancos-robo {
    width: 80px;
  }

  .works-device-description>p {
    width: calc(100% - 100px);
  }

  .works-related-cols {
    flex-wrap: wrap;
  }

  .works-related-category {
    width: 48%;
  }

  .works-related-category:nth-of-type(n+3) {
    margin-top: 30px;
  }

  /*--- price ---*/
  .price-img {
    width: 180px;
  }

  .price-inner {
    width: calc(100% - 200px);
  }

  .price-link {
    width: 70%;
  }
}

@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68.0);
  }

  h1 {
    text-align: right;
  }

  .main-img-title {
    top: 55%;
  }

  #container {
    padding-top: 50px;
  }

  .works-tab {
    width: calc(100%/4 - 5px);
  }

  .website-taste::after {
    display: block;
    content: '';
    width: calc(100%/4*2 - 10px);
  }

  .works-tab:nth-of-type(n+5) {
    margin-top: 5px;
  }

  /*--- price ---*/
  #price {
    padding-top: 0;
  }

  .price {
    width: 75%;
    max-width: initial;
    flex-direction: column;
  }

  .price-img {
    width: 160px;
    margin-bottom: 20px;
  }

  .price-inner {
    width: 100%;
  }

  .price-inner>p {
    text-align: justify;
  }

  .price-link {
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }

  #heading {
    top: 52vh;
  }

  #heading>h1 {
    display: flex;
  }

  #heading>h1>span:nth-of-type(1) {
    display: none;
  }

  #heading h1 br {
    display: block;
  }

  /*--- fv ---*/

  #main-img {
    height: 55vh;
  }

  #main-img h2 {
    top: initial;
    left: initial;
    font-size: 1.4rem;
  }

  .main-img-title>img {
    max-width: 160px;
  }

  .fv-tab__cat {
    font-size: 1.2rem;
  }

  .fv-lead {
    font-size: 1.2rem;
  }

  .fv-lead br {
    display: none;
  }

  .contact-container {
    width: 90%;
  }

  body {
    position: relative;
  }

  .cp-info h2 {
    font-size: 1.6rem;
  }

  .cp-info-cols>img {
    width: 100px;
  }

  .cp-info-inner dl {
    font-size: 1.2rem;
  }

  .works-content {
    padding: 20px;
    margin-bottom: 80px;
  }

  .works-content h2>span {
    font-size: 1.4rem;
  }

  .works-tab {
    width: calc(100%/3 - 5px);
    font-size: 1rem;
  }

  .website-taste::after {
    display: block;
    content: '';
    width: calc(100%/3 - 5px);
  }

  .works-content dd {
    font-size: 1.2rem;
  }

  .seo-rank-title {
    flex-direction: column;
    align-items: center;
  }

  .seo-rank-title img {
    width: 36px;
    margin-bottom: 14px;
  }

  .works-deviceWrap h2,
  .works-related h2 {
    font-size: 1.8rem;
  }

  .works-device {
    width: 100%;
    flex-direction: column;
  }

  .works-device-description {
    flex-direction: column;
  }

  .nyancos-robo {
    margin-bottom: 20px;
  }

  .works-device-description>p {
    width: 100%;
    font-size: 1.3rem;
  }

  .works-device-description>p::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(239, 250, 255, .8);
  }

  .works-device-description>p::after {
    display: none;
  }

  .works-deviceBtn {
    width: 95%;
    justify-content: space-between;
  }

  .works-deviceBtn>a {
    width: 49%;
    font-size: 1.4rem;
  }

  .works-deviceBtn>a>img {
    margin-left: 5px;
    width: 14px;
  }

  .works-deviceBtn>a:nth-of-type(1) {
    margin-right: 0;
  }

  .works-device-category {
    width: 100%;
    padding: 20px;
  }

  .works-related-category {
    width: 100%;
  }

  .works-related-category:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .works-related-link>a {
    width: 90%;
    margin-top: 30px;
  }

  #works-sp {
    margin-top: 50px;
  }

  .internal-link {
    font-size: 1.3rem;
  }

  .internal-link br {
    display: none;
  }

  /*--- price ---*/
  #container,
  #price {
    padding-bottom: 80px;
  }

  .price {
    width: 85%;
  }

  .price-link {
    width: 95%;
  }

  #works-related {
    padding: 80px 0;
  }

  .contact-title>img {
    width: 75%;
  }

  .shape1 {
    width: 100%;
    left: -40%;
    bottom: 30%;
  }

  .shape2 {
    width: 80%;
    top: 0;
    right: -40%;
  }

  footer {
    padding-bottom: 80px;
  }
}