@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ丸ゴ ProN", "Helvetica Neue", "Helvetica", Arial, Meiryo, sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width:960px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  img {
    width: 100%;
    height: auto;
  }
}

.w1280 {
  max-width: 1280px;
  margin: auto;
}

.w960 {
  max-width: 960px;
  margin: auto;
}

.right {
  margin: 0 0 0 auto;
}

.left {
  margin: 0 auto 0 0;
}

/* header */
.header {
  padding: 20px 10px 0;
  box-sizing: border-box;
}

@media screen and (max-width:960px) {
  .header {
    padding: 2% 2% 0;
  }
  
  .header .link {
    width: 16%;
    display: block;
  }
}

/* first view */
.catch-copy {
  font-family: serif;
  margin: 0 0 80px 0;
  font-size: 36px;
}

.catch-copy .catch-copy-1 {
  letter-spacing: 0.33em;
}

.catch-copy .catch-copy-2 {
  letter-spacing: 0.21em;
}

.catch-copy span {
  display: block;
}

.link-area-name {
  letter-spacing: 0.1em;
}

.link-area-name .app-name {
  font-size: 24px;
}

.link-area-list {
  display: flex;
  align-items: center;
}

.link-area-link {
  display: inline-block;
}

.link-area-item {
  margin-right: 32px;
}

@media screen and (max-width:960px) {
  .catch-copy {
    margin: 4% 4% 4% 8%;
    text-align: center;
    font-size: 6.3vw;
  }
  
  .link-area {
    background-image: url(../img/ensemble_friends_bg.png);
    background-repeat: repeat;
    background-size: auto;
  }
  
  .link-area-name {
    text-align: center;
    padding: 2.5% 0;
  }
  
  .link-area-name .app-comment {
    font-size: 3vw;
  }
  
  .link-area-name .app-name {
    font-size: 4vw;
  }
  
  .link-area-list {
    justify-content: center;
  }
  
  .link-area-item {
    margin: 0 8px;
  }
  
  .link-area-link {
    display: block;
  }
}

