@charset "UTF-8";
/*===============================================
● 共通
===============================================*/
/* ページタイトル
---------------------------------------- */
#pageTitle {
  background-image: url("../../images/demo/mainTitle.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#pageTitle h1 {
  position: relative;
}
#pageTitle h1::before {
  content: "人気No.1 システム";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-size: 0.625em;
  line-height: 1.5;
}

/* ぱんくず
---------------------------------------- */
#roadnav {
  background-color: #04042E;
}
#roadnav a,
#roadnav span {
  color: #fff;
}

/*===============================================
● デモページ
===============================================*/
/* 画面サイドのバナーリンク(デモページ)
---------------------------------------- */
main {
  position: relative;
}

.sideBtn {
  position: fixed;
  right: 0;
}

.sideBtn a {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.sideBtn a:before,
.sideBtn a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
}

.sideBtn a:before {
  top: 0;
  -webkit-transform: translateY(calc(-100% + 1px));
          transform: translateY(calc(-100% + 1px));
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.sideBtn a:after {
  bottom: 0;
  -webkit-transform: translateY(calc(100% - 1px));
          transform: translateY(calc(100% - 1px));
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.sideBtn.demoForm {
  z-index: 20;
}

.sideBtn.demoForm a {
  background-color: #FFEE06;
}

.sideBtn.demoForm a::before,
.sideBtn.demoForm a::after {
  background-color: #FFEE06;
}

.sideBtn.demo {
  z-index: 10;
}

.sideBtn.demo a {
  color: #FFFFFF;
  background: linear-gradient(182deg, rgb(0, 43, 118) 0%, rgb(0, 81, 141) 19%, rgb(0, 105, 156) 44%, rgb(0, 116, 163) 53%, rgb(0, 125, 169) 60%, rgb(0, 133, 174) 72%, rgb(0, 145, 181) 85%, rgb(0, 171, 197) 100%);
}

.sideBtn.demo a::before {
  background-color: #002B76;
}

.sideBtn.demo a::after {
  background-color: #00ABC5;
}

@media screen and (max-width: 769px) {
  .sideBtn {
    top: calc(50% - 40px);
    width: 37px;
  }
  .sideBtn.demoForm {
    -webkit-transform: translateY(calc(-100% - 24px));
            transform: translateY(calc(-100% - 24px));
  }
  .sideBtn a {
    font-size: 0.75rem;
    padding: 8px;
  }
  .sideBtn a:before,
  .sideBtn a:after {
    height: 24px;
  }
}
@media screen and (min-width: 770px) {
  .sideBtn {
    top: 50%;
    width: 52px;
  }
  .sideBtn.demoForm {
    -webkit-transform: translateY(calc(-100% - 48px));
            transform: translateY(calc(-100% - 48px));
  }
  .sideBtn a {
    font-size: 1rem;
    padding: 8px 16px;
  }
  .sideBtn a:before,
  .sideBtn a:after {
    height: 48px;
  }
}
/* ページ全体
---------------------------------------- */
.contentsWrap {
  background-color: #04042E;
}
.contentsWrap .contentsInner {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .contentsWrap .contentsInner {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 770px) {
  .contentsWrap .contentsInner {
    max-width: 1220px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/* ページ内アンカーリンク
---------------------------------------- */
#anchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 769px) {
  #anchorLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#anchorLink .anchorLinkBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#anchorLink .anchorLinkBox a {
  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%;
  border: 1px solid #828297;
}
@media screen and (max-width: 769px) {
  #anchorLink .anchorLinkBox a {
    padding: 24px;
  }
}
@media screen and (min-width: 770px) {
  #anchorLink .anchorLinkBox a {
    padding: 56px 72px;
  }
}
@media screen and (min-width: 1024px) {
  #anchorLink .anchorLinkBox a {
    padding: 82px 100px 64px;
  }
}
#anchorLink .anchorLinkBox a .title {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  #anchorLink .anchorLinkBox a .title {
    font-size: clamp(16px, 4.2vw, 20px);
  }
}
@media screen and (min-width: 770px) {
  #anchorLink .anchorLinkBox a .title {
    font-size: clamp(16px, 2vw, 24px);
  }
}
@media screen and (min-width: 1024px) {
  #anchorLink .anchorLinkBox a .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  #anchorLink .anchorLinkBox a .title strong {
    font-size: 2em;
  }
}
@media screen and (min-width: 770px) {
  #anchorLink .anchorLinkBox a .title strong {
    font-size: 2.9em;
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
  #anchorLink .anchorLinkBox a .title .temporarilyNone {
    display: none;
  }
}
#anchorLink .anchorLinkBox a .linkBtn {
  position: relative;
  padding: 1em 1.5em;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 769px) {
  #anchorLink .anchorLinkBox a .linkBtn {
    margin-top: 24px;
  }
}
@media screen and (min-width: 770px) {
  #anchorLink .anchorLinkBox a .linkBtn {
    margin-top: 32px;
  }
}
#anchorLink .anchorLinkBox a .linkBtn p {
  color: #FFFFFF;
}
#anchorLink .anchorLinkBox a .linkBtn svg {
  width: 28px;
  height: 8px;
  fill: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#anchorLink .anchorLinkBox.gyoi {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 88, 138, 0.5)), to(rgba(0, 193, 186, 0.5)));
  background-image: linear-gradient(to bottom right, rgba(0, 88, 138, 0.5), rgba(0, 193, 186, 0.5));
  -webkit-transition-property: background-image;
  transition-property: background-image;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#anchorLink .anchorLinkBox.gyoi:hover {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(0, 88, 138)), to(rgb(0, 193, 186)));
  background-image: linear-gradient(to bottom right, rgb(0, 88, 138), rgb(0, 193, 186));
}
#anchorLink .anchorLinkBox.gyoi .title:after {
  content: "";
  display: block;
  background-image: url("../../images/demo/linkBtn_gyoi.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #anchorLink .anchorLinkBox.gyoi .title:after {
    width: 160px;
    height: 96px;
    top: -8px;
    right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
  #anchorLink .anchorLinkBox.gyoi .title:after {
    top: -16px;
  }
}
@media screen and (min-width: 770px) {
  #anchorLink .anchorLinkBox.gyoi .title:after {
    width: 280px;
    height: 168px;
    top: -24px;
    right: -64px;
  }
}
@media screen and (min-width: 1024px) {
  #anchorLink .anchorLinkBox.gyoi .title:after {
    width: 380px;
    height: 230px;
    top: -36px;
    right: -100px;
  }
}
#anchorLink .anchorLinkBox.miemasse {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(123, 24, 127, 0.8)), to(rgba(77, 110, 212, 0.5)));
  background-image: linear-gradient(to bottom right, rgba(123, 24, 127, 0.8), rgba(77, 110, 212, 0.5));
}
#anchorLink .anchorLinkBox.miemasse:hover {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(123, 24, 127)), to(rgb(77, 110, 212)));
  background-image: linear-gradient(to bottom right, rgb(123, 24, 127), rgb(77, 110, 212));
}
#anchorLink .anchorLinkBox.miemasse .title:after {
  content: "";
  display: block;
  background-image: url("../../images/demo/linkBtn_miemasse.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #anchorLink .anchorLinkBox.miemasse .title:after {
    width: 82px;
    height: 100px;
    bottom: -16px;
    right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
  #anchorLink .anchorLinkBox.miemasse .title:after {
    bottom: -24px;
  }
}
@media screen and (min-width: 770px) {
  #anchorLink .anchorLinkBox.miemasse .title:after {
    width: 131px;
    height: 160px;
    bottom: -8px;
    right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  #anchorLink .anchorLinkBox.miemasse .title:after {
    width: 164px;
    height: 200px;
    bottom: -8px;
    right: -28px;
  }
}
#anchorLink .anchorLinkBox.miemasse:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(123, 24, 127)), to(rgb(77, 110, 212)));
  background: linear-gradient(to right, rgb(123, 24, 127), rgb(77, 110, 212));
}

