@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Prompt&display=swap");
/* ========================================================== */
/* Reset Style */
/* ========================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-size-adjust: none;
  background: none;
  overflow-scrolling: touch;
}
@media (max-width: 1120px) {
  body {
    font-size: 1.4035087719vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 3.6458333333vw;
  }
}

picture, video, canvas, svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

li, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
a:visited, a:focus, a:active {
  color: inherit;
}

ul {
  padding: 0;
  list-style: none;
}

.modaal-container {
  background: none;
}

.modaal-content-container {
  padding: 0;
  text-align: center;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
/* ========================================================== */
/* 共通スタイル */
/* ========================================================== */
body {
  background: url(../img/bg_pc.png) repeat-y center top #f1f0ee;
  background-size: cover;
}

.inner {
  position: relative;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .inner {
    padding: 0 1.7857vw;
  }
}

h2 {
  background: url(../img/ico_ttl.png) no-repeat 0 50%;
  padding-left: 45px;
  font-size: 80px;
  font-family: "Prompt";
  font-weight: normal;
}
@media screen and (max-width: 1140px) {
  h2 {
    padding-left: 4.0178vw;
    font-size: 7.0175438596vw;
  }
}

/* ヘッダー */
/* ========================================================== */
.header-common {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px #E0E0E0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-common {
    height: 80px;
  }
}
.header-common.active {
  height: 80px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-common.active {
    height: 80px;
  }
}
.header-common.active .inner .logo {
  transition: all 0.5s;
}
.header-common.active .inner .logo img {
  width: 60px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-common.active .inner .logo img {
    width: 50px;
  }
}
.header-common.active .inner .col-search {
  top: 24px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-common.active .inner .col-search {
    top: 16px;
  }
}
.header-common .inner {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 1140px) {
  .header-common .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-common .inner {
    width: 100%;
    height: 80px;
  }
}
.header-common .inner .logo {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .header-common .inner .logo {
    margin: 0;
    padding-top: 0;
    padding-left: 10px;
  }
}
.header-common .inner .logo .t1 {
  display: block;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .header-common .inner .logo .t1 {
    margin-right: 8px;
  }
}
.header-common .inner .logo .t2 {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header-common .inner .logo .t2 {
    font-size: 11px;
  }
}
.header-common .inner .logo img {
  width: 80px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-common .inner .logo img {
    width: 50px;
  }
}
.header-common .inner .subnavi {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header-common .inner .subnavi {
    padding-right: 10px;
  }
}
.header-common .inner .subnavi .btn a {
  display: block;
  background-color: #fff;
  border: 4px solid #FF32A0;
  border-radius: 40px;
  color: #FF32A0 !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .header-common .inner .subnavi .btn a {
    font-size: 12px;
    padding: 5px 8px;
  }
}
.header-common .inner .subnavi .b1 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .header-common .inner .subnavi .b1 {
    margin-right: 5px;
  }
}
.header-common .inner .col-search {
  position: absolute;
  right: 0;
  top: 50px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-common .inner .col-search {
    top: 16px;
    right: 30px;
  }
}
.header-common .inner .col-search:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.header-common .inner .col-search .search {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: relative;
  transition: width 0.5s;
  padding-left: 20px;
  padding-right: 39px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header-common .inner .col-search .search {
    width: 200px;
    height: 40px;
  }
}
.header-common .inner .col-search .btn {
  cursor: pointer;
}
.header-common .inner .col-search .btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-search.png) no-repeat right 50%;
  position: absolute;
  top: 14px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .header-common .inner .col-search .btn::after {
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: 9px;
    right: -2px;
  }
}
.header-common .inner .col-search.active .search {
  width: 400px;
  transition: width 0.5s;
  cursor: text;
}
@media screen and (max-width: 768px) {
  .header-common .inner .col-search.active .search {
    width: 200px;
  }
}

/* メニュー */
/* ========================================================== */
.gnav {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 1140px) {
  .gnav {
    margin: 2.2321vw 0 0 0;
  }
}
.gnav ul {
  display: flex;
  justify-content: center;
}
.gnav ul li {
  margin: 0 1em;
}
.gnav ul li a {
  font-weight: 500;
  position: relative;
}
.gnav ul li.active a::after, .gnav ul li a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #e9cb51;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .gnav ul li.active a::after, .gnav ul li a:hover::after {
    height: 0.2678vw;
    bottom: -0.4464vw;
  }
}
.gnav ul li span {
  font-weight: 500;
  position: relative;
  color: #a8a8a8;
}

