@charset "UTF-8";

/* ヒーロー */

.hero {
  position: relative;
  top: 0px;
  overflow: hidden;

}

.hero img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 95%, 0 90%);
}

.hero h2 {
  margin: 0;
  position: relative;
}
.hero h2::after {
  content: none;
  margin: 0;
}
.hero .qr-hero {
  position: absolute;
  left: 18%;
  top: 48%;
  width: 15%;
}

/* ニュース */
.news {
  padding-bottom: 55px;
}
.news .articles {
  display: flex;
  margin-top: 43px;
  gap: 20px;
  justify-content: space-between;
}

.news .articles a {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  width: calc(50% - 10px);
}
.news .articles article {
  padding-bottom: 18px;
}
.news .articles .newsimg {
  position: relative;
  aspect-ratio: 47 / 27;
}
.news .articles img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.news .articles time {
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #FFFFFF;
  background: rgba(39, 34, 38, 0.5);
  font-size: 16px;
  font-weight: 350;
  text-align: center;
  width: 120px;
}
.news h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 10px 16px 0 16px;
  margin-bottom: 5px;
}
.news .desc {
  font-size: 18px;
  font-weight: 300;
  padding: 0 18px;
}
.news .list {
  background: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 9;
  margin-top: 25px;
  justify-content: space-between;
}
.news .list ul {
  padding: 4px 0;
}
.news .list ul li {
  border-bottom: 1px dashed #272226;
  padding: 24px 32px;
}
.news .list ul li a {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}
.news .desc-news {
  flex: 1;
  display: flex;
  align-items: center;
}

.news .list ul li:last-child {
  border-bottom: none;
}
.news .list a {
  display: block;
}
.news .list i {
  margin-left: 18px;
}

.news .list ul li time {
  width: 135px;
  font-size: 20px;
  font-weight: 350;
  display: inline-block;
}
.news .list ul li time.pc-view {
  display: inline;
}
.news .list ul li time.sp-view {
  display: none;
}

.news .box {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2622E4;
  border-radius: 4px;
  padding: 0 7px;
  margin-right: 10px;
  margin-top: 2px;
}

.news .youtube {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #FF0000;
  border-radius: 4px;
  padding: 0 7px;
  margin-right: 10px;
  margin-top: 0px;
}


.news .list i {
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}


/* 設置 */
.setting .container {
  padding-bottom: 45px;
}

.setting h2 {
  margin-bottom: 42px;
}

.setting .steps {
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(63 / var(--cntnr));
  row-gap: 30px;
  justify-content: center;
  text-align: center;
}

.setting .step {
  box-sizing: border-box;
  text-align: center;
  width: calc(450 / var(--cntnr));
}

