*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', SegoeUI, 'Yu Gothic UI', 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: #0078d4;
  text-decoration: underline;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .show-text.pc {
    display: none;
  }
}
.show-text.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-text.sp {
    display: block;
  }
}
sup {
  font-size: 75%;
  vertical-align: top;
}
.link_inh {
  color: inherit;
}
.l-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.mainvisual {
  padding: 106px 0 0;
}
.mainvisual__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mainvisual {
    padding: 8.83333333vw 1.66666667vw 0;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual {
    padding: 0;
  }
}
.power_security__inner {
  padding: 64px 60px 80px 60px;
  background-image: url(/ito/img/0to/0000003233/pc/250604/bg-power-security.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.power_security__linear {
  background: linear-gradient(to right, #8C2E8E 0%, #8C2E8E 50%, #CD78AD 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 1px;
}
.power_security__linear2 {
  background: linear-gradient(to right, #0D1D39 0%, #034E79 25%, #23529E 50%, #117ACB 75%, #2092E8 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.power_security__purple {
  color: #8C2E8E;
}
.power_security__title {
  max-width: 308px;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.38;
}
.power_security__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 1200px) {
  .power_security {
    padding: 0 1.66666667vw 0;
  }
  .power_security__inner {
    padding: 5.33333333vw 5vw 6.66666667vw 5vw;
  }
  .power_security__title {
    max-width: 25.66666667vw;
    font-size: 3.25vw;
  }
  .power_security__desc {
    font-size: 1.33333333vw;
  }
}
@media screen and (max-width: 750px) {
  .power_security {
    padding: 0;
  }
  .power_security__inner {
    background-image: url(/ito/img/0to/0000003233/sp/250604/bg-power-security-sp.jpg);
    padding: 12vw 6.66666667vw 12.8vw;
  }
  .power_security__title {
    text-align: center;
    max-width: 100%;
    font-size: 6.4vw;
    letter-spacing: -0.08em;
  }
  .power_security__desc {
    font-size: 3.73333333vw;
  }
}
.power__inner {
  display: flex;
  justify-content: space-between;
}
.power__left {
  padding: 46px 0 0 36px;
}
.power__left p {
  margin-top: 22px;
}
.power__right {
  width: 100%;
  max-width: 537px;
}
.power__right img {
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .power__inner {
    gap: 1.58333333vw;
  }
  .power__left {
    padding: 3.83333333vw 0 0 3vw;
  }
  .power__left p {
    margin-top: 1.83333333vw;
  }
  .power__right {
    max-width: 44.75vw;
  }
}
@media screen and (max-width: 750px) {
  .power__inner {
    flex-direction: column-reverse;
    gap: 5.2vw;
  }
  .power__left {
    padding: 0;
    width: 100%;
  }
  .power__left p {
    max-width: 80vw;
    margin: 0 auto;
    margin-top: 4.13333333vw;
  }
  .power__right {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.security {
  margin-top: 39px;
}
.security__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.security__txt {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.38;
  margin-bottom: 22px;
}
.security__left {
  padding: 43px 19px 0 0;
}
.security__right {
  max-width: 537px;
  box-shadow: 0 4px 30px rgba(231, 192, 177, 0.32);
}
.security__right img {
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .security {
    margin-top: 3.25vw;
  }
  .security__inner {
    gap: 4.58333333vw;
  }
  .security__txt {
    font-size: 3.25vw;
    margin-bottom: 1.83333333vw;
  }
  .security__left {
    padding: 3.58333333vw 1.58333333vw 0 0;
  }
  .security__right {
    max-width: 44.75vw;
  }
}
@media screen and (max-width: 750px) {
  .security {
    margin-top: 12vw;
  }
  .security__inner {
    flex-direction: column-reverse;
  }
  .security__txt {
    text-align: center;
    font-size: 6.4vw;
    margin: 2.53333333vw 0 7.33333333vw;
  }
  .security__left {
    padding: 0;
    width: 100%;
  }
  .security__left .power_security__desc {
    max-width: 80vw;
    margin: 0 auto;
  }
  .security__right {
    max-width: 100%;
    text-align: center;
  }
}
.data__inner {
  position: relative;
}
.data__content {
  position: absolute;
  bottom: 172px;
  right: 67px;
}
.data__title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.04em;
}
.data__desc {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 1200px) {
  .data {
    padding: 0 1.66666667vw;
  }
  .data__content {
    bottom: 14.33333333vw;
    right: 5.58333333vw;
  }
  .data__title {
    font-size: 3.25vw;
  }
  .data__desc {
    margin-top: 1.83333333vw;
    font-size: 1.33333333vw;
  }
}
@media screen and (max-width: 750px) {
  .data {
    padding: 0;
  }
  .data__content {
    width: 100%;
    bottom: 11.33333333vw;
    right: unset;
  }
  .data__txt {
    max-width: 80vw;
    width: 100%;
    margin: 0 auto;
  }
  .data__title {
    font-size: 6.4vw;
    text-align: center;
  }
  .data__desc {
    font-size: 3.73333333vw;
    margin-top: 4.13333333vw;
  }
}
.product {
  margin-top: 59px;
}
@media screen and (max-width: 1200px) {
  .product {
    margin-top: 4.91666667vw;
  }
}
@media screen and (max-width: 750px) {
  .product {
    margin-top: 4vw;
  }
}
.product_content {
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .product_content {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .product_content {
    padding-left: 18.26666667vw;
  }
}
.product .product_block_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .product .product_block_wrap {
    flex-direction: column;
    gap: 8vw;
  }
}
.product .product_block {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .product .product_block {
    font-size: 1.16666667vw;
  }
}
.product .product_block .labels img {
  width: 106px;
  height: 33px;
  margin-top: -5px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .labels img {
    margin-top: -0.41666667vw;
    width: 8.83333333vw;
    height: 2.75vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .labels img {
    margin-top: -0.66666667vw;
    width: 27.6vw;
    height: 8.8vw;
  }
}
.product .product_block .labels1 {
  margin-top: 9px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .labels1 {
    margin-top: 0.75vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .labels1 {
    margin-top: 4.8vw;
  }
}
.product .product_block .labels1 span {
  display: inline-block;
  color: #006ED6;
  border: 1px solid #006ED6;
  padding: 3px 16px;
  font-size: 15px;
  line-height: 1.53;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .product .product_block .labels1 span {
    padding: 0.25vw 1.33333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .labels1 span {
    padding: 0.86666667vw 4.33333333vw;
    font-size: 3.86666667vw;
  }
}
.product .product_block .title {
  margin-top: 11px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .title {
    margin-top: 0.91666667vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .title {
    margin-top: 3.6vw;
  }
}
.product .product_block .title a {
  color: #006ED6;
  font-size: 15px;
  line-height: 1.53;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .product .product_block .title a {
    font-size: 1.25vw;
  }
}
.product .product_block .title:hover {
  opacity: 0.7;
}
.product .product_block .price {
  color: #db0000;
  font-size: 15px;
  font-weight: 400;
  line-height: 3.47;
  margin-top: -10px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .price {
    font-size: 1.25vw;
    margin-top: -0.83333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .price {
    font-size: 3.86666667vw;
    margin-top: -1.33333333vw;
  }
}
.product .product_block .price span {
  display: inline-block;
}
.product .product_block .price .price_zeinuki,
.product .product_block .price .point {
  font-size: 15px;
  line-height: 1.4;
  margin-top: -4px;
  display: block;
  color: #505050;
}
@media screen and (max-width: 1200px) {
  .product .product_block .price .price_zeinuki,
  .product .product_block .price .point {
    font-size: 1.25vw;
    margin-top: -0.33333333vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .price .price_zeinuki,
  .product .product_block .price .point {
    font-size: 3.86666667vw;
    margin-top: -0.53333333vw;
  }
}
.product .product_block .text-price {
  font-size: 22px;
  line-height: 2.36;
  left: 5px;
  position: relative;
  font-weight: 600;
  bottom: -2px;
}
@media screen and (max-width: 1200px) {
  .product .product_block .text-price {
    font-size: 1.83333333vw;
    left: 0.41666667vw;
    bottom: -0.16666667vw;
  }
}
@media screen and (max-width: 750px) {
  .product .product_block .text-price {
    font-size: 5.73333333vw;
    left: 0.66666667vw;
    bottom: -0.26666667vw;
  }
}
.product .product_block .text-unit {
  margin-left: 3px;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 750px) {
  .product .product_block {
    width: auto;
  }
  .product .product_block:nth-child(n+2) {
    display: none;
  }
  .product .product_block .title a {
    font-size: 3.73333333vw;
    line-height: 1.42;
  }
}
.product .product__thumb {
  display: block;
}
@media screen and (max-width: 750px) {
  .product .product__thumb {
    margin: 0 auto;
    width: 75.06666667vw;
    height: 50.13333333vw;
  }
}
.product .product_more {
  display: none;
  margin: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .product .product_more {
    display: block;
    margin: 11.06666667vw 10vw 0;
  }
}
.product .product_more button {
  font-size: 3.73333333vw;
  line-height: 2;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 1px solid #000;
  padding: 3vw;
  color: #000;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  transition: opacity 0.3s;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 700;
}
.product .product_more button:before,
.product .product_more button:after {
  content: '';
  display: block;
  width: 3.2vw;
  height: 0.4vw;
  position: absolute;
  top: 50%;
  right: 2.8vw;
  margin: -1px 0 0;
  background: #000;
}
.product .product_more button:after {
  transform: rotate(90deg);
}
.product .product_more button:hover {
  opacity: 0.7;
}
.video {
  max-width: 1000px;
  width: 100%;
  margin: 77px auto 125px;
}
.video__content {
  text-align: center;
}
.video__title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: -0.08em;
  margin: 27px 0 8px;
}
.video__desc {
  font-size: 18px;
  line-height: 1.75;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .video {
    max-width: 83.33333333vw;
    margin: 6.41666667vw auto 10.41666667vw;
  }
  .video__title {
    font-size: 3.25vw;
    margin: 2.25vw 0 0.66666667vw;
  }
  .video__desc {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .video {
    max-width: 93.33333333vw;
    margin: 14.13333333vw auto 24.93333333vw;
  }
  .video__title {
    font-size: 6.4vw;
    margin: 5.06666667vw 0 4.66666667vw;
  }
  .video__desc {
    font-size: 3.73333333vw;
  }
}
.todo {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.todo__inner {
  display: flex;
}
.todo__left {
  max-width: 510px;
  width: 100%;
}
.todo__right {
  padding: 56px 0 0 84px;
}
.todo__title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: -0.1em;
}
.todo__desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.todo__reverse {
  margin: 67px auto 137px;
}
.todo__reverse .todo__inner {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.todo__reverse .todo__right {
  padding: 30px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .todo {
    max-width: 90vw;
  }
  .todo__left {
    max-width: 42.5vw;
  }
  .todo__right {
    padding: 4.66666667vw 0 0 7vw;
  }
  .todo__title {
    font-size: 3.25vw;
  }
  .todo__desc {
    margin-top: 1.66666667vw;
    font-size: 1.33333333vw;
  }
  .todo__reverse {
    margin: 5.58333333vw auto 11.41666667vw;
  }
  .todo__reverse .todo__right {
    padding: 2.5vw 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .todo {
    max-width: 86.66666667vw;
  }
  .todo__inner {
    flex-direction: column;
  }
  .todo__left {
    max-width: 100%;
  }
  .todo__left img {
    width: 100%;
  }
  .todo__right {
    padding: 6.4vw 0 0 0;
    max-width: 74.4vw;
    margin: 0 auto;
  }
  .todo__title {
    font-size: 6.4vw;
    text-align: center;
  }
  .todo__desc {
    margin-top: 4.66666667vw;
    font-size: 3.73333333vw;
  }
  .todo__reverse {
    margin: 16.26666667vw auto 24vw;
  }
  .todo__reverse .todo__inner {
    flex-direction: column;
  }
  .todo__reverse .todo__right {
    padding: 6.4vw 0 0 0;
  }
}
.banner {
  padding: 109px 0 136px;
  text-align: center;
}
.banner a {
  transition: opacity 0.3s ease;
}
.banner a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  .banner {
    padding: 9.08333333vw 0 11.33333333vw;
  }
  .banner_windows {
    width: 47.75vw;
    height: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .banner {
    padding: 19.06666667vw 0 13.06666667vw;
  }
  .banner_windows {
    width: 93.33333333vw;
    height: 29.46666667vw;
  }
}
.wrapper-wide {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px 0 10px;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide {
    padding: 1.66666667vw 0 0.83333333vw;
  }
}
.wrapper-wide .notes {
  text-align: left;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes {
    padding: 0 1.66666667vw;
  }
}
.wrapper-wide .notes-head {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  line-height: 1.75;
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  padding: 20px 0;
  width: 100%;
  text-align: left;
  font-family: inherit;
  color: #010101;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes-head {
    max-width: 100vw;
    font-size: 1.5vw;
    padding: 1.66666667vw 0;
  }
}
.wrapper-wide .notes-body {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes-body {
    max-width: 90vw;
  }
}
@media screen and (max-width: 750px) {
  .wrapper-wide .notes-body {
    max-width: 100%;
  }
}
/* .wrapper-wide .notes-head::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 20px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-135deg);
} */
@media screen and (max-width: 1200px) {
  /* .wrapper-wide .notes-head::after {
    right: 1.66666667vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
  } */
}
.wrapper-wide .notes.is-closed .notes-head::after {
  transform: rotate(45deg);
  top: 25%;
}
.wrapper-wide .notes-body-inr {
  padding: 20px 0 138px;
}
@media screen and (max-width: 1200px) {
  .wrapper-wide .notes-body-inr {
    padding: 1.66666667vw 0 11.5vw;
  }
}
@media screen and (max-width: 750px) {
  .wrapper-wide {
    text-align: center;
    padding: 0;
  }
  .wrapper-wide .notes {
    text-align: left;
    width: 100%;
    padding: 0 3.33333333vw;
    line-height: 1.6;
    font-size: 12px;
  }
  .wrapper-wide .notes-head {
    position: relative;
    font-size: 3.86666vw;
    background: none;
    border: none;
    cursor: pointer;
    appearance: none;
    padding: 5.33333333vw 0 5.33333333vw;
    width: 100%;
    text-align: left;
  }
  /* .wrapper-wide .notes-head::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.73333333vw;
    width: 4.26666667vw;
    height: 4.26666667vw;
    border-right: 0.33333333vw solid #000;
    border-bottom: 0.33333333vw solid #000;
    transform: translateY(-50%) rotate(45deg) scale(-1, -1);
  } */
  .wrapper-wide .notes.is-closed .notes-head::after {
    transform: translateY(-55%) rotate(45deg);
    top: 50%;
  }
  .wrapper-wide .notes-body-inr {
    padding: 1.86666667vw 0 17.06666667vw;
  }
}
.u-txt12 {
  font-size: 12px;
  line-height: 1.66;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .u-txt12 {
    font-size: 1.16666667vw;
  }
}
@media screen and (max-width: 750px) {
  .u-txt12 {
    font-size: 2.13333333vw;
    line-height: 1.68;
  }
}