/* フッター */
/* ========================================================== */
.site_footer {
  margin-top: 80px;
  padding: 15px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 1140px) {
  .site_footer {
    padding: 1.3392vw;
    font-size: 1.0526315789vw;
  }
}

/* ========================================================== */
/* トップページ */
/* ========================================================== */
/* メインビジュアル */
/* ========================================================== */
.mv {
  padding-top: 131px;
}
@media screen and (max-width: 1140px) {
  .mv {
    padding-top: 11.6964vw;
  }
}

/* NEWS */
/* ========================================================== */
.news_twitter {
  overflow: hidden;
}

.news {
  padding-top: 56px;
  width: 600px;
  min-height: 650px;
}
@media screen and (max-width: 1140px) {
  .news {
    padding-top: 5vw;
    width: 53.5714vw;
    min-height: 59vw;
  }
}
.news h2 {
  margin-bottom: 23px;
}
@media screen and (max-width: 1140px) {
  .news h2 {
    margin-bottom: 2.0535vw;
  }
}
.news .newslist li {
  line-height: 1.8;
  border-bottom: 1px solid #a0a191;
  padding-bottom: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1140px) {
  .news .newslist li {
    padding-bottom: 1.7857vw;
    margin-bottom: 1.25vw;
  }
}
.news .newslist a {
  display: block;
}
.news .newslist a:hover {
  opacity: 0.7;
}
.news .newslist .date {
  color: #e9cb51;
}

/* ツイッター */
/* ========================================================== */
.twitter {
  width: 200%;
  background: url(../img/bg_twitter.png);
  border-radius: 20px 0 0 20px;
  padding: 18px 37px 31px;
  position: absolute;
  top: 83px;
  left: 650px;
}
@media screen and (max-width: 1140px) {
  .twitter {
    border-radius: 1.7857vw 0 0 1.7857vw;
    padding: 1.6071vw 3.3035vw 2.7678vw;
    top: 7.4107vw;
    left: 58.0357vw;
  }
  .twitter iframe {
    display: block;
    width: 33.9285vw !important;
    height: 37.8571vw !important;
  }
}
.twitter h2 {
  background: url(../img/ico_tw.png) no-repeat 0 50%;
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
  padding-left: 57px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1140px) {
  .twitter h2 {
    font-size: 4.2105263158vw;
    padding-left: 5.0892vw;
    margin-bottom: 1.3392vw;
  }
}

/* ABOUT */
/* ========================================================== */
.about {
  padding-top: 47px;
}
@media screen and (max-width: 1140px) {
  .about {
    padding-top: 4.1964vw;
  }
}
.about h2 {
  margin-bottom: 18px;
}
@media screen and (max-width: 1140px) {
  .about h2 {
    margin-bottom: 1.6071vw;
  }
}
.about .illust {
  text-align: center;
}
.about .setting_btn {
  position: absolute;
  top: 135px;
  right: 0;
}
@media screen and (max-width: 1140px) {
  .about .setting_btn {
    top: 12.0535vw;
    right: 1.7857vw;
  }
  .about .setting_btn img {
    width: 15.2678vw;
  }
}
.about .voice_actor {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .about .voice_actor {
    margin-top: 2.6785vw;
  }
}
.about .voice_actor h3 {
  font-family: "Prompt";
  font-size: 48px;
  font-weight: normal;
  margin-left: 228px;
}
@media screen and (max-width: 1140px) {
  .about .voice_actor h3 {
    font-size: 4.2105263158vw;
    margin-left: 20vw;
  }
}
.about .voice_actor .body {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 0 25px 267px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .about .voice_actor .body {
    border-radius: 1.7857vw;
    padding: 2.5vw 0 2.2321vw 23.8392vw;
  }
}
.about .voice_actor h4 {
  margin-bottom: 11px;
  font-size: 24px;
}
@media screen and (max-width: 1140px) {
  .about .voice_actor h4 {
    font-size: 2.1052631579vw;
    margin-bottom: 0.9821vw;
  }
}
.about .voice_actor h4 .en {
  display: inline-block;
  font-size: 16px;
  color: #e9cb51;
  letter-spacing: 0.2em;
  margin-left: 13px;
}
@media screen and (max-width: 1140px) {
  .about .voice_actor h4 .en {
    font-size: 1.4035087719vw;
    margin-left: 1.1607vw;
  }
}
.about .voice_actor .silhouette {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1140px) {
  .about .voice_actor .silhouette {
    left: 3.5714vw;
    width: 16.1607vw;
  }
}

