@charset "UTF-8";
/*--- 特長 ---*/
h2.ttl-article.text-center {
  font-size: 40px;
}

@media (max-width: 768px) {
  h2.ttl-article.text-center {
    font-size: 26px;
  }
}
.scheduled-release-date {
  padding: 1em;
  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;
  font-size: 1.1em;
  font-weight: bold;
  width: 495px;
  max-width: 100%;
  border-radius: 8px;
  margin-inline: auto;
}

.main-contents {
  overflow: hidden;
  padding-top: 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* 共通要素 */
a:focus, *:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0.8rem 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  overflow: hidden;
}

sup {
  position: relative;
  top: 0;
  vertical-align: top;
  font-size: 60%;
}

.page-heading sup {
  font-size: 50%;
  top: 0.3em;
}

.main-text sup {
  top: 0;
  font-size: 55%;
}

sup.size-s {
  font-size: 50%;
}

.shadow {
  text-shadow: 0 0 20px black, 2px 2px 10px black;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: 2.5641025641vw;
}

body {
  line-height: 1.5;
  background: #fff;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.opa0 {
  opacity: 0;
}

.shadow {
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}

/* -----------------------------------------
 レイアウト
------------------------------------------- */
.stage {
  position: relative;
  color: #fff;
  background: #353535;
}

.main {
  margin: 0 auto;
}

.stage p {
  line-height: 1.5;
}

.page-contents.home {
  padding: 2.4rem 2rem;
}

/* -----------------------------------------
 文字装飾
------------------------------------------- */
.white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.red {
  color: #E94235;
}

.comment {
  font-size: 1.2rem;
  margin-bottom: 0px;
}

.normal {
  font-weight: normal;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.block {
  display: block;
}

.posabs {
  position: absolute;
}

.fs60 {
  font-size: 6rem !important;
}

.fs56 {
  font-size: 5.6rem !important;
}

.fs52 {
  font-size: 5.2rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb1e {
  margin-bottom: 1em;
}

.mb2e {
  margin-bottom: 2em;
}

.mt30 {
  margin-top: 3rem;
}

.mt1e {
  margin-top: 1em;
}

.ml10 {
  margin-left: 1rem;
}

.mr10 {
  margin-right: 1rem;
}

.mr20 {
  margin-right: 2rem;
}

.pt40 {
  padding-top: 4rem;
}

.pt0 {
  padding-top: 0;
}

.pr15 {
  padding-right: 1.5rem;
}

.pl10 {
  padding-left: 1rem;
}

.pl15 {
  padding-left: 1.5rem;
}

/* -----------------------------------------
 ボタン
------------------------------------------- */
.btn-text {
  margin-bottom: 1.8rem;
  color: #652A96;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.btn-top-txt {
  margin-bottom: 1rem;
  color: #133D3E;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.photo-link-wrap {
  max-width: 32rem;
  margin: 0 auto;
}

.photo-link-btn {
  display: block;
  padding: 1.5rem 1.4rem;
  color: #133D3E !important;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 0.7rem;
  text-align: center;
  background: #FFF500;
}

/* -----------------------------------------
 コンテンツ
------------------------------------------- */
.contents-block {
  overflow: hidden;
  color: #000;
  /* background: linear-gradient(45deg, #C8E0F0 0%, #FDFDFD 30%, #FDFDFD 70%,#C8E0F0 100%); */
}

.contents-block p {
  color: #000;
  font-weight: bold;
}

.menu + .contents-block {
  padding-top: 0;
}

.page-head {
  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;
  position: relative;
  min-height: 6.4rem;
  padding: 1rem 8.7rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(180, 180, 180)), to(rgb(233, 232, 232)));
  background: linear-gradient(0deg, rgb(180, 180, 180), rgb(233, 232, 232) 100%);
  color: #000;
}

.page-head .page-title {
  line-height: 1.3;
  text-align: center;
}

.page-head [class*=btn-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  margin: auto;
  font-size: 1.6rem;
}

.page-head .page-title span {
  display: block;
}

.page-head .btn-prev {
  left: 0;
  padding-left: 1.2rem;
}

.page-head .btn-next {
  right: 0;
  padding-right: 1.2rem;
}

.page-head [class*=btn-] span {
  display: inline-block;
  position: relative;
  padding: 0.4em 0.8em;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  background: #fff;
  color: #000;
}

.page-head .btn-prev span {
  padding-left: 2.2em;
}

.page-head .btn-next span {
  padding-right: 2.2em;
}

.page-head [class*=btn-] span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-head .btn-prev span::before {
  left: 1rem;
  border-bottom: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
}

.page-head .btn-next span::before {
  right: 1rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
}

.page-heading {
  padding: 1em 0;
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}

.main-text {
  margin-bottom: 1.3em;
  font-size: 1.6rem;
}

.main-contents {
  position: relative;
  padding: 0 1.8rem 2.4rem;
  color: #000;
}

