@charset "UTF-8";
/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

/* 基本設定 */
img, object, embed {
  max-width: 100%;
}

/* リンク */
a:link {
  color: #3865e0;
  transition: all 0.2s ease-out;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #9c35e0;
}

/* 全体 */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-feature-settings: "palt";
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  height: 100%;
  padding: 30px 30px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  body {
    padding: 15px 5% 0;
  }
}
body.welcome {
  padding: 60px 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadein 3s forwards;
}
@media screen and (max-width: 600px) {
  body.welcome {
    padding: 30px 5% 15px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.welcome > .ja {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
body.welcome .title, body.welcome .lead, body.welcome .text1, body.welcome .text2 {
  max-width: 360px;
  width: 100%;
}
body.welcome .title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 45px;
}
body.welcome .lead {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2rem;
}
body.welcome .lead.en, body.welcome .lead.fr-CA {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 420px) {
  body.welcome .lead {
    font-size: 4.7619047619vw;
  }
}
body.welcome .text1 {
  font-size: 2.5rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
body.welcome .text1.en, body.welcome .text1.fr-CA {
  line-height: 1.3;
}
@media screen and (max-width: 420px) {
  body.welcome .text1 {
    font-size: 5.8823529412vw;
  }
}
body.welcome .text2 {
  line-height: 1.8;
}
@media screen and (max-width: 420px) {
  body.welcome .text2 br.sm {
    display: none;
  }
}
body.welcome .text2_center {
  padding: 30px 0 5px 0;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 420px) {
  body.welcome .text2_center br.sm {
    display: none;
  }
}
body.welcome .ja.text2_center {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
body.welcome .welcome_logo {
  max-width: 250px;
  width: 100%;
  margin: 30px auto;
}
body.welcome .sign {
  max-width: 360px;
  width: 100%;
  margin: 15px 0px;
}
body.select_model {
  background-color: #f5f5f5;
  padding: 60px 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  body.select_model {
    padding: 30px 5% 15px;
  }
}
body.select_model > .ja {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
body.select_model .title, body.select_model .lead, body.select_model .text1, body.select_model .text2 {
  max-width: 360px;
  width: 100%;
}
body.select_model .title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 45px;
}
body.select_model .lead {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2rem;
}
body.select_model .lead.en, body.select_model .lead.fr-CA {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 420px) {
  body.select_model .lead {
    font-size: 4.7619047619vw;
  }
}
body.select_model .text1 {
  font-size: 2.5rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
body.select_model .text1.en, body.select_model .text1.fr-CA {
  line-height: 1.3;
}
@media screen and (max-width: 420px) {
  body.select_model .text1 {
    font-size: 5.8823529412vw;
  }
}
body.select_model .text2 {
  line-height: 1.8;
}
@media screen and (max-width: 420px) {
  body.select_model .text2 br.sm {
    display: none;
  }
}
body.select_model .text2_center {
  padding: 30px 0 5px 0;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 420px) {
  body.select_model .text2_center br.sm {
    display: none;
  }
}
body.select_model .ja.text2_center {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
body.select_model .welcome_logo {
  max-width: 250px;
  width: 100%;
  margin: 30px auto;
}
body.select_model .sign {
  max-width: 360px;
  width: 100%;
  margin: 15px 0px;
}
body .product_container {
  margin-bottom: 20px;
  width: 300px;
}
body .product_btn {
  max-width: 300px;
  padding: 20px;
  width: 100%;
  height: 60px;
  margin: 20px 0;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  color: #666;
  font-size: 1.8rem;
  text-decoration: none;
}
body .product_btn:hover {
  background: #f1f1f1;
}
body .product_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .btn {
  max-width: 200px;
  width: 100%;
  height: 60px;
  margin: 20px 0 30px;
}
body .btn a {
  color: #fff !important;
  text-align: center;
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #666;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
body .btn a:after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
body .btn a:hover {
  opacity: 0.8;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo img {
  max-width: 120px;
}

h1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

html:lang(en) h1.en {
  display: block !important;
}
html:lang(en) .en.acc_btn {
  display: block !important;
}
html:lang(en) div.ch {
  display: none !important;
}
html:lang(ja) h1.ja {
  display: block !important;
}
html:lang(ja) .ja.acc_btn {
  display: block !important;
}
html:lang(ja) div.ch {
  display: none !important;
}
html:lang(fr-CA) h1.fr-CA {
  display: block !important;
}
html:lang(fr-CA) .fr-CA.acc_btn {
  display: block !important;
}
html:lang(fr-CA) div.ch {
  display: none !important;
}
html:lang(zh-CN) h1.zh-CN {
  display: block !important;
}
html:lang(zh-CN) .zh-CN.acc_btn {
  display: block !important;
}
html:lang(zh-CN) .app_btn.ch {
  display: none;
}
html:lang(zh-CN) div.ch {
  display: flex;
}
html:lang(zh-TW) h1.zh-TW {
  display: block !important;
}
html:lang(zh-TW) .zh-TW.acc_btn {
  display: block !important;
}
html:lang(zh-TW) div.ch {
  display: none !important;
}
html:not([lang=zh-CN]) .ch {
  display: none !important;
}
html:not([lang=zh-CN]) .app_btn.ch {
  display: block !important;
}
html .zh-CN, html .zh-TW, html .ch {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* デフォルト言語（例: 英語） */
html:not([lang=ja]):not([lang=fr-CA]):not([lang=zh-CN]):not([lang=zh-TW]) h1.en {
  display: block !important;
}
html:not([lang=ja]):not([lang=fr-CA]):not([lang=zh-CN]):not([lang=zh-TW]) .en.acc_btn {
  display: block !important;
}

.btn_dl {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 35px;
  right: 30px;
}
.btn_dl a {
  display: block;
  width: 45px;
  height: 45px;
  background: url("../img/btn_dl.svg") no-repeat;
}
@media screen and (max-width: 600px) {
  .btn_dl a {
    right: 5%;
  }
}

.acc_btn {
  cursor: pointer;
  background: #f2f2f2;
  height: 64px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.acc_btn div {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acc_btn div p {
  font-size: 2.2rem;
  line-height: 1;
  display: flex;
  gap: 10px;
  align-items: center;
}
.acc_btn div p::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
}
.acc_btn div::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/plus.svg") no-repeat left center;
  background-size: 24px;
}
.acc_btn:hover {
  background: #dbdbdb;
}
.acc_btn.open {
  background: #dbdbdb;
}
.acc_btn.open div::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/minus.svg") no-repeat left center;
  background-size: 24px;
}
.acc_btn.btn1 div p::before {
  background: url("../img/icn_1.svg") no-repeat left center;
}
.acc_btn.btn2 div p::before {
  background: url("../img/icn_2.svg") no-repeat left center;
}
.acc_btn.btn3 div p::before {
  background: url("../img/icn_3.svg") no-repeat left center;
}
.acc_btn.btn4 div p::before {
  background: url("../img/icn_4.svg") no-repeat left center;
}

.acc_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  box-sizing: border-box;
  padding: 0 30px;
}
.acc_content.open {
  height: auto;
  border: 1px solid #dbdbdb;
}
.acc_content img {
  margin: 15px auto;
  max-width: 600px;
  display: block;
}
.acc_content div.ch {
  display: none;
  margin: 0 auto 30px auto;
}
.acc_content .app_btn {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
.acc_content .app_btn:first-child {
  margin-bottom: 15px;
}
.acc_content .app_btn:hover {
  opacity: 0.8;
}
.acc_content.content1 div.ch {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq_btn {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}
.faq_btn:first-child {
  margin-bottom: 15px;
}
.faq_btn:hover {
  opacity: 0.8;
}
.faq_btn.content1 div.ch {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.copy {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  position: sticky;
  top: calc(100vh - 40px);
}/*# sourceMappingURL=style.css.map */