/* SOFTWARE */
/* ========================================================== */
.software {
  padding-top: 103px;
}
@media screen and (max-width: 1140px) {
  .software {
    padding-top: 9.1964vw;
  }
}
.software h2 {
  margin-left: 425px;
}
@media screen and (max-width: 1140px) {
  .software h2 {
    margin-left: 37.28vw;
  }
}
.software .package {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1140px) {
  .software .package {
    left: 1.7543vw;
  }
  .software .package img {
    width: 26.5789vw;
  }
}
.software .store_slider {
  width: 673px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1140px) {
  .software .store_slider {
    width: 59.035vw;
    margin-right: 50px;
  }
}
.software .bg01 {
  background: url(../img/software_texture.png) repeat;
  border: 3px solid #fff;
  border-radius: 20px;
}
.software .bg02 {
  background: url(../img/software_bg.png) no-repeat;
  background-size: contain;
  padding: 30px;
}
@media screen and (max-width: 1140px) {
  .software .bg02 {
    padding: 2.6315vw;
  }
}
.software .name {
  margin-bottom: 30px;
}
.software .aivoice_site {
  width: 255px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .software .aivoice_site {
    width: 22.3684vw;
    height: 3.5087vw;
    margin-bottom: 1.7543vw;
  }
}
.software .shoplist {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1140px) {
  .software .shoplist {
    margin-top: 0.8771;
    gap: 0.8771;
  }
}
.software .shoplist a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  border-radius: 10px;
  background: #ffffff;
  padding: 0 10px;
}
.software .shoplist a:hover {
  opacity: 1;
}
.software .shoplist a:hover img {
  opacity: 0.7;
}

.comingsoon {
  text-align: center;
  padding: 144px 0 131px;
}
@media screen and (max-width: 1140px) {
  .comingsoon {
    padding: 12.8571vw 0 11.6964vw;
  }
}

/* CONTENTS */
/* ========================================================== */
.contents {
  padding-top: 103px;
}
@media screen and (max-width: 1140px) {
  .contents {
    padding-top: 9.1964vw;
  }
}
.contents h2 {
  margin-bottom: 11px;
}
@media screen and (max-width: 1140px) {
  .contents h2 {
    margin-bottom: 0.9821vw;
  }
}
.contents .copyright {
  text-align: center;
  border: 1px solid #afafaf;
  margin: 16px 0 50px 0;
  padding: 6px 0;
}
@media screen and (max-width: 1140px) {
  .contents .copyright {
    margin: 1.4285vw 0 4.5vw 0;
    padding: 0.5357vw 0;
  }
}
.contents .contents_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 5%;
}
@media screen and (max-width: 1140px) {
  .contents .contents_container {
    gap: 5%;
  }
}
.contents .contents_container .thumbnail {
  border-radius: 20px 20px 0 0;
}
.contents .contents_container .body {
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 20px;
}
@media screen and (max-width: 1140px) {
  .contents .contents_container .body {
    padding: 1.7543vw;
  }
}
.contents .contents_container .body p {
  height: 3.6em;
}
.contents .contents_container .btn_download {
  width: 211px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b7c5a1;
  color: #ffffff;
  margin: 20px auto;
}
@media screen and (max-width: 1140px) {
  .contents .contents_container .btn_download {
    width: 18.5087vw;
    height: 3.5087vw;
    margin: 1.7543vw auto;
  }
}
.contents .contents_container .btn_download span {
  font-size: 12px;
  margin-left: 1em;
}

