@charset "UTF-8";
/* font family */
/* -----------
import modules
 -----------*/
/* 動画再生ボタン */
.feature__btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 4rem;
  height: 4rem;
  background: url(../image/btn-play.svg) no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 769px) {
  .feature__btn {
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    cursor: pointer;
  }
  .feature__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: drop-shadow(1px 1px 7px #c8d2e2);
            filter: drop-shadow(1px 1px 7px #c8d2e2);
  }
}
.feature__btn.on {
  opacity: 1;
}
.feature__btn.current {
  background: url(../image/btn-pause.svg) no-repeat top center;
  background-size: contain;
}
.feature__btn:focus-visible {
  outline: revert;
}
.feature__btn--w {
  background-image: url(../image/btn-play-w.svg);
}
.feature__btn--w.current {
  background-image: url(../image/btn-pause-w.svg);
}
@media only screen and (max-width: 768px) {
  .feature {
    /* >*{
      position: relative;
      z-index: 2;
    }
    &::after{
      content:"";
      width: 100%;
      height: 60%;
      position: absolute;
      left: 0;
      bottom:0;
      background: #484bdc;
    }
    &::before{
      content:"";
      width: 100%;
      height: 100%;
      background: url(../image/sp/bg-feature.png)repeat-x center top;
      background-size: 130% 100%;
      position: absolute;
      left: 0;
      top:-30vw;
      z-index: 1;
    } */
  }
  .feature__btn {
    position: absolute;
    width: 4rem;
    height: 4rem;
  }
}

.video[controls=true] ~ .feature__btn {
  display: none;
}

/* 下層で指定されていたスタイル */
/* .feature__btn {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 3.839rem;
    height: 3.839rem;
    background: url(../image/btn-play.svg) no-repeat top center;
    background-size: contain;
    z-index: 3;
    &:focus-visible {
      outline: revert;
    }
  }

  @media only screen and (min-width: 769px) {
    .feature__btn {
      -webkit-transition: all 0.3s 0s;
      transition: all 0.3s 0s;
      cursor: pointer;
    }
    .feature__btn:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-filter: drop-shadow(1px 1px 7px #c8d2e2);
              filter: drop-shadow(1px 1px 7px #c8d2e2);
    }
  }
  .feature__btn.on {
    opacity: 1;
  }

  .feature__btn.current {
    background: url(../image/btn-pause.svg) no-repeat top center;
    background-size: contain;
  } */
.btn--squerBlack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  height: 4rem;
  width: 250px;
}
.btn--squerBlack__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-buttonW--redBorder {
  margin: 0;
}
.c-buttonW--redBorder a {
  min-width: 250px;
  height: 50px;
  border: solid 2px #C80028;
}
.c-buttonW--redBorder a::before {
  background: unset !important;
  background-color: #C80028 !important;
}
@media (max-width: 768px) {
  .c-buttonW--redBorder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}
