@charset "UTF-8";
/* -----------------------------------------
 Reset
------------------------------------------- */
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul,ol{
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
em {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color:rgba(0,0,0,.0);
}
a:focus, *:focus { outline:none; }
div{
  -webkit-tap-highlight-color:rgba(0,0,0,.0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .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 {
  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: #b9c1db;
}

.main {
  margin: 0 auto;
}

.stage p {
  line-height: 1.5;
}

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

/* -----------------------------------------
 その他 UI
------------------------------------------- */
/*ユーザーセレクト none */
/*img, h1, div, p, a{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}*/
/* -----------------------------------------
 文字装飾
------------------------------------------- */
.white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.red {
  color: #E94235;
}

.comment {
  font-size: 1.2rem;
}

.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;
}

/* -----------------------------------------
 共通
------------------------------------------- */
/*a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:active {
  color: #eee;
  text-decoration: none;
}*/
/* Clear Fix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* disc */
ul.disc li {
  position: relative;
  padding-left: 1.3em;
}

ul.disc li + li {
  margin-top: 0.3em;
}

ul.disc li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: #198AA5;
  border-radius: 50%;
  left: 0.3em;
  top: 0.5em;
}

/* display */
@media screen and (min-width: 1280px) {
  .hide-pc-l {
    display: none;
  }
  .only-pc-l {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .hide-pc.show-tb {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .hide-pc.show-tb {
    display: inline-block;
  }
}
@media screen and (min-width: 640px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .hide-sp {
    display: none;
  }
  .show-pc-l-sp {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .show-pc-l-sp {
    display: block;
  }
}
/* -----------------------------------------
 ボタン
------------------------------------------- */
.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;
}

/*.btn{
  background-color: #4285F4;
  color: #fff;
  padding: .75em 1em;
  display: inline-block;
  border-radius: .3em;
  line-height: 1;
}
.btn2{
  padding: .75em 1em;
  display: inline-block;
  border-radius: .5em;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
}
.btn.red{
  background-color: #E94235;
}
.btn.yellow{
  background-color: #FABB05;
}
.btn.gray{
  background-color: #666;
}*/
/* -----------------------------------------
 ヘッダー
------------------------------------------- */
.header {
  background-color: #fff;
}

.header-inner {
  width: 100%;
  padding: 0 1rem;
  margin: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navi-logo {
  position: relative;
  padding: 0.5rem 0 1.1rem;
  background-color: #fff;
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navi-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi-logo img {
  display: block;
}

.navi-logo .ymobile_logo {
  width: 35%;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
}

.navi-logo .smaho_taiken_logo {
  width: 65%;
  margin-right: 1rem;
}

.header-inner ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-inner ul li + li {
  margin-left: 0.6rem;
}

.header-inner ul li a {
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 1rem;
  font-size: 3.4vw;
  border-radius: 7px;
  background: -webkit-gradient(linear, left bottom, left top, from(#EB6B2A), to(#E40012));
  background: linear-gradient(0deg, #EB6B2A 0%, #E40012 100%);
  min-height: 2.65rem;
}

.contents-banner {
  position: relative;
  margin: 0 auto;
  background: #eeeff8;
}

.contents-banner .inner {
  display: block;
  position: relative;
}

.contents-banner .logo {
  width: 100%;
}

.contents-banner .bnr-logo {
  position: absolute;
  top: 31.55%;
  left: 7.69%;
  width: 54.61%;
}

.contents-banner .bnr-text {
  position: absolute;
  top: 66.5%;
  left: 10.51%;
  width: 39.48%;
}

/* -----------------------------------------
 メニュー
------------------------------------------- */
.menu {
  padding: 1.2rem 1.4rem;
}

.menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.menu-text li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu-text li:not(:first-child) {
  margin-left: 1rem;
}

.menu-text li a {
  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;
  padding: 0.7em 0;
  border-radius: 0.5rem;
  line-height: 1.3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #652A96;
}

.menu-text li a.current {
  color: #000;
  background-color: #fff;
}

/* sub-menu-text */
.sub-menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.sub-menu-text li a {
  display: inline-block;
  padding: 1.2em 0.1em 0;
  line-height: 1.3;
  color: #B7BBBE;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.sub-menu-text li a span {
  display: inline-block;
  padding: 0.2em 0;
  border-bottom: 0.1rem solid transparent;
}

.sub-menu-text li a.current span {
  color: #fff;
  border-bottom-color: #fff;
}

.sub-menu-text.center-mode {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-menu-text.center-mode li:not(:first-child) {
  margin-left: 2rem;
}

/* bnr-goa */
.bnr-goa {
  width: 80%;
  max-width: 48rem;
  margin: 2em auto 0;
  text-align: center;
}

.bnr-goa a {
  display: block;
  overflow: hidden;
  border-radius: 0.5em;
}

/* -----------------------------------------
 フッター
------------------------------------------- */
.sb-footer {
  padding: 3.5rem 0 10rem;
  text-align: center;
  background-color: #fff;
}

.sb-footer .footer-logo {
  max-width: 12.3rem;
  margin: 0 auto 3.2rem;
}

.sb-footer .footer-logo img {
  width: 100%;
}

.sb-footer .copyright {
  color: #707070;
  font-size: 1.2rem;
}

#nav-top-area {
  z-index: 2;
  bottom: 5em;
}

/* -----------------------------------------
 フローティング動線
------------------------------------------- */
.floating {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  padding: 1.2em 0;
  white-space: nowrap;
}

.floating-inner {
  width: 100%;
  margin: inherit;
  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;
}

.floating-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
}

.floating-inner ul li {
  margin-right: 0.6rem;
}

.floating-inner ul li:last-child {
  margin-right: 0;
}

.floating-inner ul li a {
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 1rem;
  font-size: 18px;
  border-radius: 7px;
  background: -webkit-gradient(linear, left bottom, left top, from(#EB6B2A), to(#E40012));
  background: linear-gradient(0deg, #EB6B2A 0%, #E40012 100%);
}

/* ページトップ */
#pagetop {
  display: block;
  position: fixed;
  bottom: 5em;
  right: 1rem;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

#pagetop::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin: 0.3rem auto 0;
}

@media screen and (min-width: 960px) {
  #pagetop:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
/* -----------------------------------------
 コンテンツ
------------------------------------------- */
.contents-block {
  overflow: hidden;
  color: #000;
  /* background: linear-gradient(45deg, #C8E0F0 0%, #FDFDFD 30%, #FDFDFD 70%,#C8E0F0 100%); */
  background: #e1e5ed;
}

.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(0, 0, 0)), color-stop(74%, rgb(95, 98, 110)));
  background: linear-gradient(0deg, rgb(0, 0, 0), rgb(95, 98, 110) 74%);
  color: #fff;
}

.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;
}

/* contents-menu */
.side-menu {
  padding: 2.4rem 2rem;
}

.menu-title {
  margin-bottom: 1.8rem;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}

.contents-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.contents-menu li {
  width: calc((100% - 1.2rem) / 2);
}

.contents-menu li:nth-child(even) {
  margin-left: 1.2rem;
}

.contents-menu li:nth-of-type(n+3) {
  margin-top: 1.2rem;
}

.contents-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #333;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #E5EEFF;
}

.contents-menu .thumbnail {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.contents-menu .thumbnail::before {
  content: "";
  display: block;
  padding-top: 36.47%;
}

.contents-menu p {
  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;
  min-height: 3.6em;
  padding: 0.5em 0;
  line-height: 1.3;
  color: #000;
}

.contents-menu li a.current {
  background-color: #fff;
}

.contents-menu li a.current p {
  color: #000 !important;
}

.bottom-btn {
  margin-top: 0.4rem;
  margin-bottom: 2.8rem;
  text-align: center;
}

a.return-top {
  display: inline-block;
  padding: 0.5em 0.8em;
  border-radius: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #fff;
  color: #000;
}

a.return-top span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

a.return-top span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-bottom: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-photo {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-photo::before {
  content: "";
  display: block;
  padding-top: 89%;
}

.label-block {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.label {
  display: inline-block;
  padding: 0.3em 0.5em;
  border: 0.2rem solid #133D3E;
  border-radius: 0.4rem;
  line-height: 1.3;
  color: #133D3E;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

@-webkit-keyframes modalCtFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
    transform: translate3d(0, 5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes modalCtFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
    transform: translate3d(0, 5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* -----------------------------------------
 modal
------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background-color: rgba(80,80,80,.8);*/
  visibility: hidden;
  opacity: 0;
  -webkit-animation: modalOvFadeIn 600ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: modalOvFadeIn 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.modal.is-open .modal-overlay {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  position: absolute;
  top: 145px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 980px;
  height: 554px;
  padding: 0px;
  /*  border: 4px solid #fff;*/
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: modalCtFadeIn 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: modalCtFadeIn 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal.is-open .modal-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*.modal-close {
  position: absolute;
  top: -27px;
  right: -20px;
  width: 54px;
  height: 54px;
  background: #000;
  border-radius: 50%;
  border: #fff 1px solid;
}
.modal-close.is-hide {
  display: none;
}
.modal-close::before,
.modal-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 32px;
  background-color: #fff;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
*/
@-webkit-keyframes modalCtFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
    transform: translate3d(0, 5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes modalCtFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
    transform: translate3d(0, 5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* -----------------------------------------
 レスポンシブ設定
------------------------------------------- */
/* 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;
  }
}
/*--- 特長 ---*/
h2.ttl-article.text-center {
  font-size: 40px;
}

@media (max-width: 768px) {
  h2.ttl-article.text-center {
    font-size: 26px;
  }
}
.main-contents {
  overflow: hidden;
  padding-top: 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.contents-block {
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* display */
.display {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* small pc end */
}
.display .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.display .scene-main {
  position: relative;
}
.display .page-title span {
  display: block;
}
.display .scene2, .display .scene3, .display .scene4 {
  display: none;
}
.display .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.display .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.display .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.display .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.display .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.display .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.display .thumb_wrap a.current {
  opacity: 1;
}
.display .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.display .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.display .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}
.display .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.display .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.display .btn-txt-border {
  position: relative;
}
.display .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.display .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}
.display .img_box {
  max-width: 68rem;
  margin: auto;
  position: relative;
  margin-bottom: 3em;
}
.display .img_box img {
  display: block;
  margin: auto;
}
.display .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;
}
.display .flex_box img {
  width: 120px;
}
.display .flex_text {
  max-width: 350px;
  font-size: 1.8rem;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.display .circle_box {
  line-height: 1.2 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #383d59;
  color: #FFF !important;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
}
.display .circle_box span {
  display: contents;
  font-size: 2.8rem;
}
.display .font_box {
  max-width: 500px;
  width: 90%;
  margin: 20px auto;
}
.display .cont_box.top {
  position: relative;
  padding-top: 150px;
  margin-bottom: 30px;
}
.display .cont_box.bottom {
  position: relative;
  padding-top: 150px;
  margin-top: 30px;
}
.display .display_text.left {
  width: 300px;
  position: absolute;
  top: 5px;
  left: 30%;
  font-size: 2rem;
}
.display .display_text.right {
  width: 350px;
  position: absolute;
  top: 55%;
  right: 10%;
  font-size: 2rem;
}
.display .line.left {
  width: 60%;
  height: 1px;
  background: #383d59;
  position: absolute;
  top: 50%;
  left: -3.6rem;
}
.display .line.right {
  width: 60%;
  height: 1px;
  background: #383d59;
  position: absolute;
  top: 50%;
  right: -3.6rem;
}
.display .cont_box .circle_box.left {
  position: absolute;
  right: 30%;
  top: 0;
}
.display .cont_box .circle_box.right {
  position: absolute;
  left: 30%;
  top: 0;
}
.display sup {
  position: relative;
  top: -2.2em;
  right: -4.2em;
  vertical-align: top;
  font-size: 60%;
}
@media screen and (max-width: 678px) {
  .display .flex_text {
    width: 60%;
  }
  .display .flex_box img {
    width: 90px;
  }
  .display .display_text.left {
    width: 300px;
    top: 10%;
    left: 5%;
    font-size: 1.6rem;
  }
  .display .display_text.right {
    width: 55%;
    position: absolute;
    top: 55%;
    right: 5%;
    font-size: 1.6rem;
  }
  .display .circle_box {
    font-size: 1.2rem;
    width: 100px;
    height: 100px;
  }
  .display .cont_box .circle_box.left {
    position: absolute;
    right: 5%;
    top: 15%;
  }
  .display .cont_box .circle_box.right {
    position: absolute;
    left: 5%;
    top: 15%;
  }
  .display .line.left, .display .line.right {
    width: 80%;
  }
  .display sup {
    top: -2.4em;
    right: -5em;
  }
}
@media screen and (min-width: 640px) {
  .display {
    /* content-menu */
  }
  .display .btn-txt-border::before {
    width: 29%;
  }
  .display .btn-txt-border::after {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .display .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .display .btn-txt {
    font-size: 1.6rem;
  }
}

/* battery */
.battery {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* small pc end */
}
.battery .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.battery .scene-main {
  position: relative;
}
.battery .page-title span {
  display: block;
}
.battery .scene2, .battery .scene3, .battery .scene4 {
  display: none;
}
.battery .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.battery .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.battery .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.battery .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.battery .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.battery .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.battery .thumb_wrap a.current {
  opacity: 1;
}
.battery .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.battery .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.battery .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}
.battery .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.battery .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.battery .btn-txt-border {
  position: relative;
}
.battery .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.battery .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}
.battery .img_box {
  max-width: 500px;
  margin: auto;
  margin-top: 30px;
  position: relative;
}
.battery .img_box img {
  display: block;
  margin: auto;
}
.battery .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;
}
.battery .flex_box p {
  width: 35%;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.battery .flex_box img {
  width: 30%;
}
.battery .flex_text {
  max-width: 350px;
  font-size: 1.8rem;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.battery .circle_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;
  background: #383d59;
  color: #FFF !important;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
  margin: 0 15px;
}
.battery .font_box {
  max-width: 500px;
  width: 90%;
  margin: 20px auto;
}
.battery .int-text {
  font-size: 1.8rem;
  width: 65%;
  margin: auto;
  margin-top: 10px;
}
.battery .int-text.blue {
  color: #4472c4;
  margin-top: 30px;
}
@media screen and (max-width: 678px) {
  .battery .int-text {
    width: 100%;
  }
  .battery .flex_text {
    width: 60%;
  }
  .battery .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .battery .flex_box p {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .battery .flex_box img {
    width: 55%;
  }
  .battery .circle_box {
    font-size: 1.2rem;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 10px;
  }
}
@media screen and (min-width: 640px) {
  .battery {
    /* content-menu */
  }
  .battery .btn-txt-border::before {
    width: 29%;
  }
  .battery .btn-txt-border::after {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .battery .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .battery .btn-txt {
    font-size: 1.6rem;
  }
}

/* mode */
.mode {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* tablet */
  /* content-menu */
  /* .swiper-notification {
    display: none;
  } */
  /* small pc */
  /* small pc end */
}
.mode .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;
}
.mode .main-contents {
  overflow: hidden;
  padding-top: 0;
}
.mode .contents-block {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.mode .contents-block {
  display: none;
}
.mode #main {
  display: block;
}
.mode .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.mode .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;
}
.mode .flex_text {
  max-width: 450px;
  font-size: 1.8rem;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.mode .circle_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;
  background: #383d59;
  color: #FFF !important;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
}
.mode .mode_txt {
  width: 100%;
  margin-bottom: 20px;
}
.mode .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;
}
.mode .thumb1 {
  width: 100px;
  display: block;
  margin: 20px auto;
}
.mode .thumb2 {
  width: 100px;
  display: block;
  margin: 20px auto;
}
.mode 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);
}
.mode .touch-btn .hand {
  display: block;
  width: 35px;
  height: 42px;
  background-image: url(/lineup/wish5/assets/img/icon_touch_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
.mode .line.left {
  position: relative;
  width: 100%;
  display: block;
  height: 1px;
  background: #4063c7;
}
.mode .line.left::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #4063c7;
  border-radius: 8px;
  top: -8px;
  right: -8px;
}
.mode .line.right {
  position: relative;
  width: 100%;
  display: block;
  height: 1px;
  background: #4063c7;
}
.mode .line.right::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #4063c7;
  border-radius: 8px;
  top: -8px;
  left: -8px;
}
.mode .mode_box {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.mode .phone_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
}
.mode .phone_image {
  display: block;
  max-width: 100%;
  width: 100%;
}
.mode .phone_cont_box {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 678px) {
  .mode .circle_box {
    width: 110px;
    height: 110px;
    font-size: 1.3rem;
  }
  .mode .flex_text {
    width: 52%;
    font-size: 1.5rem;
  }
  .mode .mode_flex {
    margin-left: 0;
  }
  .mode .thumb1, .mode .thumb2 {
    width: 50%;
  }
  .mode .hide-sp {
    display: none !important;
  }
  .mode .phone_cont_box {
    width: 42%;
  }
  .mode .phone_image {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .mode .btn-txt-border::before {
    width: 29%;
  }
}
@media screen and (min-width: 960px) {
  .mode .thumb_wrap a + a {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 678px) {
  .mode .circle_box {
    width: 110px;
    height: 110px;
    font-size: 1.3rem;
  }
  .mode .flex_text {
    width: 52%;
    font-size: 1.5rem;
  }
  .mode .mode_flex {
    margin-left: 0;
  }
  .mode .thumb1, .mode .thumb2 {
    width: 50%;
  }
  .mode .hide-sp {
    display: none !important;
  }
  .mode .phone_cont_box {
    width: 42%;
  }
  .mode .phone_image {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .mode .btn-txt-border::before {
    width: 29%;
  }
}
@media screen and (min-width: 960px) {
  .mode .thumb_wrap a + a {
    margin-left: 2rem;
  }
}
.mode .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;
}
.mode .flex_text2 {
  max-width: 350px;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 0;
}
.mode .main_image {
  max-width: 500px;
  width: 90%;
  margin: 30px auto;
}
.mode .main-txt {
  font-size: 1.8rem;
  text-align: center;
  margin: 50px auto 20px auto;
}
.mode .sub_image {
  max-width: 600px;
  width: 90%;
  margin: auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 678px) {
  .mode .flex_text2 {
    width: 80%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .mode .btn-txt-border::before {
    width: 29%;
  }
}
@media screen and (min-width: 640px) {
  .mode .btn-txt-border::before {
    width: 29%;
  }
}
.mode .scene2, .mode .scene3, .mode .scene4 {
  display: none;
}
.mode .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.mode .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.mode .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.mode .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.mode .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.mode .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.mode .thumb_wrap a.current {
  opacity: 1;
}
.mode .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.mode .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.mode .flex_box2 {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mode .flex_box2 img {
  width: 120px;
}
.mode .switch-btn-box {
  display: block;
  width: 70%;
  height: auto;
  padding: 10px;
  margin: 30px auto;
  background: #c9eab8;
  color: #000;
  z-index: 201;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.mode .left-txt-wrap {
  width: 100%;
  border-bottom: 1px solid;
  margin: 20px auto;
  padding-bottom: 20px;
}
.mode .left-txt {
  padding-left: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  white-space: nowrap;
  text-align: center;
  width: 250px;
  margin: auto;
}
.mode .left-txt::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/lineup/wish5/assets/img/icon_touch_bl.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 36px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mode .switch-btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 8px 0;
}
.mode .switch-btn-box li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 14px;
  padding: 0;
}
.mode .switch-btn-box li a {
  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;
}
.mode .btn {
  color: #000 !important;
  background-color: transparent;
  padding: 1.5em 1em;
}
.mode .btn.current {
  color: #FFF !important;
  background-color: #000;
}
.mode a.touch-btn2 {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: auto;
  text-align: center;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  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);
}
.mode .touch-btn2 .hand {
  display: block;
  width: 35px;
  height: 42px;
  background-image: url(/lineup/wish5/assets/img/icon_touch_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
.mode .scene {
  /* margin-top: 50px; */
}
.mode .mov_txt {
  width: 150px;
  position: absolute;
  top: -50px;
  right: -100px;
}
.mode .mov_txt2 {
  width: 150px;
  position: absolute;
  top: 0px;
  right: -100px;
  z-index: 2;
}
.mode .phone_slide {
  width: 300px;
  margin: auto;
  position: relative;
}
.mode .phone_slide li.active {
  display: block;
}
.mode .phone_slide li {
  width: 100%;
  display: none;
}
.mode .flex_text2 {
  max-width: 350px;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 0;
}
.mode .phone_thumb {
  position: absolute;
  top: 0;
  right: 100px;
}
.mode .phone_thumb li.active {
  display: block;
}
.mode .phone_thumb li {
  width: 150px;
  display: none;
}
.mode .main_phone_wrap {
  max-width: 100%;
  margin: 30px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mode .main_phone img {
  width: 170px;
}
.mode .slide_phone {
  position: relative;
  width: 48%;
  /* height: 580px; */
}
.mode .main-slider {
  overflow: hidden;
  position: relative;
  width: 180px;
  margin: auto;
  margin-top: 20px;
}
.mode .thumb_tit {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 21px;
  background: #2f3a8c;
  color: #FFF !important;
  font-size: 12px;
}
.mode .thumb_tit02 {
  text-align: center;
  width: 60%;
  margin: auto;
  padding: 10px 10px;
  border-radius: 21px;
  background: #2f3a8c;
  color: #FFF !important;
  font-size: 12px;
}
.mode .swiper-button-prev-custom {
  position: absolute;
  width: 20px;
  top: 45%;
  left: 50px;
}
.mode .swiper-button-next-custom {
  position: absolute;
  width: 20px;
  top: 45%;
  right: 50px;
}
.mode .main_phone {
  width: 48%;
  position: relative;
}
.mode .main_phone img {
  width: 100%;
  display: block;
  margin: 20px auto;
}
.mode .loop_phone {
  width: 300px;
  margin: auto;
  position: relative;
}
.mode .loop_phone li.active {
  display: block;
}
.mode .loop_phone li {
  display: none;
}
.mode .loop_txt {
  width: 120px;
  position: absolute;
  top: 120px;
  right: 120px;
}
.mode .loop_txt img {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
}
.mode .loop_txt img.active {
  opacity: 1;
}
@media screen and (max-width: 678px) {
  .mode .main_phone_wrap {
    display: block;
  }
  .mode .main_phone {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .mode .slide_phone {
    width: 100%;
    height: 480px;
  }
  .mode .thumb_tit, .mode .thumb_tit02 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .mode .main-slider {
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom: 20px;
  }
  .mode .swiper-button-prev-custom {
    position: absolute;
    width: 20px;
    top: 45%;
    left: 35px;
  }
  .mode .swiper-button-next-custom {
    position: absolute;
    width: 20px;
    top: 45%;
    right: 35px;
  }
  .mode .thumb-slider {
    width: 38%;
    position: absolute;
    left: 34px;
    top: auto;
    bottom: 20px;
  }
  .mode .phone_slide {
    width: 60%;
  }
  .mode .phone_thumb {
    right: 10px;
  }
  .mode .phone_thumb li {
    width: 100px;
  }
  .mode .flex_text2 {
    width: 80%;
    font-size: 1.5rem;
  }
  .mode .flex_box2 img {
    width: 90px;
  }
  .mode .m-movie-wrap {
    width: 60%;
  }
  .mode .loop_phone {
    width: 60%;
  }
  .mode .mov_txt {
    width: 100px;
    top: -20px;
    right: -50px;
  }
  .mode .mov_txt2 {
    width: 100px;
    top: -20px;
    right: -50px;
  }
  .mode .m-movie-wrap .movie video {
    width: 92%;
    top: 15px;
    left: 7px;
  }
  .mode a.touch-btn {
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
  }
  .mode .touch-btn .hand {
    width: 18px;
    height: 21px;
  }
  .mode .switch-btn-box {
    width: 100%;
    height: auto;
  }
  .mode .switch-btn-box li {
    font-size: 1.3rem;
  }
  .mode .btn {
    padding: 1em 0.75em;
  }
  .mode .loop_phone {
    width: 60%;
    margin: 0;
  }
  .mode .loop_txt {
    width: 100px;
    top: 50px;
    right: 20px;
    z-index: 2;
  }
}
@media screen and (min-width: 960px) {
  .mode .thumb_wrap a + a {
    margin-left: 2rem;
  }
}

/* font */
.font {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* small pc end */
}
.font .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.font .scene-main {
  position: relative;
}
.font .page-title span {
  display: block;
}
.font .scene2, .font .scene3, .font .scene4 {
  display: none;
}
.font .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.font .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.font .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.font .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.font .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.font .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.font .thumb_wrap a.current {
  opacity: 1;
}
.font .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.font .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.font .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}
.font .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.font .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.font .btn-txt-border {
  position: relative;
}
.font .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.font .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}
.font .img_box {
  max-width: 68rem;
  margin: auto;
  position: relative;
  margin-bottom: 3em;
}
.font .img_box img {
  display: block;
  margin: auto;
}
.font .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;
}
.font .flex_box img {
  width: 120px;
}
.font .flex_text {
  max-width: 350px;
  font-size: 1.8rem;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.font .circle_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;
  background: #383d59;
  color: #FFF !important;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
}
.font .font_box {
  max-width: 500px;
  width: 90%;
  margin: 20px auto;
}
@media screen and (max-width: 678px) {
  .font .flex_text {
    width: 60%;
  }
  .font .flex_box img {
    width: 90px;
  }
  .font .circle_box {
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  .font {
    /* content-menu */
  }
  .font .btn-txt-border::before {
    width: 29%;
  }
  .font .btn-txt-border::after {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .font .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .font .btn-txt {
    font-size: 1.6rem;
  }
}

/* shock  */
.shock {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* small pc end */
}
.shock .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.shock .scene-main {
  position: relative;
}
.shock .page-title span {
  display: block;
}
.shock .scene2, .shock .scene3, .shock .scene4 {
  display: none;
}
.shock .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.shock .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.shock .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.shock .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.shock .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.shock .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.shock .thumb_wrap a.current {
  opacity: 1;
}
.shock .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.shock .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.shock .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}
.shock .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.shock .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.shock .btn-txt-border {
  position: relative;
}
.shock .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.shock .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}
.shock .img_box {
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 1em;
}
.shock .img_box img {
  display: block;
  margin: auto;
}
.shock .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;
  margin-bottom: 20px;
}
.shock .flex_box img {
  width: 120px;
}
.shock .flex_text {
  max-width: 350px;
  font-size: 1.8rem;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.shock .icon_box {
  width: 120px;
  font-size: 1.4rem;
  text-align: center;
}
.shock .icon_flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}
.shock .icon_flex_box .icon_box {
  margin-right: 15px;
}
.shock .main-text {
  text-align: left;
}
.shock .comment {
  font-size: 1rem;
  color: #676767 !important;
}
@media screen and (max-width: 678px) {
  .shock .flex_text {
    width: 60%;
  }
  .shock .flex_box img {
    width: 90px;
  }
  .shock .icon_box {
    width: 90px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  .shock {
    /* content-menu */
  }
  .shock .btn-txt-border::before {
    width: 29%;
  }
  .shock .btn-txt-border::after {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .shock .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .shock .btn-txt {
    font-size: 1.6rem;
  }
}

/* tel   */
.tel {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
}
.tel .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.tel .scene-main {
  position: relative;
}
.tel .page-title span {
  display: block;
}
.tel .scene2, .tel .scene3, .tel .scene4 {
  display: none;
}
.tel .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.tel .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.tel .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.tel .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.tel .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.tel .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.tel .thumb_wrap a.current {
  opacity: 1;
}
.tel .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tel .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.tel .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}
.tel .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.tel .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.tel .btn-txt-border {
  position: relative;
}
.tel .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.tel .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}
.tel .img_box {
  max-width: 68rem;
  margin: auto;
  position: relative;
  margin-bottom: 3em;
}
.tel .img_box img {
  display: block;
  margin: auto;
}
.tel .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;
}
.tel .flex_box img {
  width: 120px;
}
.tel .flex_text {
  max-width: 350px;
  font-size: 1.8rem;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.tel .circle_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;
  background: #383d59;
  color: #FFF !important;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
}
.tel .font_box {
  max-width: 500px;
  width: 90%;
  margin: 20px auto;
}
.tel .switch-btn-box {
  display: block;
  width: 70%;
  height: auto;
  padding: 10px;
  margin: 30px auto;
  background: #c9eab8;
  color: #000;
  z-index: 201;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.tel .left-txt-wrap {
  width: 100%;
  border-bottom: 1px solid;
  margin: 20px auto;
  padding-bottom: 20px;
}
.tel .left-txt {
  padding-left: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  white-space: nowrap;
  text-align: center;
  width: 250px;
  margin: auto;
}
.tel .left-txt::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/lineup/wish5/assets/img/icon_touch_bl.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 36px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tel .switch-btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 8px 0;
}
.tel .switch-btn-box li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 14px;
  padding: 0;
}
.tel .switch-btn-box li a {
  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;
}
.tel .btn {
  color: #000 !important;
  background-color: transparent;
  padding: 1.5em 1em;
}
.tel .btn.current {
  color: #FFF !important;
  background-color: #000;
}
.tel .loop_phone {
  width: 300px;
  margin: auto;
  position: relative;
}
.tel .loop_phone li.active {
  display: block;
}
.tel .loop_phone li {
  display: none;
}
.tel a.touch-btn {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: auto;
  text-align: center;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  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);
}
.tel .touch-btn .hand {
  display: block;
  width: 35px;
  height: 42px;
  background-image: url(/lineup/wish5/assets/img/icon_touch_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
.tel .mov_tit {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.tel .scene {
  margin-top: 50px;
}
.tel .mov_txt {
  width: 150px;
  position: absolute;
  top: -50px;
  right: -100px;
}
.tel .mov_txt2 {
  width: 150px;
  position: absolute;
  top: 0px;
  right: -100px;
  z-index: 2;
}
.tel .m-movie-wrap {
  width: 600px;
  margin: auto;
  position: relative;
}
.tel .m-movie-wrap .movie {
  border-radius: 35px 35px 0 0;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}
.tel .m-movie-wrap .movie::before {
  content: "";
  display: block;
  padding-top: 85%;
}
.tel .frame {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tel .m-movie-wrap .movie video {
  width: 95%;
  position: absolute;
  top: 22px;
  left: 6px;
}
.tel .loop_txt {
  width: 120px;
  position: absolute;
  top: 100px;
  right: 120px;
}
.tel .loop_txt img {
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
}
.tel .loop_txt img.active {
  opacity: 1;
}
@media screen and (max-width: 678px) {
  .tel .flex_text {
    width: 60%;
  }
  .tel .flex_box img {
    width: 90px;
  }
  .tel .m-movie-wrap {
    width: 100%;
  }
  .tel .loop_phone {
    width: 60%;
    margin: 0;
  }
  .tel .mov_txt {
    width: 100px;
    top: -20px;
    right: -50px;
  }
  .tel .mov_txt2 {
    width: 100px;
    top: -20px;
    right: -50px;
  }
  .tel .frame {
    width: 100%;
  }
  .tel .m-movie-wrap .movie video {
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .tel a.touch-btn {
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
  }
  .tel .touch-btn .hand {
    width: 18px;
    height: 21px;
  }
  .tel .switch-btn-box {
    width: 100%;
    height: auto;
  }
  .tel .switch-btn-box li {
    font-size: 1.3rem;
  }
  .tel .btn {
    padding: 1em 0.75em;
  }
  .tel .loop_txt {
    width: 100px;
    right: 20px;
    z-index: 2;
  }
}
@media screen and (min-width: 640px) {
  .tel {
    /* content-menu */
  }
  .tel .btn-txt-border::before {
    width: 29%;
  }
  .tel .btn-txt-border::after {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .tel .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .tel .btn-txt {
    font-size: 1.6rem;
  }
}

/* alert */
.alert {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* small pc end */
}
.alert .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.alert .scene-main {
  position: relative;
}
.alert .page-title span {
  display: block;
}
.alert .scene2, .alert .scene3, .alert .scene4 {
  display: none;
}
.alert .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.alert .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.alert .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.alert .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.alert .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.alert .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.alert .thumb_wrap a.current {
  opacity: 1;
}
.alert .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.alert .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.alert .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}
.alert .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.alert .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.alert .btn-txt-border {
  position: relative;
}
.alert .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.alert .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}
.alert .img_box {
  max-width: 68rem;
  margin: auto;
  position: relative;
  margin-bottom: 3em;
}
.alert .img_box img {
  /* display: block; */
  margin: auto;
}
.alert .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;
}
.alert .flex_box img {
  width: 120px;
}
.alert .flex_text {
  max-width: 450px;
  font-size: 1.8rem;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.alert .arrow {
  display: block;
  margin: 30px auto;
}
.alert .icon_flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-bottom: 30px;
}
.alert .icon_flex_list div {
  max-width: 120px;
  text-align: center;
  margin: 0 15px;
}
.alert .icon_flex_list div p {
  margin-top: 10px;
}
.alert .m-movie-wrap {
  width: 600px;
  margin: auto;
  position: relative;
}
.alert .m-movie-wrap .movie {
  border-radius: 35px 35px 0 0;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}
.alert .m-movie-wrap .movie::before {
  content: "";
  display: block;
  padding-top: 82%;
}
.alert .m-movie-wrap .movie video {
  width: 95%;
  position: absolute;
  top: 22px;
  left: 6px;
}
.alert a.touch-btn {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: auto;
  text-align: center;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  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);
}
.alert .touch-btn .hand {
  display: block;
  width: 35px;
  height: 42px;
  background-image: url(/lineup/wish5/assets/img/icon_touch_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 678px) {
  .alert .flex_text {
    width: 60%;
  }
  .alert .flex_box img {
    width: 90px;
  }
  .alert .arrow {
    max-width: 70px;
  }
  .alert .icon_flex_list div {
    width: 45%;
    margin-bottom: 20px;
  }
  .alert .icon_flex_list div p {
    font-size: 1.4rem;
  }
  .alert .icon_flex_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .alert .m-movie-wrap {
    width: 100%;
  }
  .alert .m-movie-wrap .movie video {
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .alert a.touch-btn {
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
  }
  .alert .touch-btn .hand {
    width: 18px;
    height: 21px;
  }
}
@media screen and (min-width: 640px) {
  .alert {
    /* content-menu */
  }
  .alert .btn-txt-border::before {
    width: 29%;
  }
  .alert .btn-txt-border::after {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .alert .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .alert .btn-txt {
    font-size: 1.6rem;
  }
}

/* camera */
.camera {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* small pc end */
}
.camera .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.camera .scene-main {
  position: relative;
}
.camera .page-title span {
  display: block;
}
.camera .scene2, .camera .scene3, .camera .scene4 {
  display: none;
}
.camera .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.camera .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.camera .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.camera .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.camera .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.camera .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.camera .thumb_wrap a.current {
  opacity: 1;
}
.camera .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.camera .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.camera .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}
.camera .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.camera .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.camera .btn-txt-border {
  position: relative;
}
.camera .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.camera .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}
.camera .img_box {
  max-width: 68rem;
  margin: auto;
  position: relative;
  margin-top: 3em;
  margin-bottom: 1em;
}
.camera .img_box img {
  width: 150px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .camera {
    /* content-menu */
  }
  .camera .btn-txt-border::before {
    width: 29%;
  }
  .camera .btn-txt-border::after {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .camera .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .camera .btn-txt {
    font-size: 1.6rem;
  }
}

/* useful */
.useful {
  /* content-menu */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* small pc end */
}
.useful .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.useful .scene-main {
  position: relative;
}
.useful .page-title span {
  display: block;
}
.useful .scene3 {
  position: relative;
}
.useful .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.useful .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.useful .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.useful .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.useful .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.useful .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.useful .thumb_wrap a.current {
  opacity: 1;
}
.useful .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.useful .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.useful .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}
.useful .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.useful .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.useful .btn-txt-border {
  position: relative;
}
.useful .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.useful .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}
.useful .img_box {
  max-width: 68rem;
  margin: auto;
  position: relative;
  margin-bottom: 3em;
}
.useful .img_box img {
  display: block;
  margin: auto;
}
.useful .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;
}
.useful .flex_box img {
  width: 120px;
}
.useful .flex_text {
  max-width: 350px;
  font-size: 1.8rem;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.useful .circle_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;
  background: #383d59;
  color: #FFF !important;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
}
.useful .font_box {
  max-width: 500px;
  width: 90%;
  margin: 20px auto;
}
.useful .switch-btn-box {
  display: block;
  width: 70%;
  height: auto;
  padding: 10px;
  margin: 30px auto;
  background: #c9eab8;
  color: #000;
  z-index: 201;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.useful .left-txt-wrap {
  width: 100%;
  border-bottom: 1px solid;
  margin: 20px auto;
  padding-bottom: 20px;
}
.useful .left-txt {
  padding-left: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  white-space: nowrap;
  text-align: center;
  width: 250px;
  margin: auto;
}
.useful .left-txt::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/lineup/wish5/assets/img/icon_touch_bl.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 36px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.useful .switch-btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 8px 0;
}
.useful .switch-btn-box li {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 14px;
  padding: 0;
}
.useful .switch-btn-box li a {
  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;
}
.useful .btn {
  color: #000 !important;
  background-color: transparent;
  padding: 1.5em 1em;
}
.useful .btn.current {
  color: #FFF !important;
  background-color: #000;
}
.useful .loop_phone {
  width: 300px;
  margin: auto;
  position: relative;
}
.useful .loop_phone li.active {
  display: block;
}
.useful .loop_phone li {
  display: none;
}
.useful a.touch-btn {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: auto;
  text-align: center;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  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);
}
.useful .touch-btn .hand {
  display: block;
  width: 35px;
  height: 42px;
  background-image: url(/lineup/wish5/assets/img/icon_touch_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
.useful .mov_tit {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.useful .scene {
  margin-top: 50px;
}
.useful .mov_txt {
  width: 150px;
  position: absolute;
  top: -50px;
  right: -100px;
}
.useful .mov_txt2 {
  width: 150px;
  position: absolute;
  top: 0px;
  right: -100px;
  z-index: 2;
}
.useful .m-movie-wrap {
  width: 300px;
  margin: auto;
  position: relative;
}
.useful .m-movie-wrap .movie {
  border-radius: 35px 35px 0 0;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}
.useful .frame {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.useful .m-movie-wrap .movie video {
  width: 95%;
  position: absolute;
  top: 2px;
  left: 6px;
  border-radius: 30px;
}
.useful .stage-area {
  width: 100%;
  height: 600px;
  position: relative;
  /* background-color: #2F2F2F; */
  overflow: hidden;
  z-index: 0;
}
.useful .scene-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.useful .main-photo {
  width: 100%;
  height: 100%;
  background: url("/lineup/wish5/assets/img/useful/img_before.jpg") right center no-repeat;
  background-size: auto 100%;
}
.useful .stage-black {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/lineup/wish5/assets/img/useful/img_after.jpg") right center no-repeat;
  background-size: auto 100%;
  border-left: 4px solid #B4B4B4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.useful .stage-black::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_swipe.svg") no-repeat;
  background-size: contain;
  width: 95px;
  height: 95px;
  top: 278px;
  left: -50px;
}
.useful .swipe-area {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
}
.useful .swipe-left-txt {
  position: absolute;
  top: 328px;
  left: 92px;
  width: 88px;
}
.useful .swipe-right-txt {
  position: absolute;
  top: 328px;
  left: 701px;
  width: 88px;
}
.useful .stage-black .stage-black-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.useful .mode-txt {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 0.5em;
  top: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
.useful .mode-txt.right {
  left: auto;
  right: 0;
}
.useful .message {
  position: absolute;
  width: 200px;
  top: 50px;
  right: 70px;
  z-index: 2;
}
.useful .txt_box {
  position: relative;
}
.useful .sub {
  position: absolute;
  top: -30px;
  left: 120px;
  width: 200px;
}
.useful .txt_first {
  margin-top: 90px;
}
.useful .txt_last {
  margin-top: 90px;
}
@media screen and (max-width: 678px) {
  .useful .flex_text {
    width: 60%;
  }
  .useful .flex_box img {
    width: 90px;
  }
  .useful .m-movie-wrap {
    width: 60%;
  }
  .useful .loop_phone {
    width: 60%;
  }
  .useful .mov_txt {
    width: 100px;
    top: -20px;
    right: -50px;
  }
  .useful .mov_txt2 {
    width: 100px;
    top: -20px;
    right: -50px;
  }
  .useful .frame {
    width: 100%;
  }
  .useful .m-movie-wrap .movie video {
    width: 95%;
    top: 0px;
    left: 5px;
  }
  .useful a.touch-btn {
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
  }
  .useful .touch-btn .hand {
    width: 18px;
    height: 21px;
  }
  .useful .switch-btn-box {
    width: 100%;
    height: auto;
  }
  .useful .switch-btn-box li {
    font-size: 1.3rem;
  }
  .useful .btn {
    padding: 1em 0.75em;
  }
  .useful .stage-area {
    height: 300px;
  }
  .useful .stage-black::before {
    width: 75px;
    height: 75px;
    top: 35%;
    left: -40px;
  }
  .useful .message {
    width: 120px;
    top: 80px;
    right: 0px;
  }
  .useful .sub {
    position: absolute;
    top: -45px;
    left: auto;
    right: 5%;
    width: 60%;
  }
  .useful .txt_first {
    margin-top: 20px;
  }
  .useful .txt_last {
    margin-top: 60px;
  }
}
@media screen and (min-width: 640px) {
  .useful {
    /* content-menu */
  }
  .useful .btn-txt-border::before {
    width: 29%;
  }
  .useful .btn-txt-border::after {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .useful .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .useful .btn-txt {
    font-size: 1.6rem;
  }
}

/* design  */
.design {
  /* .main-text::before{
    display: block;
    position: absolute;
    content: '◯';
    top: 5%;
    left: 0%;
    transform: translate(0%,-5%)!important;
  } */
  /* tablet */
  /* tablet end */
  /* small pc */
  /* small pc end */
}
.design .main-text {
  position: relative;
  text-align: center;
}
.design .main-text br {
  display: block;
}
.design .main-text.point1 {
  margin-bottom: 0;
}
.design .heading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.design .head-img {
  width: 14%;
  margin-left: 3rem;
}
.design .device {
  position: relative;
  max-width: 50rem;
  width: 85%;
  margin: 3rem auto 3rem;
}
.design .device::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.design .main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.design .main-img img {
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
}
.design .design_color_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  gap: 1rem;
}
.design .design_color_button li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1px;
}
.design .design_color_button li a {
  display: block;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.3rem 0 1rem;
  font-size: 1.1rem;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
  border-radius: 8px;
  border: 0;
}
.design .design_color_button li a.current {
  background-color: #C0D6EA;
  color: #000;
}
.design .design_color_button li a span img {
  display: block;
  width: 60%;
  margin: 0 auto 0.8em;
}
.design .pink, .design .white, .design .black {
  opacity: 0;
}
.design .device_1, .design .device_2 {
  opacity: 0;
}
.design .btn-txt {
  text-align: center;
  margin-bottom: 2rem;
}
.design .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.design .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/wish5/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.design .btn-txt-border {
  position: relative;
}
.design .color-name {
  min-height: 5em;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design .size-s {
  display: contents;
  font-size: 1rem;
}
.design .image01 {
  width: 250px;
  margin-left: -3.6rem;
}
.design .image02 {
  width: 600px;
  display: block;
  margin: auto;
}
.design .image_txt {
  position: absolute;
  width: 500px;
  top: 10%;
  right: 10%;
}
.design .m-movie-wrap {
  width: 600px;
  margin: auto;
  position: relative;
}
.design .m-movie-wrap .movie {
  border-radius: 35px 35px 0 0;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}
.design .m-movie-wrap .movie video {
  width: 95%;
  position: absolute;
  top: 22px;
  left: 6px;
}
.design a.touch-btn {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: auto;
  text-align: center;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  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);
}
.design .touch-btn .hand {
  display: block;
  width: 35px;
  height: 42px;
  background-image: url(/lineup/wish5/assets/img/icon_touch_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 678px) {
  .design .heading-block {
    display: block;
  }
  .design .design_color_button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .design .design_color_button li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 48%;
    margin: 0 1px;
  }
  .design .image_txt {
    width: 45%;
    right: 5%;
    top: 15%;
  }
  .design .image01 {
    width: 45%;
    margin-left: -1.8rem;
  }
  .design .image02 {
    width: 90%;
  }
  .design .m-movie-wrap {
    width: 100%;
  }
  .design .m-movie-wrap .movie video {
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .design a.touch-btn {
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
  }
  .design .touch-btn .hand {
    width: 18px;
    height: 21px;
  }
}
@media screen and (min-width: 640px) {
  .design .page-heading br {
    display: none;
  }
  .design .head-img {
    width: 4rem;
    margin-left: 6rem;
  }
  .design .heading-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* padding: 2em 0; */
  }
  .design .btn-txt-border {
    max-width: 40rem;
    margin: auto;
  }
  .design .main-text br {
    display: none;
  }
  .design .device {
    position: relative;
    max-width: 50rem;
    width: 85%;
    margin: 3rem auto 6rem;
  }
}
@media screen and (min-width: 960px) {
  .design {
    /* .main-contents {
      padding: 4.8rem 3.6rem 9rem;
    } */
  }
  .design .page-heading br {
    display: block;
  }
  .design .heading-block {
    display: block;
  }
  .design .main-text br {
    display: block;
  }
  .design .design_color_button {
    position: absolute;
    top: 0;
    right: 0;
  }
  .design .device {
    width: 50%;
    margin: 1rem 0 0;
  }
  .design .design_color_button {
    position: absolute;
    top: auto;
    bottom: 17%;
    right: 3%;
  }
  .design .head-img {
    width: 18%;
    margin-left: 6rem;
    position: absolute;
    top: 30%;
    left: 93%;
  }
  .design .btn-txt-position {
    position: absolute;
    top: 48%;
    left: 55%;
    width: 42%;
  }
}
@media screen and (min-width: 1280px) {
  .design .heading-block {
    display: block;
  }
  .design .btn-txt-position {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 42%;
  }
}

/* 調整 */
.mode #jr {
  display: block;
  opacity: 0;
  height: 0;
}

.swiper-pagination span:nth-child(4) {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}