/* GUIDELINE */
/* ========================================================== */
.guideline {
  margin-top: 114px;
  background: url(../img/bg_guideline.png);
  padding: 35px 0 44px 0;
}
@media screen and (max-width: 1140px) {
  .guideline {
    margin-top: 10.1785vw;
    padding: 3.125vw 0 3.9285vw 0;
  }
}
.guideline h2 {
  background: url(../img/ico_ttl_white.png) no-repeat 297px 50%;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 1140px) {
  .guideline h2 {
    background: url(../img/ico_ttl_white.png) no-repeat 26.5178vw 50%;
    margin-bottom: 1.9642vw;
  }
}
.guideline .textbox {
  background: #ffffff;
  padding: 27px 35px;
  border-radius: 20px;
  margin-bottom: 43px;
}
@media screen and (max-width: 1140px) {
  .guideline .textbox {
    padding: 2.4107vw 3.125vw;
    border-radius: 1.7857vw;
    margin-bottom: 3.8392vw;
  }
}
.guideline .textbox h3 {
  font-size: 24px;
  border-bottom: 1px solid #eeeaee;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1140px) {
  .guideline .textbox h3 {
    font-size: 2.1052631579vw;
    padding-bottom: 1.3392vw;
    margin-bottom: 1.9642vw;
  }
}
.guideline .textbox .body {
  height: 350px;
  overflow-y: scroll;
}
.guideline .textbox .body p {
  margin-bottom: 1.8em;
}

/* お問い合わせ */
/* ========================================================== */
.contact {
  padding: 53px 0;
}
@media screen and (max-width: 1140px) {
  .contact {
    padding: 4.7321vw 0;
  }
}
.contact h2 {
  text-align: center;
  background: none;
  padding: 0;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1140px) {
  .contact h2 {
    font-size: 4.2105263158vw;
    margin-bottom: 5.3571vw;
  }
}
.contact .row1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .contact .row1 {
    gap: 2.6785vw;
    margin-bottom: 2.6785vw;
  }
}
.contact .row1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 91px;
  border-radius: 46px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1140px) {
  .contact .row1 a {
    height: 8.125vw;
    border-radius: 4.1071vw;
    font-size: 1.7857vw;
  }
}
.contact .row1 a:nth-child(1) {
  background: url(../img/ico_triangle.png) no-repeat calc(100% - 20px) 50% #b7c5a1;
  background-size: 14px;
}
@media screen and (max-width: 1140px) {
  .contact .row1 a:nth-child(1) {
    background: url(../img/ico_triangle.png) no-repeat calc(100% - 1.7857vw) 50% #b7c5a1;
    background-size: 1.25vw;
  }
}
.contact .row1 a:nth-child(2) {
  background: url(../img/ico_triangle.png) no-repeat calc(100% - 20px) 50% #da8c2a;
  background-size: 14px;
}
@media screen and (max-width: 1140px) {
  .contact .row1 a:nth-child(2) {
    background: url(../img/ico_triangle.png) no-repeat calc(100% - 1.7857vw) 50% #da8c2a;
    background-size: 1.25vw;
  }
}
.contact .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border: 2px solid #e9cb51;
  padding: 20px;
  background: #ffffff;
  border-radius: 50px;
}
@media screen and (max-width: 1140px) {
  .contact .row2 {
    padding: 1.7857vw;
    border-radius: 4.4642vw;
  }
}
.contact .row2 span {
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .contact .row2 span {
    font-size: 1.7857vw;
    padding-left: 1.7857vw;
  }
}
.contact .row2 .button_area {
  display: flex;
  justify-content: flex-end;
}
.contact .row2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 100%;
  height: 56px;
  border-radius: 46px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  background: url(../img/ico_triangle.png) no-repeat calc(100% - 20px) 50% #e9cb51;
  background-size: 14px;
}
@media screen and (max-width: 1140px) {
  .contact .row2 a {
    margin-left: 1.7857vw;
    height: 5vw;
    border-radius: 4.1071vw;
    font-size: 1.7857vw;
    background: url(../img/ico_triangle.png) no-repeat calc(100% - 1.7857vw) 50% #e9cb51;
    background-size: 1.25vw;
  }
}