.setting h3 {
  color: #D5FF2B;
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.setting .circle {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #272226;
  background: #D5FF2B;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.3rem;
  margin-right: 5%;
}

.setting img {
  width: 100%;
  margin-top: 20px;
  display: block;
  border: 4px solid white;
}

/* アイテム */
.item .container {
  padding-bottom: 25px;
}
.item .contents {
  display: flex;
  flex-wrap: wrap;
  padding-top: 23px;
  justify-content: flex-start;
  align-items: stretch;
}

.item .left {
  width: 31%;
  margin-left: 6.7%;
  margin-right: 5.6%;
}

.item .right {
  width: 51%;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  color: #262226;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  background-color:#F4387B;
  border-radius: 4px;
  width: 54.9%;
  min-width: 255px;
  margin-top: 18px;
  margin-bottom: 22px;
}

.item a {
  position: relative;
  display: inline-block;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* 機能 */
.features {
  padding-bottom: 13px;
}
.features .heading-decoration {
  margin-top: 48px;
}
.features h2::after {
  margin-top: 21px;
}
.features .details {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  column-gap: calc(63 / var(--cntnr));
  row-gap: 25px;
  justify-content: center;
  text-align: center;
}

.features .detail {
  width: calc(450 / var(--cntnr));
}

.features h3 {
  color: #D5FF2B;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: calc((24 / 1383) * 100vw);
  text-align: left;
  margin-bottom: 7px;
}
@media screen and (max-width: 1240px) {
  .features h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .features h3 {
    font-size: 16px;
  }
}

.features h3 span{
  color: #D5FF2B;
  font-weight: 700;
  font-size: 40px;
}

.features img {
  width: 100%;
  display: block;
  margin-bottom: 13px;
}

.features p {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: left;
}

.features p.side-note {
  font-weight: 300;
  font-size: 14px;
  margin-top: 16px;
}

.features i {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

.features .blue-btn {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 45px;
  padding: 10px 0;
}

/** 動作要件 **/
.requirements {
  padding-bottom: 64px;
}
.requirements .contents {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.requirements .contents img {
  width: calc(781 / var(--cntnr));
}


/** 料金プラン **/
.price {
  padding-bottom: 63px;
}
.price .contents {
  display: flex;
  padding-top: 8px;
  align-items: flex-end;
}
.price .free {
  width: calc(361 / var(--cntnr));
  margin-left: calc(59 / var(--cntnr));
  margin-right: calc(42 / var(--cntnr));
  text-align: center;
}
.price .subscription {
  width: calc(435 / var(--cntnr));
  text-align: center;
  padding: 10px;
}
.price .free .side-note {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 14px;
  padding: 0 12px;
}
.price .subscription .side-note {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #D5FF2B;
  margin-bottom: 15px;
}
.price .free .card {
  /* background-color:#F0F0F0; */
  border-radius: 10px;
}

.price .subscription .card {
  /* background-color: #FFFFFF; */
  border-radius: 12px;
}

.price .card-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price .free .card-title {
  background-color:#BDBDBD;
  color: #000000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  /* aspect-ratio: 5/2; */
}

.price .subscription .card-title {
  background-color:#D5FF2B;
  color: #000000;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  /* aspect-ratio: 3/1; */
}

.price .card-title {
  letter-spacing: 0.1em;
  text-align : center;
  color : #000000;
  justify-content: center;
  top: 50%;
}

.price .card-title p {
  font-family: 'Silom';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.price .card-title h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.price .panel {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.price .free .panel {
  aspect-ratio: 8/3;
}

.price .subscription .panel {
  aspect-ratio: 7/2;
}

.price .panel p{
  color: #000000;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.price .free .panel .amount {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.1em;
  text-align: center;
}

.price .free .panel .currency {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-align: center;
}

.price .subscription .panel .amount {
  font-family: 'Silom';
  font-size: 63px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: 0em;
  text-align: center;

}

.price .subscription .panel .currency {
  font-family: 'Noto Sans CJK JP';
  font-size: 26px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
}

.price table {
  width: 90%;
  margin: 10px auto;
  font-family: 'FOT-TsukuARdGothic Std';
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  color: #272226;
}

.price table td {
  text-align: left;
  margin-bottom: 50px;
}

.price .free td .en{
  font-size: 16px;
  line-height: 30px;
}

.price .free td .jp{
  font-size: 20px;
  line-height: 30px;
}

.price .subscription td .en {
  font-size: 19px;
  line-height: 36px;
}

.price .subscription td .jp{
  font-size: 24px;
  line-height: 36px;
}

/* ダウンロード */
.download {
  padding-bottom: 50px;
}
.download .heading-decoration {
  margin-top: 50px;
}
.download h2 {
  margin-bottom: 56px;
}
.download .content p {
  font-size: 20px;
}
.link-download {
  display: block;
  width: calc(346 / var(--cntnr));
  margin: 0 auto 10px auto;
}


/* 精度評価 */
.evaluation {
  padding-bottom: 55px;
}
.evaluation .heading-decoration {
  margin-top: 48px;
}
.evaluation h2 {
  margin-bottom: 45px;
}
.area-eval {
  width: calc(600 / var(--cntnr));
  margin: 0 auto;
}
.evaluation .blue-btn {
  margin: 32px auto 0 auto;
}


/* FAQ */
.faq {
  padding-bottom: 58px;
}
.list-faq {
  padding-top: 28px;
  display: flex;
  column-gap: calc(10 / var(--cntnr));
  margin-bottom: 31px;
}
.list-faq li {
  width: calc(315 / var(--cntnr));
  position: relative;
  background-color: #FFF;
  border-radius: 12px;
}
.list-faq li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 63px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.list-faq li::before {
  content: '';
  display: block;
  width: 40px;
  height: 100px;
  background-image: url(../images/quote.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 13%;
  left: 5%;
}
.pink-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(300 / var(--cntnr));
  margin: 0 auto;
  border-radius: 10px;
  background-color: #F4387B;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 7px 0;
}

/* コンタクト */
.contact .container {
  width: 100%;
}
.contact .inner {
  max-width: initial;
}
.contact .inner > div {
  padding-bottom: 62px;
}
.contact .heading-decoration {
  position: static;
  transform: translateX(0);
  margin-top: 48px;
}
.contact h2::after {
  margin-top: 8px;
}
.btn-wrapper-contact {
  padding-top: 20px;
}
.btn-contact {
  width: 64.5%;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-contact-discord {
  padding: 20px 0;
  border: 1px solid #FFF;
}
.btn-contact-discord img {
  width: 70%;
}
.btn-contact-email {
  padding: 28px 0;
  font-size: 30px;
  font-weight: 900;
  background-color: #FFF;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .btn-contact-email {
    font-size: 26px;
  }
}
.contact .side-note {
  font-weight: 400;
  font-size: 20px;
}
.contact .inner > div:last-child .btn-wrapper-contact {
  margin-bottom: 23px;
}


/* 解約方法 */
.cancel {
  padding-bottom: 98px;
}
.cancel .inner {
  padding-top: 22px;
}
.cancel .inner > div:last-child {
  width: 58%;
}
.cancel .heading-decoration {
  margin-top: 33px;
}
.ol-cancel {
  padding-top: 14%;
}
.ol-cancel li {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}


@media screen and (max-width: 1024px) {
  .hero img {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  }
  .hero .qr-hero {
    left: 134rem;
    top: 468rem;
    width: 123rem;
  }
  .news {
    padding-top: 21rem;
    padding-bottom: 36rem;
  }
  .news .articles {
    display: block;
    margin-top: 0;
  }
  .news .articles time {
    line-height: normal;
    font-size: 14rem;
    left: 20rem;
  }
  .news h3 {
    font-size: 24rem;
    padding: 8rem 16rem 0 16rem;
    margin: 0;
    line-height: normal;
  }
  .news .desc {
    font-size: 14rem;
    padding: 0 20rem 11rem 20rem;
    margin: 0;
    line-height: normal;
  }
  .news .articles a {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news .articles a:first-child {
    margin-bottom: 22rem;
  }
  .news .articles article {
    padding-bottom: 0;
  }
  .news .list {
    margin-top: 20rem;
    padding: 0 16rem;
  }
  .news .list ul {
    padding: 10rem 0;
  }
  .news .list ul li {
    padding: 12rem;
    line-height: 1.4;
  }
  .news .list a {
    font-size: 18rem;
  }
  .news .list ul li a {
    flex-direction: column;
    align-items: flex-start;
  }
  .news .list ul li time {
    font-size: 14rem;
    text-align: left;
    line-height: normal;
  }
  .news .list ul li time.pc-view {
    display: none;
  }
  .news .list ul li time.sp-view {
    display: inline;
  }
    .news .desc-news {
    font-size: 18rem;
  }
  .news .box {
    font-size: 16rem;
    margin-right: 5rem;
    margin-top: 0;
    padding: 0 2rem;
    width: 44rem;
  }
  .news .list i {
    font-size: 16rem;
    margin-left: 3rem;
  }

  .setting .container {
    padding-bottom: 35rem;
  }
  .setting h2 {
    margin-bottom: 30rem;
  }
  .setting .steps {
    flex-direction: row;
  }
  .setting .step {
    width: 100%;
  }
  .setting .circle {
    height: 47rem;
    width: 47rem;
    font-size: 34rem;
    line-height: 44rem;
    margin-right: 10rem;
  }
  .setting h3 {
    font-size: 20rem;
  }
  .setting img {
    margin-top: 16rem;
    margin-bottom: 14rem;
    border: 2rem solid white
  }
  .setting .blue-btn {
    margin: 0 auto;
  }


  .item .container {
    padding-bottom: 27rem;
  }
  .item .contents {
    flex-direction: column;
    padding-top: 0;
  }
  .item .left {
    width: 300rem;
    margin: 0 auto 20rem auto;
  }
  .item .right {
    width: 100%;
    margin: 0 0 10rem 0;
    min-height: initial;
    font-size: 18rem;
  }
  .item h3 {
    margin: 0 auto 21rem auto;
    width: 270rem;
    min-width: initial;
    font-size: 16rem;
  }
  .item .right p {
    word-break: break-all;
    margin-bottom: 21rem;
  }
  .item a {
    position: static;
    width: 300rem;
    margin: 0 auto;
    padding: 10rem 0;
  }

  .features {
    padding-bottom: 49rem;
  }
  .features .heading-decoration {
    margin-top: 29rem;
  }
  .features h2 {
    margin-bottom: 14rem;
  }
  .features h2::after {
    margin-top: 5rem;
  }
  .features .details {
    flex-direction: column;
    padding-top: 0;
    column-gap: 0;
    row-gap: 20rem;
    margin-bottom: 30rem;
  }
  .features .detail {
    width: 100%;
  }
  .features h3 {
    text-align: center;
    font-size: 22rem;
    letter-spacing: 0;
  }
  .features h3 span {
    font-size: 34rem;
  }
  .features img {
    margin-bottom: 9rem;
  }
  .features p {
    padding: 0 10rem;
  }
  .features .blue-btn {
    font-size: 16rem;
    margin-top: 0;
    margin-bottom: 0;
    width: 300rem;
    padding: 12rem 0;
  }
  .features .blue-btn:first-of-type {
    margin-top: 30rem;
    margin-bottom: 20rem;
  }
  .features i {
    font-size: 12rem;
    margin: 4rem 0 0 8rem;
  }

  .requirements {
    padding-bottom: 29rem;
  }
  .requirements .contents {
    padding-top: 0;
  }
  .requirements .contents img {
    width: 333rem;
  }


  .price {
    padding-bottom: 36rem;
  }
  .price .heading-decoration {
    margin-top: 20rem;
  }
  .price .contents {
    flex-direction: column;
    padding-top: 8rem;
  }
  .price .free {
    width: 100%;
    margin: 0;
    margin-bottom: 29rem;
  }
  .price .subscription {
    width: 100%;
  }
  .price .free img {
    width: 306rem;
  }
  .price .subscription img {
    width: 333rem;
  }
  .price .free .side-note {
    font-size: 12rem;
    padding: 0 42rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .price .free .card {
    margin-bottom: 10rem;
  }
  .price .subscription .side-note {
    font-size: 16rem;
    line-height: normal;
    margin-bottom: 7rem;
  }
  .price .card img {
    margin: 0 auto;
  }


  .download {
    padding-bottom: 19rem;
  }
  .download .heading-decoration {
    margin-top: 31rem;
  }
  .download h2 {
    margin-bottom: 26rem;
  }
  .download .contents {
    display: block;
  }
  .download .content {
    padding-top: 0;
  }
  .download .content p {
    font-size: 16rem;
    line-height: 1.3;
    margin-bottom: 9rem;
  }
  .download .content p:nth-child(2) {
    margin-bottom: 9rem;
  }
  .download .content p:last-child {
    font-size: 14rem;
  }
  .link-download {
    width: 316rem;
  }
  .download .content a {
    display: block;
    margin-bottom: 20rem;
  }


  .evaluation {
    padding-bottom: 38rem;
  }
  .evaluation .heading-decoration {
    margin-top: 32rem;
  }
  .evaluation h2 {
    margin-bottom: 28rem;
  }
  .area-eval {
    width: 370rem;
  }
  .evaluation .blue-btn {
    margin-top: 18rem;
    width: 300rem;
    padding: 10rem 0;
  }


  .faq {
    padding-bottom: 25rem;
  }
  .faq h2 {
    margin-bottom: 29rem;
  }
  .list-faq {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    row-gap: 10rem;
    margin-bottom: 21rem;
  }
  .list-faq li {
    width: 315rem;
    margin: 0 auto;
  }
  .list-faq li a {
    font-size: 18rem;
    padding: 0;
    height: 100rem;
  }
  .list-faq li::before {
    width: 23rem;
    height: 50rem;
    top: 18rem;
    left: 20rem;
  }
  .pink-btn {
    font-size: 20rem;
    width: 300rem;
    padding: 9rem 0;
  }


  .contact .container {
    padding: 0;
  }
  .contact .heading-decoration {
    margin-top: 23rem;
  }
  .contact h2 {
    margin-bottom: 37rem;
  }
  .btn-wrapper-contact {
    padding-top: 0;
  }
  .btn-contact {
    width: 270rem;
  }
  .btn-contact-discord {
    padding: 12rem 0;
  }
  .contact .inner > div:first-child {
    padding-bottom: 38rem;
  }
  .contact .inner > div:last-child {
    padding-bottom: 28rem;
  }
  .contact .inner > div:last-child .btn-wrapper-contact {
    margin-bottom: 18rem;
  }
  .btn-contact-email {
    font-size: 16rem;
    padding: 18rem 0;
  }
  .contact .side-note {
    font-size: 16rem;
  }


  .cancel {
    padding-bottom: 92rem;
  }
  .cancel .heading-decoration {
    margin-top: 28rem;
  }
  .cancel h2 {
    margin-bottom: 12rem;
  }
  .cancel .inner {
    padding-top: 16rem;
  }
  .cancel .inner > div:first-child {
    padding: 0 11rem;
    margin-bottom: 18rem;
  }
  .ol-cancel {
    padding-top: 0;
  }
  .ol-cancel li {
    font-size: 16rem;
  }
  .cancel .inner > div:last-child {
    width: 370rem;
  }
}