.c-buttonW--red {
  margin: 0;
}
.c-buttonW--red a {
  min-width: 250px;
  height: 50px;
  border: solid 2px #C80028;
  background-color: #C80028 !important;
  color: #fff !important;
}
.c-buttonW--red a span::before {
  background-image: url(../image/btn-arrow-w.svg) !important;
}
.c-buttonW--red a:hover span {
  color: #000 !important;
}
.c-buttonW--red a:hover span::before {
  background-image: url(../image/btn-arrow-b.svg) !important;
}
.c-buttonW--red a::before {
  background: unset !important;
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .c-buttonW--red {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}
.c-buttonW--black {
  margin: 0;
}
.c-buttonW--black a {
  min-width: 250px;
  height: 50px;
  border: solid 2px #ffffff;
  background-color: #000000 !important;
  color: #fff !important;
}
.c-buttonW--black a span::before {
  background-image: url(../image/btn-arrow-w.svg) !important;
}
.c-buttonW--black a:hover span {
  color: #000 !important;
}
.c-buttonW--black a:hover span::before {
  background-image: url(../image/btn-arrow-b.svg) !important;
}
.c-buttonW--black a::before {
  background: unset !important;
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .c-buttonW--black {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}

.commBtn--purple a {
  background-image: none !important;
  background-color: #823CFF !important;
}

.btnTextPosAdjust a {
  padding-inline: 2rem !important;
}
.btnTextPosAdjust a::after {
  /* content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../image/btn-arrow-b.svg) no-repeat;
  background-position: right 2rem center;
  background-size: 0.7rem; */
}
.btnTextPosAdjust a span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0 0 0 0.5rem !important;
}
.btnTextPosAdjust a span::before {
  width: 9px !important;
  height: 12px !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  background-size: 0.7rem !important;
  background-position: center !important;
}
.btnTextPosAdjust.commBtn a span::before {
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
}

.icon--new_A::before {
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.2rem;
  background-color: #3269FF;
  color: #fff;
  font-size: 1.2rem;
  width: 4rem;
  height: 1.7rem;
  text-align: center;
  margin-bottom: 1rem;
}
.icon--new_B::after {
  display: inline-block;
  content: "NEW";
  font-size: 1.2rem;
  text-align: center;
  text-box: trim-both cap alphabetic;
  color: #fff;
  background-color: #c70128;
  padding-block: 0.4rem;
  width: 4rem;
  vertical-align: top;
  top: 0.2rem;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
.icon--new_B--blue::after {
  background-color: #3269FF;
}

.common-list--pencilCheck .icon--new_B {
  text-indent: 0;
}

.commonLinkColor--blue {
  color: rgb(0, 0, 238);
}
.commonLinkColor--blue:active {
  color: rgb(255, 0, 0);
}

.w620 {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
}

.w722 {
  width: 100%;
  max-width: 722px;
  margin-inline: auto;
}

.w896 {
  width: 100%;
  max-width: 896px;
  margin-inline: auto;
}

.flexContentA--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1220px;
  padding: 0 60px;
  margin: 50px auto;
}
.flexContentA--box:last-child {
  margin-bottom: 0;
}
.flexContentA--box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.flexContentA--box--txtarea {
  max-width: 50%;
  width: 100%;
}
.flexContentA--box--txtarea--subBox {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1.5rem;
}
.flexContentA--box--title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.flexContentA--box--title__wrap .flexContentA--box--title {
  margin-bottom: 1.5rem;
}
.flexContentA--box--title__wrap .flexContentA--box--subTitle {
  margin-top: 0;
}
.flexContentA--box--subTitle {
  margin-top: 3rem;
}
.flexContentA--box--txt {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.flexContentA--box > img {
  width: 50%;
  max-width: 440px;
  height: auto;
}
@media (max-width: 1180px) {
  .flexContentA--box {
    padding: 0 40px;
  }
}
@media (max-width: 960px) {
  .flexContentA--box--txtarea {
    max-width: 45%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .flexContentA--box {
    padding: 0 20px;
    max-width: 540px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
    margin: 40px auto 0;
  }
  .flexContentA--box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  .flexContentA--box--txtarea {
    max-width: 100%;
    width: 100%;
  }
  .flexContentA--box--title {
    font-size: 2rem;
    margin-top: 25px;
  }
  .flexContentA--box--txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.flexContentA--alt .flexContentA--box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.flexContentA--alt .flexContentA--box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.gridContentTwo--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 8%;
  max-width: 1220px;
  padding: 0 60px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .gridContentTwo--content {
    grid-template-columns: 1fr;
  }
}
.gridContentTwo--box--title {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
}
.gridContentTwo--box--txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
.gridContentTwo--box .imgWrap img {
  border-radius: 15px;
}

.gridContentThree {
  padding: 100px 0;
  margin-top: 90px;
}
.gridContentThree--title {
  font-size: 3.2rem;
  text-align: center;
}
.gridContentThree--content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 70px;
  max-width: 1220px;
  padding: 0 60px;
  margin: 40px auto 0;
}
.gridContentThree--275 {
  gap: 11.4%;
}
.gridContentThree--275 .gridContentThree--box img {
  display: block;
  max-width: 275px;
}
@media (max-width: 768px) {
  .gridContentThree--275 .gridContentThree--box img {
    max-width: unset;
  }
}
.gridContentThree--withArrow {
  position: relative;
}
.gridContentThree--arrow {
  position: absolute;
}
.gridContentThree--arrow img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .gridContentThree--arrow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
  .gridContentThree--arrow img {
    width: 18px;
    height: 36px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.gridContentThree--box:has(.c-buttonW) {
  position: relative;
}
.gridContentThree--box:has(.c-buttonW) > *:nth-last-child(2) {
  margin-bottom: 60px;
}
.gridContentThree--box:has(.c-buttonW) .c-buttonW {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .gridContentThree--box:has(.c-buttonW) > *:nth-last-child(2) {
    margin-bottom: 22px;
  }
  .gridContentThree--box:has(.c-buttonW) .c-buttonW {
    position: relative;
    bottom: unset;
  }
}
.gridContentThree--box--title {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
}
.gridContentThree--box--txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .gridContentThree {
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .gridContentThree--content {
    gap: 25px;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .gridContentThree--275 {
    gap: 6%;
  }
}
@media (max-width: 768px) {
  .gridContentThree {
    padding: 70px 0;
    margin-top: 60px;
  }
  .gridContentThree--title {
    font-size: 2.7rem;
    line-height: 1.5;
  }
  .gridContentThree--content {
    margin: 0 auto;
    display: block;
    padding: 0 20px;
    max-width: 540px;
  }
  .gridContentThree--box {
    width: 100%;
    margin-top: 50px;
  }
  .gridContentThree--box--title {
    font-size: 2rem;
  }
  .gridContentThree--box--txt {
    font-size: 14px;
  }
}

.appBox--a--outerFlex {
  max-width: 1220px;
  padding: 0 60px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appBox--a--outerFlex--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.appBox--a--box {
  width: 46%;
  padding: 60px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appBox--a--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appBox--a--left img {
  width: 70px;
  height: 70px;
}
.appBox--a--left img:nth-of-type(1) {
  margin-right: 10px;
}
.appBox--a--right {
  width: 50%;
}
.appBox--a--right h4 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  word-break: normal;
}
.appBox--a--right p {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.5;
}
.appBox--a--right a {
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .appBox--a--outerFlex {
    padding: 0 40px;
  }
  .appBox--a--box {
    width: 48%;
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .appBox--a--left {
    display: block;
    width: 70px;
  }
  .appBox--a--left img {
    display: block;
    margin: 10px 0;
  }
  .appBox--a--right {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 860px) {
  .appBox--a--box {
    padding: 30px;
  }
  .appBox--a--left {
    display: block;
    width: 60px;
  }
  .appBox--a--left img {
    width: 60px;
    height: 60px;
  }
  .appBox--a--right {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .appBox--a--outerFlex {
    padding: 0 20px;
    max-width: 540px;
    display: block;
  }
  .appBox--a--box {
    padding: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 30px;
    width: 100%;
  }
  .appBox--a--left {
    margin-right: 10px;
    display: block;
    width: 70px;
  }
  .appBox--a--left img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
  .appBox--a--left img:nth-of-type(1) {
    margin: 0 auto 10px;
  }
  .appBox--a--right {
    width: calc(100% - 90px);
    text-align: left;
    margin: 0 0 0 auto;
  }
  .appBox--a--right p {
    margin-top: 15px;
  }
}

.col2staggered__wrap--startImgRight .col2staggered__item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .col2staggered__wrap--startImgRight .col2staggered__item:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.col2staggered__wrap--startImgLeft .col2staggered__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .col2staggered__wrap--startImgLeft .col2staggered__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex-staggered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-staggered:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.planGrid {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 34px;
}
@media (max-width: 960px) {
  .planGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .planGrid {
    grid-template-columns: auto;
  }
}
.planGrid__item {
  display: grid;
  grid-row: span 2;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  line-height: 1.5;
  text-align: center;
  padding: 60px 30px;
  background-color: #EFEFEF;
}
@media (max-width: 768px) {
  .planGrid__item {
    display: block;
    padding: 35px 30px;
    text-align: left;
    font-size: 1.2rem;
  }
}
.planGrid__item .h_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.planGrid__item .h_wrapper h4 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.planGrid__item .h_wrapper span {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .planGrid__item .h_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
  .planGrid__item .h_wrapper h4 {
    text-align: left;
    font-size: 2rem;
  }
  .planGrid__item .h_wrapper span {
    font-size: 2rem;
  }
}

.scrollPlanList {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin-top: 4.6rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .scrollPlanList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.6rem;
    width: 100%;
  }
}
.scrollPlanList__wrap {
  width: 1100px;
  max-width: 100%;
  overflow-x: auto;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .scrollPlanList__wrap {
    width: 100%;
  }
}
.scrollPlanList__item {
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
.scrollPlanList__item--recommended {
  position: relative;
  overflow: hidden;
}
.scrollPlanList__item--recommended::after {
  position: absolute;
  content: "Recommended";
  font-size: 1.2rem;
  background-color: #D7288B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-box: trim-both cap alphabetic;
  height: 2.2rem;
  width: 150px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateX(-30px) translateY(35px) rotate(-45deg);
          transform: translateX(-30px) translateY(35px) rotate(-45deg);
}
.scrollPlanList__item--2col {
  /* display: flex;
  flex-wrap: nowrap; */
  grid-template-columns: 1fr 1fr;
}
.scrollPlanList__item--2col > :first-child {
  border-right: solid 1px;
  -o-border-image: linear-gradient(to bottom, #fff 0, #fff 19px, #2c63f9 19px, #2c63f9 calc(100% - 38px), #fff calc(100% - 38px), #fff 100%) 1;
     border-image: linear-gradient(to bottom, #fff 0, #fff 19px, #2c63f9 19px, #2c63f9 calc(100% - 38px), #fff calc(100% - 38px), #fff 100%) 1;
}
@media (max-width: 768px) {
  .scrollPlanList__item--2col > :first-child {
    border-right: none;
    border-bottom: solid 1px;
    -o-border-image: linear-gradient(to right, #fff 0, #fff 19px, #2c63f9 19px, #2c63f9 calc(100% - 19px), #fff calc(100% - 19px), #fff 100%) 1;
       border-image: linear-gradient(to right, #fff 0, #fff 19px, #2c63f9 19px, #2c63f9 calc(100% - 19px), #fff calc(100% - 19px), #fff 100%) 1;
  }
}
.scrollPlanList__item--2col .couponBlock {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .scrollPlanList__item--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scrollPlanList__item__inner {
  padding: 2.9rem 1.1rem;
  width: 268px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
@media (max-width: 768px) {
  .scrollPlanList__item__inner {
    width: 100%;
  }
}
.scrollPlanList__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.scrollPlanList__item__head h4 {
  font-size: 1.8rem;
  text-align: center;
}
.scrollPlanList__item__headAppIcon {
  width: 4rem;
  margin-bottom: 2rem;
}
.scrollPlanList__item__read {
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
.scrollPlanList__item__read .annotation {
  font-size: 1.2rem;
}
.scrollPlanList__item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
  text-align: center;
}
.scrollPlanList__item__price strong {
  font-size: 1.8rem;
  font-family: SST W20 Bold, SST W55 Bold, sans-serif;
}
.vi .scrollPlanList__item__price strong {
  font-family: SST W29 Bold;
}
.th .scrollPlanList__item__price strong {
  font-family: SST W31 Bold;
}
.zh-hant .scrollPlanList__item__price strong {
  font-family: "Microsoft JhengHei Bold", "Heiti TC", sans-serif;
  font-weight: bold;
}
.zh-hans .scrollPlanList__item__price strong {
  font-family: "Microsoft Yahei Bold", "Heiti SC", sans-serif;
  font-weight: bold;
}
.scrollPlanList__item__price strong {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}
.scrollPlanList__item__body p {
  margin-bottom: 0.8rem;
}
.scrollPlanList__item__body li {
  margin-bottom: 0.8rem;
}
.scrollPlanList__item__appFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
}
.scrollPlanList__item__appFlex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 1rem;
  text-align: center;
}
.scrollPlanList__item__appFlex li img {
  width: 54px;
}
.scrollPlanList img {
  display: block;
}

.sp-headerAppBtnArea {
  display: none;
}
@media (max-width: 768px) {
  .sp-headerAppBtnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 20px;
    background-image: url(/catalog/assets/image/apps-img/other/gradation/header-gradation-sp.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
  }
}
.sp-headerAppBtnArea__icon {
  width: 35px;
  height: 35px;
}
.sp-headerAppBtnArea__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sp-headerAppBtnArea__btnWrap img {
  height: 35px;
  width: unset;
}
.sp-headerAppBtnArea__btnWrap .sp-headerAppBtnArea--google img {
  aspect-ratio: 47/14;
}

.imgBlock2colIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  width: 100%;
  max-width: 440px;
  min-width: 380px;
  border-radius: 20px;
  aspect-ratio: 440/248;
}
@media (max-width: 768px) {
  .imgBlock2colIcons {
    max-width: 100%;
    min-width: unset;
  }
}
@media (max-width: 400px) {
  .imgBlock2colIcons {
    gap: 3rem;
  }
}
.imgBlock2colIcons__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
  font-size: 1.6rem;
}
.imgBlock2colIcons__col img {
  display: block;
  border-radius: unset !important;
  width: 80px !important;
  min-width: unset !important;
  margin-bottom: 0;
}
@media (max-width: 400px) {
  .imgBlock2colIcons__col {
    font-size: 1.2rem;
  }
  .imgBlock2colIcons__col img {
    width: 50px !important;
  }
}

.couponBlock {
  padding-inline: 1rem;
  margin-top: 3.7rem;
  margin-bottom: 3.7rem;
}
.couponBlock__inner {
  width: 100%;
  max-width: 516px;
  padding: 3rem 2rem 2rem;
  margin-inline: auto;
  background-color: #c80028;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.couponBlock .couponPlan {
  font-size: 2rem;
}
.couponBlock .applicableApps {
  font-size: 1.2rem;
}
.couponBlock .couponCode {
  margin-top: 1.2rem;
}
.couponBlock .couponCode__label {
  font-size: 1.2rem;
}
.couponBlock .couponCode__code {
  font-size: 2rem;
}
.couponBlock .couponCode__subText {
  font-size: 1rem;
}
.couponBlock .couponAnnotation {
  margin-top: 2.4rem;
  text-align: start;
  font-size: 1rem;
}

.kvBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  background-color: #c80028;
  height: 50px;
  padding-inline: 1.5rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .kvBnr {
    width: 768px;
    min-height: 50px;
    height: auto;
    padding-block: 0.8rem;
  }
}
@media (max-width: 768px) {
  .kvBnr__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kvBnr__icon {
  width: 4rem;
  height: 4rem;
}
.kvBnr__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  gap: 0.5rem;
}
.kvBnr__largeText {
  font-size: 1.8rem;
}
.kvBnr__smallText {
  font-size: 1rem;
}

.section__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 76px;
}
.section__title--w {
  color: #fff;
}

.contentTitle--a {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contentTitle--a {
    font-size: 2rem;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.h_withAppIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.h_withAppIcon img {
  width: 11.2rem;
}
.h_withAppIcon span {
  font-size: 3.2rem;
  text-box: trim-both cap alphabetic;
}

/* アラビア語対応 */
html[lang=ar] {
  direction: rtl;
}
html[lang=ar] .slick-slider {
  direction: ltr;
}
html[lang=ar] .slick-slide {
  direction: rtl;
}

/* アラビア語対応ここまで */
.CCslickSlider__outer {
  max-width: 1220px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
.CCslickSlider__outer .slick-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.CCslickSlider__outer .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CCslickSlider__outer .slick-dots button:focus-visible {
  outline: revert;
}
@media (max-width: 1326px) {
  .CCslickSlider__outer {
    width: 95vw;
  }
}
@media (max-width: 768px) {
  .CCslickSlider__outer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  .CCslickSlider__outer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .CCslickSlider__outer .slick-track > * {
    -webkit-transform: translateX(-15vw);
            transform: translateX(-15vw);
  }
  .CCslickSlider__outer .slick-prev {
    margin-left: 2.5vw;
  }
  .CCslickSlider__outer .slick-next {
    margin-right: 2.5vw;
  }
}

.appSlider--noItem {
  display: none !important;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.articleCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  border-radius: 15px;
  margin: 0 36px;
  background-color: rgba(255, 255, 255, 0.5215686275);
  backdrop-filter: blur(12px);
}
@media (max-width: 1440px) {
  .articleCard {
    margin: 0 18px;
  }
}
@media (max-width: 768px) {
  .articleCard {
    margin: 0 0.75rem;
  }
}
.articleCard article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.articleCard.slick-slide {
  height: auto;
}
.articleCard__imgWrap img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.articleCard__detail {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.articleCard__detail--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articleCard__detail--head img {
  height: 56px;
  width: 56px;
  margin-right: 19px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
.articleCard__detail--head dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.articleCard__detail--head dl dt {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
.articleCard__detail--head dl dd {
  font-size: 11px;
}
.articleCard__detail--txt {
  padding-top: 1em;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.articleCard__detail--foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.articleCard__detail--foot img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}
.articleCard__date {
  font-size: 14px;
  font-family: SST W20 Light, SST W55 Light;
}
.vi .articleCard__date {
  font-family: SST W29 Light;
}
.th .articleCard__date {
  font-family: SST W31 Light;
}
.zh-hant .articleCard__date {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .articleCard__date {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.articleCard__date {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
  height: 14px;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articleCard__date .newIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #641ED7;
  height: 20px;
  width: 40px;
  border-radius: 4px;
  margin-left: 14px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.articleCard__date .newIcon span {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.articleCard__date.new::after {
  content: "NEW";
  display: inline-block;
  color: #fff;
  background-color: #641ED7;
  border-radius: 4px;
  padding: 2px 6px 0;
  margin-left: 15px;
  height: 12px;
  line-height: 12px;
  text-align: center;
}
.articleCard__detailTxt {
  margin-top: 13px;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.CC-appSlider .scrollInCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin: 0 36px;
  background-color: #fff;
  border-radius: 1.5rem;
  opacity: 1;
  container: appCard/inline-size;
}
html[lang=ar] .CC-appSlider .scrollInCont {
  direction: rtl;
}
.CC-appSlider .scrollInCont .experience__linkArea--img img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.CC-appSlider .scrollInCont .experience__linkArea--txt {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.CC-appSlider .scrollInCont .experience__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.CC-appSlider .scrollInCont .experience__name--ico {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
html[lang=ar] .CC-appSlider .scrollInCont .experience__name--ico {
  margin-left: 15px;
  margin-right: 0;
}
.CC-appSlider .scrollInCont .experience__name--ico--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: unset !important;
}
.CC-appSlider .scrollInCont .experience__name--ico--2 img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .CC-appSlider .scrollInCont .experience__name--ico--2 img {
    margin-right: 0 !important;
  }
}
.CC-appSlider .scrollInCont .experience__name--ico--2 + .experience__name--txt {
  width: unset !important;
}
.CC-appSlider .scrollInCont .experience__name--ico--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: unset !important;
}
.CC-appSlider .scrollInCont .experience__name--ico--3 img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 30px;
  height: 30px;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .CC-appSlider .scrollInCont .experience__name--ico--3 img {
    margin-right: 0 !important;
  }
}
.CC-appSlider .scrollInCont .experience__name--ico--3 + .experience__name--txt {
  width: unset !important;
}
@container appCard (max-width: 310px) {
  .CC-appSlider .scrollInCont .experience__name--ico--3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.CC-appSlider .scrollInCont .experience__name--ico--noIcon {
  display: block;
  width: 0;
  height: 70px;
  margin-right: 0;
}
.CC-appSlider .scrollInCont .experience__name--ico img {
  margin-right: 0;
}
.CC-appSlider .scrollInCont .experience__name--ico img.iconShadow {
  border-radius: 12px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1080px) {
  .CC-appSlider .scrollInCont .experience__name--ico {
    width: 5vw;
    margin-right: 1rem;
  }
  html[lang=ar] .CC-appSlider .scrollInCont .experience__name--ico {
    margin-left: 1rem;
    margin-right: 0;
  }
  .CC-appSlider .scrollInCont .experience__name--ico--noIcon {
    display: block;
    width: 0;
    height: 5vw;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .CC-appSlider .scrollInCont .experience__name--ico {
    width: 4.502rem;
  }
  .CC-appSlider .scrollInCont .experience__name--ico--noIcon {
    display: block;
    width: 0;
    height: 4.502rem;
    margin-right: 0;
  }
  .CC-appSlider .scrollInCont .experience__name--ico img {
    margin-right: 0.8rem;
    border-radius: 8px;
  }
  html[lang=ar] .CC-appSlider .scrollInCont .experience__name--ico img {
    margin-left: 0.8em;
    margin-right: 0;
  }
}
.CC-appSlider .scrollInCont .experience__name--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CC-appSlider .scrollInCont .experience__name--txt--noIcon {
  width: 100% !important;
}
@media only screen and (min-width: 769px) {
  .CC-appSlider .scrollInCont .experience__name--txt {
    width: calc(100% - 70px - 15px);
  }
}
@media (max-width: 1080px) {
  .CC-appSlider .scrollInCont .experience__name--txt {
    width: calc(100% - 5vw - 1rem);
  }
}
@media (max-width: 768px) {
  .CC-appSlider .scrollInCont .experience__name--txt {
    width: calc(100% - 4.502rem - 1rem);
  }
}
.CC-appSlider .scrollInCont .experience__name--txt p {
  display: block;
  line-height: 1.4;
  font-size: 1.5rem;
}
.CC-appSlider .scrollInCont .experience__name--txt span {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 0.3em;
  margin-bottom: 0;
  font-family: SST W20 Light, SST W55 Light;
}
.vi .CC-appSlider .scrollInCont .experience__name--txt span {
  font-family: SST W29 Light;
}
.th .CC-appSlider .scrollInCont .experience__name--txt span {
  font-family: SST W31 Light;
}
.zh-hant .CC-appSlider .scrollInCont .experience__name--txt span {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .CC-appSlider .scrollInCont .experience__name--txt span {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.CC-appSlider .scrollInCont .experience__name--txt span {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}
.CC-appSlider .scrollInCont .experience__name--txt.w-100 {
  width: 100%;
}
@media (max-width: 768px) {
  .CC-appSlider .scrollInCont .experience__name {
    margin-bottom: 1rem;
  }
}
.CC-appSlider .scrollInCont .experience__detail {
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .CC-appSlider .scrollInCont .experience__detail {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.CC-appSlider .scrollInCont .experience__device {
  margin-top: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CC-appSlider .scrollInCont .experience__device--sp {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  width: 18px;
}
html[lang=ar] .CC-appSlider .scrollInCont .experience__device--sp {
  margin-left: 22px;
  margin-right: 0;
}
.CC-appSlider .scrollInCont .experience__device--tb {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.3rem;
  width: 26px;
}
.CC-appSlider .scrollInCont .experience__device--pc {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.2rem;
  margin-right: 24px;
  width: 28px;
}
html[lang=ar] .CC-appSlider .scrollInCont .experience__device--pc {
  margin-left: 24px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .CC-appSlider .scrollInCont .experience__device {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.3rem;
  }
  html[lang=ar] .CC-appSlider .scrollInCont .experience__device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .CC-appSlider .scrollInCont .experience__device--sp {
    width: 1.3rem;
    margin-top: 0.1rem;
    margin-right: 1rem;
  }
  html[lang=ar] .CC-appSlider .scrollInCont .experience__device--sp {
    margin-left: 1rem;
    margin-right: 0;
  }
  .CC-appSlider .scrollInCont .experience__device--tb {
    width: 2.2rem;
    margin-top: 0rem;
  }
  .CC-appSlider .scrollInCont .experience__device--pc {
    width: 2.4rem;
    margin-right: 1rem;
  }
  html[lang=ar] .CC-appSlider .scrollInCont .experience__device--pc {
    margin-left: 1rem;
    margin-right: 0;
  }
}
.CC-appSlider .scrollInCont .commBtn a {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (max-width: 1440px) {
  .CC-appSlider .scrollInCont {
    margin: 0 18px;
  }
}
@media (max-width: 768px) {
  .CC-appSlider .scrollInCont {
    margin: 0 0.75rem;
  }
}

html[lang=ar] .sa__wrap.CC-appSlider {
  direction: ltr;
}
.sa__wrap.CC-appSlider .scrollInCont {
  width: 31.3%;
  margin: 0 3% 60px 0;
  -webkit-transform: none;
          transform: none;
}
html[lang=ar] .sa__wrap.CC-appSlider .scrollInCont {
  /* margin-left: 3%;
  margin-right: 0; */
}
.sa__wrap.CC-appSlider .scrollInCont:nth-child(3n) {
  margin-right: 0;
}
html[lang=ar] .sa__wrap.CC-appSlider .scrollInCont:nth-child(3n) {
  margin-left: 0;
}
.sa__wrap.CC-appSlider .scrollInCont .experience__linkArea--img img {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .sa__wrap.CC-appSlider .scrollInCont {
    width: 100%;
  }
}

.faq {
  max-width: 160.9rem;
  width: 100%;
  /*
  background: url(../image/bg-faq@2x.png) no-repeat 0 0;
  background-size: 33.9rem;
  */
  margin: 3rem auto 0;
  padding: 6.8rem 0 7rem;
  z-index: 1;
}
.faq::after {
  height: calc(100% - 6.8rem);
  top: 6.8rem;
}
.faq__midashi {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.faq__cont {
  padding-bottom: 3.5rem;
  margin-top: 5rem;
  border-top: 1px solid #CCCCCC;
}
.faq__contList {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  background-color: #ffffff;
}
.faq__contList > div {
  width: 100%;
}
.faq__contList--ttl {
  display: block;
  color: #000;
  padding: 2.5rem;
}
.faq__contList--txtArea {
  display: none;
  padding: 2.5rem;
}
.faq__contList--txtArea .faq__txt {
  line-height: 1.8;
}
.faq__contList--txtArea a {
  color: #641ED5;
  text-decoration: underline;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .faq__contList--txtArea a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.faq__contList--txtArea p {
  margin-top: 1.8rem;
}
.faq__contList--txtArea p:first-child {
  margin-top: 0;
}
.faq__contList--txtArea ul {
  margin-top: 0;
}
.faq__contList--txtArea li {
  margin-bottom: 0;
}
.faq .Amenu-open {
  position: relative;
  border-bottom: unset;
  opacity: 1;
  -webkit-transition: -webkit-text-decoration 0.8s 0s;
  transition: -webkit-text-decoration 0.8s 0s;
  transition: text-decoration 0.8s 0s;
  transition: text-decoration 0.8s 0s, -webkit-text-decoration 0.8s 0s;
}
@media only screen and (min-width: 769px) {
  .faq .Amenu-open:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}
.faq .Amenu-open::after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url(../image/arrow-faq.svg) no-repeat right center;
  background-size: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .Amenu-open.active {
  border-bottom: 1px solid #CCCCCC;
}
.faq .Amenu-open.active::after {
  content: "";
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: url(../image/arrow-faq.svg) no-repeat right center;
  background-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .faq {
    /*
    background: url(../image/sp/bg-faq.png) no-repeat left top;
    background-size: sprempx(161);
    */
    margin: 1.3rem auto 0;
    padding: 0 0 2rem;
  }
  .faq::after {
    height: calc(100% - 7rem);
    top: 7rem;
  }
  .faq__midashi {
    width: 100%;
    padding: 0;
  }
  .faq__cont {
    padding-bottom: 3.8rem;
    margin-top: 3rem;
  }
  .faq__contList--ttl {
    padding: 1.6rem 2.5rem 1.6rem 0;
    line-height: 1.8;
  }
  .faq__contList--txtArea {
    padding: 1.6rem 0;
    line-height: 2;
  }
  .faq .Amenu-open::after {
    content: "";
    width: 0.939rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1rem;
    background: url(../image/arrow-faq.svg) no-repeat right center;
    background-size: 0.939rem;
  }
  .faq .Amenu-open.active::after {
    content: "";
    background: url(../image/arrow-faq.svg) no-repeat right center;
    background-size: 0.939rem;
  }
}

:not(.top) .faq .l-innerBlur {
  padding: 65px 50px 20px;
}
@media (max-width: 768px) {
  :not(.top) .faq .l-innerBlur {
    padding: 60px 15px 20px;
  }
}
:not(.top) .faq__midashi {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  :not(.top) .faq__midashi {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  :not(.top) .faq__cont {
    margin-top: 4rem;
  }
}

.apps-landing main {
  background-color: #F7F7F7;
}
.apps-landing__spSizeRegulator {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px 70px;
}
.apps-landing__head {
  padding: 46px 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.apps-landing__head img {
  display: block;
  width: 34px;
  height: 34px;
}
.apps-landing__head .appIcon--shadow {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.apps-landing__head h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-top: 5px;
}
.apps-landing__contentWrap {
  padding: 15px 15px 0;
  background-color: #fff;
}
.apps-landing__sec--a {
  padding-bottom: 50px;
}
.apps-landing__img {
  padding: 10px;
  background-color: #EEF1F2;
  margin-bottom: 15px;
}
.apps-landing__h--20 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.apps-landing__text {
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
.apps-landing__text--12 {
  font-size: 1.2rem;
}

/* アラビア語対応 */
html[lang=ar] {
  direction: rtl;
}
html[lang=ar] .slick-slider {
  direction: ltr;
}
html[lang=ar] .slick-slide {
  direction: rtl;
}

/* アラビア語対応ここまで */
/* -----------
import modules end
 -----------*/
/* .ru{
  .vstWrap .modal-content-body,
  .vstWrap .modal-close,
  .clTable td,
  .f_r {
    font-family: SST W20 Bold,SST W55 Bold!important;
  }
} */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

img {
  vertical-align: bottom;
}

body {
  font-size: 1.4rem;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
.--inner_span--inlineBlock span {
  display: inline-block;
}

.sa .content {
  background: #F7F7F7;
}

.sa__kv {
  position: relative;
}

.sa__kv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}

.sa__kv__txt h1 {
  font-size: 32px;
}

.sa__kv__txt p {
  font-size: 14px;
  margin-top: 30px;
}

.sa .experience__tabArea {
  max-width: 1100px;
  width: 90%;
  margin: 50px auto 0;
}

.sa .experience__tabArea ul li p,
.sa .experience__tabArea--link {
  color: #000;
  font-size: 14px;
}

.sa .experience__tabArea--link:hover {
  opacity: unset;
  border-bottom: 1px solid #000;
}

.sa .experience__tabArea ul li:nth-child(2) {
  background: url(../image/servise-apps/icon/ramp.png) no-repeat top center;
  background-size: 25px;
  background-position: center 10px;
}

.sa .experience__tabArea ul li:nth-child(3) {
  background: url(../image/servise-apps/icon/img.png) no-repeat top center;
  background-size: 25px;
  background-position: center 10px;
}

.sa .experience__tabArea ul li:nth-child(4) {
  background: url(../image/servise-apps/icon/data.png) no-repeat top center;
  background-size: 25px;
  background-position: center 10px;
}

.sa .experience__tabArea ul li:nth-child(5) {
  background: url(../image/servise-apps/icon/movie.png) no-repeat top center;
  background-size: 25px;
  background-position: center 15px;
}

.sa .experience__tabArea ul li:nth-child(6) {
  background: url(../image/servise-apps/icon/storage.png) no-repeat top center;
  background-size: 20px;
  background-position: center 10px;
}

/*tabの形状*/
#navigation {
  position: relative;
  max-width: 1100px;
  width: calc(100% - 120px);
}
@media (max-width: 1180px) {
  #navigation {
    max-width: calc(100% - 80px);
    width: 100%;
  }
}
@media (max-width: 768px) {
  #navigation {
    max-width: calc(100% - 40px);
    max-width: 540px;
  }
}
#navigation {
  margin: 80px auto 0;
}

#navigation::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CCCCCC;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50px;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 45px;
}

.tab li {
  text-align: center;
  height: 100%;
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5em;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .tab li {
    line-height: 2em;
  }
}
.tab li span {
  margin-bottom: 15px;
}

/*絞り込み削除*/
/* .tab li:nth-of-type(1)::before {
  content: "";
  height: 3px;
  width: 100%;
  background: #f7f7f7;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-75%, 0%) scale(2.0);
} */
.tab li a {
  display: inline-block;
  color: #000;
  width: auto;
}

.tab li a p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .tab li a p {
    margin-bottom: 0;
  }
}

.tab .active a::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50px;
  height: 8px;
  background: #000;
  /*
        border-top: 2px solid #000;
    bottom: -24px;
    height: 2px;
  background: #000;
    */
}

@media only screen and (max-width: 768px) {
  .tab .active a::before {
    bottom: -3px;
    height: 4px;
  }
}
.tab li a img {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 15px;
}

.area {
  display: none;
}

.area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sa__wrap #slide-line {
  position: absolute;
  bottom: 0px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sa__wrap {
  max-width: 1220px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .sa__wrap {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .sa__wrap {
    padding: 0 20px;
    max-width: 540px;
  }
}
.sa__wrap {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sa__accordion--area,
.sa__accordion--area .sa__accordion--box {
  display: inline;
}

.sa__wrap--article {
  width: 31.3%;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .sa__wrap--article {
    width: 100%;
    margin-right: 0%;
  }
}
.sa__wrap--article {
  border: 1px solid #eee;
  margin-bottom: 60px;
  background: #fff;
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sa__wrap--article:hover .sa__wrap--imgWrap img {
  /*transform: scale(1.1);*/
}

.sa__wrap--imgWrap {
  overflow: hidden;
}

.sa__wrap--imgWrap img {
  -webkit-transition: 1s;
  transition: 1s;
}

.sa__wrap--article a {
  display: block;
  color: #2E2E2E;
}

.sa__wrap--article:nth-child(3n) {
  margin-right: 0;
}

.sa__accordion--area .sa__wrap--article:nth-of-type(3) {
  margin-right: 3%;
}

.sa__wrap--app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sa__wrap--blue {
  background: #E9F0FF;
}

.sa__wrap--gray {
  background: #E5E9EC;
}

.sa__wrap--no-image {
  background: #ccc;
}

.sa__wrap--purple {
  background: #F4ECFF;
}

.sa__wrap--red {
  background: #FDE9EB;
}

.sa__wrap--gray2 {
  background: #E8E6F0;
}

.sa__wrap--app--image {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
}

.sa__wrap--app--image--shadow {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.sa__wrap--top--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sa__wrap--app--name {
  font-size: 11px;
}

.sa__wrap--app--title {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0.3em;
}

.sa__wrap--detail {
  padding-top: 1em;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sa__wrap-thumbnail {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sa__wrap--foot {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sa__wrap--foot--title {
  font-size: 20px;
  line-height: 1.5;
  height: 60px;
}

.sa__wrap--foot--txt {
  line-height: 1.8;
  margin-top: 5px;
}

.sa__wrap--foot--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.sa__wrap--foot--icon img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.sa__wrap--btn {
  display: block;
  width: 168px;
  height: 40px;
  border-radius: 100vh;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: rgb(100, 30, 215);
  background: -webkit-gradient(linear, left top, right top, from(rgb(100, 30, 215)), to(#2869ff));
  background: linear-gradient(90deg, rgb(100, 30, 215) 0%, #2869ff 100%);
  color: #ffffff;
  margin: 30px auto 0;
  position: relative;
}

.sa__wrap--btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/btn-arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}

.sa__foot {
  padding: 110px 0;
  text-align: center;
  background-image: url(../image/servise-apps/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sa__foot h3 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sa__foot a {
  font-size: 14px;
  margin: 60px auto 0;
  height: 2rem;
  padding: 2rem;
}

.sa__foot a::before {
  height: 3.6rem;
}

.sa__foot a:hover::before {
  width: 15.2rem;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1180px) {
  .sa__wrap--app--image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .sa__wrap--app--title {
    font-size: 13px;
  }
  .sa__wrap--detail {
    font-size: 10px;
  }
  .sa__wrap--foot--txt {
    height: 115px;
  }
}
@media screen and (max-width: 1000px) {
  #navigation::before {
    /* width: 92.5%; */
    width: 100%;
  }
  /* .tab li:nth-of-type(1) {
      display: none;
  } */
  .sa__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 0;
  }
  .sa__wrap--foot--txt {
    height: auto;
  }
  .sa__wrap--blue,
  .sa__wrap--gray,
  .sa__wrap--no-image,
  .sa__wrap--purple,
  .sa__wrap--red,
  .sa__wrap--gray2 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .sa__wrap--app {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1180px) {
  .sa__wrap--app {
    padding: 0px;
  }
  .sa__wrap--app .sa__wrap--app--image {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .sa__wrap--article:nth-child(1) .sa__wrap--foot--title,
  .sa__wrap--article:nth-child(2) .sa__wrap--foot--title,
  .sa__wrap--article:nth-child(3) .sa__wrap--foot--title {
    height: auto;
  }
  .sa__accordion--area .sa__accordion--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #slide-line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sa .experience__tabArea {
    margin: 40px auto 0;
  }
  .sa .experience__tabArea ul li:nth-child(2),
  .sa .experience__tabArea ul li:nth-child(3),
  .sa .experience__tabArea ul li:nth-child(4),
  .sa .experience__tabArea ul li:nth-child(5),
  .sa .experience__tabArea ul li:nth-child(6) {
    background: unset;
  }
}
@media screen and (max-width: 768px) {
  .sa__kv__txt p {
    margin-top: 20px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sa__kv__txt {
    top: 50%;
  }
  .sa__kv__txt p {
    line-height: 1.6;
    padding: 1em 1em 0 1em;
  }
  .sa__kv__txt h1 {
    font-size: 30px;
  }
  #navigation::before {
    display: none;
  }
  .tab {
    max-width: unset;
    width: 100%;
    /* margin: 40px 0 0 0%; */
    /* overflow-y: scroll; */
    /* white-space: nowrap; */
    position: relative;
    /* justify-content: left; */
  }
  .tab::before {
    content: "";
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 50px;
  }
  .tab::-webkit-scrollbar {
    display: none;
  }
  .tab li {
    /* margin-right: 25px; */
    font-size: 10px;
    margin: 0 5px;
    word-break: normal;
  }
  .tab li a {
    width: auto;
  }
  .sa__wrap {
    margin: 20px auto 0;
  }
  /*アコーディオン全体*/
  .sa__accordion--area {
    display: block;
    width: 100%;
  }
  .sa__accordion--area li,
  .sa__accordion--area section {
    display: block;
  }
  .sa__accordion--area li {
    margin: 10px 0;
  }
  /*アコーディオンタイトル*/
  .sa__accordion--title {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    background: #fff;
    padding: 15px 0;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ccc;
  }
  .sa__accordion--area .close {
    display: none !important;
  }
  .sa__accordion--title::before {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 13px;
    /*画像の幅*/
    height: 13px;
    /*画像の高さ*/
    background-image: url(../image/btn-arrow-b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sa__accordion--title.close::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 10px;
  }
  /*アコーディオンで現れるエリア*/
  .sa__accordion--area .sa__accordion--box {
    display: none;
  }
  .close + .sa__accordion--box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sa__wrap--article {
    position: relative;
    margin-bottom: 20px;
  }
  .sa__accordion--area .sa__wrap--article:nth-child(2n) {
    margin-right: 0;
  }
  .sa__wrap--app {
    padding: 0;
  }
  .sa__wrap--app--image {
    width: 45px;
    height: 45px;
  }
  .sa__wrap--top--txt {
    padding-top: 0;
  }
  .sa__wrap--app--name {
    font-size: 10px;
  }
  .sa__wrap--app--title {
    font-size: 10px;
  }
  .sa__wrap-thumbnail {
    height: auto;
  }
  .sa__wrap--foot {
    padding: 20px 15px;
  }
  .sa__wrap--foot--title {
    font-size: 14px;
  }
  .sa__wrap--foot--txt {
    font-size: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sa__wrap--foot--icon {
    margin-top: 10px;
  }
  .sa__wrap--foot--icon img {
    width: 20px;
    height: 20px;
  }
  .sa__wrap--btn {
    width: auto;
    background: unset;
    color: #641ED7;
    font-size: 10px;
    text-decoration: underline;
    position: absolute;
    bottom: 14px;
    right: 10px;
    padding: 0;
    height: auto;
  }
  .sa__wrap--btn::after {
    background-image: url(../image/btn-arrow-p.svg);
    width: 10px;
    height: 10px;
    position: unset;
    margin-left: 5px;
  }
  .sa__foot {
    padding: 60px 0;
    margin-top: 40px;
  }
  .sa__foot h3 {
    font-size: 30px;
  }
  .sa__foot a {
    font-size: 15px;
    padding: 15px;
    height: 2.8rem;
    margin: 25px auto 0;
  }
  .sa__foot a span {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
  .tab li {
    /* margin-right: 25px; */
    margin: 0 2px;
  }
}
.creators-header {
  background: rgb(100, 30, 215);
  background: -webkit-gradient(linear, left top, right top, from(rgb(100, 30, 215)), to(#2869ff));
  background: linear-gradient(90deg, rgb(100, 30, 215) 0%, #2869ff 100%);
  background-size: cover;
}

.vst-header {
  background: #EAECF0;
}

.creators {
  padding-bottom: 0;
  overflow: hidden;
  background: #F7F7F7;
}

.app__kv {
  position: relative;
  width: 100%;
  background-color: #000000;
}

.app__kv--pulse {
  position: absolute;
  width: 100%;
  top: 1px;
  pointer-events: none;
}

.app__kv--control {
  position: absolute;
  bottom: 30%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app__kv--control--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 0 30px;
}
.app__kv--control button {
  width: 4rem;
  height: 4rem;
  display: none;
}
.app__kv--control button.active {
  display: block;
}

.app__kv--content {
  position: absolute;
  top: calc(50% - 6vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7%;
  color: #fff;
  padding: 0 20px;
}

.app__kv--txt {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.6;
  width: 100%;
  max-width: 520px;
}

.app__kv--txt2 {
  font-size: 12px;
  padding-bottom: 20px;
}

.app__kv--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media (min-width: 769px) {
  .app__kv--icon.reverse {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1080px) {
  .app__kv--icon.reverse {
    width: 45vw;
  }
}
@media (min-width: 769px) {
  .app__kv--icon.reverse .app__kv--title {
    grid-row: 3;
    grid-column: 2;
  }
  .app__kv--icon.reverse .app__kv--app {
    grid-row: 3;
    grid-column: 1;
    margin-top: 0px !important;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .app__kv--icon.reverse .app__kv--app {
    margin-top: 5px !important;
  }
}
@media (min-width: 769px) {
  .app__kv--icon.reverse .app__kv--txt {
    grid-row: 2;
    grid-column: 1/span 2;
    margin-bottom: 20px;
  }
  .app__kv--icon.reverse .app__kv--txt2 {
    grid-row: 1;
    grid-column: 1/span 2;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .app__kv--icon.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    position: relative;
    margin-top: 30px;
  }
  .app__kv--icon.reverse.kv--txt2 {
    margin-top: 65px;
  }
  .app__kv--icon.reverse .app__kv--txt {
    position: absolute;
    top: -45px;
  }
  .app__kv--icon.reverse .app__kv--txt2 {
    position: absolute;
    top: -65px;
  }
}
.app__kv--app {
  width: 60px;
  height: 60px;
  margin-right: 25px;
}
html[lang=ar] .app__kv--app {
  margin-left: 25px;
  margin-right: 0;
}

.app__kv--title {
  font-size: 40px;
  line-height: 1.4;
}
.app__kv--title:has(> span) {
  line-height: 1.1;
}
.app__kv--title span {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .app__kv--title span {
    font-size: 1.4rem;
  }
}

.app__kv--btn {
  background: #641ED7;
  padding: 15px 0;
  display: block;
  width: 170px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  text-decoration: unset;
  margin-top: 50px;
}

.app__kv--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app__kv--free {
  background: #fff;
  border: 2px solid #3269FF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  border-radius: 100vh;
  padding: 12px 45px;
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.app__kv--free::before {
  content: "";
  position: absolute;
  margin: auto;
  z-index: -1;
  display: block;
  width: 0;
  border-radius: 100vh;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  -webkit-transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  height: calc(100% - 4px);
  margin: 2px;
  background: #3269FF;
}

.app__kv--free:hover::before {
  width: calc(100% - 4px);
}

/*
.app__kv--free::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../image/btn-arrow-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
} */
.app__kv--buy {
  display: block;
  width: 170px;
  text-align: center;
  background: #3269FF;
  border: 1px solid #3269FF;
  border-radius: 50px;
  color: #fff;
  text-decoration: unset;
  padding: 15px 0;
  position: relative;
}

.app__kv--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.app__kv--flex--qr {
  width: 110px;
  margin-right: 10px;
}

.app__kv--flex--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3rem;
}

.ieM .app__kv--flex--btn, .tt .app__kv--flex--btn, .vs .app__kv--flex--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0rem;
}

.app__kv--flex--btn .app__kv--flex--G img,
.ieM .app__kv--flex--G img,
.tt .app__kv--flex--G img {
  margin-top: 0;
}

.app__kv--flex--btn .app__kv--flex--A,
.ieM .app__kv--flex--A,
.tt .app__kv--flex--A {
  width: 160px;
  margin-right: 3rem;
}
html[lang=ar] .app__kv--flex--btn .app__kv--flex--A,
html[lang=ar] .ieM .app__kv--flex--A,
html[lang=ar] .tt .app__kv--flex--A {
  margin-left: 3rem;
  margin-right: 0;
}

.kv-movieLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}
.kv-movieLink .c-buttonW {
  margin-left: 0;
}
@media (max-width: 768px) {
  .kv-movieLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kv-movieLink .c-buttonW {
    margin-left: auto;
  }
}

.c-buttonW {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.ieM .c-buttonW a,
.ieM .c-button a,
.tt .c-buttonW a,
.tt .c-button a {
  border: 2px solid #C80028;
}

.ieM .c-button a,
.tt .c-button a {
  background: #C80028;
}

.ieM .c-buttonW a::before,
.tt .c-buttonW a::before {
  background: #C80028;
}

.ieM .c-button a:hover::before,
.tt .c-button a:hover::before {
  width: 100%;
  height: 100%;
}

.ieM .c-button a::before,
.tt .c-button a::before {
  height: 100%;
}

.header__btn__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__btn__Wrap .icAppWarp a, .header__btn__Wrap .icAppWarp a {
  min-width: 165px !important;
  padding: 0.7rem 0rem !important;
}
@media (max-width: 860px) {
  .header__btn__Wrap .icAppWarp a, .header__btn__Wrap .icAppWarp a {
    min-width: 135px !important;
  }
  .header__btn__Wrap .icAppWarp a span, .header__btn__Wrap .icAppWarp a span {
    font-size: 1.2rem;
  }
  .header__btn__Wrap .icAppWarp a .icWindows::after, .header__btn__Wrap .icAppWarp a .icApple::after, .header__btn__Wrap .icAppWarp a .icWindows::after, .header__btn__Wrap .icAppWarp a .icApple::after {
    width: 20px;
    height: 20px;
  }
}

.tt .c-buttonW a:hover::before {
  background: #C80028;
}

.header__btn__Wrap .c-buttonW {
  padding-right: 2rem;
}
.header__btn__Wrap .c-buttonW:last-child {
  padding-right: 0;
}

.app__kv--flex--A img {
  width: 170px;
}

.app__kv--flex--G img {
  width: 174px;
  margin-top: 5px;
}

.app__section1 {
  margin: 85px 60px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px;
  display: block;
}
@media (max-width: 1180px) {
  .app__section1 {
    padding: 0 40px;
  }
  .app__section1 p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .app__section1 {
    padding: 0 20px;
    max-width: 540px;
    margin: auto;
  }
  .app__section1 p {
    width: 100%;
  }
  .app__section1 .app__section1--title {
    font-size: 2rem;
  }
}
.app__section1--compatibleModels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  line-height: 1.5;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.app__section1--compatibleModels--align-center {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .app__section1--compatibleModels {
    display: block;
    text-align: left;
  }
}
.app__section1--compatibleModels--head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .app__section1--compatibleModels--head {
    display: inline;
  }
}
.app__section1--compatibleModels--body {
  text-align: left;
}
@media (max-width: 768px) {
  .app__section1--compatibleModels--body {
    display: inline;
  }
}
.app__section1--compatibleModels small {
  font-size: 1.2rem;
}

.app__correspondence--txt {
  font-family: SST W20 Bold, SST W55 Bold, sans-serif;
}
.vi .app__correspondence--txt {
  font-family: SST W29 Bold;
}
.th .app__correspondence--txt {
  font-family: SST W31 Bold;
}
.zh-hant .app__correspondence--txt {
  font-family: "Microsoft JhengHei Bold", "Heiti TC", sans-serif;
  font-weight: bold;
}
.zh-hans .app__correspondence--txt {
  font-family: "Microsoft Yahei Bold", "Heiti SC", sans-serif;
  font-weight: bold;
}
.app__correspondence--txt {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}
.app__correspondence p {
  position: relative;
}
.app__correspondence .app__correspondence--txt.--txt-size {
  margin-top: 4.8rem;
  font-size: 2.4rem;
}
.app__correspondence .app__correspondence--txt2 {
  margin-top: 60px;
  font-size: 12px;
}
.app__correspondence .app__correspondence--txt2 a {
  text-decoration: underline;
}
.app__correspondence .app__correspondence--txt2 a:hover {
  text-decoration: none;
}
.app__correspondence .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .app__correspondence .app__correspondence--txt.--txt-size {
    margin-top: 23px;
    font-size: 2rem;
    text-align: center;
  }
  .app__correspondence .app__correspondence--txt .sp-only {
    display: block;
  }
}
@media (max-width: 768px) {
  .app__correspondence + .app__section2 {
    margin-top: 40px;
  }
}

.app__section2--feature {
  max-width: 1320px;
  color: #fff;
}
.app__section2--feature .app__section2--box-txt {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .app__section2--feature .app__section2--box-txt {
    margin-bottom: 40px;
  }
}

.app__section1--title {
  font-size: 2.4rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
  display: block;
}
@media (max-width: 768px) {
  .app__section1--title {
    letter-spacing: -0.01em;
  }
}
.app__section1--title {
  /* letter-spacing: 2px; */
}

.vsCont2 .app__section1--title {
  text-align: center;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .vsCont2 .app__section1--title {
    font-size: 2.4rem;
    text-align: center;
  }
}

.mc__app__section1--img {
  width: 205px;
  margin-top: 60px;
}

.mc__app__section1--txt {
  font-size: 24px;
  margin-top: 40px;
  line-height: 1.5;
}

.app__section1--txt {
  font-size: 14px;
  margin-top: 90px;
  line-height: 1.6;
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .app__section1--txt {
    margin-top: 53px;
  }
}

.app__section1--annotation {
  margin-top: 26px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .app__section1--annotation {
    margin-top: 40px;
  }
}

.app__section2 {
  margin-top: 90px;
  background-image: url(../image/apps-img/other/gradation/gradation.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}

.app__section2--content {
  max-width: 1220px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .app__section2--content {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .app__section2--content {
    padding: 0 20px;
    max-width: 540px;
  }
}

.app__section2--title {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.app__section2--title span {
  font-size: 40px;
  display: inline-block;
  /*border-bottom: 2px solid #fff;*/
  padding-bottom: 2px;
}

.app__section2--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app__section2--box-content {
  width: 46%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.app__section2--movie {
  width: 100%;
  height: 300px;
  border-radius: 15px;
}

.app__section2--box-title {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.5;
}

.app__section2--box-title span {
  font-size: 30px;
}

.app__section2--box-txt {
  position: relative;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.5;
}

.app__section3 {
  padding: 80px 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  max-width: 1220px;
  padding: 80px 60px;
}
@media (max-width: 1180px) {
  .app__section3 {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .app__section3 {
    padding: 40px 20px;
    max-width: 540px;
  }
}

.ieM main {
  margin-inline: auto;
}
.ieM .app__kv {
  background-color: #fff;
}
.ieM .app__section3 {
  background-color: #fff;
  max-width: unset;
}
@media (max-width: 768px) {
  .ieM .app__section3 {
    padding: 40px 20px;
    max-width: unset;
  }
  .ieM .app__section3--title {
    max-width: 570px;
    text-align: center;
  }
}

.app__section3--title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}

.app__section3--txt {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.6;
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

.app__section3--txt-center {
  text-align: center;
}

.ieM .app__section3--title {
  /*margin-bottom: 8.5rem;*/
}

.app__section3--btn {
  margin-top: 55px;
  text-align: center;
}

.app__section3--btn p {
  color: #707070;
}

.app__section3--btn a {
  font-size: 20px;
  display: block;
  width: 260px;
  margin: 5px auto 0;
  padding: 12px 0;
  color: #000;
  text-decoration: unset;
  background: #C4C4C4;
  border-radius: 8px;
}

.app__qr {
  background-image: url(../image/apps-img/other/background/qr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 7rem 0;
}

.app__qr.app__qr__ca {
  background-image: url(../image/apps-img/other/background/qr2.jpg);
}

.app__qr.app__qr__ied {
  background-image: url(../image/apps-img/ie-desktop/content/background-suport-iedt.jpg);
}

.app__qr.app__qr__iem {
  background-image: url(../image/apps-img/ie-mobile/content/background-suport-iem.jpg);
}

.app__qr.app__qr__vs {
  background-image: url(../image/apps-img/visualstory/content/background-suport-vst.jpg);
}

.app__qr.app__qr__tft {
  background-image: url(../image/apps-img/transfer/content/background-suport-tft.jpg);
}

.app__qr--title {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.5;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .app__qr--title {
    font-size: 2rem;
  }
}

.app__qr--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.app__qr--code {
  width: 110px;
  margin-right: 30px;
}
html[lang=ar] .app__qr--code {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 768px) {
  html[lang=ar] .app__qr--code {
    margin-left: 0;
  }
}

.app__qr--code img {
  border-radius: 7px;
}

.app__qr--box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
.app__qr--box a {
  margin: auto;
  display: block;
}
@media (max-width: 768px) {
  .app__qr--box {
    gap: 0px;
  }
  .app__qr--box > a {
    display: block;
    max-width: 100%;
  }
  .app__qr--box > a.app__qr--app img {
    max-width: 80%;
  }
  .app__qr--box > a.app__qr--google img {
    max-width: 90%;
  }
}

.app__qr--app img {
  width: 150px;
}

.app__qr--google img {
  width: 170px;
}

.app__support {
  position: relative;
  background-image: url(../image/apps-img/other/background/support.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  padding: 16rem 0;
  text-align: center;
}

.app__supporc-buttont--box {
  text-align: center;
}

.app__support--btn {
  width: 240px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  font-size: 17px;
  padding: 20px 0;
  color: #000;
  text-decoration: unset;
  position: relative;
}

.app__support--btn span {
  display: inline-block;
  -webkit-transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  position: relative;
  z-index: 10;
}

.app__support--btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: 2px;
  margin: auto;
  display: block;
  width: 0;
  height: 57px;
  border-radius: 100vh;
  background: #641ed7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #641ED7), to(#2869FF));
  background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.app__support--btn:hover span {
  color: #fff;
}

.app__support--btn:hover::before {
  width: 242px;
}

.app__kv--appbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.app__kv--appbtn a:first-of-type {
  display: inline-block;
  margin-right: 20px;
}

.app__kv--appbtn a img {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .app__kv--content {
    top: calc(50% - 5vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5%;
  }
  .app__kv--txt {
    font-size: 1.6rem;
    width: 100%;
  }
  .app__kv--txt.fsize12 {
    font-size: 12px;
  }
  .app__kv--app {
    width: 4vw;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    margin-right: 16px;
    margin-top: 11px;
  }
  .app__kv--title {
    font-size: 4vw;
  }
  .app__kv--btn {
    width: 140px;
    font-size: 14px;
    margin-top: 30px;
    padding: 10px 0;
  }
  .app__kv--appbtn {
    margin-top: 30px;
  }
  .app__kv--appbtn a img {
    width: 150px;
  }
  .app__kv--flex .app__kv--flex--qr {
    width: 9vw;
  }
  .app__kv--flex .app__kv--flex--btn .app__kv--flex--A {
    width: 13vw;
  }
  .app__kv--flex .app__kv--flex--btn .app__kv--flex--G {
    width: 14vw;
  }
}
@media screen and (max-width: 1080px) {
  .app__section2--box-content {
    width: 48%;
  }
  .app__section2--movie {
    height: 220px;
  }
  .app__section3 iframe {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .header__btn__Wrap .c-buttonW,
  .header__btn__Wrap .c-button {
    display: none;
  }
  .app__kv--content {
    top: 30% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .tt .app__kv--content {
    top: 26% !important;
  }
  .app__kv--icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  .app__kv--icon.reverse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .app__kv--app {
    width: 40px;
    height: 40px;
    margin-right: 9px;
    margin-top: 1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .mc .app__kv--title {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .app__kv--title {
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
  }
  .app__kv--txt {
    font-size: 14px;
    text-align: center;
    margin: auto;
  }
  .app__kv--appbtn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app__kv--appbtn a:first-of-type {
    margin-right: 20px;
  }
  html[lang=ar] .app__kv--appbtn a:first-of-type {
    margin-left: 20px;
    margin-right: 0;
  }
  .app__kv--appbtn a {
    margin-top: 0;
  }
  .app__kv--appstore img {
    width: 120px;
    height: 35px;
  }
  .app__kv--googleplay img {
    width: 120px;
    height: 35px;
  }
  .app__section1 {
    margin: 40px auto 0;
  }
  .app_white {
    background: #fff !important;
  }
  .app__section1--title {
    font-size: 2rem;
  }
  .app__section1--txt {
    font-size: 14px;
    text-align: left;
  }
  .app__section2 {
    background-image: url(../image/apps-img/other/gradation/gradation-sp.jpg);
    padding: 60px 0 30px;
  }
  .app__section2--title {
    font-size: 20px;
  }
  .app__section2--title span {
    font-size: 30px;
  }
  .app__section2--box {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 40px;
  }
  .app__section2--box-content {
    width: 100%;
    margin-bottom: 40px;
  }
  .app__section2--movie {
    height: 200px;
  }
  .app__section2--box-title {
    font-size: 22px;
  }
  .app__section2--box-txt {
    font-size: 14px;
  }
  .app__section3 {
    padding: 40px 2rem;
  }
  .app__section3--title {
    font-size: 20px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  .app__section3--txt {
    font-size: 14px;
    text-align: left;
  }
  .app__section3--txt-center {
    text-align: center;
  }
  .app__qr {
    padding: 5rem 0;
  }
  .app__qr--title {
    font-size: 2rem;
  }
  .app__qr--txt {
    margin-top: 0;
  }
  .app__qr--code {
    display: none;
  }
  .app__qr--box {
    margin-left: 0;
    text-align: center;
  }
  .app__support {
    background-image: url(../image/apps-img/other/background/support-sp.jpg);
    padding: 100px 0;
  }
  .mc .app__support {
    background-image: url(../image/apps-img/other/background/support2-sp.jpg);
    padding: 100px 0;
  }
  .app__support--btn {
    font-size: 15px;
    width: 155px;
  }
  .app__support--btn::after {
    right: 9px;
  }
}
html {
  overflow-x: hidden;
}

.app__content01 {
  padding: 100px 0;
}

.app_gray {
  background: #EFEFEF;
}

.app__content01--title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  padding: 0 20px;
}

.app__content01--title span {
  font-size: 50px;
  border-bottom: 3px solid #2869FF;
  display: inline-block;
}

.app__content01--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1220px;
  padding: 0 60px;
  gap: 50px;
}
@media (max-width: 1180px) {
  .app__content01--box {
    padding: 0 40px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .app__content01--box {
    padding: 0 20px;
    max-width: 540px;
    gap: 0;
  }
}
.app__content01--box {
  margin: 100px auto 0;
}

.app__content01--box.reverse__always {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app__content01--box-image {
  width: 46%;
}

.app__content01--box-content {
  width: 46%;
}
@media (max-width: 1180px) {
  .app__content01--box-content {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .app__content01--box-content {
    max-width: 100%;
  }
}

.app__content01--box .videoWrapp {
  max-width: 440px;
}
@media (max-width: 1180px) {
  .app__content01--box .videoWrapp {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .app__content01--box .videoWrapp {
    max-width: 100%;
  }
}

.app__content01--box-title {
  font-size: 20px;
  line-height: 1.5;
}

.app__content01--box-txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  position: relative;
}

.app__content02 {
  max-width: 1100px;
  width: calc(100% - 120px);
}
@media (max-width: 1180px) {
  .app__content02 {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .app__content02 {
    width: calc(100% - 40px);
  }
}
.app__content02 {
  margin: 0 auto 100px;
  background: #fff;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app__content02--box {
  width: 50%;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app__content02--box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.app__content02--box:nth-of-type(2n) {
  border-left: 1px solid #DBDBDB;
}

.app__content02--file {
  width: 70px;
}

.app__content02--circle {
  width: 70px;
}

.app__content02--content {
  margin-left: 50px;
}

.app__content02--title {
  font-size: 20px;
  line-height: 1.5;
}

.app__content02--txt {
  font-size: 14px;
  margin-top: 25px;
  line-height: 1.5;
}

.voice__slider {
  padding: 90px 0;
}

.voice__slider--title {
  text-align: center;
  font-size: 2.8rem;
}

.voice__slider--subtitle {
  text-align: center;
  font-size: 2rem;
  padding-top: 7rem;
}

.slider {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 0;
}

.slider__content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.voice__content {
  width: 100%;
  max-width: 800px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.voice__content__img {
  width: 160px;
  margin-right: 8rem;
}

.voice__content__text {
  width: calc(100% - 160px - 8rem);
}

@media screen and (max-width: 1080px) {
  .voice__content {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .voice__slider--subtitle {
    font-size: 2rem;
    padding-top: 3.5rem;
  }
}
.voice__content--img {
  width: 160px;
  margin: 0 auto;
}

.voice__content--pro {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}

.voice__content--name {
  font-size: 1.8rem;
  margin-top: 10px;
}

.voice__content--txt {
  font-size: 14px;
  margin-top: 15px;
}

.voice__content--thumbnail {
  width: 470px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
}

.slick__img {
  height: 190px;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .slick__img {
    height: auto;
  }
}
.slick-slide .slick__img img {
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-slide:hover .slick__img img {
  /*
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  */
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 55px);
  cursor: pointer;
  outline: none;
  height: 40px;
  width: 40px;
  -webkit-transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  background: url(../image/arrow_bg.png) no-repeat center;
  background-size: 100%;
  overflow: hidden;
  z-index: 100;
}

.slick-prev {
  left: -1.5%;
}

.slick-prev span {
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  background: url(../image/arrow-p.png) no-repeat center;
  background-size: 100%;
  z-index: 2;
  -webkit-transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.slick-prev:hover span {
  background: url(../image/arrow-pw.png) no-repeat center;
  background-size: 100%;
}

.slick-prev::before {
  content: "";
  background: #641ed7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #641ED7), to(#2869FF));
  background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  position: relative;
}

.slick-prev:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-next {
  right: -1.5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next::before {
  content: "";
  background: #641ed7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #641ED7), to(#2869FF));
  background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  position: relative;
}

.slick-next span {
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  background: url(../image/arrow-n.png) no-repeat center;
  background-size: 100%;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.slick-next:hover span {
  background: url(../image/arrow-nw.png) no-repeat center;
  background-size: 100%;
}

.slick-next:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin-top: 40px;
  height: 16px;
}

.appslider .slick-dots {
  margin: 40px calc(50% - 50vw) 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #641ED7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

.slick-dots .slick-active button {
  background: #641ED7;
  width: 16px;
  height: 16px;
}

.slick-dots button:hover {
  width: 16px;
  height: 16px;
}

.app__plan {
  background-image: url(../image/apps-img/other/wave/wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 180px 0 100px;
  background-color: rgb(247, 247, 247);
}

.app__plan--title {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.plan__midashi {
  max-width: 75.4rem;
  width: 100%;
  margin: 0 auto 4rem;
}

.plan__midashi___body {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}

.app__plan--title span {
  font-size: 4rem;
}

.app__plan--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (max-width: 1180px) {
  .app__plan--content {
    gap: 1.7rem;
  }
}
.app__plan--content li {
  position: relative;
  padding: 4.8rem 1.8rem;
  width: 24%;
  min-height: 39rem;
  text-align: center;
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .app__plan--content li:nth-child(3) {
    width: 25%;
    min-height: 43rem;
    padding: 6.8rem 1.8rem 3.8rem;
    background: #ffffff url(../image/point-plan.png) no-repeat left top;
    background-size: 13.7rem auto;
    border: 2px solid #DF2D8B;
  }
}
@media (max-width: 1180px) {
  .app__plan--content li {
    max-width: 25%;
  }
  .app__plan--content li:nth-child(3) {
    max-width: auto;
    min-height: 37.179rem;
    padding: 6.6rem 1.5rem 2.8rem;
  }
  .app__plan--content li {
    max-width: auto;
    min-height: 31.6rem;
    padding: 5rem 1.5rem 3.8rem;
  }
}
@media (max-width: 960px) {
  .app__plan--content li {
    max-width: 100%;
    padding: 30px 30px;
  }
}
.app__plan--content li.is-sp {
  display: none !important;
}
.app__plan--content li.ComingSoon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
.app__plan--content li .ComingSoon-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 2.4rem;
  display: table;
  z-index: 2;
}

.app__plan--content li:nth-of-type(1) {
  display: none;
}

.app__plan--content li:nth-of-type(2) {
  display: block;
}

@media (max-width: 960px) {
  .app__plan--content li:nth-of-type(1) {
    display: grid;
  }
  .app__plan--content li:nth-of-type(3) {
    display: none !important;
  }
  .app__plan--content {
    display: block;
  }
  .app__plan--content li {
    width: 85%;
    min-height: auto;
    margin: 0 auto;
    padding: 3rem 2.2rem 2.5rem;
    text-align: left;
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0px 10px;
  }
  .app__plan--content li > *:nth-child(3) {
    grid-row: 2;
    grid-column: 1/span 2;
  }
  .app__plan--content li:nth-child(1) {
    max-width: 100%;
    width: 100%;
    min-height: 14.4rem;
    background: #ffffff url(../image/sp/point-plan.png) no-repeat right top;
    background-size: 10.4rem;
    border: 2px solid #DF2D8B;
  }
  .app__plan--content li:nth-child(1).is-sp {
    display: grid !important;
  }
  .app__plan--content li:nth-child(1) {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
  }
}
@media (max-width: 960px) and (max-width: 420px) {
  .app__plan--content li:nth-child(1).is-sp {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .app__plan--content li:nth-child(1) .app__plan--storage {
    padding-right: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
}
@media (max-width: 960px) and (max-width: 420px) {
  .app__plan--content li:nth-child(1) .app__plan--storage {
    display: block;
  }
}
@media (max-width: 960px) {
  .app__plan--content li:nth-child(1) .app__plan--storage span {
    padding-top: 1rem;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .app__plan--content li:nth-child(1) .app__plan--storage span {
    padding-top: 0.54rem;
  }
}
@media (max-width: 960px) {
  .app__plan--content li .app__plan--storage {
    margin: 0;
    font-size: 1.4rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .app__plan--content li .app__plan--storage span {
    padding-top: 1rem;
  }
  .app__plan--content li .app__plan--storage--small {
    padding-top: 1rem;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .app__plan--content li .app__plan--storage span {
    padding-top: 0.54rem;
  }
  .app__plan--content li .app__plan--storage--small {
    padding-top: 0.54rem;
  }
}
@media (max-width: 960px) {
  .app__plan--content li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .app__plan--content li.is-sp {
    display: block !important;
  }
  .app__plan--content li.is-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .app__plan--content--heightAdjust li {
    min-height: 305px !important;
  }
}

.app__plan__textBeforBtn {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .app__plan__textBeforBtn {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: start;
  }
}

.l-inner {
  position: relative;
  max-width: 1220px;
  padding: 0 60px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .l-inner {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
    max-width: 540px;
  }
}

.app__plan--box1 {
  /*
  width: 26%;
  padding: 70px 0 100px;
  text-align: center;
  border: 2px solid #D7288C;
  background: #fff;
  position: relative;
  overflow: hidden;
  */
  background: #fff url(../image/point-plan.png) no-repeat left top;
  background-size: 13.7rem auto;
  border: 2px solid #df2d8b;
}

.app__plan--box1::before {
  /*
  content: "Recommended";
  display: inline-block;
  width: 230px;
  color: #fff;
  background: #D7288C;
  padding: 10px 0;
  position: absolute;
  top: 40px;
  left: -57px;
  transform: rotate(-45deg);
  text-align: center;
  */
}

.app__plan--box2 {
  /*
  width: 22%;
  height: 380px;
  text-align: center;
  background: #fff;
  padding: 40px 0;
  */
  text-align: center;
  background-color: #fff;
}

.app__plan--name {
  font-size: 24px;
}

.app__plan--price {
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
}

.app__plan--price span {
  margin-left: 10px;
}

.app__plan--price-txt {
  margin-top: 10px;
}

.app__plan--storage {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.06rem;
  margin-top: 1.8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app__plan--storage--small {
  font-size: 1.4rem;
  padding-top: 0.4rem;
  text-align: start;
}

.app__plan--txt1 {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  word-break: break-word;
  margin-top: 1.8rem;
}

.app__plan--txt2 {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.2;
}

.app__plan--btn {
  display: block;
  width: 168px;
  height: 40px;
  border-radius: 100vh;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: rgb(100, 30, 215);
  background: -webkit-gradient(linear, left top, right top, from(rgb(100, 30, 215)), to(#2869ff));
  background: linear-gradient(90deg, rgb(100, 30, 215) 0%, #2869ff 100%);
  color: #ffffff;
  margin: 50px auto 0;
  position: relative;
}

.app__plan--btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/btn-arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}

.app__appslider {
  padding: 115px 0 120px;
  position: relative;
  background: #F0F0F0;
}

.app__appslider--title {
  text-align: center;
  font-size: 24px;
}

.app__appslider--content {
  /*max-width: 1100px;
  width: 90%;
  */
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}

.appslider {
  margin: 0 auto;
  width: 95vw;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appslider__content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 15px;
  border-radius: 15px;
  backdrop-filter: blur(13px);
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  overflow: hidden;
  border: 1px solid #eee;
  height: auto !important;
}

.appslider__content > a {
  display: block;
  width: 100%;
  color: #2E2E2E;
}

.appslider .slick-next {
  /*right: 12%;*/
}

.appslider__sp {
  width: 20%;
  margin-left: 30px;
  height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
}

.appslider__sp-pc {
  width: 20%;
  height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
}

.appslider__pc {
  width: 30%;
  height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
}

.appslider__box {
  margin-left: 20px;
}

.appslider__icon {
  width: 70px;
  height: 70px;
}

.appslider__name {
  font-size: 12px;
  margin-top: 20px;
}

.appslider__title {
  margin-top: 10px;
  height: 32px;
}

.appslider__txt {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.5;
}

.appslider__btn {
  display: block;
  width: 168px;
  height: 40px;
  border-radius: 100vh;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: rgb(100, 30, 215);
  background: -webkit-gradient(linear, left top, right top, from(rgb(100, 30, 215)), to(#2869ff));
  background: linear-gradient(90deg, rgb(100, 30, 215) 0%, #2869ff 100%);
  color: #ffffff;
  margin: 40px auto 0;
  position: relative;
}

.appslider__btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../image/btn-arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}

.appslider__wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 440px;
}

.tt .appslider__wave {
  width: 463px;
}

@media screen and (max-width: 1080px) {
  .app__content01 {
    padding: 50px 0;
  }
  .app__content01--box {
    margin: 50px auto 0;
  }
  .app__content02 {
    display: block;
    padding: 20px 30px;
  }
  .app__content02--box {
    width: 100%;
    padding: 20px 0;
  }
  .app__content02--box:nth-of-type(2n) {
    border-left: unset;
    border-top: 1px solid #DBDBDB;
  }
  .app__content02--content {
    margin-left: 20px;
  }
  .app__content02--file {
    width: 50px;
    margin-left: 0;
    position: relative;
    right: auto;
  }
  .app__content02--circle {
    width: 50px;
  }
  .app__content02--txt {
    font-size: 12px;
  }
  .voice__content--img {
    width: 140px;
  }
  .voice__content--thumbnail {
    width: 50%;
  }
  .app__plan--box2 {
    width: 320px;
  }
  .appslider__title {
    font-size: 15px;
  }
  .appslider__txt {
    font-size: 18px;
  }
  .app__qr--code {
    width: 90px;
    height: 90px;
    margin-right: 30px;
  }
  .app__qr--app img {
    width: 150px;
  }
  .app__qr--google img {
    width: 150px;
  }
  .app__plan--price {
    display: inline-block;
    font-size: 30px;
    margin-right: 20px;
  }
  .app__plan--price-txt {
    display: inline-block;
    font-size: 18px;
  }
  .app__plan--txt2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .app__content01 {
    padding: 60px 0;
  }
  .app__content01--title {
    font-size: 22px;
  }
  .app__content01--title span {
    font-size: 30px;
  }
  .app__content01--box {
    margin: 50px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .app__content01--box.reverse__always {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .app__content01--box-image {
    width: 100%;
  }
  .app__content01--box-content {
    width: 100%;
    margin-top: 20px;
  }
  .app__content01--box-title {
    font-size: 22px;
  }
  .app__content01--box-txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .app__content01--box:nth-of-type(2n) .app__content01--box-content {
    padding-left: 0;
  }
  .app__content01--box-content .pa__r {
    padding-right: 0;
  }
  .voice__slider {
    padding: 80px 0 40px;
  }
  .voice__slider--title {
    font-size: 2.7rem;
  }
  .voice__content__img {
    width: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .voice__content__img img {
    max-width: 160px;
  }
  .slider__content {
    display: block !important;
  }
  .voice__content__text {
    width: 100%;
  }
  .voice__content {
    width: 100%;
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voice__slider .slider {
    margin: 10px auto 0;
  }
  .voice__slider .slick-slide img {
    margin-top: 20px;
  }
  .voice__content--txt {
    font-size: 12px;
  }
  .voice__content--thumbnail {
    width: 100%;
  }
  .voice__slider .slick-prev,
  .voice__slider .slick-next {
    top: 15%;
    /*
    width: 60px;
    height: 60px;
    */
  }
  .app__plan {
    background-image: url(../image/apps-img/other/wave/wave-sp.png);
    padding: 100px 0 50px;
  }
  .app__plan--title span {
    font-size: 25px;
  }
  .app__plan .slick-prev {
    left: -12%;
  }
  .app__plan .slick-next {
    right: -12%;
  }
  .app__plan .slick-prev,
  .app__plan .slick-next {
    width: 50px;
    height: 50px;
  }
  .app__plan .slick-dots {
    margin: 20px 0 0;
  }
  .app__plan--box1 {
    margin-top: 20px;
    width: 100%;
  }
  .app__plan--box1::before {
    font-size: 10px;
    top: 20px;
    right: -76px;
  }
  .app__plan--box2 {
    margin: 20px auto 0;
    width: 90%;
  }
  .app__plan--name {
    margin-top: 20px;
  }
  .app__plan--price {
    margin-top: 0;
  }
  .app__plan--storage {
    margin-top: 15px;
  }
  .app__plan--txt1 {
    font-size: 14px;
    margin-top: 15px;
  }
  .app__plan--price span {
    font-size: 14px;
  }
  .app__plan--price-txt {
    font-size: 14px;
  }
  .app__plan--txt {
    font-size: 14px;
    line-height: 2;
  }
  .app__plan--btn {
    margin: 40px auto 0;
  }
  .app__appslider {
    padding: 40px 0 80px;
  }
  .app__appslider--title {
    display: none;
  }
  .appslider {
    /*margin: 0 calc(50% - 35vw);*/
  }
  .appslider .slick-dots {
    /*margin: 40px calc(50% - 68vw) 0;*/
  }
  .app__content02 {
    padding: 0 6%;
  }
  .appslider__content {
    margin: 0 5px;
  }
  .appslider__pc {
    width: 30%;
    height: 200px;
  }
  .appslider__sp {
    width: 70px;
    margin-left: 15px;
    height: 200px;
  }
  .appslider__sp-pc {
    height: 200px;
    width: 30%;
  }
  .appslider__box {
    margin-left: 20px;
  }
  .appslider__icon {
    width: 50px;
    height: 50px;
  }
  .appslider__name {
    display: none;
  }
  .appslider__title {
    height: auto;
    line-height: 1.5;
    font-size: 14px;
  }
  .appslider__btn {
    font-size: 0;
    margin: 10px auto 0;
  }
  .appslider__btn::before {
    content: "More Details";
    font-size: 14px;
  }
  .appslider .slick-prev {
    left: 0;
  }
  .appslider .slick-next {
    right: 0;
  }
  .appslider__wave {
    width: 275px;
  }
  .tt .appslider__wave {
    width: 213px;
  }
  .wave-sp {
    right: -55px;
  }
}
/* Master Cut */
.mc {
  overflow-x: hidden;
}

.mc .content {
  padding-bottom: 0;
  background: #F7F7F7;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header__icon {
    background-size: 38px !important;
  }
}
.header__icon--txt {
  font-size: 14px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .header__icon--txt {
    display: none;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__plan {
  margin-right: 30px;
}

.header__plan .header__btn--signup {
  border: 2px solid #3166F7;
  overflow: unset;
}

.header__plan .header__btn--signup:before {
  background: #3166F7;
  top: -1px;
  left: -1px;
  height: 38px;
}

.header__plan .header__btn--signup:hover:before {
  width: 166px;
}

.free__btn .header__btn--signup {
  background: #3166F7;
  color: #fff;
}

.free__btn .header__btn--signup span::before {
  background: url(../image/btn-arrow-w.svg) no-repeat;
  background-position: right 1.3rem center;
  background-size: 0.7rem;
}

.free__btn a.header__btn--signup:hover span::before {
  background: url(../image/btn-arrow-b.svg) no-repeat;
  background-position: right 1.3rem center;
  background-size: 0.7rem;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.free__btn .header__btn--signup:hover::before {
  width: calc(100% - 4px);
}

.free__btn .header__btn--signup::before {
  background: #fff;
  content: "";
  position: absolute;
  margin: auto;
  z-index: -1;
  display: block;
  width: 0;
  border-radius: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  -webkit-transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  height: calc(100% - 4px);
  margin: 2px;
}

.free__btn .header__btn--signup:hover {
  color: #000;
}

.header__btn--signin span:before {
  background-position: right 1.3rem center;
}

.header__btn--signin:hover span:before {
  background-position: right 1.3rem center;
}

.mc .creators-header {
  background-image: unset;
  background-color: #EAECF0;
}

.header__icon {
  padding-left: 50px;
  background-size: 40px;
  background-image: url(../image/app-icon/creatorsapp.png);
}

.mc .header__icon {
  background-image: url(../image/app-icon/MasterCut-Mobile.png);
  background-repeat: no-repeat;
  background-size: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mc .header__icon span {
  color: #000;
}

.header__icon__vst span {
  color: #000;
}

.header__btn__vstWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btn__vstWrap .c-buttonW {
  padding-right: 2rem;
}

.header__btn__vstWrap a {
  border: 2px solid #3269FF;
}

.header__btn__vstWrap .c-buttonW a::before,
.header__btn__vstWrap .c-button a::before {
  height: 100%;
}

.header__btn__vstWrap .c-buttonW a:hover::before,
.header__btn__vstWrap .c-button a:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.header__btn__vstWrap .c-buttonW a::before {
  background: #3269FF;
}

.mc__content {
  margin: 90px auto;
}
.mc__content .mc__content--box {
  display: none;
}

.mc__content--box {
  display: grid;
  grid-template-columns: 300fr 550fr;
  grid-template-rows: 1fr;
  max-width: 1100px;
  width: calc(100% - 120px);
  gap: 40px;
  margin: auto;
}
@media (max-width: 1180px) {
  .mc__content--box {
    max-width: calc(100% - 80px);
    width: 100%;
    grid-template-columns: 0.8fr 1fr;
    gap: 30px;
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .mc__content--box {
    display: block;
    max-width: calc(100% - 40px) !important;
    max-width: 540px !important;
    margin: auto;
  }
}
.mc__content--box {
  background: #fff;
  padding: 60px 40px;
  position: relative;
}

.mc__content--box:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mc__content--box--txtarea {
  width: 100%;
  margin-right: 20px;
}

.mc__content--box--title {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}

.mc__content--box:nth-child(2) .mc__content--box--title {
  text-align: left;
}

.mc__content--box--txt {
  margin: 30px auto 0;
  line-height: 1.5;
}

@media screen and (min-width: 1081px) {
  .mc__content--box--txt {
    width: 100%;
    margin-top: 30px;
  }
  .mc__content--box--txt2 {
    width: 100% !important;
    margin-top: 20px !important;
  }
}
.mc__content--box:nth-child(2) .mc__content--box--txt {
  width: 100%;
}

.mc__content--box--txt2 {
  font-size: 11px;
  margin: 20px auto 0;
}

.mc__content-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}

.mc__toggle--right,
.mc__toggle--left {
  width: calc((100% - 85px) / 2);
  padding: 0 0.7em;
}

.mc__toggle--left {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.mc__toggle--left img {
  width: 75px;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.mc__toggle--left p {
  font-size: 12px;
  margin-top: 10px;
}

.mc__toggle--right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.mc__toggle--right img {
  width: 180px;
  margin-top: 0;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: contain;
  object-fit: contain;
}

.mc__toggle--right p {
  font-size: 12px;
  margin-top: 10px;
}

.toggle_input {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 30px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle_label {
  width: 84px;
  height: 30px;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.toggle_button:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  z-index: 2;
  background: #641ED7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle_input:hover + .toggle_button:after {
  background: #3166F7;
}

.mc__content--box--txtarea video {
  width: 550px;
  height: 310px;
  position: absolute;
  top: -175px;
  right: -570px;
  display: none;
  z-index: 1;
}

.toggle_input:checked ~ .toggle_button::after {
  left: 58px;
  background: #3166F7;
}

.toggle_input:checked:hover + .toggle_button:after {
  left: 58px;
  background: #641ED7;
}

.toggle_input:checked ~ .mc__toggle--right img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle_input:checked ~ .mc__toggle--left img {
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle_input:checked ~ .mc__toggle--video {
  display: block;
}

.toggle_input:focus ~ .toggle_button .toggle_label {
  border: 2px solid #3166F7;
}

.toggle_button {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

.mc__content--boxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 90%;
  margin: 90px auto;
  background: #fff;
  padding: 60px 40px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mc__content--boxFlex .mc__content--box--txtarea {
  max-width: 100%;
  width: 100%;
  margin-right: 20px;
}

.mc__content--boxFlex .mc__content--box--imgarea {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mc__content--boxFlex .mc__content--box--txt {
  height: auto;
  margin-bottom: 20px;
}

.mc__content--boxFlex .mc__content--box--imgarea video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.mc__content--boxFlex .mc__toggle--right img {
  opacity: 1;
}

.mc__content--boxFlex .mc__toggle--right,
.mc__content--boxFlex .mc__toggle--left {
  margin-bottom: 20px;
}

.mc__content--boxFlex .toggle_input {
  left: 50%;
}

.mc__content--boxFlex .toggle_input:checked ~ .toggle_button::before {
  content: "Pause";
  position: absolute;
  top: 45%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 90%;
}

.mc__content--boxFlex .toggle_button:before {
  content: "Play";
  position: absolute;
  top: 45%;
  left: 65%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 90%;
}

.mc__content--boxFlex .mc__content--box--txt2 {
  text-align: center;
}

.mc__content--box--imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mc__content--box--imgarea iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.videoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}

.icWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}

.icWrap > div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .videoWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mc__content--boxFlex .mc__content-toggle {
    padding: 40px 0 20px 0;
  }
  .mc__content--boxFlex .toggle_input {
    top: 57%;
    left: 51%;
  }
  .mc__content--boxFlex .mc__content--box--imgarea {
    padding-top: 0px;
  }
}
.mc__content__mv {
  position: relative;
}

.mc__content__mv video {
  border-radius: 15px;
}

.mc__content__mv > div:last-of-type {
  display: none;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.ieM .youtube,
.tt .youtube {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.mc__content--box--imgarea video {
  width: 100%;
}

.mc__three {
  background: #3269FF;
  padding: 100px 0;
  margin-top: 90px;
}

.mc__three--title {
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
}

.mc__three--title span {
  font-size: 4rem;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}

.mc__three--content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 70px;
  max-width: 1220px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .mc__three--content {
    gap: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 960px) {
  .mc__three--content {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .mc__three--content {
    display: block;
    padding: 0 20px;
    max-width: 540px;
  }
}
.mc__three--content {
  margin: 40px auto 0;
}

.mc__three--box iframe {
  width: 100%;
  height: 195px;
  border-radius: 15px;
}

.mc__three--box--title {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
  color: #fff;
}

.mc__three--box--txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  color: #fff;
}

.mc__content2 {
  background: #fff;
}

.mc__content2--title {
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  padding: 65px 0 90px;
}

/*
.mc__content2--title span {
  font-size: 40px;
  display: inline-block;
  border-bottom: 3px solid #3269FF;
}
*/
.mc__content3 {
  padding: 80px 0 100px;
}

.mc__gray {
  background: #EAF0F4;
}

.mc__content3--title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
}

.mc__content3--title span {
  border-bottom: 3px solid #3269FF;
  display: inline-block;
}

.mc__content3--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1220px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .mc__content3--box {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .mc__content3--box {
    padding: 0 20px;
    max-width: 540px;
  }
}
.mc__content3--box {
  margin: 100px auto 0;
}
.mc__content3--box img {
  max-width: 440px;
  height: auto;
}
@media (max-width: 768px) {
  .mc__content3--box img {
    width: 100%;
    max-width: 100%;
  }
}
.mc__content3--box:nth-child(odd) .mc__content3--video {
  margin-right: 0px;
  margin-left: 80px;
}
@media (max-width: 1180px) {
  .mc__content3--box:nth-child(odd) .mc__content3--video {
    margin-left: 60px;
  }
}
@media (max-width: 960px) {
  .mc__content3--box:nth-child(odd) .mc__content3--video {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .mc__content3--box:nth-child(odd) .mc__content3--video {
    margin-left: 0px;
  }
}
.mc__content3--box .mc__content3--video {
  margin-right: 80px;
  position: relative;
}
.mc__content3--box .mc__content3--video img {
  border-radius: 15px;
}
@media (max-width: 1180px) {
  .mc__content3--box .mc__content3--video {
    margin-right: 60px;
  }
}
@media (max-width: 960px) {
  .mc__content3--box .mc__content3--video {
    width: 55%;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .mc__content3--box .mc__content3--video {
    width: 100%;
    margin-right: 0px;
  }
}
.mc__content3--box .mc__content3--video video {
  width: 100%;
  cursor: pointer;
  border-radius: 15px;
}
.mc__content3--box .mc__content3--box--txtarea {
  max-width: 50%;
  width: 100%;
}
.mc__content3--box .mc__content3--box--txtarea p {
  margin-bottom: 1.5rem;
}
.mc__content3--box .mc__content3--box--txtarea .annotation {
  margin-top: 3.7rem;
}
@media (max-width: 960px) {
  .mc__content3--box .mc__content3--box--txtarea {
    max-width: 45%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mc__content3--box .mc__content3--box--txtarea {
    max-width: 100%;
  }
}

.mc__content3--box--mt {
  margin: 50px auto 100px;
}

.mc__content3--box--mt2 {
  margin: 30px auto 0;
}

.mc__content3--box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.mc__content3--box--title {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}

.mc__content3--box--txt {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.5;
}

.mc__accordion {
  background: #F7F7F7;
  padding: 55px 0 100px;
}

.mc__accordion--area {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 60px;
  text-align: center;
}

.mc__accordion--title {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  display: inline-block;
}

.mc__accordion--title::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 25px;
  /*画像の幅*/
  height: 25px;
  /*画像の高さ*/
  background-image: url(../image/apps-img/other/icon/arrow-b2.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -50px;
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mc__accordion--area .close::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}

.mc__accordion--content {
  display: none;
}

.mc__accordion--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.mc__accordion--box {
  max-width: 430px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.mc__accordion--icon {
  width: 48px;
  margin-right: 75px;
}

.mc__accordion--txtarea--title {
  font-size: 20px;
  line-height: 1.5;
}

.mc__accordion--txtarea--txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.mc .app__plan {
  background-image: url(../image/apps-img/other/wave/wave-b-sp.png);
}

.mc__content4 {
  background: #fff;
  padding: 90px 20px;
}

.updateWrap {
  width: 100%;
  max-width: 1220px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .updateWrap {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .updateWrap {
    padding: 0 20px;
    max-width: 540px;
  }
}
.updateWrap {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6;
}

.updateWrapInner {
  margin-top: 30px;
}

.updateCont {
  width: 100%;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.updateCont h3 {
  font-size: 2rem;
  line-height: 1.3;
  /* letter-spacing: 2px; */
}

.updateList {
  position: relative;
  font-size: 120%;
  line-height: 1.4;
  padding-left: 20px;
}

.updateList {
  margin-bottom: 3px;
}

.updateList:last-of-type {
  margin-bottom: 0;
}

.updateListIc {
  position: absolute;
  top: 0.7em;
  left: 0;
}

.updateListIc:before,
.updateListIc:after {
  content: "";
  display: block;
  position: absolute;
}

.updateListIc:before {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #3166F7;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.updateListIc:after {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 6px;
  height: 3px;
  left: 4px;
  top: 9px;
  left: 4px;
  top: 50%;
  -webkit-transform: translate(0%, -65%) rotate(-45deg);
  transform: translate(0%, -65%) rotate(-45deg);
}

.mc__content4--title {
  width: calc(50% - 40px);
  margin-right: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  margin-left: 10px;
  transform: scale(1.8) rotate(-45deg);
  -webkit-transform: scale(1.8) rotate(-45deg);
}

.updateTitle {
  margin-bottom: 1.4em;
}

.updateWrapInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.updateText {
  padding-top: 1.4em;
}

.mc__content4--title span {
  border-bottom: 3px solid #3269FF;
}

@media screen and (max-width: 920px) {
  .updateWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .mc__content4--title {
    width: 100%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .right {
    margin-left: 0;
    margin-top: 20px;
    transform: scale(1.8) rotate(45deg);
    -webkit-transform: scale(1.8) rotate(45deg);
  }
}
.mc__content5 {
  padding: 75px 0 85px;
  background-image: url(../image/apps-img/master-cut/content/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mc__content5--title {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
}

.mc__content5--flex {
  max-width: 1220px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .mc__content5--flex {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .mc__content5--flex {
    padding: 0 20px;
    max-width: 540px;
    display: block;
  }
}
.mc__content5--flex {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mc__content5--box {
  width: 46%;
  padding: 60px 35px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1180px) {
  .mc__content5--box {
    width: 48%;
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .mc__content5--box .mc__content5--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
  }
  .mc__content5--box .mc__content5--left img {
    display: block;
    margin: 10px 0;
  }
  .mc__content5--box .mc__content5--right {
    width: calc(100% - 100px);
  }
}
@media (max-width: 860px) {
  .mc__content5--box {
    padding: 30px;
  }
  .mc__content5--box .mc__content5--left {
    width: 60px;
  }
  .mc__content5--box .mc__content5--left img {
    width: 60px;
    height: 60px;
  }
  .mc__content5--box .mc__content5--right {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .mc__content5--box {
    padding: 30px 20px;
  }
  .mc__content5--box:nth-child(1) {
    margin-bottom: 30px;
  }
  .mc__content5--box {
    width: 100%;
  }
  .mc__content5--box .mc__content5--left {
    width: 70px;
  }
  .mc__content5--box .mc__content5--left img {
    width: 70px;
    height: 70px;
  }
  .mc__content5--box .mc__content5--right {
    width: calc(100% - 90px);
    text-align: left;
    margin: 0 0 0 auto;
  }
}

.mc__content5--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mc__content5--left img {
  width: 70px;
  height: 70px;
}

.mc__content5--left--arrow {
  width: 8px !important;
  height: unset !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 960px) {
  .mc__content5--left--arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.mc__content5--right {
  width: 50%;
}

@media screen and (min-width: 1081px) {
  #mc__content5--right_forwidthid {
    width: 60%;
  }
}
.mc__content5--right h4 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  word-break: normal;
}

.mc__content5--right p {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.5;
}

.mc__content5--right a {
  /* display: block;
  width: 150px;
  height: 40px;
  border-radius: 100vh;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: rgb(100, 30, 215);
  background: -webkit-gradient(linear, left top, right top, from(rgb(100, 30, 215)), to(#2869ff));
  background: linear-gradient(90deg, rgb(100, 30, 215) 0%, #2869ff 100%);
  color: #ffffff;
  margin-top: 20px;
  position: relative; */
  margin-top: 20px;
}

/* .mc__content5--right a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../image/apps-img/other/icon/arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
} */
.mc__content6 {
  padding: 75px 0 85px;
  background-color: #3269FF;
}
.mc__content6--title {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
}
.mc__content6 .ttLink .c-buttonW:first-of-type {
  margin-bottom: 3rem;
}
.mc__content6 .ttLink .c-buttonW:first-of-type a {
  padding: calc(1.2rem + 2px) calc(4rem + 2px);
}
.mc__content6 .ttLink .c-buttonW.--altClr a {
  border: solid 2px #fff;
  background-color: #3269FF;
}
.mc__content6 .ttLink .c-buttonW.--altClr a::before {
  background: unset;
  background-color: #fff;
}
.mc__content6 .ttLink .c-buttonW.--altClr a span {
  color: #fff;
}
.mc__content6 .ttLink .c-buttonW.--altClr a span::before {
  background-image: url(../image/btn-arrow-w.svg);
}
.mc__content6 .ttLink .c-buttonW.--altClr a:hover::before {
  background-color: #fff;
}
.mc__content6 .ttLink .c-buttonW.--altClr a:hover span {
  color: #000;
}
.mc__content6 .ttLink .c-buttonW.--altClr a:hover span::before {
  background-image: url(../image/btn-arrow-b.svg);
}

@media screen and (max-width: 1320px) {
  .mc__content--box--txt2 {
    height: 20px;
  }
  .mc__content--box--txtarea video {
    top: -226px;
  }
}
@media screen and (max-width: 768px) {
  .mc__content5 {
    background-image: url(../image/apps-img/master-cut/content/back-sp.jpg);
    background-size: 100%;
    background-position: center top;
  }
  .app__kv--txt2 {
    padding-bottom: 0;
    font-weight: bold;
  }
  .app__kv--icon.reverse.kv--txt2 {
    margin-top: 30px;
  }
  .app__kv--icon.reverse .app__kv--txt2 {
    top: -30px;
  }
  .mc__app__section1--txt {
    font-size: 20px;
  }
  .mc__app__section1--img {
    width: 125px;
    margin-top: 40px;
  }
  .mc__content--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 40px auto 0;
    padding: 40px 15px;
  }
  .mc__content--box:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 30px auto 60px;
  }
  .mc__content--box--title {
    font-size: 20px;
    text-align: left;
  }
  .mc__content--box--txt {
    font-size: 14px;
    width: 100%;
    margin: 20px 0 0;
  }
  .mc__content--box--txt2 {
    width: 100%;
    margin: 10px 0 0;
  }
  .mc__content--box--txtarea {
    max-width: 100%;
  }
  .mc__content--box--img {
    width: 90%;
    margin: 20px auto 0;
  }
  .mc__content--box--imgarea {
    height: auto;
    margin-top: 0px;
    width: 100%;
  }
  .mc__content--box--imgarea img {
    width: 100%;
  }
  .mc__content--box--txtarea video {
    height: 50vw;
    width: 100%;
    top: 169px;
    right: 0;
  }
  .mc__content--box--imgarea video {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .mc__three {
    padding: 70px 0;
    margin-top: 60px;
  }
  .mc__three--title {
    font-size: 20px;
    line-height: 1.5;
  }
  .mc__three--title span {
    font-size: 30px;
    border-bottom: unset;
  }
  .mc__three--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 auto;
  }
  .mc__three--box {
    width: 100%;
    margin-top: 50px;
  }
  .mc__three--box--title {
    font-size: 2rem;
  }
  .mc__three--box--txt {
    font-size: 14px;
  }
  .mc__content2--gradation {
    height: 30px;
  }
  .mc__content2--title {
    font-size: 2.7rem;
    padding: 20px 20px 50px;
  }
  .mc__content2--title span {
    font-size: 2.7rem;
  }
  .mc__content3 {
    padding: 50px 0;
  }
  .mc__content3--title {
    font-size: 2.7rem;
    padding: 0 20px;
    margin: 0 auto;
  }
  .mc__content3--title span {
    display: unset;
  }
  .mc__content3--box,
  .mc__content3--box:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 40px auto 0;
  }
  .mc__content3--box img {
    max-width: 100%;
    height: auto;
  }
  .mc__content3--box--txtarea {
    max-width: 100%;
    width: 100%;
  }
  .mc__content3--box--title {
    font-size: 2rem;
    margin-top: 25px;
  }
  .mc__content3--box--txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .mc__accordion {
    padding: 70px 0;
  }
  .mc__accordion--area {
    padding: 40px 5%;
  }
  .mc__accordion--title {
    font-size: 22px;
  }
  .mc__accordion--title::before {
    width: 20px;
    height: 20px;
    right: -30px;
  }
  .mc__accordion--flex {
    display: block;
  }
  .mc__accordion--box {
    margin: 35px auto 0;
  }
  .mc__accordion--icon {
    margin-right: 20px;
  }
  .mc__accordion--txtarea--txt {
    font-size: 12px;
    margin-top: 15px;
  }
  .mc__content4 {
    padding: 60px 0;
  }
  .mc__content4--title span {
    font-size: 22px;
  }
  .mc__content5--title {
    font-size: 25px;
  }
  .mc__content5--box {
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .mc__content5--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 25%;
    margin-right: 10px;
  }
  .mc__content5--left img {
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
  }
  .mc__content5--left img:nth-of-type(1) {
    margin: 0 auto 10px;
  }
  .mc__content5--right {
    width: 70%;
  }
  .mc__content5--right p {
    margin-top: 15px;
  }
  .mc__toggle--left img {
    width: 60px;
    height: 115px;
    position: relative;
    z-index: 1;
  }
  .mc__content--boxFlex .mc__toggle--right,
  .mc__content--boxFlex .mc__toggle--left {
    position: relative;
    margin-bottom: 40px;
  }
  .mc__content--boxFlex .mc__toggle--left p {
    border-bottom: 3px solid rgba(75, 0, 255, 0.2);
    padding-bottom: 5px;
  }
  .mc__content--boxFlex .mc__toggle--right p {
    border-bottom: 3px solid rgba(0, 126, 255, 0.35);
    padding-bottom: 5px;
  }
  .mc__content--boxFlex .mc__toggle--left {
    padding-right: 5px;
  }
  .mc__content--boxFlex .mc__toggle--right {
    padding-left: 5px;
  }
  .mc__content--boxFlex {
    padding: 60px 30px;
  }
  .mc__content--boxFlex .mc__content--box--txtarea {
    margin-right: 0px;
  }
  /*
    .mc__toggle--left::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 60px;
        height: 130px;
        background: rgb(75 0 255 / 20%);
        transform: translate(-50%, 0%);
        z-index: 0;
    }

    .mc__toggle--right::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 60px;
        height: 330px;
        background: rgb(0 126 255 / 35%);
        transform: translate(-50%, 0%);
        z-index: 0;
    }
  */
  .videoWrap {
    position: relative;
    z-index: 1;
  }
  .videoWrap > div:first-of-type {
    margin-bottom: 20px;
  }
  .mc__toggle--right img {
    width: 95px;
    height: 115px;
  }
}
/* Imaging Edge Desktop */
.ieD .header__primary {
  margin-bottom: 65px;
}

.ieD .app__kv--content {
  top: calc(50% - 5vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .ieD .app__kv--content .app__kv--select {
    margin-top: 20px;
  }
  .ieD .app__kv--content .app__kv--icon {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .ieD .app__kv--content {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ieD .app__kv--content .app__kv--select {
    margin-top: 20px;
  }
  .ieD .app__kv--content .app__kv--icon {
    margin-top: 10px;
  }
}

.ieD .content {
  padding-bottom: 0;
  background: #F7F7F7;
}

.ieD .header__icon {
  background-image: url(../image/app-icon/imaging-edge-desktop.png);
  background-repeat: no-repeat;
  background-size: 40px;
}

.ieM .header__tertiary,
.tt .header__tertiary {
  background: #EAECF0;
}

.ieD .header__tertiary {
  background: #EAECF0;
}

.ieD .header__icon span {
  color: #000;
}

.tt .header__icon span {
  color: #000;
}

.ieD .header__plan .header__btn--signup {
  border: 2px solid #EB2D5A;
}

.ieD .header__plan .header__btn--signup::before {
  background: #EB2D5A;
  top: -1px;
  left: 0;
}

.ieD .header__plan .header__btn--signup:hover::before {
  width: 164px;
  height: 38px;
}

.ieD .free__btn .header__btn--signup span:hover {
  display: inline-block;
  width: 135px;
  background: url(../image/btn-arrow-b.svg) no-repeat center right;
}

.ieD .free__btn .header__btn--signup {
  background: #EB2D5A;
  border: 1px solid #EB2D5A;
}

.ieD .free__btn .header__btn--signup::before {
  background: #fff;
  top: 1px;
  left: 1px;
}

.ieD .free__btn .header__btn--signup:hover {
  color: #000;
}

.ieD .app__kv--free {
  border: 2px solid #EB2D5A;
  width: 170px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  color: #000;
  text-decoration: unset;
  padding: 15px 0;
  margin-right: 40px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  overflow: unset;
}

.ieD .app__kv--free span {
  display: inline-block;
  width: 135px;
  background: url(../image/btn-arrow-b.svg) no-repeat center right;
  -webkit-transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.ieD .app__kv--free::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: 1px;
  margin: auto;
  z-index: -1;
  display: block;
  width: 0;
  height: 47px;
  border-radius: 100vh;
  background: #EB2D5A;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.ieD .app__kv--free:hover {
  color: #fff;
}

.ieD .app__kv--free:hover span {
  background: url(../image/btn-arrow-w.svg) no-repeat center right;
}

.ieD .app__kv--free:hover::before {
  width: 168px;
  top: -1px;
  left: -1px;
}

.ieD .app__kv--buy {
  background: #EB2D5A;
  border: 1px solid #EB2D5A;
  text-align: center;
  border-radius: 50px;
  text-decoration: unset;
  padding: 15px 0;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.ieD .app__kv--buy span {
  display: inline-block;
  width: 135px;
  background: url(../image/btn-arrow-w.svg) no-repeat center right;
  -webkit-transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.ieD .app__kv--buy:hover span {
  background: url(../image/btn-arrow-b.svg) no-repeat center right;
}

.ieD .app__kv--buy::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  margin: auto;
  z-index: -1;
  display: block;
  width: 0;
  height: 44px;
  border-radius: 100vh;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.ieD .app__kv--buy:hover {
  color: #000;
}

.ieD .app__kv--buy:hover::before {
  width: 165px;
  top: 1px;
  left: 1px;
}

.ieD .app__section1 {
  margin-top: 0;
  padding-top: 85px;
}

.ieD__content--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1100px;
}
@media (max-width: 1180px) {
  .ieD__content--box {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  .ieD__content--box {
    max-width: 540px;
    margin: auto;
    padding: 60px 0px;
  }
}
.ieD__content--box__compositeRaw {
  padding-top: 0;
  padding-bottom: 0;
}
.ieD__content--box__compositeRaw h4 {
  position: relative;
}

.ieDYoutube {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.ieDLinkWrap {
  padding: 12.5rem 0;
}

.ieDLinkWrap .app__qr--title {
  margin-bottom: 4.5rem;
}

.ieDLinkInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ieDLinkCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 1.8rem;
  width: 500px;
}

.ieDLinkCont > div {
  width: 50%;
  text-align: center;
}

.ieDLinkCont:last-of-type > div {
  padding: 0 1.8rem;
}

.ieDLinkCont .icAppWarp {
  margin-bottom: 4rem;
}

.ieDLinkCont p {
  color: #fff;
  padding-top: 1rem;
  font-size: 1.2rem;
}

.ieDContLinkWrap {
  padding-top: 7.5rem;
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}
@media (max-width: 880px) {
  .ieDContLinkWrap > div a {
    max-width: 300px !important;
  }
}

.ieDContLinkWrap .c-buttonW a {
  padding: 1.2rem 4rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ieDContLinkWrap p {
  padding-top: 1rem;
}

.ieDFunc2 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .ieDFunc2 {
    padding-top: 60px;
  }
}
.ieDFunc2Cont .ieD__content--box {
  padding-bottom: 0 !important;
}

.ieDFunc2ContLinkWrap {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 880px) {
  .ieDFunc2ContLinkWrap {
    display: block !important;
    /* gap: 0 15px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start; */
  }
}
@media (max-width: 880px) and (max-width: 768px) {
  .ieDFunc2ContLinkWrap > div {
    margin: 0;
  }
}
@media (max-width: 880px) {
  .ieDFunc2ContLinkWrap > div a {
    margin: 15px auto;
    max-width: 300px !important;
  }
}
@media (max-width: 880px) and (max-width: 768px) {
  .ieDFunc2ContLinkWrap > div a {
    /* max-width: 164px!important;
    width: 164%!important; */
  }
}

.ieDFunc2ContLinkWrap .c-button a,
.ieDFunc2ContLinkWrap .c-buttonW a {
  padding: 0.7rem 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 880px) {
  .ieDFunc2ContLinkWrap .c-buttonW {
    margin: 0;
  }
}

.ieD__content {
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .ieD__content {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .ieD__content {
    padding: 0 20px;
  }
}

.ieD__content--img {
  max-width: 440px;
  width: 50%;
}
@media (max-width: 768px) {
  .ieD__content--img {
    max-width: 100%;
    width: 100%;
  }
}
.ieD__content--img img {
  width: 100%;
  height: auto;
}

.ieD__content--box--txtarea {
  max-width: 500px;
}

.ieD__content--box--title {
  font-size: 2rem;
  line-height: 1.5;
}

.ieD__content--box--txt {
  line-height: 1.6;
  margin-top: 20px;
  font-size: 1.4rem;
  position: relative;
}

.ieD__content2 {
  background: #F4EFEF;
  padding: 80px 0;
}

.ieD__content2--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.ieD__content2--img {
  max-width: 550px;
  margin-right: 20px;
}

.ieD__content2--box--txtarea {
  max-width: 500px;
  width: 90%;
}

.ieD__content2--box--title {
  font-size: 2rem;
  line-height: 1.5;
}

.ieD__content2--box--txt {
  line-height: 1.5;
  margin-top: 20px;
}

.ieD__content2--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.ieD__content2--btn {
  width: 220px;
  display: block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background: #EB2D5A;
  padding: 15px 0;
  margin-right: 10px;
  text-decoration: unset;
  font-size: 20px;
  position: relative;
  border: 1px solid #EB2D5A;
}

.ieD__content2--btn span {
  display: inline-block;
  width: 180px;
  background: url(../image/btn-arrow-w.svg) no-repeat center right;
  -webkit-transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  position: relative;
  z-index: 1;
}

.ieD__content2--btn::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  margin: auto;
  display: block;
  width: 0;
  height: 50px;
  border-radius: 100vh;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

@media screen and (max-width: 769px) {
  .ieD__content2--btn::before {
    height: 48px;
  }
}
.ieD__content2--btn:hover {
  color: #000;
}

.ieD__content2--btn:hover span {
  background: url(../image/btn-arrow-b.svg) no-repeat center right;
}

.ieD__content2--btn:hover::before {
  width: 216px;
}

.ieD__content2--btn2 {
  width: 220px;
  display: block;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #EB2D5A;
  background: #fff;
  padding: 15px 0;
  color: #000;
  text-decoration: unset;
  font-size: 20px;
  position: relative;
}

.ieD__content2--btn2 span {
  display: inline-block;
  width: 180px;
  background: url(../image/btn-arrow-b.svg) no-repeat center right;
  -webkit-transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.4s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  position: relative;
  z-index: 1;
}

.ieD__content2--btn2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  margin: auto;
  display: block;
  width: 0;
  height: 52px;
  border-radius: 100vh;
  background: #EB2D5A;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.7s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.ieD__content2--btn2:hover {
  color: #fff;
}

.ieD__content2--btn2:hover span {
  background: url(../image/btn-arrow-w.svg) no-repeat center right;
}

.ieD__content2--btn2:hover::before {
  width: 218px;
}

.ieD__content3 {
  background: #F4EFEF;
  padding: 40px 0 100px;
}

.ieD__content3--title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
}

.ieD__content3--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 90%;
  margin: 50px auto 0;
}

.ieD__content3--box {
  width: 29%;
}

.ieD__content3--box--title {
  font-size: 2rem;
  line-height: 1.5;
}

.ieD__content3--box--txt {
  line-height: 1.5;
  margin-top: 3rem;
  font-size: 1.4rem;
  text-align: left;
}

.ieD__content4 {
  background: #F4EFEF;
  padding-bottom: 100px;
}

.ieD__content4--box {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 9rem auto;
}
@media (max-width: 768px) {
  .ieD__content4--box {
    max-width: 540px;
  }
}

.ieD__content4--box:last-of-type {
  margin: 0 auto 0 auto;
}

.ieD__content4--img-box {
  position: relative;
}

.ieD__content4--img-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1.3%;
  width: 100%;
}
.ieD__content4--img-text-box > p {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ieD__content4--img-text-box {
    font-size: 10px;
  }
}
@media screen and (max-width: 460px) {
  .ieD__content4--img-text-box {
    bottom: 0.6%;
  }
}

.ieD__content4--img2 {
  margin-top: 20px;
}

.ieD__content4--txt {
  margin-top: 20px;
}

.ieD__content4--box---txt {
  margin-bottom: 3rem;
  line-height: 1.6;
}

.ieD .app__qr--content {
  margin-top: 40px;
}

.ieD .app__plan {
  background-image: url(../image/apps-img/other/wave/wave-r.png);
}

@media screen and (max-width: 1080px) {
  .ieD__content--img {
    max-width: 440px;
  }
  .ieD__content--box--txtarea {
    margin-right: 0;
    max-width: 50%;
  }
  .ieD__content2--img {
    max-width: 48%;
  }
  .ieD__content2--box--txtarea {
    max-width: 48%;
  }
  .ieD__content2--select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ieD__content2--btn2 {
    margin-top: 10px;
  }
  .ieD__content3--flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ieD__content3--box {
    width: 45%;
    margin-top: 20px;
  }
  .ieD__content3--title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .ieD .app__section1 {
    padding-top: 50px;
  }
  .ieD .app__kv--title {
    text-align: left;
  }
  .ieD__content--box {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ieD__content--img {
    max-width: 100%;
    margin-right: 0;
  }
  .ieD__content--box--txtarea {
    margin-right: 0;
    margin-top: 20px;
    max-width: 100%;
  }
  .ieD__content--box--title {
    font-size: 2rem;
  }
  .ieD__content--box--txt {
    font-size: 14px;
  }
  .ieD__content2 {
    padding: 70px 0;
  }
  .ieD__content2--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ieD__content2--img {
    max-width: 100%;
    margin-right: 0;
  }
  .ieD__content2--box--txtarea {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .ieD__content2--box--title {
    font-size: 22px;
  }
  .ieD__content2--box--txt {
    font-size: 14px;
  }
  .ieD__content2--select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ieD__content2--btn {
    margin: 0 auto;
  }
  .ieD__content2--btn2 {
    margin: 10px auto 0;
  }
  .ieD__content3 {
    padding: 0 0 70px;
  }
  .ieD__content3--title {
    font-size: 25px;
  }
  .ieD__content3--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 auto;
  }
  .ieD__content3--box {
    width: 100%;
    margin-top: 50px;
  }
  .ieD__content3--box--title {
    font-size: 22px;
  }
  .ieD__content3--box--txt {
    font-size: 14px;
  }
  .ieD__content4 {
    padding-bottom: 75px;
  }
  .ieD__content4--img2 {
    margin-top: 10px;
  }
  .ieD__content4--txt {
    font-size: 10px;
    margin-top: 20px;
  }
  .ieD .app__plan {
    background-image: url(../image/apps-img/other/wave/wave-r-sp.png);
  }
  .ieD .app__qr--content {
    margin-top: 20px;
  }
}
/* Visual Story */
.vs .header__icon {
  /*
  background-image: url(../image/app-icon/no-image2.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 10px;
  */
}

.vs .app__kv--flex {
  margin-top: 30px;
}
.vs .app__kv--flex--A img {
  width: 150px;
}
.vs .app__kv--flex--G img {
  width: 170px;
}
.vs .app__qr--code {
  width: 95px;
}

.vs__content1 {
  background: #F7F7F7;
  padding: 100px 0;
}

.vs__content1--title {
  font-size: 24px;
  text-align: center;
}

.vs__content1--tab {
  max-width: 1100px;
  width: 90%;
  margin: 45px auto 0;
}

.vs__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vs__tab li {
  width: 33.3333%;
  text-align: center;
}

.vs__tab li a {
  display: block;
  font-size: 2rem;
  padding: 20px 0;
  text-decoration: unset;
  color: #000;
  border-bottom: 3px solid #707070;
  letter-spacing: 1px;
}

.vs__tab li.active a {
  border-bottom: 3px solid #EB2D5A;
}

.vs__area {
  display: none;
  opacity: 0;
  max-width: 800px;
  width: 100%;
  margin: 50px auto 0;
}

.vs__area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vs__content2 {
  padding: 100px 0;
  margin: 0 auto;
  background: #EAF0F4;
}

.vs__content2--title {
  font-size: 2.4rem;
  text-align: center;
}

.vs__content2--txt {
  font-size: 2rem;
  margin-top: 45px;
  text-align: center;
  line-height: 1.5;
}

.vs__content2--txt2 {
  margin-top: 40px;
  width: 93%;
  margin: 40px auto 0;
  line-height: 1.5;
}

.vs__content2--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vs__content2--gallery li {
  width: 45%;
  margin-top: 50px;
  text-align: center;
}

.vs__content2--gallery li p {
  font-size: 2rem;
  margin-top: 25px;
}

.vs__content2--box {
  margin-top: 50px;
}

.vs__content2--box p {
  font-size: 12px;
  margin-top: 5px;
  padding-left: 8px;
  position: relative;
}

.vs__content2--box p span {
  position: absolute;
  left: -8px;
}

@media screen and (max-width: 1080px) {
  .vs__content1 {
    padding: 50px 0;
  }
  .vs__content1--title {
    font-size: 4vw;
  }
  .vs__tab li a {
    font-size: 18px;
  }
  .vs__content2 {
    padding: 50px 0;
  }
  .vs__content2--title {
    font-size: 4vw;
  }
  .vs__content2--gallery li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .vs__content1 {
    padding: 60px 0;
  }
  .vs__content1--title {
    font-size: 30px;
  }
  .vs__area {
    margin: 30px auto 0;
  }
  .vs__tab li a {
    font-size: 12px;
  }
  .vs__content2 {
    padding: 60px 0;
  }
  .vs__content2--title {
    font-size: 30px;
  }
  .vs__content2--txt {
    margin-top: 35px;
  }
  .vs__content2--txt2 {
    font-size: 14px;
    width: 100%;
  }
  .vs__content2--gallery {
    display: block;
  }
  .vs__content2--gallery li {
    width: 100%;
    margin-top: 40px;
  }
  .vs__content2--gallery li p {
    font-size: 20px;
    margin-top: 20px;
  }
}
/* Language */
.language .content {
  padding-bottom: 0;
  /*background: #F7F7F7;*/
}

.language .header__primary {
  margin-bottom: 65px;
}

.la {
  padding: 125px 0 200px;
  position: relative;
}

.la__content {
  position: relative;
  z-index: 1;
}

.la__content--title {
  text-align: center;
  font-size: 50px;
}

.la__content--title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #642CD4;
}

.la__content ul {
  max-width: 1100px;
  width: 90%;
  margin: 95px auto 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(13px);
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 15px 60px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.la__content ul li {
  width: 20%;
  margin-top: 50px;
}

.la__content ul li a {
  text-decoration: unset;
  color: #000;
  padding-left: 8px;
  position: relative;
  display: inline-block;
}

.la__content ul li a:hover {
  text-decoration: underline;
}

.la__content ul li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #641ED7;
  border-radius: 100px;
  position: absolute;
  left: -8px;
  top: 4px;
}

.la .wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
}

@media screen and (max-width: 1080px) {
  .la__content ul li {
    width: 23%;
    margin: 30px 1% 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .la {
    padding: 65px 0 135px;
  }
  .la__content--title {
    font-size: 30px;
  }
  .la__content ul {
    margin: 50px auto 0;
    display: block;
    padding: 20px 0 50px;
  }
  .la__content ul li {
    max-width: 190px;
    width: 100%;
    margin: 30px auto 0;
  }
  .la .wave {
    width: 200px;
  }
}
/* Movie Edit add-on  */
.me .header__btn {
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.me .header__btn .header__btn--appG img {
  width: 168px;
  -o-object-fit: contain;
  object-fit: contain;
}

.me .header__btn .header__btn--appA img {
  width: 144px;
  -o-object-fit: contain;
  object-fit: contain;
}

.me .header__btn--appG,
.me .header__btn--appA {
  display: block;
}

.me .header__icon {
  background-image: url(../image/app-icon/icon-sample.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 10px;
}

.me .app__kv--txt,
.me .app__kv--title {
  color: #000;
}

.me__section1 {
  background: #fff;
  padding: 40px 0;
}

.me__section1--title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3;
}

.me__section2 {
  padding: 105px 0 35px;
  background: #fff;
  border-top: 1px solid #707070;
}

.me__section2--content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.me__section2--box {
  max-width: 485px;
  width: 100%;
}

.me__section2--title {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 20px;
}

.me__section2--txt {
  color: #707070;
  line-height: 1.5;
  margin-top: 20px;
}

.me__section2--content iframe {
  width: 50%;
  height: 360px;
}

.me__section3 {
  background: #fff;
  padding-top: 85px;
  border-top: 1px solid #707070;
  padding-bottom: 45px;
}

.me__section3--content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.me__section3--title {
  font-size: 30px;
}

.me__section3 img {
  margin-top: 40px;
}

.me__section4 {
  padding: 105px 0 35px;
  background: #fff;
  border-top: 1px solid #707070;
}

.me__section4--content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.me__section4--box {
  width: 45%;
}

.me__section4--title {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.5;
}

.me__section4--txt {
  color: #707070;
  line-height: 1.5;
  margin-top: 75px;
}

.me__section4--content iframe {
  width: 50%;
  height: 360px;
}

.me__section5 {
  background: #fff;
  padding-top: 85px;
  padding-bottom: 70px;
}

.me__section5--content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.me__section5--title {
  font-size: 30px;
  line-height: 1.5;
}

.me__section5--content img {
  margin-top: 60px;
}

.me__section6 {
  padding: 120px 0;
  background: #fff;
  border-top: 1px solid #707070;
}

.me__section6--content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.me__section6--box {
  max-width: 485px;
  width: 100%;
}

.me__section6--title {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.5;
}

.me__section6--txt {
  color: #707070;
  line-height: 1.5;
  margin-top: 40px;
}

.me__section6--content img {
  width: 50%;
}

.me__section7 {
  padding: 130px 0 0;
  background: #fff;
  border-top: 1px solid #707070;
}

.me__section7--content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.me__section7--box {
  width: 45%;
}

.me__section7--title {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 20px;
}

.me__section7--txt {
  color: #707070;
  line-height: 1.5;
  margin-top: 20px;
}

.me__section7--content iframe {
  width: 50%;
  height: 360px;
}

.me__section8 {
  padding: 0 0 140px;
  background: #fff;
}

.me__section8--content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.me__section8--box {
  max-width: 485px;
  width: 100%;
}

.me__section8--title {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 100px;
}

.me__section8--content img {
  width: 50%;
}

.me__section9 {
  padding: 75px 0 50px;
  background: #fff;
  border-top: 1px solid #707070;
}

.me__section9--content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.me__section9--box {
  width: 45%;
}

.me__section9--title {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 20px;
}

.me__section9--txt {
  color: #707070;
  line-height: 1.5;
  margin-top: 55px;
}

.me__section9--content img {
  width: 50%;
}

.me__section9--foot {
  max-width: 500px;
  width: 90%;
  margin: 120px auto 0;
}

.me__section9--foot p {
  color: #707070;
  margin-top: 10px;
}

@media screen and (max-width: 1080px) {
  .me__section1--title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .me .app__kv--content {
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
  }
  .me .app__kv--appbtn {
    margin-top: 115px;
  }
  .me .app__kv--appbtn a {
    display: block;
    margin-top: 10px;
  }
  .app__kv--appstore,
  .app__kv--googleplay {
    display: block;
  }
  .app__kv--googleplay {
    margin-top: 10px;
  }
  .app__kv--appstore img,
  .app__kv--googleplay img {
    width: 155px;
    height: auto;
  }
  .app__section3--btn p {
    font-size: 14px;
  }
  .app__section3--btn a {
    width: 200px;
  }
  .me__section1--title {
    font-size: 30px;
    width: 295px;
    margin: 0 auto;
    text-align: left;
  }
  .me__section2 {
    padding: 20px 0 0;
    border-top: unset;
  }
  .me__section2--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .me__section2--title {
    font-size: 20px;
    margin-top: 0;
  }
  .me__section2--content iframe {
    margin: 10px calc(50% - 50vw) 0;
    width: 105vw;
    height: 210px;
  }
  .me__section2--txt {
    font-size: 15px;
  }
  .me__section3 {
    border-top: unset;
    padding-top: 60px;
  }
  .me__section3--title {
    font-size: 20px;
    margin-left: 10%;
  }
  .me__section3 img {
    margin: 20px calc(50% - 50vw) 0;
    max-width: 100vw;
    width: 100vw;
  }
  .me__section4 {
    padding: 0;
    border-top: unset;
  }
  .me__section4--box {
    width: 100%;
  }
  .me__section4--title {
    font-size: 20px;
    margin-top: 0;
  }
  .me__section4--content iframe {
    margin: 20px calc(50% - 50vw) 0;
    width: 100vw;
    height: 210px;
  }
  .me__section4--txt {
    margin-top: 40px;
    font-size: 15px;
  }
  .me__section5 {
    padding: 75px 0 50px;
  }
  .me__section5--title {
    font-size: 20px;
  }
  .me__section5--content img {
    margin: 30px auto 0;
  }
  .me__section6 {
    border-top: unset;
    padding: 40px 0;
  }
  .me__section6 {
    padding: 0;
    border-top: unset;
  }
  .me__section6--box {
    width: 100%;
  }
  .me__section6--title {
    font-size: 20px;
    margin-top: 0;
  }
  .me__section6--content img {
    width: 100%;
    margin-top: 20px;
  }
  .me__section6--txt {
    margin-top: 40px;
    font-size: 15px;
  }
  .me__section7 {
    padding: 50px 0 0;
    border-top: unset;
  }
  .me__section7--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .me__section7--box {
    width: 100%;
  }
  .me__section7--title {
    font-size: 20px;
    margin-top: 0;
  }
  .me__section7--content iframe {
    margin: 20px calc(50% - 50vw) 0;
    width: 100vw;
    height: 210px;
  }
  .me__section8 {
    padding: 150px 0 0;
  }
  .me__section8--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .me__section8--title {
    font-size: 20px;
    margin-top: 0;
  }
  .me__section8--content img {
    width: 100%;
    margin-top: 30px;
  }
  .me__section9 {
    border-top: unset;
  }
  .me__section9--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .me__section9--content img {
    width: 100%;
    margin-top: 30px;
  }
  .me__section9--box {
    width: 100%;
  }
  .me__section9--title {
    font-size: 20px;
    margin-top: 0;
  }
  .me__section9--txt {
    font-size: 15px;
    margin-top: 50px;
  }
  .me__section9--foot {
    margin: 100px auto 0;
    width: 80%;
  }
  .me__section9--foot p {
    font-size: 12px;
  }
}
/* Transfer & Tagging add-on */
.tt .header__icon {
  background-image: url(../image/app-icon/transfertagging-add-on.png);
  background-repeat: no-repeat;
  background-size: 40px;
}

.ieM .app__kv--title,
.ieM .app__kv--txt,
.tt .app__kv--txt,
.tt .app__kv--title {
  color: #fff;
}

.tt .header__btn {
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt .header__btn--appG,
.tt .header__btn--appA {
  display: block;
}

.tt .header__btn .header__btn--appG img {
  width: 168px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tt .header__btn .header__btn--appA img {
  width: 144px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tt .app__kv--content {
  color: #000;
}

.tt__section1 {
  padding: 70px 0;
  background: #F7F7F7;
}

.tt__section1--top {
  max-width: 1220px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .tt__section1--top {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .tt__section1--top {
    padding: 0 20px;
    max-width: 540px;
  }
}
.tt__section1--top {
  width: 100%;
  margin: 0 auto;
}

.tt__section1--title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 8rem;
  position: relative;
}

.tt__section1--foot {
  margin-top: 8rem;
  text-align: center;
  width: 100%;
  max-width: 1220px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .tt__section1--foot {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .tt__section1--foot {
    padding: 0 20px;
    max-width: 540px;
  }
}
.tt__section1--foot {
  margin-left: auto;
  margin-right: auto;
}

.tt__section1--foot img {
  display: block;
  max-width: 1040px;
  margin: 35px auto 0;
}

.tt__section1--foot p {
  color: #707070;
  margin-top: 15px;
}

.vsH2Title,
.me__section1,
.ieD__section,
.tt__section2 {
  background: #fff;
  padding: 9rem 0 9rem 0;
}

.vsH2TitleInner,
.me__section1--title,
.ieD__section--title,
.tt__section2--title {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
}

.tt__section3 {
  background: #F2ECEC;
  padding: 10rem 60px;
}
@media (max-width: 1180px) {
  .tt__section3 {
    padding: 10rem 40px;
  }
}
@media (max-width: 768px) {
  .tt__section3 {
    padding: 6rem 20px;
  }
}

.ieM__section3--title,
.ieDFuncTitle,
.tt__section3--title {
  font-size: 2.4rem;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ieM__section3--title,
  .ieDFuncTitle,
  .tt__section3--title {
    max-width: 540px;
  }
}

.ieM__section3--title p,
.ieDFuncTitle p,
.tt__section7--title p,
.tt__section5--title p,
.tt__section4--title p,
.tt__section3--title p {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.tt__section3--content {
  margin: 6rem auto 0;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1180px) {
  .tt__section3--content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .tt__section3--content {
    max-width: 540px;
    margin: auto;
  }
}

.tt__section3--content img {
  width: 50%;
  margin-right: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tt__section3--content p {
  line-height: 1.5;
  margin-top: 20px;
  position: relative;
}

.tt__section4 {
  padding: 145px 0px 100px;
  background: #fff;
}
@media (max-width: 1180px) {
  .tt__section4 {
    padding: 145px 0px 100px;
  }
}
@media (max-width: 768px) {
  .tt__section4 {
    padding: 60px 0px;
    max-width: 540px;
    margin: auto;
  }
}

.tt__section4--title {
  font-size: 24px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tt__section4--content {
  max-width: 1100px;
  width: 90%;
  margin: 6rem auto 0;
}

.tt__section4--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1180px) {
  .tt__section4--box {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .tt__section4--box {
    gap: 0px;
  }
}

.tt__section4--txtarea,
.tt__section5--txtarea,
.tt__section7--txtarea {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .tt__section4--txtarea,
  .tt__section5--txtarea,
  .tt__section7--txtarea {
    max-width: 100%;
  }
}

.tt__section4--txtarea h3,
.tt__section5--txtarea h3,
.tt__section7--txtarea h3 {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}

.tt__section4--txtarea p,
.tt__section5--txtarea p,
.tt__section7--txtarea p {
  margin-top: 30px;
  line-height: 1.5;
  position: relative;
}

.tt__section4--txtarea a {
  text-decoration: unset;
  display: inline-block;
  color: #8585E6;
  margin-top: 30px;
}

.tt__section4--box img {
  width: 50%;
}

.tt__section5 {
  background: #fff;
  padding: 10rem 0 10rem 0;
}

.tt__section5--title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 540px;
  padding: 0 20px;
}

.tt__section5--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1220px;
  margin: 6rem auto 0;
  padding: 0 60px;
  gap: 100px;
}
@media (max-width: 1180px) {
  .tt__section5--content {
    gap: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .tt__section5--content {
    gap: 0;
    max-width: 540px;
    padding: 0 20px;
  }
}

.tt__section5--content p {
  max-width: 500px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
  .tt__section5--content p {
    max-width: 100%;
  }
}

.tt__section5--content img {
  max-width: 680px;
  width: 100%;
  height: auto;
}

.tt__section7 {
  background: #F2ECEC;
  padding: 10rem 0 10rem 0;
}

.tt__section7--title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 1100px;
  padding: 0 20px;
  margin-bottom: 3rem;
}

.tt__section7--readTxt {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 1180px) {
  .tt__section7--readTxt {
    gap: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .tt__section7--readTxt {
    gap: 0;
    max-width: 540px;
    padding: 0 20px;
  }
}

.tt__section7--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1220px;
  margin: 6rem auto 0;
  padding: 0 60px;
  gap: 100px;
}
@media (max-width: 1180px) {
  .tt__section7--content {
    gap: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .tt__section7--content {
    gap: 0;
    max-width: 540px;
    padding: 0 20px;
  }
}

.tt__section7--content p {
  max-width: 500px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
  .tt__section7--content p {
    max-width: 100%;
  }
}

.tt__section7--content img {
  max-width: 680px;
  width: 100%;
  height: auto;
}

.tt__section7--txtarea h3 {
  margin-top: 4rem;
}
.tt__section7--txtarea h3:first-child {
  margin-top: 0;
}

.ieM__section6,
.tt__section6 {
  background: #fff;
  padding: 7rem 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
}

.ieM__section6 > div,
.tt__section6 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.ieM__section6 div,
.tt__section6 div {
  text-align: left;
}

.ieM__section6 > div:first-of-type > div:first-of-type {
  width: 4.5em;
}

.ieM__section6 > div:first-of-type > div:last-of-type {
  width: calc(100% - 4.5em);
}

.ieM__section6 > div > div:first-of-type {
  width: 1.5em;
}

.tt__section6 > div > div:first-of-type {
  width: 1.5em;
}

.ieM__section6 > div > div:last-of-type {
  width: calc(100% - 1.5em);
}

.tt__section6 > div > div:last-of-type {
  width: calc(100% - 1.5em);
}

.tt__section6 p {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
}

.ttDelivImg {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
}

.ttVoiceMemoTxt1,
.ttVoiceMemoTxt2,
.ttVoiceMemoTxt3,
.ttCaptionTxt1,
.ttDelivTxt1,
.ttDelivTxt2,
.ttDelivTxt3 {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 1.2rem;
}

.ttDelivTxt1 {
  top: 45%;
  left: 33%;
  line-height: 1.5;
}

.ttDelivTxt2 {
  top: 45%;
  left: 68%;
  line-height: 1.5;
}

.ttDelivTxt3 {
  top: 80%;
  left: 50%;
  line-height: 1.5;
}

.ttTransferImg,
.ttMetadataImg,
.ttHandFreeImg,
.ttVoiceMemoImg,
.ttCaptionImg {
  position: relative;
  width: 100%;
  max-width: 440px;
}
@media (max-width: 768px) {
  .ttTransferImg,
  .ttMetadataImg,
  .ttHandFreeImg,
  .ttVoiceMemoImg,
  .ttCaptionImg {
    max-width: 100%;
  }
}

.ttTransferImg img,
.ttMetadataImg img,
.ttHandFreeImg img,
.ttVoiceMemoImg img,
.ttCaptionImg img {
  width: 100%;
}

.ttVoiceMemoTxt1 {
  top: 45%;
  left: 21%;
}

.ttVoiceMemoTxt2 {
  top: 45%;
  left: 80%;
  width: 100px;
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .ttVoiceMemoTxt1,
  .ttVoiceMemoTxt2 {
    font-size: 1rem;
  }
}
.ttVoiceMemoTxt3 {
  top: 89%;
  left: 50%;
}

.ttCaptionTxt1 {
  top: 50%;
  left: 57%;
}

.ttVoiceMemoImg img,
.ttCaptionImg img {
  width: 100%;
}

.tt__section1--foot .c-buttonW a {
  border: 2px solid #C80028;
  width: 150px;
}

.tt__section4--box {
  margin-bottom: 10rem;
}

.tt__section4--box:last-of-type {
  margin-bottom: 0;
}

.tt__section1--foot .c-buttonW a::before {
  background: #C80028;
}

.tt__section1--foot .c-buttonW a:hover::before {
  background: #C80028;
}

.ttLink {
  padding-top: 5rem;
  text-align: center;
  color: #fff;
}

.ttLink .f_r {
  padding-top: 1.5rem;
  font-size: 1.2rem;
}

.ttLink .c-buttonW a {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .tt .app__kv--content {
    top: 55%;
  }
  .tt .app__kv--appbtn {
    margin-top: 15px;
  }
  .tt .app__kv--appbtn a {
    display: block;
    width: 120px;
  }
  .tt .app__kv--appbtn a, .ieM .app__kv--appbtn a, .vs .app__kv--appbtn a {
    display: block;
    width: 120px;
  }
  .tt .app__kv--appbtn a:last-of-type, .ieM .app__kv--appbtn a:last-of-type, .vs .app__kv--appbtn a:last-of-type {
    width: 133px;
  }
  .tt__section1 {
    padding: 7.5rem 0 6rem 0;
  }
  .tt__section1--title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 4rem;
  }
  .tt__section1--foot {
    margin-top: 6.5rem;
  }
  .tt__section1--foot p {
    font-size: 14px;
  }
  .vsH2Title,
  .ieD__section,
  .tt__section2 {
    padding: 6rem 0;
  }
  .vsH2TitleInner,
  .ieD__section--title,
  .tt__section2--title {
    font-size: 2.7rem;
    padding: 0 20px;
    text-align: left;
  }
  .ieM .me__section1 {
    padding: 5rem 0;
  }
  .ieDFuncTitle,
  .tt__section3--title {
    font-size: 20px;
    text-align: left;
  }
  .ieDFuncTitle p,
  .tt__section7--title p,
  .tt__section5--title p,
  .tt__section4--title p,
  .tt__section3--title p {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .tt__section3--content {
    display: block;
    margin: 0 auto;
  }
  .ieDFuncTitle,
  .tt__section3--title {
    margin-bottom: 5.5rem;
  }
  .tt__section3--content img {
    margin: 0 auto;
    display: block;
  }
  .tt__section3--content p {
    font-size: 15px;
  }
  .tt__section4 {
    background: #fff;
    padding: 6rem 2rem;
  }
  .tt__section4--title {
    font-size: 20px;
    text-align: left;
  }
  .tt__section4--content {
    width: 100%;
  }
  .tt__section4--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ttHandFreeImg {
    margin-bottom: 2.5rem;
  }
  .tt__section4--content {
    margin-top: 5rem;
  }
  .tt__section4--box {
    margin-bottom: 5.5rem;
  }
  .tt__section4--box:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .tt__section4--box:nth-child(1) .tt__section4--txtarea,
  .tt__section4--box:nth-child(2) .tt__section4--txtarea,
  .tt__section4--box:nth-child(3) .tt__section4--txtarea,
  .tt__section4--box:nth-child(4) .tt__section4--txtarea {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .tt__section4--box img {
    width: 100%;
  }
  .tt__section4--txtarea p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .tt__section5 {
    padding: 5.5rem 0;
  }
  .tt__section5--title {
    font-size: 20px;
    text-align: left;
  }
  .tt__section5--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-top: 5rem;
  }
  .tt__section5--content img {
    display: block;
    margin: 0 auto;
  }
  .tt__section5--content p {
    margin: 20px 0 0 0;
    font-size: 15px;
  }
  .tt__section6 {
    padding: 3.5rem 0 4.5rem 0;
  }
  .tt__section6 p {
    font-size: 12px;
  }
  .tt__section1--foot,
  .tt__section1--top,
  .tt__section6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tt__section5--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt__section6 > div {
    margin-bottom: 1rem;
  }
  .tt__section6 > div:last-of-type {
    margin-bottom: 0;
  }
  .tt__section7 {
    padding: 5.5rem 0;
  }
  .tt__section7--readTxt {
    text-align: left;
  }
  .tt__section7--title {
    font-size: 20px;
    text-align: left;
  }
  .tt__section7--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-top: 5rem;
  }
  .tt__section7--content img {
    display: block;
    margin: 0 auto;
  }
  .tt__section7--content p {
    margin: 20px 0 0 0;
    font-size: 15px;
  }
  .tt__section7--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt__section7--content .tt__section7--txtarea:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tt__section7--content .ttMetadataImg {
    margin-bottom: 1.5rem;
  }
  .tt__section7--content .ttMetadataImg:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ieDFuncTitle,
  .tt__section3--title,
  .tt__section4--title,
  .tt__section5--title {
    text-align: center;
  }
  .ttCaptionImg,
  .ttVoiceMemoImg {
    margin-bottom: 2rem;
  }
  .ttVoiceMemoImg .ttVoiceMemoTxt2 {
    top: 46%;
  }
}
@media screen and (max-width: 768px) and (max-width: 470px) {
  .ttVoiceMemoImg .ttVoiceMemoTxt1,
  .ttVoiceMemoImg .ttVoiceMemoTxt2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 470px) and (max-width: 320px) {
  .ttVoiceMemoImg .ttVoiceMemoTxt1,
  .ttVoiceMemoImg .ttVoiceMemoTxt2 {
    top: 46%;
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ttDelivTxt1 {
    top: 70%;
    left: 15%;
    width: 90px;
  }
}
@media screen and (max-width: 768px) and (max-width: 490px) {
  .ttDelivTxt1 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .ttDelivTxt1 {
    left: 2%;
    -webkit-transform-origin: center left 0;
            transform-origin: center left 0;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  .ttDelivTxt2 {
    top: 70%;
    left: 85%;
    width: 95px;
  }
}
@media screen and (max-width: 768px) and (max-width: 490px) {
  .ttDelivTxt2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .ttDelivTxt2 {
    left: auto;
    right: 2%;
    font-size: 1rem;
    -webkit-transform-origin: center right 0;
            transform-origin: center right 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  .ttDelivTxt3 {
    top: 70%;
    left: 50%;
    width: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 490px) {
  .ttDelivTxt3 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .ttDelivTxt3 {
    -webkit-transform-origin: center center 0;
            transform-origin: center center 0;
    font-size: 1rem;
    -webkit-transform: scale(0.8) translateX(-70%);
            transform: scale(0.8) translateX(-70%);
  }
}
@media screen and (max-width: 768px) {
  .ttVoiceMemoTxt2 {
    top: 50%;
  }
  .ttVoiceMemoTxt1 {
    top: 50%;
  }
  .ttDelivImg {
    margin-bottom: 6rem;
  }
}
/* Imaging Edge Webcam */
.vs .header__tertiary {
  padding-bottom: 0;
  background: #EAECF0;
}

.ieW .content {
  padding-bottom: 0;
  background: #F7F7F7;
}

.ieW .header__tertiary {
  background: #FDFAE0;
}

.ieW .header__icon {
  background: url(../image/app-icon/icon-sample.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 10px;
}

.ieW .header__icon span {
  color: #000;
}

.ieW .header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.ieW .header__btn--appG,
.ieW .header__btn--appA {
  display: block;
}

.ieW .header__btn--appG img {
  width: 160px;
  margin-right: 15px;
}

.ieW .header__btn--appA img {
  width: 160px;
}

.ieW .app__kv--content {
  color: #000;
}

.ieW .app__kv--content {
  top: 30%;
}

.app__kv--flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.app__kv--flex2 .app__kv--flex--A img {
  width: 260px;
  margin-right: 20px;
}

.app__kv--flex2 .app__kv--flex--G img {
  width: 260px;
  margin-top: 0;
}

.ieW__section1 {
  padding: 85px 0 80px;
}

.ieW__section1--title {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}

.ieW__section1--flex {
  max-width: 1260px;
  width: 90%;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ieW__section1--flex img {
  width: 50%;
  margin-right: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ieW__section1--txtarea h3 {
  font-size: 30px;
  line-height: 1.6;
}

.ieW__section1--txtarea p {
  color: #707070;
  margin-top: 75px;
}

.ieW__section1--txtarea a {
  display: block;
  width: 260px;
  text-align: center;
  font-size: 22px;
  background: #C4C4C4;
  padding: 10px 0;
  border-radius: 8px;
  margin-top: 10px;
  color: #000;
  text-decoration: unset;
}

.ieW__section2 {
  background: #fff;
  padding: 50px 0;
}

.ieW__section2--title {
  font-size: 45px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}

.ieW__section3 {
  background: #fff;
}

.ieW__section3--flex {
  border-top: 1px solid #707070;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1270px;
  width: 90%;
  margin: 0 auto;
}

.ieW__section3--txtarea {
  max-width: 50%;
  padding: 20px 60px 0 40px;
}

.ieW__section3--txtarea h3 {
  font-size: 30px;
  line-height: 1.5;
}

.ieW__section3--txtarea p {
  color: #707070;
  line-height: 1.5;
}

.ieW__section3--flex img {
  max-width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .ieW .app__kv--content {
    top: 50%;
  }
  .header__btn .header__btn--appG {
    margin-right: 0;
  }
  .app__kv--flex2 {
    margin-top: 85px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .app__kv--flex2 .app__kv--flex--A img {
    margin-right: 0;
  }
  .app__kv--flex2 .app__kv--flex--G img {
    margin-top: 20px;
  }
  .ieW__section1 {
    padding: 45px 0;
  }
  .ieW__section1--title {
    font-size: 20px;
    text-align: left;
  }
  .ieW__section1--flex {
    margin: 0 auto;
  }
  .ieW__section1--txtarea h3 {
    font-size: 15px;
  }
  .ieW__section1--txtarea p {
    margin-top: 20px;
    text-align: center;
  }
  .ieW__section1--txtarea a {
    margin: 20px auto 0;
  }
  .ieW__section2 {
    padding: 30px 0;
  }
  .ieW__section2--title {
    font-size: 30px;
    text-align: left;
  }
  .ieW__section3--flex {
    border-top: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 30px 0;
  }
  .ieW__section3--flex:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .ieW__section3--txtarea {
    max-width: 100%;
    padding: 0;
  }
  .ieW__section3--txtarea h3 {
    font-size: 20px;
  }
  .ieW__section3--flex img {
    max-width: 100%;
    margin-top: 65px;
  }
  .ieW .content {
    padding-bottom: 0;
    background: #F7F7F7;
  }
}
/* Imaging Edge Mobile */
.ieM .content {
  padding-bottom: 0;
  background: #F7F7F7;
}

.ieM .header__tertiary {
  background: #EAECF0;
}

.ieM .header__icon span {
  color: #000;
}

.ieM .header__icon {
  background: url(../image/app-icon/iem.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0px;
}

.ieM .header__btn {
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ieM .header__btn--appG,
.ieM .header__btn--appA {
  display: block;
}

.ieM .header__btn .header__btn--appG img {
  width: 168px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ieM .header__btn .header__btn--appA img {
  width: 144px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ieM .app__kv--content {
  color: #000;
}

.ieM__section2 {
  background: #F2ECEC;
}

.vsCont4 {
  background: #F2ECEC;
  padding: 10rem 0;
}

.ieM__section2, .ieM__section3 {
  padding: 10rem 60px;
}
@media (max-width: 1180px) {
  .ieM__section2, .ieM__section3 {
    padding: 8rem 40px;
  }
}
@media (max-width: 960px) {
  .ieM__section2, .ieM__section3 {
    padding: 6rem 20px;
  }
}
.ieM__section2 > *, .ieM__section3 > * {
  max-width: 1100px;
}
@media (max-width: 768px) {
  .ieM__section2 > *, .ieM__section3 > * {
    max-width: 540px;
  }
}

.vsContFlex,
.ieM__section2--flex {
  width: 100%;
  padding-top: 5.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1180px) {
  .vsContFlex,
  .ieM__section2--flex {
    gap: 30px;
    padding-top: 5rem;
  }
}
@media (max-width: 960px) {
  .vsContFlex,
  .ieM__section2--flex {
    padding-top: 5rem;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .vsContFlex,
  .ieM__section2--flex {
    gap: 20px;
  }
}

.ieM__section2--flex:nth-of-type(4),
.ieM__section2--flex:nth-of-type(5),
.ieM__section2--flex:nth-of-type(6),
.ieM__section2--flex:nth-of-type(7) {
  border-top: 1px solid #707070;
}

.ieM .ieM__section2 .ieM__section2--flex {
  padding-bottom: 3em;
}
.ieM .ieM__section2 .ieM__section2--flex:last-child {
  padding-bottom: 0em;
}
@media (max-width: 1180px) {
  .ieM .ieM__section2 .ieM__section2--flex {
    padding-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .ieM .ieM__section2 .ieM__section2--flex {
    padding-bottom: 0em;
  }
}

.vsContTxt,
.ieM__section2--txtarea {
  width: 100%;
  max-width: 500px;
  padding: 0 0px;
}

.vsContTxt h3,
.ieM__section2--txtarea h3 {
  font-size: 2rem;
  line-height: 1.6;
}

.vsContTxt p,
.ieM__section2--txtarea p {
  position: relative;
  line-height: 1.6;
}

.vsContTxt p:nth-child(2),
.ieM__section2--txtarea p:nth-child(2) {
  margin-top: 20px;
}

.vsContFlex img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 440px;
}
@media (max-width: 1180px) {
  .vsContFlex img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .vsContFlex img {
    max-width: 100%;
  }
}

.ieM__section2--flex img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 440px;
}
@media (max-width: 1180px) {
  .ieM__section2--flex img {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .ieM__section2--flex img {
    max-width: 100%;
  }
}

.ieM__section3 {
  /*
  background: #fff;
  padding: 80px 0;
  */
}

@media screen and (max-width: 1080px) {
  .vsCont4 {
    padding-top: 0;
  }
  .vsContTxt h3,
  .ieM__section2--txtarea h3 {
    font-size: 3vw;
  }
  .vsContTxt {
    padding: 0;
  }
  .ieM__section2--txtarea {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .ieM .app__kv--appbtn {
    margin-top: 10px;
  }
  .app__kv--content {
    top: 26% !important;
  }
  .tt .app__kv--appbtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ieM .app__kv--content {
    top: 50%;
  }
  .vsContFlex,
  .ieM__section2--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ieM__section2--flex:nth-of-type(4),
  .ieM__section2--flex:nth-of-type(5),
  .ieM__section2--flex:nth-of-type(6),
  .ieM__section2--flex:nth-of-type(7) {
    border-top: unset;
  }
  .vsContTxt,
  .ieM__section2--txtarea {
    width: 100%;
    padding: 0;
  }
  .vsContTxt h3,
  .ieM__section2--txtarea h3 {
    font-size: 20px;
  }
  .vsContTxt p,
  .ieM__section2--txtarea p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .vsContFlex img,
  .ieM__section2--flex img {
    width: 100%;
  }
  .ieM__section3 {
    /*padding: 130px 0;*/
  }
  .ieM__section3 p {
    font-size: 1.4rem;
  }
  .ieM .app__qr--title {
    font-size: 2.5rem;
  }
}
.si-page {
  background: #F7F7F7;
}

.si-page .header__primary {
  margin-bottom: 65px;
}

.si {
  position: relative;
  padding: 125px 0 200px;
}

.si__title {
  text-align: center;
  font-size: 50px;
}

.si__title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #642CD4;
}

.si__content {
  max-width: 1100px;
  width: 90%;
  margin: 95px auto 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(13px);
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 20px 80px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.si__content--box {
  width: 29%;
}

.si__content--box a {
  text-decoration: unset;
  color: #000;
  padding-left: 8px;
  position: relative;
  display: inline-block;
}

.si__content--box a:hover {
  text-decoration: underline;
}

.si__content--box a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #641ED7;
  border-radius: 100px;
  position: absolute;
  left: -8px;
  top: 4px;
}

.si__content--box .first {
  margin-top: 30px;
}

.si__content--box .second {
  margin: 30px 0 0 40px;
}

.si__content--box .third {
  margin: 30px 0 0 80px;
}

.si .wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .si__content {
    margin-top: 3rem;
    padding: 20px;
    word-break: normal;
  }
}
@media screen and (max-width: 768px) {
  .si-page .content {
    padding-bottom: 0;
  }
  .si {
    padding: 65px 0 135px;
  }
  .si__title {
    font-size: 30px;
  }
  .si__title span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #642CD4;
  }
  .si__content {
    margin: 50px auto 0;
    display: block;
    padding: 20px;
    word-break: normal;
  }
  .si__content--box {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
  }
  .si__content--box .first {
    margin-top: 30px;
  }
  .si__content--box .second {
    font-size: 14px;
    margin: 30px 0 0 30px;
  }
  .si__content--box .third {
    font-size: 14px;
    margin: 30px 0 0 60px;
  }
  .si .wave {
    width: 200px;
  }
}
.bntWrap {
  width: 100%;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bigBtn a {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.commBtn {
  display: inline-block;
}

.commBtn.on {
  position: relative;
  z-index: 100;
  -webkit-animation: o-scroll_mvBtn_on 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards 1.5s;
  animation: o-scroll_mvBtn_on 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards 1.5s;
}

@media only screen and (max-width: 768px) {
  .commBtn.on {
    -webkit-animation: o-scroll_mvBtn_on 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.3s;
    animation: o-scroll_mvBtn_on 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.3s;
  }
}
@-webkit-keyframes o-scroll_mvBtn_on {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes o-scroll_mvBtn_on {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.commBtn a {
  padding: 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  border-radius: 100vh;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #641ED7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #641ED7), to(#2869FF));
  background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
}

@media only screen and (min-width: 769px) {
  .commBtn a {
    -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    cursor: pointer;
  }
  .commBtn a::before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
    display: block;
    width: 0;
    border-radius: 100vh;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    height: calc(100% - 4px);
    margin: 2px;
  }
  .commBtn a:hover {
    color: #000000;
  }
  .commBtn a:hover span {
    display: inline-block;
  }
  .commBtn a:hover span:before {
    position: absolute;
    top: 55%;
    right: 0;
    content: url(../image/btn-arrow-b.svg);
    -webkit-transform: translate(0%, -50%) scale(0.7);
    transform: translate(0%, -50%) scale(0.7);
  }
  .commBtn a:hover::before {
    width: calc(100% - 4px);
  }
}
.commBtn a span {
  padding: 0 1em;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.commBtn a span:before {
  position: absolute;
  top: 55%;
  right: 0;
  content: url(../image/btn-arrow-w.svg);
  -webkit-transform: translate(0%, -50%) scale(0.7);
  transform: translate(0%, -50%) scale(0.7);
}

@media only screen and (max-width: 768px) {
  .commBtn a {
    display: block;
    /*
      width: sprempx(126);
      height: sprempx(40);
      padding: sprempx(13) 0;
      */
    font-size: 1.151rem;
  }
  .commBtn a span {
    display: inline-block;
    padding: 0 1em;
  }
  .commBtn a span:before {
    position: absolute;
    top: 55%;
    right: 0;
    content: url(../image/btn-arrow-w.svg);
    -webkit-transform: translate(0%, -50%) scale(0.8);
    transform: translate(0%, -50%) scale(0.8);
  }
}
.commWhiteBtn {
  display: inline-block;
}

.commWhiteBtn.on {
  position: relative;
  z-index: 100;
  -webkit-animation: o-scroll_mvBtn_on 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards 1.5s;
  animation: o-scroll_mvBtn_on 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards 1.5s;
}

@media only screen and (max-width: 768px) {
  .commWhiteBtn.on {
    -webkit-animation: o-scroll_mvBtn_on 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.3s;
    animation: o-scroll_mvBtn_on 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.3s;
  }
}
@keyframes o-scroll_mvBtn_on {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.commWhiteBtn a {
  padding: 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  border-radius: 100vh;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (min-width: 769px) {
  .commWhiteBtn a {
    -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    cursor: pointer;
  }
  .commWhiteBtn a::before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
    display: block;
    width: 0;
    border-radius: 100vh;
    background: #641ED7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #641ED7), to(#2869FF));
    background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    height: calc(100% - 4px);
    margin: 2px;
  }
  .commWhiteBtn a:hover {
    color: #fff;
  }
  .commWhiteBtn a:hover span {
    display: inline-block;
  }
  .commWhiteBtn a:hover span:before {
    position: absolute;
    top: 55%;
    right: 0;
    content: url(../image/btn-arrow-w.svg);
    -webkit-transform: translate(0%, -50%) scale(0.7);
    transform: translate(0%, -50%) scale(0.7);
  }
  .commWhiteBtn a:hover::before {
    width: calc(100% - 4px);
  }
}
.commWhiteBtn a span {
  padding: 0 1em;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.commWhiteBtn a span:before {
  position: absolute;
  top: 55%;
  right: 0;
  content: url(../image/btn-arrow-b.svg);
  -webkit-transform: translate(0%, -50%) scale(0.7);
  transform: translate(0%, -50%) scale(0.7);
}

@media only screen and (max-width: 768px) {
  .commWhiteBtn a {
    display: block;
    /*
      width: sprempx(126);
      height: sprempx(40);
      padding: sprempx(13) 0;
      */
    font-size: 1.151rem;
  }
  .commWhiteBtn a span {
    display: inline-block;
    padding: 0 1em;
  }
  .commWhiteBtn a span:before {
    position: absolute;
    top: 55%;
    right: 0;
    content: url(../image/btn-arrow-b.svg);
    -webkit-transform: translate(0%, -50%) scale(0.8);
    transform: translate(0%, -50%) scale(0.8);
  }
}
.commPinkBtn {
  display: inline-block;
  margin-right: 15px;
}

.commPinkBtn.on {
  position: relative;
  z-index: 100;
  -webkit-animation: o-scroll_mvBtn_on 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards 1.5s;
  animation: o-scroll_mvBtn_on 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards 1.5s;
}

@media only screen and (max-width: 768px) {
  .commPinkBtn.on {
    -webkit-animation: o-scroll_mvBtn_on 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.3s;
    animation: o-scroll_mvBtn_on 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.3s;
  }
}
@keyframes o-scroll_mvBtn_on {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.commPinkBtn a {
  border: 2px solid #EB2D5A;
  padding: 14px 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  border-radius: 100vh;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .commPinkBtn a {
    -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    cursor: pointer;
  }
  .commPinkBtn a::before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
    display: block;
    width: 0;
    border-radius: 100vh;
    background: #EB2D5A;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    height: calc(100% + 2px);
    margin: 0px;
  }
  .commPinkBtn a:hover {
    color: #fff;
  }
  .commPinkBtn a:hover span {
    display: inline-block;
  }
  .commPinkBtn a:hover span:before {
    position: absolute;
    top: 55%;
    right: 0;
    content: url(../image/btn-arrow-w.svg);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .commPinkBtn a:hover::before {
    width: calc(100% + 2px);
  }
}
.commPinkBtn a span {
  padding: 0 1em;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.commPinkBtn a span:before {
  position: absolute;
  top: 55%;
  right: 0;
  content: url(../image/btn-arrow-b.svg);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 768px) {
  .commPinkBtn a {
    display: block;
    /*
      width: sprempx(126);
      height: sprempx(40);
      padding: sprempx(13) 0;
      */
    font-size: 1.151rem;
  }
  .commPinkBtn a span {
    display: inline-block;
    padding: 0 1em;
  }
  .commPinkBtn a span:before {
    position: absolute;
    top: 55%;
    right: 0;
    content: url(../image/btn-arrow-b.svg);
    -webkit-transform: translate(0%, -50%) scale(0.8);
    transform: translate(0%, -50%) scale(0.8);
  }
}
.commPinkWhiteBtn {
  display: inline-block;
}

.commPinkWhiteBtn.on {
  position: relative;
  z-index: 100;
  -webkit-animation: o-scroll_mvBtn_on 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards 1.5s;
  animation: o-scroll_mvBtn_on 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards 1.5s;
}

@media only screen and (max-width: 768px) {
  .commPinkWhiteBtn.on {
    -webkit-animation: o-scroll_mvBtn_on 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.3s;
    animation: o-scroll_mvBtn_on 0.4s cubic-bezier(0.5, 1, 0.89, 1) forwards 0.3s;
  }
}
@keyframes o-scroll_mvBtn_on {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.commPinkWhiteBtn a {
  width: 180px;
  padding: 16px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  border-radius: 100vh;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #EB2D5A;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (min-width: 769px) {
  .commPinkWhiteBtn a {
    -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    cursor: pointer;
  }
  .commPinkWhiteBtn a::before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
    display: block;
    width: 0;
    border-radius: 100vh;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    height: calc(100% - 4px);
    margin: 2px;
  }
  .commPinkWhiteBtn a:hover {
    color: #000;
  }
  .commPinkWhiteBtn a:hover span {
    display: inline-block;
  }
  .commPinkWhiteBtn a:hover span:before {
    position: absolute;
    top: 55%;
    right: 0;
    content: url(../image/btn-arrow-b.svg);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .commPinkWhiteBtn a:hover::before {
    width: calc(100% - 4px);
  }
}
.commPinkWhiteBtn a span {
  padding: 0 1em;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.commPinkWhiteBtn a span:before {
  position: absolute;
  top: 55%;
  right: 0;
  content: url(../image/btn-arrow-w.svg);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 768px) {
  .commPinkWhiteBtn a {
    display: block;
    /*
      width: sprempx(126);
      height: sprempx(40);
      padding: sprempx(13) 0;
      */
    font-size: 1.151rem;
  }
  .commPinkWhiteBtn a span {
    display: inline-block;
    padding: 0 1em;
  }
  .commPinkWhiteBtn a span:before {
    position: absolute;
    top: 55%;
    right: 0;
    content: url(../image/btn-arrow-w.svg);
    -webkit-transform: translate(0%, -50%) scale(0.8);
    transform: translate(0%, -50%) scale(0.8);
  }
}
.commBtnWrap {
  text-align: center;
  padding-top: 20px;
}

.sa__wrap--foot .commBtnWrap a {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.hoverScale img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.videoWrapp {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.videoWrapp video {
  width: 100%;
  cursor: pointer;
  border-radius: 15px;
}

.videoWrapp img {
  width: 100%;
  border-radius: 15px;
}

.videoWrapp--noBorderRadius video, .videoWrapp--noBorderRadius img {
  border-radius: 0;
}

.modal-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  color: #fff;
  background: rgb(255, 0, 0);
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 687px;
  width: 100%;
}

.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -40px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-family: SST W20 Light, SST W55 Light;
}
.vi .modal-close {
  font-family: SST W29 Light;
}
.th .modal-close {
  font-family: SST W31 Light;
}
.zh-hant .modal-close {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .modal-close {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.modal-close {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}

.modal-content {
  background: #fff;
  text-align: center;
  padding: 50px 30px 50px 30px;
  background-image: url(../image/mcModalBg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  max-height: 95vh;
  overflow-y: scroll;
}

.modal-content-title {
  font-size: 35px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.modal-content-subTitle {
  font-size: 24px;
  margin-bottom: 1.4em;
}

.modal-content-body {
  font-family: SST W20 Light, SST W55 Light;
}
.vi .modal-content-body {
  font-family: SST W29 Light;
}
.th .modal-content-body {
  font-family: SST W31 Light;
}
.zh-hant .modal-content-body {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .modal-content-body {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.modal-content-body {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
  line-height: 1.8;
  padding: 0 50px 0;
  word-wrap: break-word;
  text-align: start;
}

.modal-content--small {
  margin-top: 1.6rem;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .modal-content-title {
    font-size: 24px;
  }
  .modal-content-subTitle {
    font-size: 20px;
  }
  .modal-content-body {
    font-size: 13px;
    padding: 0 0px 0;
  }
  .modal-content {
    padding: 50px 20px 50px 20px;
    max-height: 85vh;
  }
}
/*-----------サイト訪問時モーダル-------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: #fff;
  z-index: 2;
  border-radius: 3px;
}

.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}

div#modalCloseCloss:hover {
  opacity: 0.7;
}

.modalCloseButton {
  position: absolute;
  left: 92%;
  top: -48px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 2rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: pointer;
}

/* .modal-content {
    padding: 22px 30px;
} */
/*-----------ここまでサイト訪問時モーダル-------------*/
.c-button a {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  border-radius: 100vh;
  padding: 1.2rem 4rem;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #641ED7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #641ED7), to(#2869FF));
  background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
}

@media only screen and (min-width: 769px) {
  .c-button a {
    -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    cursor: pointer;
  }
  .c-button a::before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
    display: block;
    width: 0;
    border-radius: 100vh;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    height: calc(100% - 4px);
    margin: 2px;
  }
  .c-button a:hover {
    color: #000000;
  }
  .c-button a:hover span::before {
    background: url(../image/btn-arrow-b.svg) no-repeat;
    background-position: right 2rem center;
    background-size: 0.7rem;
  }
  .c-button a:hover::before {
    width: calc(100% - 4px);
  }
}
.c-button a span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../image/btn-arrow-w.svg) no-repeat;
  background-position: right 1.3rem center;
  background-size: 0.7rem;
}

@media only screen and (max-width: 768px) {
  .c-button a {
    display: block;
    padding: 1.247rem 0;
    font-size: 1.439rem;
  }
}
.c-buttonW a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  border-radius: 100vh;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}

.c-buttonW a::before {
  content: "";
  position: absolute;
  margin: auto;
  z-index: -1;
  display: block;
  width: 0;
  top: auto;
  left: auto;
  border-radius: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #641ed7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #641ED7), to(#2869FF));
  background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
  -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  height: calc(100% - 4px);
  margin: 2px;
}

.c-button-bg-blue a {
  background: #3269FF;
}

@media only screen and (min-width: 769px) {
  .app__plan .c-buttonW a::before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
    display: block;
    width: 0;
    border-radius: 100vh;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #641ed7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #641ED7), to(#2869FF));
    background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
    -webkit-transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    height: calc(100% - 4px);
    margin: 2px;
  }
  .c-buttonW a {
    -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    cursor: pointer;
  }
  .c-buttonW a::before {
    /*
        content: "";
        position: absolute;
        top: 0.2rem;
        left: 0.2rem;
        right: 0.2rem;
        margin: auto;
        z-index: -1;
        display: block;
        width: 0;
        height: 6rem;
        border-radius: 100vh;
        background: #641ED7;
        background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
    */
  }
  .c-buttonW a:hover span {
    display: inline-block;
    color: #fff;
    background-size: 0.8rem;
  }
  .c-buttonW a:hover::before {
    width: calc(100% - 4px);
  }
  .c-buttonW a:hover span:before {
    background: url(../image/btn-arrow-w.svg) no-repeat;
    background-position: right 1.3rem center;
    background-size: 0.7rem;
  }
  .app__plan .c-buttonW a:hover::before {
    width: calc(100% - 4px);
  }
  .app__plan .c-buttonW a:hover {
    color: #fff;
  }
}
.c-buttonW a span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../image/btn-arrow-b.svg) no-repeat;
  background-position: right 1.3rem center;
  background-size: 0.7rem;
}

.c-buttonW a span {
  display: inline-block;
  background-size: 0.8rem;
  -webkit-transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: 0.3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.app__plan .c-buttonW a {
  padding: 1.2rem 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  border-radius: 100vh;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}

.c-buttonW.btn_l a {
  padding: 2rem 8rem;
}

@media only screen and (max-width: 768px) {
  .app__plan .c-buttonW a {
    width: 19.967rem;
    height: 4.799rem;
    padding: 1.631rem 0;
    font-size: 1.439rem;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .app__plan .c-buttonW a span {
    width: 15.839rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-txt {
    font-size: 1.343rem;
    text-align: left;
    line-height: 1.8;
  }
  .app__plan--title {
    font-size: 2.5rem;
  }
  .app__plan--storage {
    margin-top: 0;
    font-size: 1.343rem;
    line-height: 1.5;
    letter-spacing: -0.06rem;
    display: inline-block;
    margin-top: 0.863rem;
    margin-left: 0.863rem;
  }
  .app__plan--price {
    font-size: 2.879rem;
    line-height: 1;
    float: left;
    margin-right: 0;
  }
  .app__plan--txt1 {
    font-size: 1.151rem;
    margin-top: 1.439rem;
    line-height: 1.5;
    letter-spacing: -0.02rem;
    word-break: break-word;
  }
}
/* vst */
.vstKvBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0 0 0;
}

.vstKvBtnWrap .c-buttonW {
  margin-right: 2rem;
}

.vs .c-buttonW a::before,
.vstKvBtnWrap .c-buttonW a::before {
  background: #3269FF;
}

.vs .c-buttonW a,
.vstKvBtnWrap .c-buttonW a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #3269FF;
}

.vs .tal {
  text-align: left;
}

.vstKvBtnWrap .c-buttonW a,
.vstKvBtnWrap .c-button a {
  padding: 1.6rem 4.6rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.vs .c-button a,
.vstKvBtnWrap .c-button a {
  border: 2px solid #3269FF;
}

.vs .c-button a:hover::before,
.vstKvBtnWrap .c-button a:hover::before {
  width: 100%;
  height: 100%;
}

.vs .c-button a::before,
.vstKvBtnWrap .c-button a::before {
  height: 100%;
}

.vstPlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .vstKvBtnWrap .c-buttonW a,
  .vstKvBtnWrap .c-button a {
    display: none;
  }
}
.header__icon__vst {
  background-image: url(../image/app-icon/visualstory.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0px;
}

.header__icon {
  background-position: 0px;
}

.vstWrap {
  background-image: url(../image/waveBluePc.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 0 34rem 0;
}

.vstWrap .modal-content {
  text-align: center;
  padding: 50px 20px;
  background-image: none;
}

.vstWrap .modal-open {
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0);
}

.vstWrap .modal-content-title {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.vstWrap .modal-content-body {
  padding: 70px 20px;
  font-family: SST W20 Light, SST W55 Light;
}
.vi .vstWrap .modal-content-body {
  font-family: SST W29 Light;
}
.th .vstWrap .modal-content-body {
  font-family: SST W31 Light;
}
.zh-hant .vstWrap .modal-content-body {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .vstWrap .modal-content-body {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.vstWrap .modal-content-body {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
  font-size: 1.6rem;
}

.vstWrap .modal-close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: auto;
  right: auto;
  width: auto;
  max-width: 160px;
  height: auto;
  font-size: 1.4rem;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  background-color: #646464;
  font-family: SST W20 Light, SST W55 Light;
}
.vi .vstWrap .modal-close {
  font-family: SST W29 Light;
}
.th .vstWrap .modal-close {
  font-family: SST W31 Light;
}
.zh-hant .vstWrap .modal-close {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .vstWrap .modal-close {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.vstWrap .modal-close {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
  margin: 0 auto;
  border-radius: 3px;
}

.vstWrap .modal-body {
  max-width: 700px;
}

.vstWrap .modal-close:hover {
  outline: 2px #4673f0 solid;
  background-color: #3c3c3c;
}

@media only screen and (max-width: 768px) {
  .vstWrap {
    background-image: url(../image/waveBlueSp.png);
    padding: 0 2rem 22.2rem 2rem;
  }
  .header__btn__vstWrap .c-buttonW,
  .header__btn__vstWrap .c-button {
    display: none;
  }
  .header__btn--appA {
    width: 105px;
    margin-right: 1rem;
  }
  .header__tertiary--inner {
    padding: 0 2rem 0 14px;
  }
  .header__tertiary--inner {
    height: 55px;
  }
  .header__primary {
    margin-bottom: 60px;
  }
}
/*
.slick-slide {
  padding: 40px;
}
*/
.vstList,
.vstInformation {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 1.6rem;
}

.vstList {
  padding-top: 3rem;
}

.vstInformation {
  padding: 6.5rem 0 0 0;
  font-size: 1.4rem;
}

.vstInformation a {
  display: inline-block;
  margin: 0 0 3rem 0;
}

.pb03r {
  padding-bottom: 0.3rem;
}

.pb06r {
  padding-bottom: 0.6rem;
}

.vstInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}

.vstCont {
  width: 33.33%;
  padding: 3.2rem 2.5rem 3rem 2.5rem;
}

.vstCont h3 {
  font-size: 2rem;
  text-align: center;
}

.vstList h4 {
  font-size: 1.6rem;
  text-align: center;
  padding: 5rem 0 0 0;
}

.vstNoticeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vstNoticeWrap img {
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
}

.vstList span {
  display: block;
}

.vstList p {
  position: relative;
}

.vstCont .tal {
  text-align: left;
}

.vstCont img {
  width: 100%;
  max-width: 150px;
  min-width: 150px;
}

.vstCont:not(.app__kv--select) div:not(:first-child) {
  margin-top: 10px;
}

.vstCont .app__kv--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vstCont .app__kv--free {
  padding: 6px 80px;
  font-size: 1.6rem;
}

.vstFS12 {
  font-size: 1.2rem;
}

.vstFS20 {
  font-size: 2rem;
}

.vstPointColor {
  color: #2869FF;
}

.icChecked::before {
  content: "";
  display: block;
  background-image: url(../image/icon/checked.png);
  background-position: top center;
  width: 100%;
  height: 2.2rem;
  background-repeat: no-repeat;
}

.vstList.vstListSp {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .vstList.vstListSp {
    display: block;
  }
  .vstList {
    display: none;
  }
  .vstCont {
    width: 100%;
    padding: 2rem 0rem 2rem 0rem;
  }
  .vstList h4 {
    padding: 2rem 0 0 0;
  }
  .vstWrap .slick-slide {
    padding: 0;
  }
  .vstFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vstInner {
    padding-bottom: 0rem;
  }
  .vstCont .app__kv--free {
    padding: 6px 80px;
    width: auto;
    margin-right: 0;
  }
  .vstWrap .slick-dots {
    position: absolute;
    top: 11.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 0;
  }
  .vstWrap .slick-prev,
  .vstWrap .slick-next {
    top: 6rem;
  }
  .vstPlan .vstCont {
    height: 160px;
  }
  .vstCont h3 {
    position: relative;
  }
  .vstPlan span {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: -3rem;
  }
  .vstPlan .vstCont {
    padding-top: 3rem;
  }
  .icChecked::before {
    height: 1.4rem;
  }
}
/* ieDesktop */
html[lang=ar] .ieDKvBtnWrap {
  padding-right: 25px;
}

.ieDKvBtnWrap .c-buttonW {
  margin-right: 2rem;
}
html[lang=ar] .ieDKvBtnWrap .c-buttonW {
  margin-left: 2rem;
  margin-right: auto;
}

.ieDKvBtnWrap .c-buttonW a::before {
  background: #641ED7;
}

.ieDKvBtnWrap .c-buttonW a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #641ED7;
}

.icAppWarp.c-buttonW a,
.icAppWarp.c-button a {
  padding: 1.2rem 4.6rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.ieDKvBtnWrap .c-button a {
  border: 2px solid #641ED7;
}

.ieDKvBtnWrap .c-button a:hover::before {
  width: 100%;
  height: 100%;
}

.ieDKvBtnWrap .c-button a::before {
  height: 100%;
}

.ieDKvBtnWrap img {
  width: 15px;
}

.ieD .icWindows::after {
  background-image: url(../image/icon/icWindows.png);
}

.ieD .icApple::after {
  background-image: url(../image/icon/icApple.png);
}

.icAppWarp span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ieD .icWindows,
.ieD .icApple {
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 0.3rem;
}

.ieD .icWindows::after,
.ieD .icApple::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 45%;
  left: 0;
}

.ieD .c-buttonW a:hover .icWindows::after {
  background-image: url(../image/icon/icWindowsW.png);
  background-size: contain;
}

.ieD .c-buttonW a:hover .icApple::after {
  background-image: url(../image/icon/icAppleW.png);
  background-size: contain;
}

.ieD .c-buttonW a,
.ieD .c-button a {
  border: 2px solid #641ED7;
}

.ieD .c-button a {
  background: #641ED7;
}

.ieD .c-buttonW a::before {
  background: #641ED7;
}

.ieD .c-button a:hover::before {
  width: 100%;
  height: 100%;
}

.ieD .c-button a::before {
  height: 100%;
}

.ieDLinkCont:last-of-type .c-buttonW a {
  border: none;
}

.ieDLinkCont:last-of-type .c-buttonW a:hover::before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.ieDLinkCont:last-of-type .c-buttonW a::before {
  height: calc(100% - 4px);
}

.ieDFunc {
  color: #fff;
  padding: 10rem 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-size: 100%;
  text-align: center;
}
@media (max-width: 1180px) {
  .ieDFunc {
    padding: 7rem 0;
  }
}

.ieDFunc1 {
  background-image: url(../image/apps-img/ie-desktop/content/ieDFunc1.png);
  background-size: cover;
}

.ieDFunc3 {
  background-image: url(../image/apps-img/ie-desktop/content/ieDFunc3.png);
  background-size: cover;
}

.ieDFunc4Cont__1 {
  padding: 100px 60px 100px !important;
}
.ieDFunc4Cont__1__img-01 {
  display: block;
  max-width: 542px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ieDFunc4Cont__1 {
    padding: 6rem 20px !important;
  }
}
.ieDFunc4Cont__1 .ieD__content--box {
  padding-top: 0 !important;
  margin-top: 4rem;
}
.ieDFunc4Cont__1 .ieD__content--img {
  max-width: 540px;
  min-width: 0;
}
@media (max-width: 768px) {
  .ieDFunc4Cont__1 .ieD__content--img {
    margin-bottom: 12px;
  }
  .ieDFunc4Cont__1 .ieD__content--img:last-child {
    margin-bottom: 0;
  }
}
.ieDFunc4Cont__2 {
  padding: 100px 60px 100px !important;
}
@media (max-width: 768px) {
  .ieDFunc4Cont__2 {
    padding: 6rem 20px !important;
  }
}
.ieDFunc4Cont__2 .ieD__content--box {
  padding-top: 0 !important;
  max-width: 100%;
  margin-top: 4rem;
}
.ieDFunc4Cont__2 .ieD__content--box img {
  display: block;
  max-width: 540px;
  min-width: 0;
}
@media (max-width: 768px) {
  .ieDFunc4Cont__2 .ieD__content--box img {
    margin-bottom: 12px;
  }
  .ieDFunc4Cont__2 .ieD__content--box img:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .ieDFunc4Cont__3 {
    padding: 0 20px 6rem !important;
  }
}
.ieDFunc4Cont__3 .ieD__content--img {
  max-width: 540px;
  min-width: 0;
}
@media (max-width: 768px) {
  .ieDFunc4Cont__3 .ieD__content--img {
    margin-bottom: 12px;
  }
  .ieDFunc4Cont__3 .ieD__content--img:last-child {
    margin-bottom: 0;
  }
}
.ieDFunc4 .ieD__content4--box {
  max-width: 1100px;
}

.ieDEx {
  background-image: url(../image/apps-img/ie-desktop/content/ieDFuncEx.png);
  background-size: cover;
}

.ieDFuncBody {
  margin-top: 5rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ieDFuncBody {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.ieDFuncCont {
  background: #F5ECF5;
  padding: 10rem 60px;
}
@media (max-width: 1180px) {
  .ieDFuncCont {
    padding: 10rem 40px;
  }
}
@media (max-width: 768px) {
  .ieDFuncCont {
    padding: 6rem 20px;
  }
}

.ieDFuncCont .ieD__content--box {
  margin-bottom: 10rem;
  padding-top: 0;
  padding-bottom: 0;
}

.ieDFuncCont .ieD__content--box:last-of-type {
  margin-bottom: 0;
}

.ieDFunc2Img {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2rem;
}
@media (max-width: 960px) {
  .ieDFunc2Img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .ieDFunc2Img {
    display: block;
    max-width: 540px;
    margin: auto;
  }
}

.ieDFunc2Img > div {
  max-width: 275px;
  text-align: center;
}
@media (max-width: 768px) {
  .ieDFunc2Img > div {
    max-width: 100%;
  }
}

.ieDFunc2Img img {
  margin-bottom: 2.5rem;
}

.ieDFunc2Cont {
  padding: 0 60px 100px;
}
@media (max-width: 1180px) {
  .ieDFunc2Cont {
    padding: 0 40px 100px;
  }
}
@media (max-width: 768px) {
  .ieDFunc2Cont {
    padding: 0 20px 60px;
  }
}

.ieDFunc2Cont h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 5rem;
  line-height: 1.5;
  max-width: 1220px;
}
@media (max-width: 768px) {
  .ieDFunc2Cont h3 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.ieD__content--box--txtarea p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.ieD__content--box--txtarea p:last-of-type {
  margin-bottom: 0;
}

.ieDEx .ieDFuncTitle {
  font-size: 2rem;
  padding: 0;
}

.ieDEx {
  padding: 17.4rem 0;
}

@media only screen and (max-width: 768px) {
  .ieDFunc {
    padding: 4rem 2rem;
    background-size: cover;
  }
  .ieDFuncTitle {
    margin-bottom: 3rem;
  }
  .ieDFuncCont .ieD__content--box {
    margin-bottom: 8rem;
  }
  .ieDFunc2Cont h3 {
    font-size: 2.7rem;
  }
  .ieDFunc2Img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ieDFunc2Img > div {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .ieDFunc2Img > div:last-of-type {
    margin-bottom: 0rem;
  }
  .ieDFunc2Cont {
    padding-bottom: 8rem;
  }
  .ieDFunc2ContLinkWrap {
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ieDFunc2ContLinkWrap .c-buttonW:first-of-type {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .ieD__content3--box--title {
    text-align: left;
  }
  .ieD__content3--box--txt {
    margin-top: 2rem;
  }
  .ieDEx .ieDFuncTitle {
    margin-bottom: 0;
  }
  .ieDLinkCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.8rem;
    width: 100%;
  }
  .ieDLinkCont > div:first-of-type {
    margin-right: 0;
  }
  .ieDLinkCont > div {
    width: 100%;
    text-align: center;
  }
  .ieDLinkCont .icAppWarp {
    margin-bottom: 2.5rem;
  }
  .ieDLinkCont > div:last-of-type .icAppWarp {
    margin-bottom: 3.5rem;
  }
  .ieDLinkCont:last-of-type > div:first-of-type {
    margin-bottom: 2.5rem;
  }
  .ieDLinkCont:first-of-type > div {
    padding: 0 4rem;
  }
  .ieDLinkCont:last-of-type > div {
    padding: 0 8rem;
  }
  .ieDLinkCont p {
    color: #fff;
    padding-top: 2rem;
    font-size: 1.2rem;
  }
  .app__qr {
    background-image: url(../image/apps-img/other/background/qr-sp.jpg);
  }
  .app__qr.app__qr__ca {
    background-image: url(../image/apps-img/other/background/qr2-sp.jpg);
  }
  .app__qr.app__qr__ied {
    background-image: url(../image/apps-img/ie-desktop/content/background-suport-iedt-sp.jpg);
  }
  .app__qr.app__qr__iem {
    background-image: url(../image/apps-img/ie-mobile/content/background-suport-iem-sp.jpg);
  }
  .app__qr.app__qr__vs {
    background-image: url(../image/apps-img/visualstory/content/background-suport-vst-sp.jpg);
  }
  .app__qr.app__qr__tft {
    background-image: url(../image/apps-img/transfer/content/background-suport-tft-sp.jpg);
  }
  .ieDLinkWrap {
    padding: 6rem 0;
  }
}
.ieD__mainFunction {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
}
.ieD__mainFunction .gridContentThree--box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
  background-color: #fff;
  padding: 3rem 1.2rem 2.5rem;
  border-radius: 1.5rem;
}
.ieD__mainFunction .gridContentThree--box h5 {
  font-size: 2.8rem;
  margin-bottom: 0.7rem;
}
.ieD__mainFunction .gridContentThree--box p {
  font-size: 2rem;
  line-height: 1.5;
}

.app__section3__btnWrap {
  padding-top: 7.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.app__section3__btnWrap p {
  font-size: 1.2rem;
  padding-top: 1rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .app__section3__btnWrap {
    padding-top: 3.5rem;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  .vsH2TitleInner,
  .me__section1--title,
  .ieD__section--title,
  .tt__section2--title {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
  }
  .ieM__section3--title,
  .ieDFuncTitle,
  .tt__section3--title {
    font-size: 2rem;
  }
  .vsContH2Title,
  .ieM__section3--title p,
  .ieDFuncTitle p,
  .tt__section5--title p,
  .tt__section4--title p,
  .tt__section3--title p {
    font-size: 1.6rem;
  }
  .vsH2Title,
  .me__section1,
  .ieD__section,
  .tt__section2 {
    background: #fff;
    padding: 5rem 0 5rem 0;
  }
  .vsCont4 {
    background: #F2ECEC;
    padding: 6rem 0rem;
  }
  .ieM__section2 {
    background: #F2ECEC;
    padding: 6rem 2rem;
  }
  .vsContFlex,
  .ieM__section2--flex {
    padding: 5rem 0 0 0;
  }
  .ieM .app__section3--title {
    /*margin-bottom: 4.5rem;*/
  }
  .ieM__section3 {
    padding: 6rem 2rem;
  }
  .ieM__section6 {
    padding: 3.5rem 2rem 4.5rem 2rem;
  }
}
/* vst index */
.vsCont {
  width: 100%;
  line-height: 1.6;
  padding: 10rem 0;
}

.vsCont1 {
  padding: 0;
  width: 100%;
  background: #F7F7F7;
}

.vsCont2 {
  width: 100%;
  background: #EAF0F4;
}

.vsCont3 {
  width: 100%;
  background: #3269FF;
}

.vsCont3 .c-buttonW a {
  margin-top: 3.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.vsCont3 h2 {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}

.vsCont8,
.vsCont4 {
  background: #F7F7F7;
}

.vsCont4 .youtube {
  max-width: 440px;
}
@media (max-width: 768px) {
  .vsCont4 .youtube {
    max-width: 100%;
  }
}

.vsCont8 .vsContInner > h3,
.vsCont7 .vsContInner > h3,
.vsCont6 .vsContInner > h3,
.vsCont5 .vsContInner > h3,
.vsCont4 .vsContInner > h3 {
  text-align: center;
  font-size: 2rem;
  padding-top: 4rem;
}

.vsCont7,
.vsCont5 {
  background: #EAF0F4;
}

.vsCont8 .vsContInner > p,
.vsCont7 .vsContInner > p,
.vsCont5 .vsContInner > p {
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  padding: 4.5rem 0;
}

.vsCont8 .vsContInner > .youtube,
.vsCont7 .vsContInner > .youtube,
.vsCont5 .vsContInner > .youtube {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.vsCont7 .vsContInner > .youtube {
  margin-top: 10rem;
}

.vsContInner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  .vsContInner {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .vsContInner {
    padding: 0 20px;
    max-width: 540px;
  }
}

.vsCont1 .vsContInner {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .vsCont1 .vsContInner {
    padding-bottom: 0rem;
  }
}

.vs .app__section1 {
  display: block;
  margin: 0;
  padding: 10rem 0 7rem 0;
}

.vsCont1 .app__section1--title {
  margin-bottom: 7rem;
}

.vs .vst__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vsContFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vsContTxt {
  width: 100%;
  max-width: 500px;
}

.vsContFlex > img {
  width: 100%;
  max-width: 440px;
}
@media (max-width: 1180px) {
  .vsContFlex > img {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .vsContFlex > img {
    max-width: 100%;
  }
}

.vst__content--box--txt p {
  margin-bottom: 3rem;
}

.vsContFlex h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.vsContWorkFlowWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  padding: 5.5rem 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.vsContWorkFlowWrap img {
  width: 100%;
  max-width: 100%;
}

.vsContH2Title {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .vsContH2Title {
    font-size: 2rem;
  }
}

.vsContH2Title p {
  font-size: 2rem;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .vsContH2Title p {
    margin-bottom: 0px;
    font-size: 1.6rem;
  }
}

.vsContWorkFlowWrap > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vsContWorkFlowWrap p {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 12%;
  left: 50%;
  width: 200px;
  text-align: center;
}

.vsCont2 .youtube {
  width: 100%;
  max-width: 720px;
  margin-top: 5.5rem;
  margin-left: auto;
  margin-right: auto;
}

.vsContGraphWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 769px) {
  .vsContGraphWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.vsContGraphWrap {
  font-size: 1.6rem;
  gap: 40px;
}
.vsContGraphWrap .vsContGraphItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vsContGraphWrap .vsContGraphItems > p {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  margin: 0;
  padding: 0;
}
@media (max-width: 320px) {
  .vsContGraphWrap .vsContGraphItems > p {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
@media (max-width: 960px) {
  .vsContGraphWrap {
    max-width: 720px;
    margin: auto;
  }
  .vsContGraphWrap .vsContGraphItems {
    width: 49%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 49%;
  }
  .vsContGraphWrap .vsContGraphItems > p {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 960px) and (max-width: 320px) {
  .vsContGraphWrap .vsContGraphItems > p {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
@media (max-width: 960px) {
  .vsContGraphWrap .vsContGraphItems > div {
    height: auto;
  }
}
@media (max-width: 768px) {
  .vsContGraphWrap {
    gap: 0 40px;
  }
  .vsContGraphWrap .vsContGraphItems {
    width: 49%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 49%;
  }
  .vsContGraphWrap .vsContGraphItems > p {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .vsContGraphWrap .vsContGraphItems > p {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
@media (max-width: 768px) {
  .vsContGraphWrap .vsContGraphItems > div {
    height: auto;
  }
}

.vsContGraphItems {
  width: 50%;
  max-width: 440px;
}

.vsCont9 .vsContInner > p {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 0 6rem 0;
}

.vsContGraphImg {
  padding: 2rem 0 4rem;
  position: relative;
  text-align: center;
}

.vsContGraphImg p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width: 200px;
  line-height: 1.2;
}

.vsContGraphImg1 p {
  top: 3.4%;
  left: 57%;
}
@media (max-width: 960px) {
  .vsContGraphImg1 p {
    top: 4.4%;
    left: 67%;
  }
}

.vsContGraphImg2 p {
  top: 3.4%;
  left: 75%;
}
@media (max-width: 960px) {
  .vsContGraphImg2 p {
    top: 4.4%;
    left: 85%;
  }
}

.vsContGraphImg img {
  max-width: 50% !important;
  width: 50% !important;
}

@media (max-width: 768px) {
  .vsContFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vsContWorkFlowWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vsContWorkFlowWrap > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vsContWorkFlowWrap > div:not(.vsContWorkFlowArr) {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr;
    gap: 22px;
  }
  .vsContWorkFlowWrap > div:not(.vsContWorkFlowArr) > *:nth-child(1) {
    display: block;
    margin: 0 0 0 auto;
  }
  .vsContWorkFlowWrap > div:not(.vsContWorkFlowArr):nth-child(1) > *:nth-child(1) {
    margin-right: -20px;
  }
  .vsContWorkFlowWrap > div:last-child {
    display: block;
    margin-left: 0rem;
  }
  .vsContWorkFlowWrap > div:last-child > *:nth-child(1) {
    display: block;
    margin: auto;
  }
  .vsContWorkFlowWrap > div:last-child p {
    position: relative;
    text-align: center;
    margin-top: -45px;
    z-index: 2;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .vsContWorkFlowWrap > div:last-child p {
    margin-top: -18%;
  }
}
@media (max-width: 768px) {
  .vsContWorkFlowWrap img {
    width: auto;
    max-width: auto;
  }
  .vsContWorkFlowArr img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .vsCont {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .vsContWorkFlowWrap p {
    position: relative;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: left;
  }
  .vsContWorkFlowArr {
    height: 50px;
  }
  .vsContWorkFlowWrap > div:last-of-type {
    margin-top: 2rem;
  }
  .vs .app__section1 {
    padding: 0rem 0 0rem 0;
  }
  .vsCont1 .app__section1--title {
    margin-bottom: 3rem;
  }
  .vsContFlex h3 {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
  .ieDContLinkWrap > div:first-of-type .c-buttonW {
    margin-right: 0;
  }
  .vs .ieDContLinkWrap {
    display: block;
    padding-top: 5.5rem;
  }
  .vsCont3 h2 {
    font-size: 2.7rem;
  }
  .vsCont8 .vsContInner > h3,
  .vsCont7 .vsContInner > h3,
  .vsCont6 .vsContInner > h3,
  .vsCont5 .vsContInner > h3,
  .vsCont4 .vsContInner > h3 {
    font-size: 1.4rem;
    padding-top: 3rem;
  }
  .flexContRev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
  .vsCont8 .vsContInner > p,
  .vsCont7 .vsContInner > p,
  .vsCont5 .vsContInner > p {
    font-size: 1.4rem;
    padding: 2rem 0 0rem 0;
  }
  .vsCont5 .vsContInner > .youtube,
  .vsCont8 .vsContInner > .youtube,
  .vsCont7 .vsContInner > .youtube {
    margin-top: 3rem;
  }
  .vs__content2 .vsContInner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .vs__content2--title,
  .vs__content1--title {
    font-size: 2.7rem;
  }
  .vsContGraphWrap {
    font-size: 1.2rem;
  }
  .vsContGraphImg.vsContGraphImg1 p {
    top: 4.5%;
    left: 35%;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: auto;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .vsContGraphImg.vsContGraphImg1 p {
    top: 6%;
  }
}
@media (max-width: 768px) {
  .vsContGraphImg p {
    width: 78px;
    line-height: 1;
  }
  .vsContGraphImg2 p {
    -webkit-transform: translate(0);
            transform: translate(0);
    top: 4.5%;
    left: 55%;
    width: 120px;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .vsContGraphImg2 p {
    width: auto;
    top: 4%;
    font-size: 1rem;
  }
}
.plainLink a {
  color: #641ED5 !important;
  text-decoration: underline;
  font-family: SST W20 Light, SST W55 Light;
}
.vi .plainLink a {
  font-family: SST W29 Light;
}
.th .plainLink a {
  font-family: SST W31 Light;
}
.zh-hant .plainLink a {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .plainLink a {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.plainLink a {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .plainLink a:hover {
    text-decoration: none;
  }
}

.capOnImg {
  position: relative;
  width: 100%;
  max-width: 440px;
}
@media (max-width: 768px) {
  .capOnImg {
    max-width: 100%;
  }
}

.vsCont6Cap1,
.vsCont6Cap2,
.vsCont4Cap1,
.vsCont4Cap2,
.vsCont4Cap3 {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 1.2rem;
}

.vsCont4Cap1 {
  top: 21%;
  left: 53%;
}

.vsCont4Cap2 {
  top: 53%;
  left: 53%;
}

.vsCont4Cap3 {
  top: 83%;
  left: 53%;
}

.vsCont6Cap1 {
  top: 56%;
  left: 35%;
}

.vsCont6Cap2 {
  top: 23%;
  left: 20%;
}

.app__kv--qr {
  width: 100%;
  max-width: 100px;
  border-radius: 7px;
}

.commModalTitle {
  font-size: 20px;
  margin-bottom: 0;
}

.commModalBody {
  padding: 70px 0;
  font-size: 1.6rem;
  font-weight: initial;
}

.commModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.commModalBg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.commModalCloseBtn {
  color: #fff;
  background-color: #646464;
  padding: 10px 20px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  font-size: 1.6rem;
}

.commModalCloseBtn:hover {
  outline: 2px #4673f0 solid;
  background-color: #3c3c3c;
}

.commModalCont {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.commModalOpen,
.commModalClose {
  cursor: pointer;
}

.voice__slider .slick-next {
  right: -3%;
}

.voice__slider .slick-prev {
  left: -3%;
}

@media only screen and (max-width: 768px) {
  .voice__slider .slider .slick-slide {
    margin: 0;
  }
}
.licenseWrap {
  font-size: 1.4rem;
}

.licenseWrap p {
  line-height: 1.4;
  padding-top: 2rem;
  padding-left: 0.5em;
}

.licenseWrap h4 {
  font-size: 1.6rem;
  font-family: SST W20 Bold, SST W55 Bold, sans-serif;
}
.vi .licenseWrap h4 {
  font-family: SST W29 Bold;
}
.th .licenseWrap h4 {
  font-family: SST W31 Bold;
}
.zh-hant .licenseWrap h4 {
  font-family: "Microsoft JhengHei Bold", "Heiti TC", sans-serif;
  font-weight: bold;
}
.zh-hans .licenseWrap h4 {
  font-family: "Microsoft Yahei Bold", "Heiti SC", sans-serif;
  font-weight: bold;
}
.licenseWrap h4 {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}

.licenseWrap > div {
  margin-bottom: 5rem;
}

.licenseWrap > div:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .licenseWrap p {
    padding-left: 0;
  }
}
/* cl */
.cltitle {
  text-align: center;
  font-size: 2.8rem;
}

.clSliderWrap {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 1.6rem;
}

.clSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: min(60vw, 660px);
}
@media only screen and (max-width: 768px) {
  .clSelect {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .clSelect {
    display: block;
  }
  .clSelect button {
    padding: 1rem 2rem !important;
  }
}
.clSelect > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clSelect > .clSelect__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.clSelect > .clSelect__list > button {
  width: 33.3333333333%;
  padding: 2rem 4.5rem;
}
@media only screen and (max-width: 768px) {
  .clSelect > .clSelect__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .clSelect > .clSelect__list > button {
    width: 100%;
  }
}

.clSelect button {
  width: 100%;
  padding: 2rem 6rem;
  text-align: left;
  font-size: 1.5rem;
}
.clSelect button:hover {
  text-decoration: underline;
}

.serviceArea button {
  font-family: SST W20 Bold, SST W55 Bold, sans-serif;
}
.vi .serviceArea button {
  font-family: SST W29 Bold;
}
.th .serviceArea button {
  font-family: SST W31 Bold;
}
.zh-hant .serviceArea button {
  font-family: "Microsoft JhengHei Bold", "Heiti TC", sans-serif;
  font-weight: bold;
}
.zh-hans .serviceArea button {
  font-family: "Microsoft Yahei Bold", "Heiti SC", sans-serif;
  font-weight: bold;
}
.serviceArea button {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}

.clSelect span {
  position: relative;
}

.clSelect button {
  font-family: SST W20 Light, SST W55 Light;
}
.vi .clSelect button {
  font-family: SST W29 Light;
}
.th .clSelect button {
  font-family: SST W31 Light;
}
.zh-hant .clSelect button {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .clSelect button {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.clSelect button {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}
@media only screen and (min-width: 769px) {
  .clSelect button:hover {
    opacity: 0.7;
  }
}

.clSelect span::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -14px;
  top: 50%;
  background-color: #641ED7;
  border-radius: 100rem;
}

.clBtnBack {
  text-align: center;
  padding-top: 5rem;
  position: relative;
}

.clBtnBack button {
  position: relative;
  padding-left: 2.4rem;
}

.clBtnBack button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  background-size: 100%;
  background-image: url(../image/icon/icCSArrow.png);
  width: 12px;
  height: 14.39px;
}

.clSlider h3 {
  text-align: center;
  margin-bottom: 5.5rem;
}

@media only screen and (max-width: 768px) {
  .clSlider h3 {
    margin-bottom: 1.5rem;
  }
}
.clSlider h3 span {
  font-size: 2.4rem;
  display: block;
  padding-bottom: 2rem;
}

.clBtnBack1 {
  padding-bottom: 3.5rem;
}

.clTable {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

.clTable img {
  width: auto;
  height: auto;
}

.clTable th {
  text-align: left;
  background-color: #EFEFEF;
}

.clTable td {
  font-family: SST W20 Light, SST W55 Light;
}
.vi .clTable td {
  font-family: SST W29 Light;
}
.th .clTable td {
  font-family: SST W31 Light;
}
.zh-hant .clTable td {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .clTable td {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.clTable td {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}

.clTable img {
  display: inline-block;
}

.clTable td,
.clTable th {
  border: 1px solid #ccc;
  padding: 1em 1.4em;
}

.clTable th:last-of-type,
.clTable td:last-of-type {
  text-align: center;
  vertical-align: middle;
}

.clTable .ignoreSell {
  border: none;
}

.clTableData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.clTableData1 {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 18.45px;
  background-image: url(../image/icon/icCSChecked.png);
  padding-left: 25px;
  margin-right: 2rem;
}

.clTableData2 {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 14px;
  background-image: url(../image/icon/icCSLine.png);
  padding-left: 20px;
}

.clTableData3 {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 18.45px;
  background-image: url(../image/icon/icCSAsta.png);
  padding-left: 25px;
  margin-left: 1.8rem;
}

.icCSCheckedImg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18.45px;
  background-image: url(../image/icon/icCSChecked.png);
}

.icCSLineImg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
  background-image: url(../image/icon/icCSLine.png);
}

.icCSAstaImg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
  background-image: url(../image/icon/icCSAsta.png);
}

@media only screen and (max-width: 768px) {
  .clTable th {
    font-size: 1.2rem;
  }
  .clTable td {
    font-size: 1rem;
  }
  .clSelect > button {
    width: 100%;
  }
  .l-gbBlur::after {
    height: 100% !important;
  }
}
.licenseWrap {
  font-size: 1.3rem;
}

.licenseWrap h4 {
  font-family: SST W20 Bold, SST W55 Bold, sans-serif;
}
.vi .licenseWrap h4 {
  font-family: SST W29 Bold;
}
.th .licenseWrap h4 {
  font-family: SST W31 Bold;
}
.zh-hant .licenseWrap h4 {
  font-family: "Microsoft JhengHei Bold", "Heiti TC", sans-serif;
  font-weight: bold;
}
.zh-hans .licenseWrap h4 {
  font-family: "Microsoft Yahei Bold", "Heiti SC", sans-serif;
  font-weight: bold;
}
.licenseWrap h4 {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
}

.licenseWrap > div {
  margin-bottom: 2rem;
}

.licenseWrap > div:last-of-type {
  margin-bottom: 0;
}

.copyright_tou_pp {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .copyright_tou_pp {
    font-size: 10px;
  }
} 
/* .ru{
  @media only screen and (max-width: 768px) {
    .app__plan--storage {
      font-family: SST W20 Bold,SST W55 Bold;
      font-weight: normal !important;
    }
  }
  @include tb_s{
    .app__plan--content{
      li{
        &:nth-child(1){
          .app__plan--storage{
            font-family: SST W20 Bold,SST W55 Bold;
            font-weight: normal !important;
          }
        }

      }
    }
  }
} */
.app__kv--ComingSoon {
  max-width: 345px;
  width: 100%;
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .app__kv--ComingSoon {
    max-width: 25rem;
    width: 100%;
    margin: 3rem auto 0;
  }
}

.tooltip {
  text-decoration: line-through;
}
.tooltip:hover {
  cursor: pointer;
  text-decoration: none;
}
.tooltip a {
  color: #641ED5 !important;
  text-decoration: underline;
  font-family: SST W20 Light, SST W55 Light;
}
.vi .tooltip a {
  font-family: SST W29 Light;
}
.th .tooltip a {
  font-family: SST W31 Light;
}
.zh-hant .tooltip a {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-weight: normal;
}
.zh-hans .tooltip a {
  font-family: "Microsoft Yahei", "Heiti SC", sans-serif;
  font-weight: normal;
}
.tooltip a {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .tooltip a:hover {
    text-decoration: none;
  }
}

.creators-app .list-dot {
  margin-top: 2rem;
}
.creators-app .list-dot li {
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -15px;
  padding-left: 15px;
}
.creators-app .list-dot li::before {
  content: "・";
}
.creators-app .app__kv {
  background-color: #F7F7F7;
}
.creators-app .app__kv--txt {
  font-size: 2rem;
  max-width: 580px;
  margin-bottom: 18px;
}
.creators-app .app__kv--txt--l {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.creators-app .app__kv--txt--s {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .creators-app .app__kv--txt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .creators-app .app__kv--txt--l {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .creators-app .app__kv--txt--s {
    font-size: 1.2rem;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .creators-app .app__kv--content {
    top: calc(50% - 5vw) !important;
  }
  .creators-app .app__kv--title {
    margin-top: -6px;
  }
  .creators-app .app__kv--app {
    margin-top: -8px;
  }
}
@media (max-width: 768px) {
  .creators-app .app__qr--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .creators-app .app__qr--code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.creators-app .bg--white {
  background-color: #fff;
}
.creators-app .list--asta {
  margin-top: 2rem;
}
.creators-app .list--asta li {
  text-indent: -10px;
  padding-left: 10px;
  line-height: 1.5;
}
.creators-app .list--asta li::before {
  content: "* ";
}
.creators-app .list--mb20 li {
  margin-bottom: 2rem;
}
.creators-app .app__section1 .app__correspondence--txt {
  margin-top: 2.8rem;
}
.creators-app .app__section1 .read {
  margin-bottom: 45px;
}
.creators-app .app__section1 .mb-1 {
  margin-bottom: 38px;
}
.creators-app .app__section1 .mb-2 {
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .creators-app .app__section1 {
    margin-top: 70px;
  }
  .creators-app .app__section1 .read {
    margin-bottom: 75px;
  }
  .creators-app .app__section1 .mb-1 {
    margin-bottom: 35px;
  }
  .creators-app .app__section1 .sp-center {
    text-align: center;
  }
}
.creators-app .app__section1.cn-padding {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .creators-app .app__section1.cn-padding {
    padding-bottom: 50px;
  }
}
.creators-app .app__section2--box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 5% 40px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .creators-app .app__section2--box {
    display: block;
    margin-top: 45px;
  }
}
.creators-app .app__section2--box .commBtnWrap {
  text-align: start;
}
.creators-app .app__section2--box .commBtnWrap .c-buttonW {
  margin-inline: 0;
}
.creators-app .app__section2--box-content {
  width: 100%;
}
.creators-app .app__section2--box-title {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .creators-app .app__section2--box-title {
    font-size: 2rem;
  }
}
.creators-app .app__section2 .listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.creators-app .app__section2 .listWrap .list-dot {
  color: #fff;
  margin-top: 65px;
}
.creators-app .app__section2 .listWrap .list-dot li a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .creators-app .app__section2 .listWrap .list-dot {
    margin-top: 0;
  }
}
.creators-app .app__plan {
  padding-top: 78px;
  background-image: url(/catalog/assets/image/apps-img/other/gradation/gradation.jpg);
}
@media (max-width: 768px) {
  .creators-app .app__plan {
    padding-top: 60px;
    background-image: url(/catalog/assets/image/apps-img/other/gradation/gradation-sp.jpg);
  }
}
.creators-app .detailLink__outer {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .creators-app .detailLink__outer {
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.creators-app .detailLink__outer h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: center;
}
.creators-app .detailLink__outer p {
  line-height: 1.5;
  margin-bottom: 3.5rem;
  text-align: center;
}
.creators-app .detailLink__outer .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.creators-app .detailLink__outer .btnWrap .header__btn--signin {
  max-width: 248px;
}
@media (max-width: 768px) {
  .creators-app .detailLink__outer .btnWrap .header__btn--signin {
    margin-top: 0;
  }
}
.creators-app .app__qr.app__qr__ca {
  background-image: url(/catalog/assets/image/apps-img/other/gradation/gradation.jpg);
}
@media (max-width: 768px) {
  .creators-app .app__content01--title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .creators-app .app__content01--box-title {
    font-size: 2rem;
  }
}
.creators-app .app__content01--singleBox {
  display: block;
  max-width: 1000px;
}
.creators-app .app__content01--singleBox .app__content01--box-title {
  text-align: center;
}
@media (max-width: 768px) {
  .creators-app .app__content01--singleBox {
    max-width: 540px;
  }
  .creators-app .app__content01--singleBox .app__content01--box-title {
    text-align: left;
  }
}
[lang=zh-hans] .creators-app .app__content01 {
  padding-top: 0.1px;
}
.creators-app .app__content01.ccw {
  background-image: url(/catalog/assets/image/apps-img/other/background/qr2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
@media (max-width: 768px) {
  .creators-app .app__content01.ccw {
    padding-top: 30px;
    padding-bottom: 0;
    background-image: url(/catalog/assets/image/apps-img/other/background/qr2-sp.jpg);
  }
}
.creators-app .app__content01.ccw .app__content01--box {
  margin-top: 0;
}
@media (max-width: 768px) {
  .creators-app .app__content01.ccw .app__content01--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.creators-app .app__content01.ccw .app__content01--box-title {
  font-size: 1.8rem;
}
.creators-app .app__content01.ccw .app__content01--box-title strong {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .creators-app .app__content01.ccw .app__content01--box-title {
    font-size: 1.4rem;
    text-align: center;
  }
  .creators-app .app__content01.ccw .app__content01--box-title strong {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .creators-app .app__content01.ccw .app__content01--box .c-buttonW {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .creators-app .app__content01.ccw .app__content01--box .c-buttonW {
    margin-bottom: 2rem;
  }
}
.creators-app .app__content01.discover {
  background: url(../image/bg-community@2x.png) no-repeat -26rem 11.5rem;
  background-size: 65rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .creators-app .app__content01.discover {
    background: url(../image/sp/bg-community.png) no-repeat -15rem 26.5rem;
    background-size: 45.1rem;
    background-color: #ffffff;
  }
  .creators-app .app__content01.discover .app__content01--box-content {
    padding: 0 2rem 1.8rem;
  }
}
.creators-app .app__content01.discover .app__content01--title {
  margin-bottom: 3rem;
}
.creators-app .app__content01.discover .read {
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .creators-app .app__content01.discover .read {
    text-align: start;
  }
}
.creators-app .app__content01.discover .app__content01--box {
  position: relative;
  padding-inline: 0;
}
.creators-app .app__content01.discover .app__content01--box > * {
  z-index: 2;
}
.creators-app .app__content01.discover .app__content01--box > picture {
  max-width: 44rem;
  width: 100%;
}
.creators-app .app__content01.discover .app__content01--box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.5);
}
.creators-app .app__content01.discover .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-top: 1.5rem;
}
.creators-app .app__content01.discover .btnWrap a {
  margin-top: 0;
  margin-inline: 0;
}

.MandC .header__tertiary {
  background: #EAECF0;
}
.MandC .header__icon {
  background-image: url(../image/app-icon/monitor-and-control.png);
}
.MandC .header__icon span {
  color: #000000;
}
.MandC .app__kv {
  background-color: #fff;
}
.MandC .annotation {
  margin-top: 0.4rem;
  font-size: 1.15rem;
  text-indent: -0.475rem;
  padding-left: 0.475rem;
}
.MandC .annotation::before {
  content: "*";
}
.MandC .app__kv--txt {
  max-width: unset;
}
.MandC .app__kv--title br {
  display: none;
}
@media (max-width: 768px) {
  .MandC .app__kv--content {
    top: 42% !important;
  }
  .MandC .app__kv--txt span {
    display: inline-block;
  }
  .MandC .app__kv--app {
    height: 58px;
    width: 58px;
  }
  .MandC .app__kv--title {
    line-height: 1.066;
  }
  .MandC .app__kv--title br {
    display: initial;
  }
}
.MandC .app__kv--select {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.MandC .app__kv--select .c-buttonW {
  margin: 0;
}
.MandC .app__kv--select .c-buttonW a {
  min-width: 170px;
  height: 50px;
  border: solid 2px #C80028;
}
.MandC .app__kv--select .c-buttonW a::before {
  background: unset;
  background-color: #C80028;
}
@media (max-width: 768px) {
  .MandC .app__kv--select .c-buttonW {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}
.MandC .app__section1 {
  margin-left: auto;
  margin-right: auto;
}
.MandC .app__section1--title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.MandC .app__section1--title span {
  display: inline-block;
}
@media (max-width: 768px) {
  .MandC .app__section1--title {
    margin-top: 20vw;
    margin-bottom: 50px;
  }
  .MandC .app__section1--title span {
    display: inline;
  }
  .MandC .app__section1--title br {
    display: none;
  }
}
.MandC .app__section1--compatibleModels {
  max-width: 1100px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}
.MandC .app__section1--support {
  margin-top: 1.5rem;
}
.MandC .app__correspondence--txt {
  font-size: 2.4rem;
  margin-top: 50px !important;
}
.MandC .app__correspondence .app__section1--annotation {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .MandC .app__correspondence--txt.--txt-size {
    font-size: 2rem;
    text-align: center;
  }
}
.MandC #plan {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .MandC #plan {
    scroll-margin-top: 80px;
  }
}
.MandC__content1 {
  background-color: #C80028;
  color: #ffffff;
}
.MandC__content1__whiteBlock {
  background-color: #fff;
  color: #000;
  padding: 60px 30px;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .MandC__content1__whiteBlock {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .MandC__content1__whiteBlock__outer {
    padding-inline: 20px;
  }
}
.MandC__content1__whiteBlock--2 {
  margin-top: 3.6rem;
  margin-bottom: 10rem;
}
.MandC__content1__whiteBlock__head {
  margin-bottom: 3rem;
}
.MandC__content1__whiteBlock__title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}
.MandC__content1__whiteBlock__subTitle {
  font-size: 2rem;
  text-align: center;
  margin-top: 1.8rem;
  line-height: 1.5;
}
.MandC__content1__whiteBlock__subTitle--plusIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.MandC__content1__whiteBlock__subTitle--plusIcon::before {
  display: block;
  content: url(../image/icon/plus_redcircle.svg);
}
@media (max-width: 768px) {
  .MandC__content1__whiteBlock__subTitle--plusIcon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.MandC__content1__whiteBlock .funcFlex--A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 60px;
}
@media (max-width: 768px) {
  .MandC__content1__whiteBlock .funcFlex--A {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.MandC__content1__whiteBlock .funkGrid {
  display: grid;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-columns: 1fr 1px 1fr;
  gap: 2rem 1rem;
}
@media (max-width: 768px) {
  .MandC__content1__whiteBlock .funkGrid {
    grid-template-columns: 1fr;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
.MandC__content1__whiteBlock .funkGrid__title {
  line-height: 1.5;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.MandC__content1__whiteBlock .funkGrid__planName {
  color: #c80028;
  font-size: 2.8rem;
  margin-bottom: 1.8rem;
  text-align: center;
}
.MandC__content1__whiteBlock .funkGrid__planPrice {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
  text-align: center;
}
.MandC__content1__whiteBlock .funkGrid__planPrice:nth-of-type(2) {
  margin-bottom: 3rem;
}
.MandC__content1__whiteBlock .funkGrid__planPrice span {
  font-size: 1.4rem;
}
.MandC__content1__whiteBlock .funkGrid__planDiscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MandC__content1__whiteBlock .funkGrid__planDiscription h6 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.MandC__content1__whiteBlock .funkGrid__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ccc;
  width: 1px;
}
@media (max-width: 768px) {
  .MandC__content1__whiteBlock .funkGrid__border {
    width: 100%;
    height: 1px;
    margin-bottom: 1.5rem;
  }
}
.MandC__content1__linkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5rem auto 0;
}
.MandC__content1__linkBlock p {
  line-height: 1.5;
}
.MandC__content1__linkBlock__read {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
.MandC__content1__linkBlock__btnFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .MandC__content1__linkBlock__btnFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.MandC__content1 .gridContentThree--box--txt {
  position: relative;
}
.MandC__content1 .gridContentThree--box .videoWrapp {
  aspect-ratio: 640/424;
  background-color: #000;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MandC__content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 40px 85px;
  background-color: #FAF5F5;
}
.MandC__content2--title {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}
.MandC__content2--txt {
  position: relative;
  text-align: center;
  max-width: 730px;
  line-height: 1.5;
  margin-top: 2.7rem;
  margin-left: auto;
  margin-right: auto;
}
.MandC__content2--txt-2 {
  margin-top: 60px;
}
.MandC__content2--annotation {
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .MandC__content2--annotation {
    margin-top: 40px;
  }
}
.MandC__content2--gridImg {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px;
  margin-top: 56px;
}
.MandC__content2--gridImg__item img {
  width: 100%;
}
@media (max-width: 1080px) {
  .MandC__content2--gridImg {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .MandC__content2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .MandC__content2--inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .MandC__content2--title {
    font-size: 25px;
  }
}
.MandC__content2 .common-list--dot {
  text-align: center;
  margin-top: 20px;
}
.MandC__content3 {
  background-color: #ffffff;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.MandC__content3 .gridContentThree--title {
  font-size: 28px;
}
.MandC__content3 .gridContentThree--txt {
  margin-top: 27px;
  text-align: center;
  line-height: 1.5;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.MandC__content3 .gridContentThree--annotation {
  margin-top: 1em;
  text-align: center;
}
.MandC__content3 .gridContentThree--box .videoWrapp .video {
  border-radius: 0;
}
@media (max-width: 768px) {
  .MandC__content3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .MandC__content3--inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
.MandC__content4, .MandC__content8, .MandC__content12, .MandC__content13 {
  padding: 80px 0 100px;
  background-color: #FAF5F5;
}
.MandC__content4 .flexContentA--box, .MandC__content8 .flexContentA--box, .MandC__content12 .flexContentA--box, .MandC__content13 .flexContentA--box {
  gap: 40px;
}
.MandC__content4 .flexContentA--box .videoWrapp, .MandC__content8 .flexContentA--box .videoWrapp, .MandC__content12 .flexContentA--box .videoWrapp, .MandC__content13 .flexContentA--box .videoWrapp {
  max-width: 438px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.MandC__content4 .flexContentA--box .videoWrapp.play-expansion--play, .MandC__content8 .flexContentA--box .videoWrapp.play-expansion--play, .MandC__content12 .flexContentA--box .videoWrapp.play-expansion--play, .MandC__content13 .flexContentA--box .videoWrapp.play-expansion--play {
  max-width: 100%;
}
.MandC__content4 .flexContentA--box .annotatonList, .MandC__content8 .flexContentA--box .annotatonList, .MandC__content12 .flexContentA--box .annotatonList, .MandC__content13 .flexContentA--box .annotatonList {
  font-size: 1.2rem;
}
.MandC__content5, .MandC__content9 {
  padding: 80px 0 100px;
}
.MandC__content9 .flexContentA--box {
  gap: 40px;
}
.MandC__content9 .flexContentA--box .videoWrapp {
  max-width: 438px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.MandC__content9 .flexContentA--box .videoWrapp.play-expansion--play {
  max-width: 100%;
}
.MandC__content6 {
  padding: 75px 0 85px;
  background-image: url(../image/apps-img/monitor-and-control/content/back2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.MandC__content6 .contentTitle--a {
  color: #ffffff;
}
.MandC__content6 .header__btn--signin {
  background: #C80028;
}
.MandC__content6 .appBox--a--box {
  padding: 0;
  background: none;
  backdrop-filter: none;
}
.MandC__content6 .appBox--a--box .app__kv--flex--btn a {
  max-height: 50px;
}
@media (max-width: 768px) {
  .MandC__content6 {
    background-image: url(../image/apps-img/monitor-and-control/content/back2-sp.jpg);
  }
  .MandC__content6 .appBox--a--box .app__qr--code {
    display: none;
  }
  .MandC__content6 .appBox--a--box .app__kv--appbtn {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .MandC__content6 .appBox--a--box .app__kv--appbtn a {
    height: 40px;
  }
  .MandC__content6 .appBox--a--box .app__kv--appbtn a:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .MandC__content6 .appBox--a--box .app__kv--appbtn a img {
    max-height: 100%;
    width: auto;
  }
}
.MandC__content7 {
  padding: 75px 0 85px;
  background-color: #F2F2F2;
}
.MandC__content7 .contentTitle--a {
  margin-bottom: 76px;
}
.MandC__content7 .articleCard {
  background-color: #ffffff;
}
.MandC .flexContentA--box--txtarea .common-list--dot {
  margin-top: 2rem;
}
.MandC__content10 {
  background-color: #C80028;
  color: #ffffff;
}
@media (max-width: 768px) {
  .MandC__content10 {
    padding-inline: 20px;
  }
}
.MandC__content10 .planGrid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 470px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 7rem;
  color: #00001a;
}
.MandC__content10 .planGrid__item {
  display: subgrid;
  grid-row: span 3;
  background-color: #fff;
  padding: 4.8rem 1.8rem;
}
.MandC__content10 .planGrid__item .h_wrapper h4 {
  font-size: 3.2rem;
  margin-bottom: 0;
}
.MandC__content10 .planGrid__item .sub {
  font-size: 1.8rem;
}
.MandC__content10 .planGrid__item .common-list--dot li {
  font-size: unset;
}
@media (max-width: 768px) {
  .MandC__content10 .planGrid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .MandC__content10 .planGrid {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .MandC__content10 .planGrid__item {
    font-size: 1.4rem;
  }
}
.MandC__content10 .c-buttonW {
  margin-top: 70px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .MandC__content10 .c-buttonW {
    margin-top: 50px;
  }
}
.MandC__content11 {
  padding: 80px 0 100px;
}
.MandC__content11__inner {
  position: relative;
  text-align: center;
  max-width: 730px;
  line-height: 1.5;
  margin-top: 2.7rem;
  margin-left: auto;
  margin-right: auto;
}
.MandC__content11__listWrap {
  text-align: start;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  max-inline-size: 100%;
  margin-inline: auto;
}
.MandC__content11__listWrap .astaList {
  inline-size: 0;
  min-inline-size: -webkit-fit-content;
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
  margin-inline: auto;
}
.MandC__content12, .MandC__content13 {
  background-color: #F7E6E6;
}
.MandC__content12 .flexContentA--box:nth-of-type(odd), .MandC__content13 .flexContentA--box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.MandC__content12 .flexContentA--box:nth-of-type(even), .MandC__content13 .flexContentA--box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.MandC__content14 {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.MandC__content14__table {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  text-box: trim-both text;
  min-width: 1000px;
}
.MandC__content14__table thead {
  color: #fff;
  background-color: #c80028;
}
.MandC__content14__table thead th {
  border-block: none;
}
.MandC__content14__table thead th:first-child {
  -webkit-border-start: solid 1px #c80028;
          border-inline-start: solid 1px #c80028;
}
.MandC__content14__table thead th:last-child {
  -webkit-border-end: solid 1px #c80028;
          border-inline-end: solid 1px #c80028;
}
.MandC__content14__table tbody th {
  text-align: start;
}
.MandC__content14__table tbody td:nth-child(3) {
  background-color: #FFEFF2;
}
.MandC__content14__table tbody td:nth-child(4) {
  background-color: #FFE3E8;
}
.MandC__content14__table tbody td div {
  margin-top: 1rem;
}
.MandC__content14__table th, .MandC__content14__table td {
  padding: 1.2rem 1.5rem;
  border: #cecece solid 1px;
  vertical-align: middle;
}
.MandC__content14__table th .astaList, .MandC__content14__table td .astaList {
  margin-top: 0.5rem;
}
.MandC__content14__table__wrap {
  max-width: 1220px;
  padding: 0 60px;
  margin: 50px auto;
  container-type: inline-size;
}
@media (max-width: 768px) {
  .MandC__content14__table__wrap {
    padding: 0 20px;
  }
}
.MandC__content14__table__scroll {
  width: 100%;
}
@container (max-width: 1000px) {
  .MandC__content14__table__scroll {
    overflow-x: scroll;
  }
}
.MandC__content14__table__icon {
  display: block;
  width: 26px;
  margin-inline: auto;
}
.MandC__content14__table__large {
  font-size: 2.4rem;
}
.MandC__content14__table__bgGray {
  background-color: #eaecf0 !important;
}
.MandC__content14__btnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .MandC__content14__btnBlock {
    padding: 0 20px;
  }
}
.MandC__content14__btnBlock .c-buttonW {
  width: 375px;
  max-width: 100%;
}
.MandC__content14__btnBlock .c-buttonW a {
  width: 100%;
}
.MandC__content15 {
  padding-top: 0;
}
.MandC__content15 .faq__cont {
  max-width: 1100px;
  margin-inline: auto;
}
.MandC__content15__btnArea .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.MandC__content15__btnArea .btnWrap a {
  max-width: 310px;
}
@media (max-width: 768px) {
  .MandC__content15__btnArea .btnWrap a {
    margin-top: 0;
  }
}

.mcm .header__tertiary {
  background: #EAECF0;
}
.mcm .header__icon {
  background-image: url(../image/app-icon/multi-camera-monitor.png);
}
.mcm .header__icon span {
  color: #000000;
}
.mcm .app__section1 {
  margin-left: auto;
  margin-right: auto;
}
.mcm .app__section1--title span {
  display: inline-block;
}
@media (max-width: 768px) {
  .mcm .app__section1--title span {
    display: inline;
  }
  .mcm .app__section1--title br {
    display: none;
  }
}
.mcm .app__correspondence--txt.--txt-size {
  margin-top: 75px;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .mcm .app__correspondence--txt.--txt-size {
    font-size: 2rem;
    text-align: center;
  }
}
.mcm .app__kv br {
  display: none;
}
@media (max-width: 768px) {
  .mcm .app__kv--content {
    top: 42% !important;
  }
  .mcm .app__kv--txt span {
    display: inline-block;
  }
  .mcm .app__kv--app {
    height: 58px;
    width: 58px;
  }
  .mcm .app__kv--title {
    line-height: 1.066;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mcm .app__kv--title br {
    display: initial;
  }
  .mcm .app__kv--appbtn a:first-of-type {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .mcm .app__qr--content {
    display: none;
  }
}
.mcm__content1 {
  background-color: #C80028;
  color: #ffffff;
}
.mcm__content2 {
  padding: 80px 0 100px;
}
.mcm__content3 {
  padding: 80px 0 100px;
  background-color: #FAF5F5;
}
.mcm__content4 {
  padding: 80px 0 100px;
}
.mcm__content5 {
  padding: 80px 0 100px;
  background-color: #F7F7F7;
}
.mcm__content5--img {
  display: block;
  max-width: 720px;
  height: auto;
  margin: 50px auto 48px;
}
.mcm__content5--txt {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.mcm__content5 .c-buttonW {
  margin-top: 7.5rem;
}
.mcm__content5 .c-buttonW a {
  border: 2px solid #C80028;
}
.mcm__content5 .c-buttonW a::before {
  background: #C80028;
}
.mcm__content6 {
  padding: 75px 0 85px;
  background-image: url(../image/apps-img/multi-camera-monitor/content/back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mcm__content6 .contentTitle--a {
  color: #ffffff;
}
.mcm__content6 .appBox--a--box {
  background: rgba(130, 130, 130, 0.3);
  /* backdrop-filter: blur(30px) brightness(130%) opacity(100%); */
}
.mcm__content6 .header__btn--signin {
  background: #C80028;
}
.mcm__content7 {
  padding: 75px 0 85px;
  background-color: #F2F2F2;
}
.mcm__content7 .contentTitle--a {
  margin-bottom: 76px;
}
.mcm__content7 .articleCard {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .catalyst .app__kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.catalyst .app__kv--icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .catalyst .app__kv--app {
    margin-top: 0;
  }
}
.catalyst .app__kv--title {
  font-size: 2.8rem;
}
.catalyst .app__kv--content {
  top: clamp(16.2rem, 3.71rem + 16.24vw, 24.5rem);
}
@media (max-width: 768px) {
  .catalyst .app__kv--content {
    top: 45% !important;
  }
}
.catalyst .app__kv--select {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.catalyst .app__kv--select .c-buttonW {
  margin: 0;
}
.catalyst .app__kv--select .c-buttonW a {
  min-width: 170px;
  height: 50px;
  border: solid 2px #3269FF;
}
.catalyst .app__kv--select .c-buttonW a::before {
  background: unset;
  background-color: #3269ff;
}
@media (max-width: 768px) {
  .catalyst .app__kv--icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.catalyst .app__kv .kvBnr {
  background-color: #3269FF;
}
.catalyst .flexContentA--title {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .catalyst .flexContentA--title {
    font-size: 2rem;
  }
}
.catalyst .flexContentA--box {
  gap: 20px;
}
@media (max-width: 768px) {
  .catalyst .flexContentA--box {
    margin-top: 0;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.catalyst .flexContentA--box img, .catalyst .flexContentA--box .videoWrapp {
  max-width: 440px;
  min-width: 380px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .catalyst .flexContentA--box img, .catalyst .flexContentA--box .videoWrapp {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}
.catalyst .flexContentA--box--title {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .catalyst .flexContentA--box--title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.catalyst .flexContentA--box--txtarea {
  max-width: 500px;
}
.catalyst .flexContentA--box--annotation {
  margin-top: 2rem;
  text-indent: -6px;
  padding-left: 6px;
}
.catalyst .flexContentA--box--annotation::before {
  content: "*";
}
.catalyst__section1 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .catalyst__section1 {
    padding-bottom: 50px;
  }
}
.catalyst__section1--title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 7.7rem;
}
@media (max-width: 768px) {
  .catalyst__section1--title {
    font-size: 2rem;
  }
}
.catalyst__section1 .gridContentThree--content {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
.catalyst__section1 .gridContentThree--box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  padding-inline: 1.2rem;
  background-color: #EAF0F4;
  border-radius: 1.5rem;
}
.catalyst__section1 .gridContentThree--box .gridContentThree--box__head {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.8rem;
  line-height: 1.5;
}
.catalyst__section1 .gridContentThree--box img {
  margin-bottom: 2.5rem;
  border-radius: 20px;
}
.catalyst__section1 .gridContentThree--box p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
.catalyst__section1 .gridContentThree--box .commBtnWrap {
  padding-top: 3.5rem;
}
.catalyst__section1 .list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalyst__section1 .list__wrap ul {
  margin-top: 65px;
}
.catalyst__section2 {
  background-color: #3269FF;
  color: #fff;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .catalyst__section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.catalyst__section2--title {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .catalyst__section2--title {
    font-size: 2.7rem;
  }
}
.catalyst__section2 .text_underH {
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .catalyst__section2 .text_underH {
    margin-top: 3.5rem;
  }
}
.catalyst__section2 .gridContentThree--content {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .catalyst__section2 .gridContentThree--content {
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .catalyst__section2 .gridContentThree--box {
    margin-top: 40px;
  }
}
.catalyst__section2 .gridContentThree--box .gridContentThree--box__head {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.8rem;
  line-height: 1.5;
}
.catalyst__section2 .gridContentThree--box .gridContentThree--box__head:first-child {
  text-align: center;
}
.catalyst__section2 .gridContentThree--box img {
  margin-bottom: 2.5rem;
  border-radius: 20px;
}
.catalyst__section2 .gridContentThree--box p {
  line-height: 1.5;
}
.catalyst__section2 .gridContentThree--box .videoWrapp {
  margin-bottom: 2rem;
}
.catalyst__section2 .gridContentThree--box .annotation {
  margin-top: 0.4rem;
  font-size: 1.15rem;
  text-indent: -0.475rem;
  padding-left: 0.475rem;
}
.catalyst__section2 .gridContentThree--box .annotation::before {
  content: "*";
}
.catalyst__section3 {
  padding: 100px 20px;
}
@media (max-width: 768px) {
  .catalyst__section3 {
    padding: 80px 20px;
  }
}
.catalyst__section3--title {
  font-size: 2rem;
}
.catalyst__section3 h6 {
  margin-top: 4rem;
  line-height: 1.5;
}
.catalyst__section3 .flexContentA--box--title {
  margin-bottom: 2rem;
}
.catalyst__section3 .flexContentA--box--txtarea p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .catalyst__section3 .flexContentA--box--title {
    font-size: 2rem;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.catalyst__section4 {
  padding: 100px 20px;
  background-color: #EAF0F4;
}
@media (max-width: 768px) {
  .catalyst__section4 {
    padding: 50px 20px;
  }
}
.catalyst__section4 .text_underH {
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .catalyst__section4 .text_underH {
    margin-top: 3.5rem;
  }
}
.catalyst__section4 .h_flexContent {
  font-size: 2rem;
  text-align: center;
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .catalyst__section4 .h_flexContent {
    font-size: 1.6rem;
    margin-top: 4.5rem;
  }
}
.catalyst__section4 .w620 h4 {
  margin-bottom: 3rem;
}
.catalyst__section4 .w620 p {
  margin-bottom: 3rem;
  line-height: 1.5;
}
.catalyst__section5 {
  padding: 100px 20px;
}
@media (max-width: 768px) {
  .catalyst__section5 {
    padding: 50px 20px;
  }
}
.catalyst__section5 .w896 {
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.5;
}
.catalyst__section5 .innerBox {
  background-color: #F7F7F7;
  padding: 46px 0 50px;
}
@media (max-width: 768px) {
  .catalyst__section5 .innerBox {
    padding-bottom: 25px;
  }
}
.catalyst__section5 .innerBox__wrap {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .catalyst__section5 .innerBox__wrap {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
.catalyst__section6 {
  padding: 100px 20px;
  background-image: url(/catalog/assets/image/apps-img/catalyst/sec6-bg.jpg);
  background-size: cover;
  color: #fff;
}
@media (max-width: 768px) {
  .catalyst__section6 {
    padding: 50px 20px;
    background-image: url(/catalog/assets/image/apps-img/catalyst/sec6-bg-sp.jpg);
  }
}
.catalyst__section6 .transparentBox {
  max-width: 630px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 35px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
}
.catalyst__section6 .transparentBox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.catalyst__section6 .transparentBox .flexBox__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalyst__section6 .transparentBox .flexBox__app img {
  width: 70px;
  height: 70px;
}
.catalyst__section6 .transparentBox .flexBox__app span {
  margin-top: 1rem;
}
.catalyst__section6 .transparentBox .flexBox__plus {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 19px;
}
.catalyst__section6 .transparentBox .flexBox__plus::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 32px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.catalyst__section6 .transparentBox .flexBox__plus::after {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catalyst__section6 .transparentBox h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 3rem;
}
.catalyst__section6 .transparentBox ul li {
  margin-top: 2rem;
}
.catalyst__section7 {
  padding: 100px 20px;
  background-color: #F7F7F7;
}
@media (max-width: 768px) {
  .catalyst__section7 {
    padding: 50px 20px;
  }
}
.catalyst__section7 .linupTable {
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  min-width: 820px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-size: 1.2rem;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}
@media (max-width: 768px) {
  .catalyst__section7 .linupTable {
    margin-top: 30px;
    grid-template-columns: 38vw 1fr 1fr 1fr 1fr;
  }
}
.catalyst__section7 .linupTable__wrap {
  overflow-x: auto;
}
.catalyst__section7 .linupTable tbody, .catalyst__section7 .linupTable tr {
  display: contents;
}
.catalyst__section7 .linupTable th {
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  padding: 19px 20px 16px;
  line-height: 1.5;
  text-align: left;
}
.catalyst__section7 .linupTable td {
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.catalyst__section7 .linupTable td .sellInner {
  width: 100%;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalyst__section7 .linupTable td .sellInner--bg {
  background-color: #f7f7f7;
}
.catalyst__section7 .linupTable td .sellInner img {
  display: block;
  width: 26px;
  height: 26px;
}
.catalyst__section7 .linupTable td .sellInner .bar {
  display: block;
  width: 14px;
  height: 2px;
  background-color: #1A67FA;
}
.catalyst__section7 .linupTable td .sellInner .desc--dot {
  text-indent: -12px;
  margin-left: 12px;
}
.catalyst__section7 .linupTable td .sellInner .desc--dot::before {
  content: "・";
}
.catalyst__section7 .linupTable td span {
  margin-top: 0.8rem;
}
.catalyst__section7 .linupTable td span:nth-child(2) {
  margin-top: 1.4rem;
}
.catalyst__section7 .linupTable .headRow th {
  color: #fff;
  background-color: #2869FF;
  text-align: center;
}
.catalyst__section7 .header__btn--signup {
  max-width: 510px;
  margin: 50px auto 0;
}
.catalyst__section8 {
  padding: 0px 20px 100px;
  background-color: #3269FF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 50px;
}
@media (max-width: 768px) {
  .catalyst__section8 {
    padding: 0px 20px 50px;
  }
}
.catalyst__section8--title {
  color: #fff;
}
@media (max-width: 768px) {
  .catalyst__section8--title {
    font-size: 2.5rem;
  }
}
.catalyst__section8 .planGrid {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .catalyst__section8 .planGrid {
    margin-top: 3rem;
  }
}
.catalyst__section8 .planGrid__item {
  padding: 20px;
  gap: 0;
  grid-row: span 3;
}
.catalyst__section8 .planGrid__item .h_wrapper {
  display: block;
}
.catalyst__section8 .planGrid__item .hasIcon {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3;
}
.catalyst__section8 .planGrid__item .hasIcon span {
  padding-top: 5px;
}
.catalyst__section8 .planGrid__item .hasIcon img {
  width: 35px;
}
.catalyst__section8 .planGrid__item p.sub {
  text-align: center;
  font-family: SST W20 Bold, SST W55 Bold, sans-serif;
}
.vi .catalyst__section8 .planGrid__item p.sub {
  font-family: SST W29 Bold;
}
.th .catalyst__section8 .planGrid__item p.sub {
  font-family: SST W31 Bold;
}
.zh-hant .catalyst__section8 .planGrid__item p.sub {
  font-family: "Microsoft JhengHei Bold", "Heiti TC", sans-serif;
  font-weight: bold;
}
.zh-hans .catalyst__section8 .planGrid__item p.sub {
  font-family: "Microsoft Yahei Bold", "Heiti SC", sans-serif;
  font-weight: bold;
}
.catalyst__section8 .planGrid__item p.sub {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
  margin-bottom: 15px;
}
.catalyst__section8 .planGrid__item p {
  text-align: left;
}
.catalyst__section8 .couponBlock__inner {
  background-color: #3269FF;
}
.catalyst__section8 .c-buttonW {
  margin-top: 35px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .catalyst__section8 .c-buttonW {
    margin-top: 25px;
  }
}
.catalyst__section8 .textUnderBtn {
  margin-top: 1.8rem;
  color: #fff;
  text-align: center;
}
.catalyst__section9 {
  padding: 165px 20px;
  background-image: url(/catalog/assets/image/apps-img/catalyst/sec9-bg.jpg);
  background-size: cover;
  background-position: center;
}
.catalyst__section9 .c-buttonW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem;
}
.catalyst__section9 .c-buttonW a {
  width: 100%;
}
.catalyst__section10 {
  padding: 0 20px 100px 20px;
}
.catalyst__section10--inner {
  max-width: 900px;
  margin: 0 auto;
}
.catalyst__section10 * + h3 {
  margin-top: 70px;
}
.catalyst__section10 p {
  line-height: 1.5;
}
.catalyst__section10 .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  margin: 60px auto 50px auto;
}
@media (max-width: 768px) {
  .catalyst__section10 .flexBox {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.catalyst__section10 .flexBox .flexBox__app {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.catalyst__section10 .flexBox .flexBox__app img {
  width: 70px;
}
.catalyst__section10 .flexBox .ico {
  margin-bottom: 10px;
}
.catalyst__section10 .flexBox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 40px;
  text-align: center;
}
.catalyst__section10 .flexBox02 img {
  width: 70px;
}
.catalyst__section10 .flexBox02 .ico {
  margin-bottom: 10px;
}
.catalyst__section10 .flexBox02 .flexBox02__app {
  line-height: 1.3;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 min(120px, 35%);
          flex: 0 1 min(120px, 35%);
}
.catalyst__section10 .flexBox02__plus {
  position: relative;
  width: 32px;
  height: 32px;
  margin-top: 20px;
}
.catalyst__section10 .flexBox02__plus::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 32px;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.catalyst__section10 .flexBox02__plus::after {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catalyst__section10 h4 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.catalyst__section10 .annotatonList {
  line-height: 1.5;
  font-size: 1.2rem;
}
.catalyst__section10 .graybox {
  max-width: 900px;
  margin: 30px auto 0 auto;
  padding: 50px;
  background-color: #F7F7F7;
}
@media (max-width: 768px) {
  .catalyst__section10 .graybox {
    padding: 40px 20px;
  }
}
.catalyst__section10 .graybox h4 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .catalyst__section10 .graybox h4 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.catalyst__section10 .graybox .sub {
  text-align: center;
  font-family: SST W20 Bold, SST W55 Bold, sans-serif;
}
.vi .catalyst__section10 .graybox .sub {
  font-family: SST W29 Bold;
}
.th .catalyst__section10 .graybox .sub {
  font-family: SST W31 Bold;
}
.zh-hant .catalyst__section10 .graybox .sub {
  font-family: "Microsoft JhengHei Bold", "Heiti TC", sans-serif;
  font-weight: bold;
}
.zh-hans .catalyst__section10 .graybox .sub {
  font-family: "Microsoft Yahei Bold", "Heiti SC", sans-serif;
  font-weight: bold;
}
.catalyst__section10 .graybox .sub {
  /* $ru: index($exp, ru);
  @if $ru != null {

  } */
  margin-bottom: 15px;
}
.catalyst__section10 .innerBox {
  background-color: #F7F7F7;
  padding: 46px 0 50px;
}
@media (max-width: 768px) {
  .catalyst__section10 .innerBox {
    padding-bottom: 25px;
  }
}
.catalyst__section10 .innerBox__wrap {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .catalyst__section10 .innerBox__wrap {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
.catalyst__section11 {
  padding: 100px 20px;
  background-color: #EAF0F4;
}
@media (max-width: 768px) {
  .catalyst__section11 {
    padding: 50px 20px;
  }
}
.catalyst__section11 .text_underH {
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .catalyst__section11 .text_underH {
    margin-top: 3.5rem;
  }
}
.catalyst__section11 .w722 {
  display: block;
  margin-bottom: 4rem;
}
@media (max-width: 500px) {
  .catalyst__section11 .w722 {
    text-align: left;
  }
}
.catalyst__section12 {
  padding: 100px 20px;
}
@media (max-width: 768px) {
  .catalyst__section12 {
    padding: 50px 20px;
  }
}
.catalyst__section12 .text_underH {
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .catalyst__section12 .text_underH {
    margin-top: 3.5rem;
  }
}
.catalyst__section12 .w722 {
  display: block;
  margin-bottom: 4rem;
}

.camera-upgrade main {
  background-color: #F7F7F7;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .camera-upgrade main {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .camera-upgrade .sa__kv__txt {
    top: 36%;
  }
}
.camera-upgrade .secOuter {
  padding: 0 20px;
}
.camera-upgrade .secInner {
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.camera-upgrade .content-a {
  padding: 40px 50px 48px;
}
@media (max-width: 768px) {
  .camera-upgrade .content-a .btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.camera-upgrade .content-a .header__btn--signin {
  margin-top: 2.5rem;
  margin-left: 0;
  width: 248px;
}
@media (max-width: 768px) {
  .camera-upgrade .content-a .header__btn--signin {
    margin-left: auto;
  }
}
.camera-upgrade .content-a .list-dot {
  margin-top: 2.5rem;
}
.camera-upgrade .content-a .list-dot li {
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -15px;
  padding-left: 15px;
}
.camera-upgrade .content-a .list-dot li::before {
  content: "・";
}
.camera-upgrade .content-a .list--annotationNum {
  counter-reset: annotationNum;
}
.camera-upgrade .content-a .list--annotationNum li {
  text-indent: -16px;
  padding-left: 16px;
}
.camera-upgrade .content-a .list--annotationNum li::before {
  counter-increment: annotationNum;
  content: "*" counter(annotationNum) " ";
}
.camera-upgrade .content-a .annotation {
  text-indent: -6px;
  padding-left: 6px;
}
.camera-upgrade .content-a .annotation::before {
  content: "*";
}
.camera-upgrade .flex-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .camera-upgrade .flex-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.camera-upgrade .flex-a__textArea {
  width: 63.9%;
  line-height: 1.5;
}
.camera-upgrade .flex-a__textArea__head {
  font-size: 2rem;
}
.camera-upgrade .flex-a__textArea p {
  margin-top: 2.5rem;
}
.camera-upgrade .flex-a__textArea ol {
  margin-top: 2.5rem;
}
.camera-upgrade .flex-a__textArea .sub-flex {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.camera-upgrade .flex-a__textArea .sub-flex__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .camera-upgrade .flex-a__textArea {
    width: 100%;
  }
}
.camera-upgrade .flex-a__img {
  width: 30.1%;
}
@media (max-width: 768px) {
  .camera-upgrade .flex-a__img {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.camera-upgrade__sec1 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .camera-upgrade__sec1 {
    margin-top: 70px;
  }
}
.camera-upgrade__sec2 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .camera-upgrade__sec2 {
    margin-top: 40px;
  }
}
.camera-upgrade__sec3 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .camera-upgrade__sec3 {
    margin-top: 70px;
  }
}

/** サイズ調整用 */
.mt-0 {
  margin-top: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}/*# sourceMappingURL=apps.css.map */