/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 769px) {
  /* ========================================================== */
  /* 共通スタイル */
  /* ========================================================== */
  body {
    background: #f1f0ee;
  }
  .inner {
    padding: 0 5.3333vw;
  }
  h2 {
    background: none;
    padding-left: 0;
    text-align: center;
    font-size: 10.4166666667vw;
  }
  h2::before {
    content: "";
    width: 4.8vw;
    height: 5.3333vw;
    background: url(../img/ico_ttl.png) no-repeat 0 50%;
    background-size: 4.8vw;
    display: inline-block;
    margin-right: 2.6666vw;
    transform: translateY(-1vw);
  }
  /* メニュー */
  /* ========================================================== */
  .gnav {
    margin: 3.2552vw 0 0 0;
  }
  .gnav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gnav ul li {
    margin: 0 0 3.2552vw 0;
    text-align: center;
  }
  .gnav ul li.active a::after, .gnav ul li a:hover::after {
    display: none;
  }
  .gnav ul li a {
    display: block;
    background: url(../img/ico_nav_arrow.png) no-repeat center bottom;
    background-size: 1.5625vw;
    padding-bottom: 2vw;
  }
  .gnav ul li span {
    display: block;
    background-size: 1.5625vw;
    padding-bottom: 2vw;
    color: #a8a8a8;
  }
  /* フッター */
  /* ========================================================== */
  .site_footer {
    padding: 2vw;
    font-size: 3.125vw;
  }
  /* ========================================================== */
  /* トップページ */
  /* ========================================================== */
  /* メインビジュアル */
  /* ========================================================== */
  .mv {
    padding-top: 24.2187vw;
  }
  /* NEWS */
  /* ========================================================== */
  .news {
    padding-top: 10.6666vw;
    width: auto;
    min-height: auto;
  }
  .news h2 {
    margin-bottom: 4.6666vw;
  }
  .news .newslist {
    margin-bottom: 10.6666vw;
  }
  .news .newslist li {
    line-height: 1.8;
    border-bottom: 1px solid #a0a191;
    padding-bottom: 3.3333vw;
    margin-bottom: 3.3333vw;
  }
  .news .newslist li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* ツイッター */
  /* ========================================================== */
  .twitter {
    width: auto;
    border-radius: 2.6666vw;
    padding: 5.3333vw;
    position: static;
  }
  .twitter h2 {
    background: url(../img/ico_tw.png) no-repeat 11vw 50%;
    background-size: 7.3333vw;
    font-size: 9.375vw;
    padding-left: 0;
    margin-bottom: 5.0666vw;
    line-height: 1;
  }
  .twitter h2::before {
    display: none;
  }
  .twitter iframe {
    width: 100% !important;
    height: 87.3333vw !important;
  }
  /* ABOUT */
  /* ========================================================== */
  .about {
    padding-top: 10.6666vw;
  }
  .about h2 {
    margin-bottom: 8vw;
  }
  .about .illust {
    margin-bottom: 6.6666vw;
  }
  .about .setting_btn {
    position: static;
    display: block;
    width: 78.6666vw;
    margin: 0 auto;
  }
  .about .setting_btn img {
    width: 100%;
  }
  .about .voice_actor {
    margin-top: 21.3333vw;
  }
  .about .voice_actor h3 {
    font-size: 6.4vw;
    margin-left: 38.6666vw;
  }
  .about .voice_actor .body {
    border-radius: 2.6666vw;
    padding: 5.3333vw;
  }
  .about .voice_actor h4 {
    margin-bottom: 9.3333vw;
    margin-left: 33.3333vw;
    font-size: 5.2083333333vw;
  }
  .about .voice_actor h4 .en {
    display: block;
    font-size: 3.6458333333vw;
    margin-left: 0;
  }
  .about .voice_actor .silhouette {
    top: -20vw;
    left: 0;
    width: 35.3333vw;
  }
  /* SOFTWARE */
  /* ========================================================== */
  .software {
    padding-top: 10.6666vw;
  }
  .software h2 {
    margin-left: 0;
  }
  .software .package {
    position: static;
    text-align: center;
    margin-bottom: 7.8125vw;
  }
  .software .package img {
    width: 46.4843vw;
  }
  .software .store_slider {
    margin: 0 0 0 auto;
    width: 100%;
  }
  .software .bg01 {
    background: url(../img/software_texture.png) repeat;
    border: 3px solid #fff;
    border-radius: 20px;
  }
  .software .bg02 {
    background: url(../img/software_bg_sp.png) no-repeat right top;
    background-size: 56.2666vw;
    padding: 6vw 5vw 5vw;
  }
  .software .name {
    margin-bottom: 3.90625vw;
    width: 36.1979vw;
  }
  .software .aivoice_site {
    width: 38.5416vw;
    height: 9.1145vw;
    border-radius: 5vw;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.5572vw;
    font-size: 3.125vw;
  }
  .software .shoplist {
    margin-top: 1.302vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666vw;
  }
  .software .shoplist li {
    margin-bottom: 0;
  }
  .software .shoplist a {
    height: 12vw;
    padding: 1.3333vw;
  }
  .software .shoplist a img {
    max-height: 8vw;
  }
  .software .slick-next, .software .slick-prev {
    width: 3.125vw;
    height: 5.078125vw;
  }
  .software .slick-next {
    right: -3.90625vw;
  }
  .software .slick-prev {
    left: -3.90625vw;
  }
  .comingsoon {
    text-align: center;
    padding: 18.6666vw 0;
  }
  .comingsoon img {
    width: 29.3333vw;
  }
  /* CONTENTS */
  /* ========================================================== */
  .contents {
    padding-top: 10.6666vw;
  }
  .contents h2 {
    margin-bottom: 11px;
  }
  .contents .copyright {
    margin-top: 2.1333vw;
    padding: 0.8vw 0;
  }
  .contents .contents_container {
    display: block;
  }
  .contents .contents_container .c_box {
    width: 75.1302vw;
    margin: 0 auto 5.2083vw auto;
  }
  .contents .contents_container .thumbnail {
    border-radius: 2.6041vw 2.6041vw 0 0;
  }
  .contents .contents_container .body {
    background: #ffffff;
    border-radius: 0 0 2.6041vw 2.6041vw;
    padding: 4.6875vw;
  }
  .contents .contents_container .body p {
    height: auto;
  }
  .contents .contents_container .btn_download {
    width: 48.046875vw;
    height: 9.1145vw;
    border-radius: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b7c5a1;
    color: #ffffff;
    margin: 6.5104vw auto;
  }
  .contents .contents_container .btn_download span {
    font-size: 1.302vw;
    margin-left: 1em;
  }
  /* GUIDELINE */
  /* ========================================================== */
  .guideline {
    margin-top: 0;
    background: url(../img/bg_guideline.png);
    padding: 35px 0 44px 0;
  }
  .guideline h2 {
    background: url(../img/ico_ttl_white.png) no-repeat 12vw 50%;
    background-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .guideline h2::before {
    display: none;
  }
  .guideline .textbox {
    padding: 5.3333vw;
    border-radius: 2.6666vw;
    margin-bottom: 6.6666vw;
  }
  .guideline .textbox h3 {
    font-size: 5.2083333333vw;
    border-bottom: 1px solid #eeeaee;
    padding-bottom: 1.3333vw;
    margin-bottom: 4vw;
  }
  .guideline .textbox .body {
    height: 65.3333vw;
  }
  /* お問い合わせ */
  /* ========================================================== */
  .contact {
    padding: 10.6666vw 0;
  }
  .contact h2 {
    font-size: 9.375vw;
  }
  .contact .row1 {
    display: block;
  }
  .contact .row1 a {
    height: 19.4666vw;
    border-radius: 9.7333vw;
    font-size: 4.2666vw;
    margin-bottom: 4vw;
    line-height: 5.9733vw;
  }
  .contact .row1 a:nth-child(1) {
    background: url(../img/ico_triangle.png) no-repeat calc(100% - 5.3333vw) 50% #b7c5a1;
    background-size: 3.0666vw;
  }
  .contact .row1 a:nth-child(2) {
    background: url(../img/ico_triangle.png) no-repeat calc(100% - 5.3333vw) 50% #da8c2a;
    background-size: 3.0666vw;
  }
  .contact .row2 {
    display: block;
    padding: 4vw;
    border-radius: 6.0666vw;
  }
  .contact .row2 span {
    font-size: 4.2666vw;
    display: block;
    text-align: center;
    padding-left: 0;
    line-height: 5.9733vw;
    margin-bottom: 4vw;
  }
  .contact .row2 .button_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.3333vw;
  }
  .contact .row2 a {
    margin-left: 0;
    width: 100%;
    height: 12vw;
    border-radius: 6vw;
    font-size: 4.2666vw;
    background: url(../img/ico_triangle.png) no-repeat calc(100% - 5.3333vw) 50% #e9cb51;
    background-size: 3.0666vw;
  }
}