/* common elements */
.c-btn {
  background-color: #282828;
  color: #ffffff;
  text-align: center;
  font-size: 0.16rem;
  width: 1.71rem;
  height: 0.4rem;
  line-height: 0.39rem;
  border-radius: 0.02rem;
}
.c-btn.c-btn--topRegister {
  font-size: 0.14rem;
  width: 1.25rem;
  height: 0.34rem;
  line-height: 0.3rem;
}
@media screen and (min-width: 768px) {
  .c-btn.c-btn--topRegister {
    font-size: 0.16rem;
    width: 1.71rem;
    height: 0.4rem;
    line-height: 0.39rem;
  }
}
/* end common elements */

/* header */
.c-header {
  top: 0;
  justify-content: space-between;
  z-index: 9;
  padding: 0.16rem 0.2rem 0.19rem;
}
.c-logo {
  width: 1.62rem;
  height: 0.4rem;
  margin-left: 0.1rem;
}
.c-logo img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-header {
    padding: 0.5rem 0.78rem
  }
  .c-logo {
    width: 2.65rem;
    height: 0.6rem;
    margin-left: 0.02rem;
  }
}
/* end header */

/* main */
.c-mainFrame {
  inset: 0 0.1rem;
  outline: 1px solid #282828;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .c-mainFrame {
    inset: 0 0.3rem;
    max-width: 14.52rem;
    /* max-width: 100%; */
    margin: 0 auto;
  }
}
/* end main */