@media screen and (min-width:961px) {
  .first-view {
    height: 530px;
    background-image: url(../img/pc/pc_first_view_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }

  .first-view-inner {
    height: 445px;
    padding: 40px 0;
    background-image: url(../img/pc/pc_first_view_mock.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    box-sizing: border-box;
  }
    
  .link-area-name {
    display: block;
    margin-top: 20px;
    margin-left: 80px;
  }
  
  .link-area-name .app-comment {
    font-size: 16px;
    margin-left: 7rem;
  }
  
  .link-area-list {
    margin-top: 24px;
  }
}

/* intro */
.pc .intro {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.intro-title {
  text-align: center;
  font-family: serif;
  letter-spacing: -0.1em;
}

.pc.intro-title {
  margin: 30px auto 0;
  font-size: 36px;
}

.sp.intro-title {
  padding: 6%;
  font-size: 6vw;
}

.intro .intro-text {
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  line-height: 1.7;
}

.intro .app-comment {
  color: #f18200;
}

.sp .intro-img-wrapper {
  margin-top: -60px;
  box-shadow: 0 0 5rem 5rem white inset;
}

.sp .intro-img-wrapper img {
  position: relative;
  z-index: -1;
}

@media screen and (max-width:960px) {
  .intro .intro-text {
    font-size: 3.8vw;
    font-weight: normal;
    padding: 0 7%;
  }
}

/* feature */
.feature {
  padding: 65px 0 0;
}

.feature .feature-3 {
  margin-bottom: 30px;
  text-align: center;
  font-family: serif;
  font-size: 38px;
}

.feature .app-name-en {
  letter-spacing: 0.2rem;
}

.feature .feature-number {
  color: #15a490;
  font-size: 80px;
  font-family: serif;
  font-weight: bold;
  font-style: italic;
  vertical-align: -6%;
}

.feature-header .feature-number {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 72px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.feature-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  font-style: italic;
}

.feature .feature-header {
  font-size: 20px;
  text-align: center;
  font-family: serif;
  position: relative;
  height: 120px;
}

.feature .feature-sub-header {
  font-size: 35px;
  font-family: serif;
  text-align: center;
  color: #f18200;
  font-weight: 600;
}

.feature-detail {
  margin-top: 20px;
  margin-bottom: 70px;
  display: flex !important;
  align-items: center;
}

.feature-detail .feature-detail-text {
  font-size: 17px;
  font-weight: bold;
  list-style: disc;
}

.feature-detail .feature-detail-text li {
  margin: 8px 0;
}

@media screen and (max-width:960px) {
  .feature {
    padding: 65px 10% 0;
  }

  .feature .feature-3 {
    font-size: 4.5vw;
  }

  .feature .app-name-en {
    letter-spacing: 0.1rem;
  }
  
  .feature .feature-number {
    font-size: 9vw;
  }

  .feature-header .feature-number {
    font-size: 8vw;
  }

  .feature-title {
    font-size: 3vw;
  }
  
  .feature .feature-header {
    font-size: 5vw;
    height: 1.5em;
  }
  
  .feature .feature-sub-header {
    font-size: 4vw;
    padding: 6% 0;
  }

  .feature-detail {
    margin-top: 5%;
    margin-bottom: 15%;
    justify-content: center;
  }
  
  .feature-detail .feature-detail-text {
    font-size: 2.2vw;
  }  
}

/* specification */
.specification {
  padding: 20px 0;
}

.specification div:not(.table) {
  text-align: center;
}

.specification-title {
  display: inline-block;
}

.specification-title span {
  font-size: 35px;
  font-family: serif;
  vertical-align: 15px;
  letter-spacing: 1px;
}

.specification .table {
  padding: 40px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.specification-table {
  width: 460px;
  height: 100%;
  font-size: 15px;
}

.specification-table th {
  font-size: 24px;
  padding: 3px 10px;
}

.specification-table td {
  vertical-align: top;
  padding: 10px 15px 0 0;
  width: 180px;
}

.specification-table .row-top td {
  padding-top: 20px;
}

.specification-table .row-bottom td {
  padding-bottom: 22px;
}

.specification-table td:first-child {
  padding-left: 7px;
  padding-right: 0;
}

.specification-table-header {
  background: linear-gradient(90deg, #ffffff, #cde4e0, 1%, #cde4e0, 60%, #ffffff);
}

@media screen and (max-width:960px) {
  .specification {
    padding: 0 10%;
  }
  
  .specification-title img {
    width: 20vw;
  }
  
  .specification-title span {
    font-size: 5vw;
    vertical-align: 0;
  }

  .specification .table {
    padding: 40px 0 160px;
    flex-flow: column;
  }

  .specification-table {
    width: auto;
    margin: 0 auto;
    font-size: 2.4vw;
  }

  .specification-table td {
    width: 50%;
  }

  .specification-table th {
    font-size: 3.2vw;
  }  

  .specification-table th, td {
    padding: 0.5% 2%;
  }

  .specification-table .row-top td {
    padding-top: 2%;
  }

  .specification-table .row-bottom td {
    padding-bottom: 3%;
  }
}

/* footer */
.footer {
  padding: 42px 0 40px;
  background-image: url(../img/ensemble_friends_bg.png);
  background-repeat: repeat;
}

.footer img.pc {
  margin: auto;
}

.footer .link-area {
  width: 420px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width:960px) {
  .footer {
    padding: 5px 0 60px;
  }

  .footer .link-area {
    width: 80%;
  }
}

/* bottom area */
.bottom-area .corporate-logo {
  padding: 40px 0;
}

.bottom-area .corporate-logo .link {
  display: block;
  width: 115px;
  margin: auto
}

.bottom-area .copyright {
  padding: 5px 0;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width:960px) {
  .bottom-area .corporate-logo {
    width: 24%;
    margin: auto;
    padding: 20px 0 24px;
    font-size: 0;
  }

  .bottom-area .corporate-logo .link {
    width: auto;
  }
  
  .bottom-area .copyright {
    font-size: 1rem;
  }
}