.main-heading {
  margin-bottom: 2rem;
  line-height: 1.3;
  color: #652A96;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

.main-sub-heading {
  margin-bottom: 2rem;
  padding: 0.35em 0.5em;
  border-radius: 0.7rem;
  color: #652A96;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  background-color: #fff;
}

/* -----------------------------------------
 レスポンシブ設定
------------------------------------------- */
/* tablet */
@media screen and (min-width: 640px) {
  html {
    font-size: 62.5%;
    font-size: 0.625em;
  }
  .header-inner {
    margin: 0 auto;
    padding: 0 2rem;
  }
  .header-inner ul li + li {
    margin-left: 0.8rem;
  }
  .header-inner ul li a {
    padding: 0.4rem 2rem;
    font-size: 16px;
  }
  .navi-logo {
    width: 52%;
    max-width: 32rem;
    padding: 0.5rem 0 1rem;
  }
  .navi-logo .ymobile_logo {
    margin-right: 1.5rem;
  }
  .page-head {
    font-size: 1.8rem;
  }
  .page-head [class*=btn-] span {
    font-size: 1.3rem;
  }
  .page-contents.home {
    padding: 3.6rem 4rem;
  }
  .side-menu {
    padding: 3.6rem 4rem;
  }
  .contents-menu li {
    width: calc((100% - 2.4rem) / 3);
    margin-left: 1.2rem;
  }
  .contents-menu li:nth-child(2n) {
    margin-left: 1.2rem;
  }
  .contents-menu li:nth-child(3n+1) {
    margin-left: 0;
  }
  .contents-menu li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .contents-menu li:nth-of-type(n+4) {
    margin-top: 1.2rem;
  }
  .contents-menu li a {
    font-size: 1.6rem;
  }
  .main-contents {
    padding: 3.6rem 3.6rem;
  }
  .main-text {
    text-align: center;
  }
  .page-heading {
    font-size: 2.4rem;
  }
  .page-head .btn-prev {
    padding-left: 2rem;
  }
  .page-head .btn-next {
    padding-right: 2rem;
  }
  .page-head .page-title span {
    display: inline;
    padding-left: 0.6em;
  }
}
/* small pc */
@media screen and (min-width: 960px) {
  a:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .header-inner {
    max-width: 96rem;
    margin: 0 auto;
    padding: 0;
  }
  .navi-logo {
    width: 52%;
    padding: 0.5rem 0 1rem;
    max-width: 100%;
  }
  .navi-logo .ymobile_logo {
    width: 21%;
    margin-right: 1.5rem;
  }
  .navi-logo .smaho_taiken_logo {
    width: 31%;
    margin-right: 1rem;
  }
  .page-contents.home {
    padding-bottom: 4rem;
  }
  .bottom-btn {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .btn-index {
    margin-top: 0;
    margin-bottom: 6rem;
  }
  .main {
    max-width: 96rem;
  }
  .page-contents.home {
    padding: 3.6rem 6rem;
  }
  .main-contents {
    padding: 4.8rem 3.6rem;
  }
  .main-text {
    font-size: 1.8rem;
  }
  .contents-banner {
    margin-bottom: 4rem;
  }
  .contents-banner .inner {
    max-width: 96rem;
    margin: 0 auto;
  }
  .main-photo::before {
    padding-top: 73.86%;
  }
  .contents-menu {
    max-width: 96rem;
  }
  .contents-menu li {
    width: calc((100% - 6rem) / 4);
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(2n) {
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(3n+1) {
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(4n+1) {
    margin-left: 0;
  }
  .contents-menu li:nth-of-type(n+4) {
    margin-top: 0;
  }
  .contents-menu li:nth-of-type(n+5) {
    margin-top: 2rem;
  }
  .contents-menu li a {
    font-size: 1.6rem;
  }
  .page-head {
    font-size: 2rem;
  }
  .page-head [class*=btn-] span {
    padding: 0.5em 1.1em;
    font-size: 1.4rem;
  }
  .page-head .btn-prev span {
    padding-left: 2.2em;
  }
  .page-head .btn-next span {
    padding-right: 2.2em;
  }
  .page-heading {
    padding: 0.8em 0;
    font-size: 2.8rem;
  }
}
/* large pc */
@media screen and (min-width: 1280px) {
  .header-inner {
    max-width: 128rem;
    margin: 0 auto;
  }
  .navi-logo .ymobile_logo {
    width: 19%;
    margin-right: 2.5rem;
  }
  .contents-banner {
    margin-bottom: 4rem;
  }
  .contents-banner .inner {
    max-width: 128rem;
  }
  .page-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 128rem;
    margin: 0 auto;
  }
  .main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: none;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .page-contents.home {
    padding: 0 3.6rem 6rem;
  }
  .side-menu {
    width: 33rem;
    height: 100%;
    margin-left: 4rem;
    padding: 1.5rem 0 0;
  }
  .side-menu .contents-menu {
    display: block;
  }
  .side-menu .contents-menu li {
    width: auto;
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-child(2n) {
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-child(3n+1) {
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-of-type(n+2) {
    margin-top: 0.2rem;
  }
  .side-menu .contents-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 0;
  }
  .side-menu .contents-menu .thumbnail {
    width: 12rem;
  }
  .side-menu .contents-menu p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 5em;
    padding: 0.5em 0.5em;
    font-size: 1.6rem;
    text-align: left;
  }
  .bottom-btn {
    margin-top: 6rem;
  }
  .btn-index {
    margin-top: 0;
  }
  .show-pc-l {
    display: block;
  }
  /* home */
  .home .contents-menu {
    max-width: 128rem;
  }
  .home .contents-menu p {
    min-height: 4em;
    padding: 0.7em 0.5em;
  }
}
/* /共通要素 */
.inline-sp {
  display: none;
}

.only-sp-br {
  display: none;
}

.u-only-pc {
  display: inline;
}

.design_color_button li a::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  margin: 0 auto;
}

.design_color_button li a.btn-color1::before {
  background: #8193bd;
}

.design_color_button li a.btn-color2::before {
  background: #cac0ba;
}

.design_color_button li a.color3::before {
  background: #39393b;
}

.list-feature1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  max-width: 67rem;
  margin: 0 auto 2em;
}

.list-feature1 > li {
  width: 34%;
  margin: 0 2%;
  background-color: #4f71bf;
  padding: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-feature1 > li.pt2 {
  width: 65%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-feature1 > li.pt2 .inner {
  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;
  font-size: 1.4rem;
}

.list-feature1 > li.pt2 .txt-l {
  background-color: #dce2f2;
  padding: 10px;
  text-align: center;
  color: #4f71bf;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  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;
}

.list-feature1 > li.pt2 .txt-r {
  padding: 13px 10px 10px;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-feature1 > li.pt2 .txt-r .color1 {
  color: #4f71bf;
  font-size: 1.4rem;
  padding: 0 0.5em;
}

.list-feature1 > li.pt2 .txt-r img {
  display: inline-block;
  width: 25px;
  vertical-align: top;
  padding: 0 2px;
}

.list-feature1 > li.wide {
  width: 86%;
  -webkit-box-shadow: 0 0.4rem 1.5rem rgba(96, 118, 178, 0.31);
          box-shadow: 0 0.4rem 1.5rem rgba(96, 118, 178, 0.31);
}

.list-feature1 .txt-l {
  background-color: #4f71bf;
  padding: 15px 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  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;
}

.list-feature1 .txt-r {
  color: #fff;
  font-size: 52px;
  text-align: center;
  position: relative;
}

.list-feature1 .txt-r span {
  font-size: 20px;
}

.list-feature1 .txt-r sup {
  font-size: 14px;
  top: 20px;
  right: 15px;
  position: absolute;
}

.list-feature3 {
  max-width: 59rem;
  margin: 0 auto;
}

.list-feature3 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-feature3 > li {
  width: 100%;
  border-radius: 2rem;
  border: 3px solid #4f71bf;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-feature3 > li + li {
  margin-top: 2rem;
}

.list-feature3 .hdg {
  background-color: #dce2f2;
  padding: 2rem;
  text-align: center;
  color: #4f71bf;
  border-radius: 1.82rem 1.82rem 0 0;
  font-size: 2rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  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;
}

.list-feature3 .inner {
  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;
  padding: 2rem;
}

.list-feature3 .inner img {
  width: 55%;
}

.list-feature3 .inner .copy {
  position: static;
  text-align: left;
  font-size: 1.8rem;
  width: 42%;
}

.list-feature3 .list-feature1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-top: 15px;
}

.list-feature3 .list-feature1 > li {
  width: 47%;
  background-color: #4f71bf;
  padding: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-feature3 .list-feature1 .pt3 {
  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;
}

.list-feature3 .list-feature1 .pt3 .txt-r {
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
}

.list-feature3 .list-feature1 .pt4 {
  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;
}

.list-feature3 .list-feature1 .pt4 .txt-l {
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
}

.list-feature3 .list-feature1 .pt4 .txt-r {
  padding: 0;
  font-size: 40px;
  line-height: 1;
}

.list-feature3 .list-feature1 .pt4 .txt-r span {
  font-size: 12px;
}

.list-feature3 .list-feature1 .pt5 {
  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;
}

.list-feature3 .list-feature1 .pt5 .txt-l {
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
}

.list-feature3 .list-feature1 .pt5 .txt-r {
  padding: 0;
  font-size: 20px;
  line-height: 1;
}

.list-feature3 .list-feature1 .pt5 .txt-r span {
  font-size: 12px;
}

.point-inner {
  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;
}

.point-inner .img1 img, .point-inner .img2 img {
  width: 100%;
}

.point-inner .img1 {
  width: 35%;
}

.point-inner .img2 {
  width: 64%;
}

.wrap-alert {
  border-radius: 2rem;
  border: 0.3rem solid #4f71bf;
  background-color: #fff;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.3em;
}

.wrap-alert .wrap {
  width: 48%;
}

.wrap-alert .hdg {
  font-size: 1.8rem;
  line-height: 1.5;
}

.wrap-alert .img-txt-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;
  margin-top: 10px;
}

.wrap-alert .img-txt-box .img-box {
  width: 35%;
}

.wrap-alert .img-txt-box .txt {
  width: 63%;
  font-size: 1.6rem;
  line-height: 1.5;
}

.txt-box {
  position: absolute;
  display: block;
  max-width: 100%;
  background: #e9eef8;
  color: #212529;
  border: 0px solid #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
  line-height: 1.5;
  opacity: 1;
  font-weight: bold;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: filter;
  width: calc(100% - 1.8rem);
}

.txt-box::before {
  background-color: #e9eef8;
  content: "";
  height: 25px;
  position: absolute;
  width: 25px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-box p {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.txt-box p .talk {
  display: block;
  margin-top: 8px;
  text-indent: 0em;
  padding-left: 0em;
  font-size: 12px;
}

.txt-box p .talk.title {
  font-size: 13px;
}

.txt-box p .underline {
  background: #ff6;
}

.txt-box p .underline.color1 {
  background: #66ff75;
}

.txt-box p .wrap-talk {
  display: block;
  background-color: #cbd1e4;
  padding: 3px 8px 5px;
  border-radius: 8px;
  margin: 5px 0 0 -1.3em;
}

.txt-box + .txt-box {
  margin-top: 20px;
}

.list-wallpaper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 59rem;
  margin: 0 auto;
}

.list-wallpaper li {
  width: 32%;
}

.list-wallpaper li img {
  width: 100%;
}

.content-right {
  background-color: #000;
  padding: 4.8rem 3.6rem;
}

.select-btn-wrap {
  padding: 16px 24px 24px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  max-width: 58rem;
  margin: 0 auto 3rem;
}

.select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.select-btn li a {
  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;
  height: 100%;
  gap: 20px;
  background-color: #fff;
  width: 258px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  color: #000;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.3;
  border: 3px solid #4f71bf;
  opacity: 0.4;
  font-weight: bold;
}

.select-btn li a.current {
  opacity: 1;
}

.select-btn li a:has(.scene-title) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  gap: 0;
}

.select-btn li a .scene-title {
  width: 100%;
  background-color: #dce2f2;
  padding: 20px;
  text-align: center;
  color: #4f71bf;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  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;
}

.select-btn li a .scene-list {
  padding: 15px;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select-btn li a .scene-list li {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}

.select-btn li a .scene-list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #306fba;
  left: 0;
  top: 0.4em;
}

.select-btn li a .scene-list li + li {
  margin-top: 5px;
}

.select-btn-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
  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;
  border-radius: 8px;
  color: #4F71C0 !important;
}

.select-btn-title::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 15.3rem;
  height: 0.1rem;
  background-color: #4F71C0;
}

.select-btn-title::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  right: 0;
  width: 15.3rem;
  height: 0.1rem;
  background-color: #4F71C0;
}

.select-btn-title img {
  width: 25px;
  margin-right: 10px;
}

.txt-irr1 {
  text-align: center;
  color: #fff !important;
  font-size: 2rem;
}

.movie-copy {
  width: 80%;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
  color: #002060;
  border: 2px solid #002060;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .u-only-pc {
    display: none;
  }
}
@media screen and (max-width: 678px) {
  .no-sp {
    display: none;
  }
  .inline-sp {
    display: inline;
  }
  .design_color_button li a::before {
    width: 5rem;
    height: 5rem;
  }
  .list-feature1 > li {
    width: 48%;
    margin: 0 1%;
    border-radius: 0.5rem;
  }
  .list-feature1 > li.pt2 {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-feature1 > li.pt2 .txt-l {
    background-color: #dce2f2;
    padding: 0.5em;
    text-align: center;
    color: #4f71bf;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1.6rem;
  }
  .list-feature1 > li.pt2 .txt-r {
    padding: 0.5em;
    font-size: 1.4rem;
    line-height: 1.7;
    -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;
  }
  .list-feature1 > li.pt2 .txt-r .color1 {
    font-size: 1.4rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .list-feature1 > li.pt2 .txt-r .inner {
    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;
    font-size: 1.4rem;
  }
  .list-feature1 > li.pt2 .txt-r img {
    width: 2em;
  }
  .list-feature1 > li.wide {
    width: 100%;
    -webkit-box-shadow: 0 0.4rem 1.5rem rgba(96, 118, 178, 0.31);
            box-shadow: 0 0.4rem 1.5rem rgba(96, 118, 178, 0.31);
  }
  .list-feature1 .txt-l {
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1.8rem;
  }
  .list-feature1 .txt-r {
    font-size: 3.8rem;
  }
  .list-feature1 .txt-r span {
    font-size: 1.6rem;
  }
  .list-feature1 .txt-r sup {
    font-size: 1.4rem;
    top: 20px;
    right: 15px;
    position: absolute;
  }
  .list-feature3 > li {
    width: 100%;
    border: 0.3rem solid #4f71bf;
  }
  .list-feature3 > li + li {
    margin-top: 2rem;
  }
  .list-feature3 .hdg {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 1.5rem;
  }
  .list-feature3 .inner {
    display: block;
    padding: 1.5rem;
  }
  .list-feature3 .inner img {
    width: 100%;
  }
  .list-feature3 .inner .copy {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .list-feature3 .list-feature1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-top: 15px;
  }
  .list-feature3 .list-feature1 > li {
    width: 47%;
    background-color: #4f71bf;
    padding: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-feature3 .list-feature1 .pt3 {
    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;
  }
  .list-feature3 .list-feature1 .pt3 .txt-r {
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
  }
  .list-feature3 .list-feature1 .pt4 {
    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;
  }
  .list-feature3 .list-feature1 .pt4 .txt-l {
    padding: 0;
    font-size: 12px;
    line-height: 1.3;
  }
  .list-feature3 .list-feature1 .pt4 .txt-r {
    padding: 0;
    font-size: 40px;
    line-height: 1;
  }
  .list-feature3 .list-feature1 .pt4 .txt-r span {
    font-size: 12px;
  }
  .list-feature3 .list-feature1 .pt5 {
    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;
  }
  .list-feature3 .list-feature1 .pt5 .txt-l {
    padding: 0;
    font-size: 12px;
    line-height: 1.3;
  }
  .list-feature3 .list-feature1 .pt5 .txt-r {
    padding: 0;
    font-size: 20px;
    line-height: 1;
  }
  .list-feature3 .list-feature1 .pt5 .txt-r span {
    font-size: 12px;
  }
  .point-inner {
    display: block;
  }
  .point-inner .img1, .point-inner .img2 {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .point-inner .img1 img, .point-inner .img2 img {
    width: 100%;
  }
  .point-inner .img1 {
    width: 70%;
  }
  .point-inner .img2 {
    width: 100%;
  }
  .wrap-alert {
    display: block;
    padding: 4%;
  }
  .wrap-alert .wrap {
    width: 100%;
  }
  .wrap-alert .wrap + .wrap {
    margin-top: 1.3em;
  }
  .wrap-alert .hdg {
    font-size: 1.6rem;
  }
  .wrap-alert .img-txt-box {
    margin-top: 0.3em;
  }
  .wrap-alert .img-txt-box .img-box {
    width: 40%;
  }
  .wrap-alert .img-txt-box .txt {
    width: 56%;
    font-size: 1.4rem;
  }
  .content-right {
    padding: 2.4rem 1.8rem;
    margin: 0 -1.8rem -2.4rem;
  }
  .select-btn-wrap {
    padding: 1.5rem;
  }
  .select-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .select-btn li {
    width: 48%;
  }
  .select-btn li a {
    gap: 0;
    width: 100%;
    padding: 1rem;
    font-size: 1.6rem;
  }
  .select-btn li a .scene-title {
    padding: 1rem;
    border-radius: 5px 5px 0 0;
    font-size: 1.4rem;
  }
  .select-btn li a .scene-list {
    padding: 0.8rem;
  }
  .select-btn li a .scene-list li {
    font-size: 1.15rem;
    padding-left: 1.2rem;
  }
  .select-btn li a .scene-list li::before {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.4em;
  }
  .select-btn li a .scene-list li + li {
    margin-top: 5px;
  }
  .select-btn-title {
    font-size: 1.6rem;
  }
  .select-btn-title::before, .select-btn-title::after {
    width: 7rem;
  }
  .txt-irr1 {
    font-size: 1.8rem;
  }
  .movie-copy {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .only-sp-br {
    display: inline;
  }
}
@media screen and (min-width: 640px) {
  .txt-box {
    font-size: 1.8rem;
    padding: 15px 18px;
    border-radius: 20px;
  }
}
/* display */
.display .main-contents {
  overflow: hidden;
  padding: 0;
}
.display .contents-block {
  padding: 0;
  position: relative;
}
.display .movie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 64rem;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display .scene2 {
  display: none;
}
.display .device {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.display .movie-box {
  position: relative;
  width: 25%;
  max-width: 27rem;
  margin: 0;
  top: 0;
  -webkit-transform: rotate(90deg) scale(1.5);
          transform: rotate(90deg) scale(1.5);
  overflow: hidden;
}
.display .movie-box:before {
  content: "";
  display: block;
  padding-top: 216%;
}
.display .movie {
  position: absolute;
  top: 0.5%;
  left: 2.7%;
  width: 94%;
  height: 98%;
  overflow: hidden;
  border-radius: 2rem;
  z-index: 50;
}
.display .movie video {
  position: absolute;
  top: 1.5%;
  left: -17%;
  width: 121%;
}
.display a.touch-btn {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  background: rgb(255, 255, 255);
  padding-top: 8px;
  line-height: 1.2;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0.75) !important;
          transform: translate(-50%, -50%) rotate(-90deg) scale(0.75) !important;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.display a.touch-btn img {
  width: 3.5rem;
  height: 4.8rem;
  margin-bottom: 2px;
}
.display a.touch-btn span {
  font-weight: bold;
  display: block;
}
.display .list-feature1 {
  margin-bottom: 0;
}
.display .list-feature1 > li {
  width: 45%;
}
.display .scene2 .movie {
  top: -14.5%;
  left: -20.3%;
  width: 117%;
  height: 121%;
  overflow: hidden;
  border-radius: 2rem;
  z-index: 50;
}
.display .scene2 .movie video {
  top: 31.5%;
  left: -32%;
  width: 174%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.display .list-feature1 {
  max-width: 54rem;
}
.display .list-feature1 > li.pt2 {
  width: 100%;
}
.display .list-feature1 > li.pt2 .txt-r {
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .display .movie-box {
    top: 0;
  }
  .display a.touch-btn {
    width: 10rem;
    height: 10rem;
  }
}
.display .comment {
  color: #fff !important;
  margin-top: 2rem;
}
@media screen and (max-width: 678px) {
  .display .movie-box {
    width: 30%;
  }
  .display .main-contents {
    padding: 0 1.8rem 2.4rem;
  }
  .display .list-feature1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .display .list-feature1 > li {
    width: 48%;
  }
  .display .list-feature1 .txt-l {
    font-size: 1.6rem;
  }
  .display .list-feature1 .txt-r {
    font-size: 3.5rem;
  }
  .display .list-feature1 .txt-r sup {
    font-size: 1.2rem;
    top: 5px;
    right: 5px;
  }
  .display .select-btn li a {
    font-size: 1.5rem;
  }
}

/* /display */
/* battery */
.battery .main-contents {
  overflow: hidden;
  padding-top: 0;
}
.battery .contents-block {
  padding: 0;
  position: relative;
}
.battery .point-img {
  max-width: 54rem;
  margin: auto;
}
.battery .list-feature1 .txt-r sup {
  position: static;
  padding-top: 3rem;
  display: inline-block;
}
.battery .list-feature1.v1 {
  max-width: 64rem;
}
.battery .list-feature1 {
  max-width: 54rem;
}
.battery .list-feature1 > li.wide {
  width: 100%;
}
.battery .comment {
  margin-top: 3rem;
}
@media screen and (max-width: 678px) {
  .battery .list-feature1 .txt-r sup {
    padding-top: 2rem;
  }
}

/* /battery */
/* home-deco */
.home-deco .main-contents {
  overflow: hidden;
  padding: 0;
}
.home-deco .contents-block {
  padding: 0;
  position: relative;
}
.home-deco .movie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 64rem;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-deco .scene2 {
  display: none;
}
.home-deco .device {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.home-deco {
  /* 動画ページ */
}
.home-deco .movie-box {
  position: relative;
  width: 46%;
  max-width: 27rem;
  margin: 3rem 0 0;
}
.home-deco .movie-box:before {
  content: "";
  display: block;
  padding-top: 216%;
}
.home-deco .movie {
  position: absolute;
  top: 3%;
  left: 2.7%;
  width: 92%;
  height: 92.5%;
  overflow: hidden;
  border-radius: 2rem;
  z-index: 50;
}
.home-deco .movie video {
  position: absolute;
  top: 1px;
  left: 3.5%;
  width: 94%;
}
.home-deco .scene2 .movie video {
  top: 0;
  left: 2%;
  width: 97%;
}
.home-deco a.touch-btn {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  background: rgb(255, 255, 255);
  padding-top: 8px;
  line-height: 1.2;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.home-deco a.touch-btn img {
  width: 3.5rem;
  height: 4.8rem;
  margin-bottom: 2px;
}
.home-deco a.touch-btn span {
  font-weight: bold;
  display: block;
}
.home-deco .txt-box {
  font-size: 1.4rem;
  padding: 15px 18px;
}
.home-deco .flow_1 {
  top: 0%;
}
.home-deco .flow_2 {
  top: 13.5%;
}
.home-deco .flow_3 {
  top: 30.5%;
}
.home-deco .flow_4 {
  top: 52%;
}
@media screen and (min-width: 640px) {
  .home-deco .movie-box {
    top: 0;
  }
  .home-deco a.touch-btn {
    width: 10rem;
    height: 10rem;
  }
}
.home-deco .comment {
  color: #fff !important;
  margin-top: 2rem;
}
.home-deco .scene1 .movie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}
.home-deco .scene1 .movie-box {
  margin-top: 0;
  width: 38%;
}
.home-deco .scene1 .ver-img {
  margin: 0 auto;
  width: 69%;
  position: relative;
}
.home-deco .scene1 .ver-img .movie {
  top: 3%;
  left: 3.3%;
  width: 92%;
  height: 92.5%;
  border-radius: 2rem;
  z-index: 50;
}
.home-deco .txt-side {
  position: relative;
  width: 55%;
  margin-left: 2rem;
}
.home-deco .list-feature1 {
  margin-top: 3rem;
  max-width: 80rem;
}
@media screen and (max-width: 678px) {
  .home-deco .main-contents {
    padding: 0 1.8rem 2.4rem;
  }
  .home-deco .list-feature1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-deco .list-feature1 > li {
    width: 48%;
  }
  .home-deco .list-feature1 .txt-l {
    font-size: 1.6rem;
  }
  .home-deco .list-feature1 .txt-r {
    font-size: 4rem;
  }
  .home-deco .movie-inner {
    max-width: 100%;
  }
  .home-deco .txt-box {
    width: 100%;
    padding: 1rem;
  }
  .home-deco .flow_1 {
    top: 0%;
  }
  .home-deco .flow_2 {
    top: 26.5%;
  }
  .home-deco .flow_3 {
    top: 52.5%;
  }
  .home-deco .flow_4 {
    top: 86%;
  }
  .home-deco .scene1 .movie-inner {
    padding-bottom: 7rem;
  }
  .home-deco .select-btn li a {
    font-size: 1.5rem;
  }
  .home-deco .scene1 .ver-img .movie {
    border-radius: 1.2rem;
  }
}

/* /home-deco */
/* toughness */
.toughness .main-contents {
  overflow: hidden;
  padding-top: 0;
}
.toughness .contents-block {
  padding: 0;
  position: relative;
}
.toughness .comment {
  margin-top: 3rem;
}

/* /toughness */
/* durability */
.durability .main-contents {
  overflow: hidden;
  padding-top: 0;
}
.durability .contents-block {
  padding: 0;
  position: relative;
}
.durability .scene2,
.durability .scene3 {
  display: none;
}
.durability .scene-main {
  max-width: 46rem;
  margin: auto;
}
.durability .comment {
  margin-top: 3rem;
}

/* /durability */
/* call-support */
.call-support .main-contents {
  overflow: hidden;
  padding-top: 0;
}
.call-support .contents-block {
  padding: 0;
  position: relative;
}
.call-support .movie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 64rem;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.call-support .scene2 {
  display: none;
}
.call-support .device {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.call-support .select-btn li a {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.call-support {
  /* 動画ページ */
}
.call-support .movie-box {
  position: relative;
  width: 46%;
  max-width: 27rem;
  margin: 3rem 0 0;
}
.call-support .scene1 .movie-box {
  overflow: hidden;
  border-radius: 3.5rem;
}
.call-support .movie-box:before {
  content: "";
  display: block;
  padding-top: 216%;
}
.call-support .movie {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 92.5%;
  height: 92.5%;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 50;
}
.call-support .movie video {
  position: absolute;
  top: 0;
  left: 2%;
  width: 97%;
}
.call-support .scene1 .movie video {
  left: -10%;
  width: 121.5%;
}
.call-support a.touch-btn {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  background: rgb(255, 255, 255);
  padding-top: 8px;
  line-height: 1.2;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.call-support a.touch-btn img {
  width: 3.5rem;
  height: 4.8rem;
  margin-bottom: 2px;
}
.call-support a.touch-btn span {
  font-weight: bold;
  display: block;
}
.call-support .movie-inner {
  margin-top: 3rem;
}
.call-support .movie-box {
  margin-top: 0;
  width: 38%;
}
.call-support .txt-side {
  position: relative;
  width: 55%;
  margin-left: 2rem;
}
.call-support .txt-box img {
  width: 2em;
  height: auto;
  vertical-align: bottom;
}
.call-support .txt-box {
  font-size: 1.4rem;
  padding: 15px 18px;
}
.call-support .scene1 .flow_1 {
  top: 0%;
}
.call-support .scene1 .flow_2 {
  top: 13.5%;
}
.call-support .scene1 .flow_3 {
  top: 55.5%;
}
.call-support .scene1 .flow_4 {
  top: 69%;
}
.call-support .scene1 .flow_5 {
  top: 83%;
}
.call-support .scene2 .flow_4 {
  top: 12%;
}
.call-support .scene2 .flow_5 {
  top: 30.5%;
}
.call-support .scene2 .flow_6 {
  top: 48%;
}
.call-support .scene2 .flow_7 {
  top: 70%;
}
.call-support .comment {
  margin-top: 2rem;
}
.call-support .scene2 .square {
  position: absolute;
  border: 0.2rem solid #ff0000;
  border-radius: 0;
  opacity: 0;
}
.call-support .scene2 .square.square1 {
  width: 63px;
  height: 58px;
  top: 446px;
  left: -247px;
  z-index: 100;
}
.call-support .select-btn li a .scene-title sup {
  top: -0.2em;
}
@media screen and (min-width: 640px) {
  .call-support .movie-box {
    top: 0;
  }
  .call-support a.touch-btn {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (min-width: 678px) and (max-width: 680px) {
  .call-support .scene2 .square.square1 {
    width: 5.7rem;
    height: 5.7rem;
    top: 85%;
    left: -70.5%;
  }
}
@media screen and (max-width: 678px) {
  .call-support .scene1 .movie-inner {
    padding-bottom: 6rem;
  }
  .call-support .scene1 .flow_1 {
    top: 0%;
  }
  .call-support .scene1 .flow_2 {
    top: 15%;
  }
  .call-support .scene1 .flow_3 {
    top: 62%;
  }
  .call-support .scene1 .flow_4 {
    top: 82%;
  }
  .call-support .scene1 .flow_5 {
    top: 98%;
  }
  .call-support .scene2 .flow_4 {
    top: 10%;
  }
  .call-support .scene2 .flow_5 {
    top: 28.5%;
  }
  .call-support .scene2 .flow_6 {
    top: 47%;
  }
  .call-support .scene2 .flow_7 {
    top: 67%;
  }
  .call-support .scene2 .square.square1 {
    width: 5.7rem;
    height: 5.7rem;
    top: 85%;
    left: -70.5%;
  }
}
@media screen and (max-width: 639px) {
  .call-support .main-contents {
    padding: 0 1.8rem 2.4rem;
  }
  .call-support .list-feature1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .call-support .list-feature1 > li {
    width: 48%;
  }
  .call-support .list-feature1 .txt-l {
    font-size: 1.6rem;
  }
  .call-support .list-feature1 .txt-r {
    font-size: 4rem;
  }
  .call-support .movie-inner {
    max-width: 100%;
  }
  .call-support .txt-box {
    width: 100%;
    padding: 1rem;
    font-size: 1.3rem;
  }
  .call-support .txt-box img {
    width: 2.4rem;
    vertical-align: bottom;
  }
  .call-support .scene1 .flow_1 {
    top: 0%;
  }
  .call-support .scene1 .flow_2 {
    top: 26.5%;
  }
  .call-support .scene1 .flow_3 {
    top: 106.5%;
  }
  .call-support .scene1 .flow_4 {
    top: 134%;
  }
  .call-support .scene1 .flow_5 {
    top: 155%;
  }
  .call-support .scene1 .movie-inner {
    padding-bottom: 23rem;
  }
  .call-support .scene1 .movie-box {
    border-radius: 1.5rem;
  }
  .call-support .txt-box p .talk {
    font-size: 1.05rem;
  }
  .call-support .txt-box p .talk.title {
    font-size: 1.2rem;
  }
  .call-support .scene2 .flow_4 {
    top: 17%;
  }
  .call-support .scene2 .flow_5 {
    top: 44.5%;
  }
  .call-support .scene2 .flow_6 {
    top: 70%;
  }
  .call-support .scene2 .flow_7 {
    top: 105%;
  }
  .call-support .scene2 .movie-inner {
    padding-bottom: 11rem;
  }
  .call-support .scene2 .square.square1 {
    width: 3.6rem;
    height: 3.6rem;
    top: 84%;
    left: -75%;
  }
}

/* /call-support */
/* user-friendly */
.user-friendly .back-main {
  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;
  max-width: 250px;
  width: 50%;
  padding: 10px;
  height: 50px;
  border-radius: 25px;
  background: #FFF;
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #b0abab;
  margin: 20px auto;
}
.user-friendly .main-contents {
  overflow: hidden;
  padding-top: 0;
}
.user-friendly .contents-block {
  padding: 0;
  position: relative;
}
.user-friendly #main {
  display: block;
}
.user-friendly .flex_box {
  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;
}
.user-friendly .mode_txt {
  width: 100%;
  margin-bottom: 20px;
}
.user-friendly .mode_flex {
  margin: 30px auto 0 auto;
  width: 100%;
  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;
}
.user-friendly .thumb1,
.user-friendly .thumb2 {
  width: 100px;
  display: block;
  margin: 20px auto;
}
.user-friendly a.touch-btn {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  text-align: center;
  font-size: 14px;
  background-color: rgb(208, 220, 253);
  padding-top: 15px;
  line-height: 1.2;
  z-index: 99;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
.user-friendly .touch-btn .hand {
  display: block;
  width: 35px;
  height: 42px;
  background-image: url(../assets/img/icon_touch_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
.user-friendly .line.left,
.user-friendly .line.right {
  position: relative;
  width: 100%;
  display: block;
  height: 1px;
  background: #4063c7;
}
.user-friendly .line.left::after,
.user-friendly .line.right::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #4063c7;
  border-radius: 8px;
  top: -8px;
}
.user-friendly .line.left::after {
  right: -8px;
}
.user-friendly .line.right::after {
  left: -8px;
}
.user-friendly .mode_box {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.user-friendly .phone_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
}
.user-friendly .phone_image {
  display: block;
  max-width: 100%;
  width: 100%;
}
.user-friendly .phone_cont_box {
  max-width: 230px;
  width: 100%;
}
.user-friendly .main_image {
  max-width: 500px;
  width: 90%;
  margin: 0 auto 30px;
}
.user-friendly .main-txt {
  font-size: 1.8rem;
  text-align: center;
  margin: 40px auto 20px auto;
}
.user-friendly .sub_image {
  max-width: 600px;
  width: 90%;
  margin: auto;
  text-align: center;
  display: block;
}
.user-friendly #easy .main-txt {
  color: #306ebb !important;
}
.user-friendly #jr .main-contents > .main-txt {
  margin-top: 0;
}
.user-friendly #jr .scene .main-txt {
  color: #306ebb;
}
.user-friendly .page-heading {
  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;
}
.user-friendly .page-heading .hdg {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #4f71be;
  padding: 8px 20px;
  border-radius: 20px;
  width: 10em;
  margin-bottom: 15px;
}
.user-friendly .u-visibility-n {
  visibility: hidden;
}
.user-friendly #jr .main-contents > .main-txt {
  margin-bottom: 0;
}
.user-friendly #easy .page-heading {
  padding-bottom: 0;
}
.user-friendly .phone_flex {
  margin-top: 0;
}
.user-friendly .list-feature1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.user-friendly .list-feature1 > li.pt2 {
  width: 74%;
  -webkit-box-shadow: 0 0.4rem 1.5rem rgba(96, 118, 178, 0.31);
          box-shadow: 0 0.4rem 1.5rem rgba(96, 118, 178, 0.31);
}
.user-friendly .list-feature1 > li.pt2 .txt-r {
  margin: auto;
  padding-inline: 0;
}
@media screen and (max-width: 678px) {
  .user-friendly .main-txt {
    margin-top: 30px;
  }
  .user-friendly .mode_flex {
    margin-left: 0;
  }
  .user-friendly .thumb1,
  .user-friendly .thumb2 {
    width: 50%;
  }
  .user-friendly .hide-sp {
    display: none !important;
  }
  .user-friendly .phone_cont_box {
    width: 32%;
  }
  .user-friendly .phone_image {
    width: 100%;
  }
  .user-friendly a.touch-btn {
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
  }
  .user-friendly .touch-btn .hand {
    width: 18px;
    height: 21px;
  }
  .user-friendly .main_image {
    width: 100%;
    text-align: center;
  }
  .user-friendly .list-feature1 > li.pt2 {
    width: 100%;
  }
}

/* /user-friendly */
/* security-alert */
.security-alert .main-contents {
  overflow: hidden;
  padding-top: 0;
}
.security-alert .contents-block {
  padding: 0;
  position: relative;
}
.security-alert .m-movie-wrap {
  width: 600px;
  margin: auto;
  position: relative;
}
.security-alert .m-movie-wrap .movie {
  border-radius: 35px 35px 0 0;
  position: relative;
  width: 100%;
}
.security-alert .m-movie-wrap .movie::before {
  content: "";
  display: block;
  padding-top: 82%;
}
.security-alert .m-movie-wrap .movie video {
  width: 95%;
  position: absolute;
  top: 22px;
  left: 6px;
  border: 1px solid #ccc;
}
.security-alert a.touch-btn {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  background: rgb(255, 255, 255);
  padding-top: 8px;
  line-height: 1.2;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.security-alert a.touch-btn img {
  width: 3.5rem;
  height: 4.8rem;
  margin-bottom: 2px;
}
.security-alert a.touch-btn span {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 678px) {
  .security-alert .m-movie-wrap {
    width: 100%;
  }
  .security-alert .m-movie-wrap .movie video {
    width: 100%;
    top: 0px;
    left: 0px;
  }
}

/* /security-alert */
/* camera */
.camera .main-contents {
  overflow: hidden;
  padding-top: 0;
}
.camera .contents-block {
  padding: 0;
  position: relative;
}
.camera .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 48rem;
  margin: auto;
  margin-bottom: 3rem;
}
.camera .device-side {
  width: 50%;
  margin: auto;
  position: relative;
}
.camera .movie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 64rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.camera .txt-side {
  width: 54%;
  position: relative;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.camera .flow_1 {
  top: 0%;
}
.camera .flow_2 {
  top: 10%;
}
.camera .flow_3 {
  top: 32%;
}
.camera .flow_4 {
  top: 49.5%;
}
.camera {
  /*動画ページ*/
}
.camera .movie-box {
  position: relative;
  margin: 0;
  width: 46%;
  max-width: 27rem;
  margin-bottom: 3rem;
}
.camera .movie-box:before {
  content: "";
  display: block;
  padding-top: 206%;
}
.camera .movie {
  position: absolute;
  top: 1.2%;
  left: 2.5%;
  width: 94.7%;
  height: 99%;
  overflow: hidden;
  border-radius: 2.5rem;
  z-index: 50;
}
.camera .movie video {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  border-radius: 1.5rem;
}
.camera .movie img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.camera .device {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.camera a.touch-btn {
  display: block;
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  background: #fff;
  padding-top: 1rem;
  line-height: 1.2;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.camera a.touch-btn img {
  width: 3.5rem;
  height: 4.8rem;
  margin-bottom: 0.5rem;
}
.camera a.touch-btn span {
  font-weight: bold;
  display: block;
}
.camera .txt-box {
  font-size: 1.7rem;
}
.camera .wrap-img {
  max-width: 54rem;
  margin: 0 auto 3rem;
}
.camera .movie-copy {
  max-width: 64rem;
  margin: 0 auto 3rem;
  font-size: 1.8rem;
  text-align: center;
  color: #002060;
  border: 2px solid #002060;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.camera .movie-copy-sub {
  max-width: 64rem;
  margin: 0 auto 3rem;
  font-size: 1.6rem;
}
.camera .comment {
  margin-top: 3rem;
}
.camera {
  /* SP */
}
@media screen and (max-width: 640px) {
  .camera .movie-box {
    margin-bottom: 3rem;
    width: 40%;
  }
  .camera .txt-side {
    width: 60%;
  }
  .camera .flow_1 {
    top: 0%;
  }
  .camera .flow_2 {
    top: 12.5%;
  }
  .camera .flow_3 {
    top: 43%;
  }
  .camera .flow_4 {
    top: 74%;
  }
  .camera .txt-box {
    font-size: 1.3rem;
  }
  .camera .movie-copy {
    font-size: 1.6rem;
  }
  .camera .movie-copy-sub {
    font-size: 1.4rem;
  }
  .camera .movie {
    border-radius: 1rem;
  }
}
.camera {
  /* small pc end */
}
@media screen and (max-width: 960px) and (min-width: 640px) {
  .camera .movie-box {
    max-width: 22rem;
  }
  .camera .txt-side {
    width: 62%;
  }
  .camera .flow_1 {
    top: 0%;
  }
  .camera .flow_2 {
    top: 12%;
  }
  .camera .flow_3 {
    top: 38.5%;
  }
  .camera .flow_4 {
    top: 59.5%;
  }
}

/* /camera */
/*--- /特長 ---*/