/* デモ紹介 (GYOI / 見えまっせ 共通)
---------------------------------------- */
.demoContents {
  background-color: rgba(43, 43, 64, 0.5);
  border-radius: 10px;
}
.demoContents .demoContentsInner {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 769px) {
  .demoContents .demoContentsInner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .demoContentsInner {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 104px;
  }
}
.demoContents .label {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #04042E;
  font-size: 1.75rem;
  padding: 0 8px;
}
.demoContents .leadTitle {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .demoContents .leadTitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .leadTitle {
    font-size: 2.8rem;
  }
}
.demoContents .leadTitle strong {
  font-size: 1.6em;
}
.demoContents .leadText {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 42px;
}
@media screen and (max-width: 769px) {
  .demoContents .leadText {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .leadText {
    text-align: center;
  }
}
.demoContents .point {
  font-weight: 200;
  font-style: italic;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  .demoContents .point {
    font-size: 1.25rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .point {
    font-size: 2rem;
    margin-top: 72px;
  }
}
.demoContents .pointComment {
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1;
  border: 1px solid #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .demoContents .pointComment {
    font-size: 1.125rem;
    padding: 12px 16px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .pointComment {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    margin-top: 32px;
    padding: 12px 52px;
  }
}
.demoContents .pointComment::before, .demoContents .pointComment:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
}
.demoContents .pointComment:before {
  border-style: solid;
  border-width: 15px 6px 0 6px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
.demoContents .pointComment:after {
  border-style: solid;
  border-width: 12.3px 4.9px 0 4.9px;
  border-color: #181836 transparent transparent;
  translate: -50% 100%;
}
.demoContents .pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .demoContents .pointList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .pointList {
    gap: 44px 3%;
    margin-top: 48px;
  }
}
.demoContents .pointList .pointListItem {
  position: relative;
  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;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .demoContents .pointList .pointListItem {
    gap: 16px;
    padding: 32px 24px 24px;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .pointList .pointListItem {
    gap: 24px;
    width: 31.3333333333%;
    padding: 56px 32px;
  }
}
.demoContents .pointList .pointListItem .number {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #04042E;
  font-size: 1.18rem;
  font-style: italic;
  font-weight: 500;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 1.4;
  padding: 0 8px;
}
.demoContents .pointList .pointListItem .image {
  width: 120px;
  height: 108px;
  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;
}
.demoContents .pointList .pointListItem .text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 769px) {
  .demoContents .pointList .pointListItem .text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .pointList .pointListItem .text {
    font-size: 1.125rem;
  }
}
.demoContents .operationArea {
  background-color: #3C3C5B;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .demoContents .operationArea {
    margin-top: 56px;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .operationArea {
    margin-top: 80px;
  }
}
.demoContents .operationArea .operationAreaInner {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .demoContents .operationArea .operationAreaInner {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .operationArea .operationAreaInner {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.demoContents .operationArea .operationAreaInner .group-action-iframe .flex {
  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;
  height: 100%;
  width: 100%;
  margin-top: 10px;
}
.demoContents .operationArea .operationAreaInner .group-action-iframe .flex .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  color: white;
}
.demoContents .operationArea .operationAreaInner .group-action-iframe .flex .item > div {
  background-color: white;
  margin-bottom: 10px;
  border-radius: 8px;
  width: 83px;
  height: 76px;
  cursor: pointer;
  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;
}
.demoContents .operationArea .operationAreaInner .group-action-iframe .flex .item > div img {
  width: 45px;
  height: 40px;
}
.demoContents .operationArea .operationAreaInner .group-action-iframe .flex .item span {
  font-size: 16px;
}
.demoContents .operationArea .operationAreaInner .group-set-barcode1 {
  position: absolute;
  z-index: 1002;
  top: 45px;
  left: -340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.demoContents .operationArea .operationAreaInner .group-set-barcode1 p {
  font-size: 16px;
  color: white;
}
.demoContents .operationArea .operationAreaInner .group-set-barcode1 p span {
  font-size: 14px;
}
.demoContents .operationArea .operationAreaInner .group-set-barcode {
  position: absolute;
  z-index: 1002;
  top: 120px;
  left: -340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.demoContents .operationArea .operationAreaInner .group-set-barcode p {
  font-size: 16px;
  color: white;
}
.demoContents .operationArea .operationAreaInner .group-set-barcode p span {
  font-size: 14px;
}
.demoContents .operationArea .operationAreaInner .group-set-ticket-no {
  position: absolute;
  z-index: 1002;
  top: 340px;
  left: -340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.demoContents .operationArea .operationAreaInner .group-set-ticket-no p {
  font-size: 16px;
  color: white;
}
.demoContents .operationArea .operationAreaInner .group-set-ticket-no p span {
  font-size: 14px;
}
.demoContents .operationArea .operationAreaInner .group-set-ticket-no2 {
  position: absolute;
  max-width: 332px;
  z-index: 1002;
  top: 560px;
  left: -340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.demoContents .operationArea .operationAreaInner .group-set-ticket-no2 p {
  font-size: 16px;
  color: white;
}
.demoContents .operationArea .operationAreaInner .group-set-barcode button,
.demoContents .operationArea .operationAreaInner .group-set-ticket-no button {
  color: #FFFFFF;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  height: 38px;
  padding: 0 10px;
  font-size: 14px;
  background-color: rgba(24, 24, 54, 0.5019607843);
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 769px) {
  .demoContents .operationArea .operationAreaInner .group-set-barcode button,
  .demoContents .operationArea .operationAreaInner .group-set-ticket-no button {
    font-size: 12px;
    padding: 0 6px;
    height: 28px;
  }
}
.demoContents .operationArea .operationLead {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .demoContents .operationArea .operationLead {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .operationArea .operationLead {
    font-size: 1.25rem;
  }
}
.demoContents .operationArea .operationImage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .demoContents .operationArea .operationImage {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .operationArea .operationImage {
    margin: 56px auto 0;
  }
}
.demoContents .operationArea .operationImage.active {
  position: fixed;
  top: 20px;
  margin-top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1001;
  overflow: unset;
}
@media screen and (min-height: 1020px) {
  .demoContents .operationArea .operationImage.active {
    max-width: 600px !important;
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media screen and (max-height: 1019px) {
  .demoContents .operationArea .operationImage.active {
    max-width: 500px !important;
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media screen and (max-height: 850px) {
  .demoContents .operationArea .operationImage.active {
    max-width: 500px !important;
    top: 20%;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
}
@media screen and (max-height: 700px) {
  .demoContents .operationArea .operationImage.active {
    max-width: 400px !important;
    top: 10%;
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
}
.demoContents .operationArea .operationImage .deviceImage {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.demoContents .operationArea .operationImage .iframeApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.demoContents .operationArea .operationImage .iframeApp.iframeOff {
  display: none;
}
.demoContents .operationArea .operationImage .iframeApp iframe {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.demoContents .operationArea .operationImage .mask {
  display: none;
  position: absolute;
  -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;
  gap: 32px;
  backdrop-filter: blur(16px);
}
.demoContents .operationArea .operationImage .mask.maskOn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.demoContents .operationArea .operationImage .mask .maskText {
  color: #FFEE06;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .demoContents .operationArea .operationImage .mask .maskText {
    font-size: 1rem;
  }
}
@media screen and (min-width: 770px) {
  .demoContents .operationArea .operationImage .mask .maskText {
    font-size: 1.375rem;
  }
}
.demoContents .operationArea .operationImage .operationImage {
  position: relative;
  max-width: 600px;
}
.demoContents .operationArea .operationImage .operationImage .deviceImage {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.demoContents .operationArea .operationImage .operationImage .mask {
  position: absolute;
  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;
  gap: 32px;
}
.demoContents .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.demoContents .overlay.overlayOn {
  display: block;
}

/* デモ紹介 (GYOI)
---------------------------------------- */
#gyoi {
  border: 1px solid #0ED6FF;
}
@media screen and (max-width: 769px) {
  #gyoi {
    margin-top: 56px;
  }
}
@media screen and (min-width: 770px) {
  #gyoi {
    margin-top: 168px;
  }
}
#gyoi .label {
  font-style: italic;
  font-weight: 500;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 1.5;
  background-color: #00E9E1;
}
#gyoi .leadTitle {
  color: #00E9E1;
}
@media screen and (max-width: 769px) {
  #gyoi .leadImage {
    margin-top: 40px;
  }
}
@media screen and (min-width: 770px) {
  #gyoi .leadImage {
    margin-top: 72px;
  }
}
#gyoi .point {
  color: #00E9E1;
  text-shadow: 0 0 5px #00E9E1, 0 0 10px #00E9E1, 0 0 15px #00E9E1, 0 0 40px #00d0ff, 0 0 80px #00aaff;
}
#gyoi .pointList .pointListItem {
  border: 1px solid #00E9E1;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(14, 214, 255, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(14, 214, 255, 0.3);
}
#gyoi .pointList .pointListItem .number {
  border: 1px solid #84FCED;
  background-image: linear-gradient(109deg, rgb(62, 210, 200), rgb(75, 227, 210) 12%, rgb(88, 244, 221) 22%, rgb(97, 255, 228) 29%, rgb(93, 250, 225) 38%, rgb(62, 210, 200));
  -webkit-box-shadow: 0px 0px 8px 3px rgba(97, 255, 228, 0.35);
          box-shadow: 0px 0px 8px 3px rgba(97, 255, 228, 0.35);
}
#gyoi .operationArea .operationLead::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../images/sanplus_get/circle.png) no-repeat center center/contain;
  vertical-align: middle;
  margin-right: 1em;
}
#gyoi .operationArea .operationImage {
  max-width: 480px;
}
#gyoi .operationArea .operationImage .mask {
  top: 3.1%;
  left: 4.7%;
  height: 94.5%;
  width: 89.9%;
  background-image: url("../../images/demo/operation_tabletMask.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#gyoi .operationArea .operationImage .iframeApp {
  position: absolute;
  top: 3.1%;
  left: 4.7%;
  height: 94.5%;
  width: 89.9%;
  background-image: url("../../images/demo/operation_tabletMask.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#gyoi #closeModalDemo {
  color: white;
  background: #ff4081;
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #3100A5;
  height: 36px;
  width: 140px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
}

/* デモ紹介 (見えまっせ)
---------------------------------------- */
#miemasse {
  border: 1px solid #FF00C5;
}
@media screen and (max-width: 769px) {
  #miemasse {
    margin-top: 80px;
  }
}
@media screen and (min-width: 770px) {
  #miemasse {
    margin-top: 164px;
  }
}
#miemasse .label {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background-color: #FF00C5;
}
#miemasse .leadTitle {
  color: #FF00C5;
}
#miemasse .point {
  color: #FF00C5;
  text-shadow: 0 0 5px #FF00C5, 0 0 10px #FF00C5, 0 0 20px #FF00C5, 0 0 40px #CC00AA, 0 0 80px #880066;
}
#miemasse .pointList .pointListItem {
  border: 1px solid #FF00C5;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 0, 197, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(255, 0, 197, 0.3);
}
#miemasse .pointList .pointListItem .number {
  border: 1px solid #FF00C5;
  background-image: linear-gradient(109deg, rgb(210, 62, 156), rgb(235, 81, 173) 8%, rgb(240, 85, 176) 13%, rgb(246, 90, 181) 15%, rgb(255, 97, 187) 20%, rgb(246, 92, 181) 30%, rgb(194, 66, 147));
  -webkit-box-shadow: 0px 0px 8px 3px rgba(235, 81, 173, 0.35);
          box-shadow: 0px 0px 8px 3px rgba(235, 81, 173, 0.35);
}
#miemasse .operationArea .operationLead::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../images/demo/circle_pink.png) no-repeat center center/contain;
  vertical-align: middle;
  margin-right: 1em;
}
#miemasse .operationArea .operationImage {
  max-width: 660px;
}
#miemasse .operationArea .operationImage .mask {
  top: 2%;
  left: 1.5%;
  height: 82%;
  width: 97%;
  background-image: url("../../images/demo/operation_pcMask.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#miemasse .operationSwiperWrap {
  display: none;
  height: auto;
  max-width: 1360px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
}
@media screen and (max-width: 769px) {
  #miemasse .operationSwiperWrap {
    width: 90%;
  }
}
@media screen and (min-width: 770px) {
  #miemasse .operationSwiperWrap {
    width: 80%;
  }
}
#miemasse .operationSwiperWrap.show {
  display: block;
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-slide {
  text-align: center;
  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;
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev,
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-next {
  background-color: #000;
}
@media screen and (max-width: 769px) {
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev,
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 770px) {
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev,
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-next {
    width: 64px;
    height: 64px;
  }
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev:after,
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-next:after {
  content: unset;
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev:hover,
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-next:hover {
  opacity: 0.7;
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev .arrow,
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-next .arrow {
  background-color: white;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 769px) {
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev .arrow,
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-next .arrow {
    width: 12px;
    height: 18px;
  }
}
@media screen and (min-width: 770px) {
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev .arrow,
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-next .arrow {
    width: 24px;
    height: 32px;
  }
}
@media screen and (max-width: 769px) {
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 770px) {
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev {
    left: 24px;
  }
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-prev .arrow {
  margin-left: -4px;
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 769px) {
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-next {
    right: 0;
  }
}
@media screen and (min-width: 770px) {
  #miemasse .operationSwiperWrap .operationSwiper .swiper-button-next {
    right: 24px;
  }
}
#miemasse .operationSwiperWrap .operationSwiper .swiper-button-next .arrow {
  margin-right: 4px;
}
#miemasse .operationSwiperWrap #closeSwiperBtn {
  color: white;
  background: #ff4081;
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #3100A5;
  height: 36px;
  width: 140px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
}

/* 申し込みページへのボタンリンク
---------------------------------------- */
@media screen and (max-width: 769px) {
  .btn02 {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 770px) {
  .btn02 {
    max-width: 406px;
    margin: 80px auto 0;
  }
}/*# sourceMappingURL=demo.css.map */