/* footer */
.c-footer {
  padding-top: 1.7rem;
  padding-bottom: 1.88rem;
}
.c-footerLogo {
  width: 1.44rem;
  height: 1.12rem;
  margin-bottom: 0.48rem;
  margin-left: auto;
  margin-right: auto;
}
.c-footerLogo img {
  width: 100%;
  height: 100%;
}
.c-footerRegisterBtn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.67rem;
}
.c-footerLinks {
  font-size: 0.1rem;
  margin-top: 0.73rem;
  margin-bottom: 0.16rem;
}
.c-footerLinks >li+li {
  margin-left: 0.1rem;
}
.c-footerLinks a {
  color: #000000;
}
.c-copyright {
  font-size: 0.1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-bottom: 0.46rem;
    padding-top: 1.42rem;
  }
  .c-footerLinks {
    margin-top: 1.02rem;
    margin-bottom: 0.31rem;
    font-size: 0.14rem;
    line-height: 1.7142857142857142;
  }
  .c-footerLogo {
    width: 1.6rem;
    height: 1.24rem;
    margin-bottom: 0.64rem;
  }
  .c-copyright {
    font-size: 0.12rem;
  }
}
/* end footer */
.c-sectionContent {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .c-sectionContent {
    width: 14.52rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* all section */

/* end all section */

/* c-introSection */
.c-introSection {
  padding-top: 0.51rem;
  padding-bottom: 0.59rem;
  border-bottom: 1px solid #282828;
}
.c-introLines {
  width: 3.1rem;
  margin: 0 auto 0.58rem;
  aspect-ratio: 310/387;
}
.c-introLine {
  font-size: 0.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  top: 0;
}
.c-introLine.c-introLine--01 {
  right: 0;
}
.c-introLine.c-introLine--02 {
  right: 43.4%;
}
.c-introLine.c-introLine--03 {
  left: 0;
}
.c-introJapanese {
  font-size: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.c-introJapanese__btn {
  margin-top: 0.33rem;
}
.c-introEnglish {
  font-size: 0.12rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666666666667;
}
@media screen and (min-width: 768px) {
  .c-introSection {
    padding-top: 0.51rem;
    padding-bottom: 0.28rem;
  }
  .c-introLines {
    width: 13.25rem;
    aspect-ratio: 1325/620;
    max-width: 100%;
    margin-bottom: 0;
  }
  .c-introLine {
    font-size: 0.64rem;
    letter-spacing: 0.125em;
  }
  .c-introLine.c-introLine--02 {
    right: 47.5%;
  }
  .c-introLine.c-introLine--03 {
    left: 0.7%;
  }
  .c-introJapanese {
    width: 5.5rem;
    font-size: 0.2rem;
    top: 3.67rem;
    left: 0.74rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .c-introJapanese__btn {
    margin-top: 0.22rem;
  }
  .c-introEnglish {
    width: 4.16rem;
    font-size: 0.14rem;
    top: 3.62rem;
    right: 1.92rem;
    line-height: 1.7142857142857142;
  }
}
@media screen and (min-width: 768px) and (max-width: 1511px) {
  .c-introSection {
    padding-top: 3.3752481800132363vw;
    padding-bottom: 1.8530774321641297vw;
  }
  .c-introLines {
    width: 87.69027134348114vw;
  }
  .c-introLine {
    font-size: 4.2356055592322965vw;
  }
  .c-introJapanese {
    width: 36.39973527465255vw;
    font-size: 1.3236267372600927vw;
    top: 24.2885506287227vw;
    left: 4.8974189278623435vw;
  }
  .c-introJapanese__btn {
    margin-top: 1.455989410986102vw;
  }
  .c-introEnglish {
    width: 27.53143613500993vw;
    font-size: 0.9265387160820648vw;
    top: 23.95764394440768vw;
    right: 12.706816677696889vw;
  }
  .c-btn--intro {
    font-size: 1.0589013898080741vw;
    width: 10.589013898080742vw;
    height: 2.6472534745201854vw;
    line-height: 2.6472534745201854vw;
  }
}
/* end c-introSection */

/* c-scriptsheetSection */
.c-scriptsheetSection {
  background-image: url('../images/scriptframe_sp.png');
  background-size: calc(100% - 0.2rem) auto;
  background-position: bottom;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.c-scriptsheetWrap {
  padding-top: 0.63rem;
  padding-bottom: 3.39rem;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.c-scriptsheetLines {
  font-size: 0.2rem;
  padding-right: 0.07rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  white-space: nowrap;
}
.c-scriptsheetLines p + p {
  margin-right: 0.44rem;
}
.c-scriptDash {
  width: 1px;
  height: 0.32rem;
  margin-top: 0.02rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .c-scriptsheetSection {
    background-image: none;
  }
  .c-scriptsheetWrap {
    padding-top: 1.03rem;
    padding-bottom: 1.63rem;
    background-image: url('../images/scriptframe.png');
    background-size: 10rem auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
  }
  .c-scriptsheetLines {
    font-size: 0.24rem;
    padding-right: 0.21rem;
    letter-spacing: 0.165em;
  }
  .c-scriptsheetLines p + p {
    margin-right: 0.62rem;
  }
  .c-scriptDash {
    height: 0.41rem;
    margin-top: 0.06rem;
    margin-right: 0;
  }
}
/* @media screen and (min-width: 768px) and (max-width: 1511px) {
  .c-scriptsheetWrap {
    background-size: 66.18133686300463vw;
  }
} */
/* end c-scriptsheetSection */

/* c-devicesSection */
.c-devicesSection {
  padding-top: 0.59rem;
  padding-bottom: 0.82rem;
  background-color: #93cdbf;
  border-bottom: 1px solid #282828;
}
.c-deviceSectionSeparator {
  height: 1px;
  border: none;
  margin: 0;
  
  width: 100%;
  background-color: #282828;
  /* margin-left: -0.3rem; */
  /* margin-right: -0.3rem; */
}
.c-deviceIntro {
  padding-top: 1.08rem;
}
.c-deviceIntro h2 {
  width: 2.84rem;
  margin-bottom: 0.62rem;
  margin-left: auto;
  margin-right: auto;
}
.c-deviceIntro h2 img {
  width: 100%;
  height: 100%;
}
.c-deviceIntro p {
  font-size: 0.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-videoFrameWrap {
  /* width: 12.4rem; */
  width: 100%;
  max-width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.65rem;
  margin-bottom: 0.32rem; 
}
.c-videoFrame {
  width: 100%;
  /* aspect-ratio: 37/33; */
  border-radius: 0.12rem;
  
  overflow: hidden;
  aspect-ratio: 8/5;
}
.c-video {
  width: calc(100% + 0.04rem);
  display: block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.c-deviceDetails {
  row-gap: 0.34rem;
  margin-bottom: 0.57rem;
}
.c-deviceDetail {
  letter-spacing: 0.04em;
}
.c-deviceDetail h3 {
  font-size: 0.2rem;
  margin-bottom: -0.03rem;
  line-height: 2;
}
.c-deviceCredit {
  letter-spacing: 0.04em;
}
.c-deviceCredit small {
  font-size: 0.12rem;
  margin-bottom: 0.03rem;
  line-height: 1.6666666666666667;
}
.c-deviceCredit p {
  font-size: 0.16rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .c-devicesSection {
    padding-top: 0.79rem;
    padding-bottom: 0.82rem;
    border-bottom: none;
  }
  .c-deviceSectionSeparator {
    width: calc(100% + 0.6rem);
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .c-deviceIntro {
    padding-top: 1.98rem;
    width: 7.6rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .c-deviceIntro h2 {
    width: 5.25rem;
    margin-bottom: 0.77rem;
  }
  .c-deviceIntro p {
    font-size: 0.24rem;
    line-height: 1.8333333333333333;
  }
  .c-videoFrameWrap {
    margin-top: 0.72rem;
    margin-bottom: 1.22rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .c-videoFrame {
    border-radius: 0.16rem;
  }
  .c-deviceDetails {
    width: 11.8rem;
    max-width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.71rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.4rem;
  }
  .c-deviceDetail {
    font-size: 0.18rem;
    line-height: 1.7777777777777777;
  }
  .c-deviceDetail h3 {
    font-size: 0.24rem;
    line-height: 1.6666666666666667;
    padding-bottom: 0.07rem;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid #000000;
  }
  .c-deviceCredit {
    padding-bottom: 1.29rem;
  }
  .c-deviceCredit small {
    font-size: 0.14rem;
    margin-bottom: 0;
  }
  .c-deviceCredit p {
    font-size: 0.18rem;
  }
}

@media screen and (min-width: 1512px) {
  .c-videoFrameWrap {
    width: 12.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

/* end c-devicesSection */

/* c-messageSection */
.c-messageSection {
  padding-top: 0.7rem;
  padding-bottom: 1.01rem;
  border-bottom: 1px solid #282828;
}
.c-messageBlock {
  width: 7.6rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-messageBlock h4 {
  font-size: 0.18rem;
  margin-bottom: 0.34rem;
}
.c-messageBlock >p {
  line-height: 2.2857142857142856;
}
.c-messageBlock >p + p {
  margin-top: 0.3rem;
}
.c-character {
  grid-template-columns: 1fr 1rem;
  column-gap: 0.18rem;
  margin-top: 0.33rem;
}
@media screen and (min-width: 768px) {
  .c-messageSection {
    padding-top: 0.82rem;
    padding-bottom: 1.04rem;
  }
  .c-messageBlock >p {
    font-size: 0.18rem;
    line-height: 2.2222222222222223;
  }
  .c-messageBlock >p + p {
    margin-top: 0.41rem;
  }
  .c-character {
    grid-template-columns: 1fr 1.2rem;
    column-gap: 0.26rem;
    margin-top: 0.65rem;
  }
  .c-character__txt {
    font-size: 0.18rem;
    margin-top: 0.09rem;
    line-height: 1.7777777777777777;
  }
}
/* end c-messageSection */

/* c-noticeSection */
.c-noticeSection {
  padding-top: 0.81rem;
  padding-bottom: 0.68rem;
}
.c-messageBlock ul {
  padding-left: 0.06rem;
  padding-left: 0.22rem;
  margin-top: -0.02rem;
  list-style-type: disc;
}
.c-messageBlock ul >li+li {
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-noticeSection {
    padding-top: 0.88rem;
    padding-bottom: 1.03rem;
  }
  .c-messageBlock ul {
    padding-left: 0.25rem;
    margin-top: -0.1rem;
  }
}
/* end c-noticeSection */