@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

/* @import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css"); */
html {
  font-family: "Noto Sans JP", sans-serif;
}

/* -----------------------------------------------------------
	common
------------------------------------------------------------*/
html,body {
height:100%;
margin:0;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-weight: 400;
color:#1d1d1f;
line-height:1.8;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}

/* ゴシック系 */
body, table, th, td, p, li, dt, dd, div, span,.go {
  font-family: "Noto Sans JP", sans-serif;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

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

#main h1, #main h2, #main h3, #main h4, #main h5 {
line-height: 1.4;
font-style: normal;
}
#ttl01{
  font-size: 48px;
  color: #0096d6;
  text-align: center;
}
.read01 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .read01{
      font-size: 23px;
      padding: 0 10px;
  }
}
.gray {
  color: #50555c;
}
#main p,
#main li,
#main dt,
#main dd,
#main th,
#main td,
#main div,
/* #main span, */
#main em {
/* color: #1d1d1f; */
line-height: 1.8;
word-wrap: break-word;
margin-top:0;
}
#main li,
#footer li,
#header li,
.bread-crumbs-area li {
line-height: 1.4;
list-style: none;
}
#main ul,
#main ol,
#header ul,
#header ol,
#footer ul,
#footer ol {
padding-left:0;
margin:0;
}
#main dl, #main dt, #main dd {
  margin-left:0;
}
#main table {
width: 100%;
border-collapse: collapse;
}
a {
  word-break: break-word;
  color:#1d1d1f;
  text-decoration:none;
}
a:hover {
  /* color:#1d1d1f; */
}
#header a:hover, #footer a:hover {
  text-decoration: none;
}

@media screen and ( min-width: 768px ){
  a {
  -webkit-transition: background  0.3s ease, color 0.3s ease;
  -moz-transition: background  0.3s ease, color 0.3s ease;
  -o-transition: background  0.3s ease, color 0.3s ease;
  transition: background  0.3s ease, color 0.3s ease;
}
	a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
	cursor:pointer;
  transition:opacity 0.3s;
  text-decoration: none;
	}
	a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	}
	#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
	}

  /* タブレット、PC768以上 */
  a[href^="tel:"] { pointer-events: none; }
  .sp {
  display:none!important;
  }
  .sp-br {
    display: none;
  }
  .pc-none {
    display: none!important;
  }
}

img {
line-height: 0;
max-width: 100%;
vertical-align: bottom;
}

article:after,main:after,
clearfix:after {
content: "";
display: block;
clear: both;
}



/* -----------------------------------------------------------
common default
------------------------------------------------------------*/
.tc { text-align:center!important; }
.tl { text-align:left!important; }
.fl { float:left; }
.fr { float:right; }
.bold { font-weight:bold; }
.inline { display:inline-block; }
.block { display:block; }
.super { vertical-align: super; font-size:10px;}


/* -----------------------------------------------------------
font-size
------------------------------------------------------------*/
/* rem相対、px固定*/
@media (min-width: 768px) {
  :root {
    font-size: calc(0.5rem + ((1vw - 7.68px) * 0.1736));
    min-height: 0vw;
  }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.6rem;
  }
}
@media (min-width: 1920px) {
  :root {
    font-size: 10px;
  }
}


@media screen and (max-width:767px) {
  html {
  font-size: 62.5%;
  }
  body { font-size: 1.4rem; }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.4rem;
  }
}

/* -----------------------------------------------------------
共通
------------------------------------------------------------*/
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb80 { padding-bottom:80px; }
.pb100 { padding-bottom:100px; }

.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }
.pt5 { padding-top:3px; }
.pl10 { padding-left:10px; }
.pl20 { padding-left:20px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt40 { margin-top:40px; }
.mt60 { margin-top:60px; }
.mt80 { margin-top:80px; }
.mt100 { margin-top:100px; }
.mt120 { margin-top:120px; }
.mt140 { margin-top:140px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.mb100 { margin-bottom:100px; }
.mb110 { margin-bottom:110px; }
.mb120 { margin-bottom:120px; }

.mr20 { margin-right:20px; }

.pt30 { padding-top: 30px; }
.pb20 { padding-bottom:20px; }

.vt { vertical-align: top; }
.tr { text-align :right; }
.bgfff { background: #fff; }

.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs28 { font-size: 28px; }
.fs30 { font-size: 30px; }
.fs32 { font-size: 32px; }
.fs34 { font-size: 34px; }
.fs36 { font-size: 36px; }
.fs38 { font-size: 38px; }
.fs40 { font-size: 40px; }

.fa {
line-height: 1;
}
i.far {
margin-left:3px;
}

.container {
  margin: 0 auto;
  max-width:1146px;
  position: relative;
  width:90%;
  }
/* -----------------------------------------------------------
page
------------------------------------------------------------*/
.full {
width: 100%;
}
/* 購入ページ */
.page .container {
margin: 0 auto;
max-width:1146px;
position: relative;
width:90%;
}
.container.medium {
margin:0 auto;
max-width:1058px;
width:90%;
}
/* 商品ページ内寸 */
.container.base {
max-width:980px;
margin:0 auto;
}


/* 商品一覧ページ */
.container.large {
margin:0 auto;
max-width:1320px;
width:90%;
}
/* フッター内寸 */
.container.medium {
margin:0 auto;
max-width:1024px;
width:90%;
}
.container.short {
max-width:1024px;
margin:0 auto;
}


/* -----------------------------------------------------------
header
------------------------------------------------------------*/

/* -----------------------------------------------------------
PCメニュー
------------------------------------------------------------*/
#top-logo img {
  margin:0;
  padding:0;
  width:175px;
  height: 48px;
}
#top-logo {
  margin:0;
  width:175px;
  line-height: 1;
}
#header-menu {
  width:calc(100% - 175px);
}


@media screen and (min-width: 768px) {
/*-------------------------------------------------------------
header menu
---------------------------------------------------------------*/
#header {
  background: #fff;
}
.second #header {
}
#header,
.header-wrap,
#menu a {
  height: 80px;
}
#menu a {
  text-decoration: none;
}
.header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content:center;
  max-width:1146px;
  width:95%;
  margin:auto;
}
/* #header.scrolled {
  background: #fff;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  box-shadow: 0px 0 10px rgba(0,0,0,0.15);
  z-index: 3;
} */
#menu {
display: flex;
justify-content: center;
width:100%;
gap:0 1%;
}
.menu li {
  width:16%;
}
.menu a {
  font-size:1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  text-align: center;
  letter-spacing: 0.05em;

  height: 50px;
  /* line-height: 50px; */
  /* padding: 0 10px; */
  text-decoration: none;
}

.menu-search {
  color:#fff;
  font-size: 1.6rem;
  max-width: 95%;
  margin: 0 0 0 auto;
}

/* 検索フォーム */
.menu-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.menu {
  list-style: none;
  overflow: hidden;
  float: left;
  margin: 0 auto;
  padding: 0;
}
.search-form {
  display: block!important;
  position: relative;
}
.search-form:before, .search-field {
  position: absolute;
  top: 15px;
  right: -16px;
  width: 50px;
  height: 50px;
  margin: 0;
}
.search-form:before {
  z-index: 100;
  line-height: 50px;
  /* background: #65b1e4; */
  color: #000;
  text-align: center;
}
.search-field {
  -webkit-appearance: none;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  outline: none;
  border: none;
  border-radius: 8px;
  padding:0 1em;
}
.search-field:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  width: 100%;
  cursor: text;
}
.search-form input[type="submit"] {
  display: none;
}

/* ヘッダースクロール */
.scrolled #product-bar {
  background-color: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(20px);
  position: sticky;
  top:80px;
  left:0;
  width:100%;
  box-shadow: 0px 0 10px rgba(0,0,0,0.15);
  z-index: 3;
}
.scrolled #header {
  position: fixed;
  width:100%;
  left:0;
  top:0;
  z-index: 3;
}



/* -----------------------------------------------------------
	index-header
------------------------------------------------------------*/

}
/*--- end PCメニュー */

/* -----------------------------------------------------------
	index
------------------------------------------------------------*/
body {
  margin:0;
}
/* -----------------------------------------------------------
	pageTop
------------------------------------------------------------*/
/* scroll top */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #0063b1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 10;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
}
#page-top a:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
#page-top:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* -----------------------------------------------------------
index
-------------------------------------------------------------*/
/* #page {
  overflow-x: hidden;
} */
img.mv-img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  max-width:100%;
  height:calc(788 / 1920 * 100vw);
  font-family: 'object-fit: cover; object-position: center top;';
}
#v4kpro {
  background: #f6f6f6;
}
/* menu-box-flex */
.menu-box-flex {
  display: flex;
  justify-content: center;
}
.menu-box-img {
  width:50%;
  max-height: 620px;
}
.menu-box {
  width:40%;
}
.menu-box-img img {
  height:100%;
}
.menu-box {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  /* padding-right:3%; */
}
.menu-box .menu-box-title {
  width: 100%;
  margin:0;
}
.menu-box-img {
  height:100%;
}
.menu-box-ttl {
  font-size:5.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.menu-box-txt {
  font-size:2.8rem;
  color:#1d1d1f;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#main .cta-links {
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: center;
  line-height: 1;
  max-width: 340px;
  margin:auto;
}
#main .cta-links li {
  margin:0 2rem;
}
.cta-links a,
.cta-links i {
  color:#0066cc;
  font-size:2.1rem;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.cta-links {
  /* z-index: 2; */
  position: relative;
}
.cta-links i {
  margin-left:0.5rem;
}
.cta-links a:hover {
  text-decoration: underline;
}
.menu-box-wrap {
  position: relative;
  margin-bottom:1rem;
}
.link-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-sp .product-box .cta-links li {
  margin-bottom: 1.8rem;
}



/* 2 */
#vzx {
  background: #32283b;
}
#vzx .menu-box-img {
padding-left: 5%;
}
#vzx .menu-box-title {
}
#vzx .menu-box-ttl {
  color:#fff;
}
#vzx .menu-box-txt {
  color:#fec2eb;
}
#vzx .cta-links a, .cta-links i {
  color: #0066cc;
}

/* 3 */
#vzr {
  background: #F9F9F9;
}
#vzr .menu-box-title {
    margin: 0 0 0 2%;
}

/* menu-flexbox */
.menu-flexbox {
display: flex;
flex-wrap:wrap;
padding:0 0.5rem;
}
.menu-half {
width:calc(46% - 1rem);
margin:0.5rem;
text-align: center;
padding:0 2%;
line-height: 1;
position: relative;
}
.menu-half-inner {
  position: absolute;
  top:11%;
  left:0;
  right:0;
  margin:auto;
}
.menu-half-inner.h-bottom {
  position: absolute;
  top:inherit;
  bottom:11%;
  left:0;
  right:0;
  margin:auto;
  /* display: table; */
}
.menu-half-ttl {
  letter-spacing: 0.1em;
  font-size:4rem;
  font-weight: 500;
  margin:0 0 1rem 0;
  display: block;
  width:100%;
  /* z-index: 1; */
  position: relative;
}
.menu-half-ttl .en {
  font-weight: 500;
}
.en {
font-family: 'Roboto', sans-serif;
}

.menu-half-ttl a {
  text-decoration: none;
}
.menu-half-ttl a.tx-white {
  color:#fff;
}
.menu-half .cta-links a,
.menu-half .cta-links i {
  font-size: 1.7rem;
}
.menu-half {
  height:calc(621 / 1760 * 100vw);
  margin-bottom:1rem;
}
.menu-half-img img {
  width:100%;
  max-width:100%;
  height:100%;
  object-fit: cover;
}
.menu-half-img,
.menu-half .link-area {
  position: absolute;
  width:100%;
  height:calc(621 / 1760 * 100vw);
  top:0;
  left:0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.menu-half,
.menu-half-img,
.menu-half .link-area,
.menu-half-img img {
  max-height:620px;
}
.menu-half .cta-links li {
  margin: 0 2.5rem;
}
/* visualizer */
#visualizer {
}
.menu-visualizer {
  background: #dedfe0;
  padding:5rem 0 4rem;
  margin:1.5rem 1rem 1rem;
  max-width: calc(100% - 2rem);
}
.menu-visualizer .menu-box-ttl {
  font-size: 4rem;
  letter-spacing: 0;
}
.menu-visualizer .menu-box {
  width:50%;
}
.menu-visualizer .menu-box-img {
  width:40%;
}
.menu-visualizer .menu-box-img img {
  max-width:520px;
  width:90%;
}
.menu-box-title .visualizer-logo {
  max-width:20%;
  margin:auto;
}

#utility-yellow {
}
#do-cam {
}
#fransclock {
}
#piggybank {
}
#easybalance {
}
#buildingblocks {
}

/* -----------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  background: #dededd;
  padding:3rem 0 1.8rem;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  margin:0 -1.5% 3rem;
}
.footer-menu {
  width:22%;
  margin: 0 1.5% 2rem;
}
.footer-menu h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin:0 0 0.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer-menu h3.mb {
  margin-bottom:2.5rem;
}
.f-menu li {
  margin:0 0 0.5rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.footer-menu a {
  text-decoration: none;
}
#footer .f-menu {
  margin-bottom:2rem;
}
#footer-copyright {
  margin:auto;
  text-align: center;
}
.footer-copyright {
  text-align:center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.footer-menu dl,
.footer-menu dt,
.footer-menu dd {
  margin:0;
}


@media screen and (min-width: 768px) {
  /* footer
  ----------------------------------------------- */
  .footer-menu dd {
    display: block!important;
  }
  }
  

/* -----------------------------------------------------------
	second
------------------------------------------------------------*/
.second {
}
.kv-area {
  padding:5rem 0 10rem;
  display: flex;
  justify-content: space-between;
}
.kv-img {
  width:50%;
}
.kv-txt {
  width:50%;
  padding:0 0 0 7.8%;
}
.kv-caption {
  margin:0 0 0.8rem 0;
  font-size:2.1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.kv-img figure {
  width:100%;
  margin:0;
  padding:0;
}
.kv-ttl {
  font-size:4rem;
  line-height: 1.5;
  margin:4rem 0;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.kv-price {
  font-size:2.8rem;
  margin: 0 0 5rem 0;
  font-weight: 500;
}
.buy-btn,
.buy-amazon {
  margin:0 0 3.5rem -0.5rem;
}
.buy-btn a,
.buy-amazon a {
  text-decoration: none;
}
.buy-btn a {
  background-color: #d7302e;
  color:#fff;
  width:348px;
  max-width: 100%;
  height:36px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  font-size:1.7rem;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 8px;
}
.buy-btn.carpenter-buy a {
  height:60px;
}

.buy-btn a:after {
  content:"\f105";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  right:1rem;
  top:0;
  bottom:0;
  margin:auto;
  font-size:2rem;
  color:#fff;
  /* font-weight: 400; */
  display: flex;
  align-items: center;
}
.buy-btn li {
  margin:2rem 0;
}
.buy-amazon a {
  padding: 0 1rem;
  border:3px solid #007cb6;
  border-radius: 8px;
  background: #fff;
  max-width: 100%;
  width:348px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  flex-wrap:wrap;
box-sizing: border-box;
}
.buy-amazon a .amazon-logo,
.buy-amazon a .amazon-online {
  width:100%;
  display: inline-block;
  text-align: center;
}
.buy-amazon a .amazon-online {
  font-size:1.7rem;
  color: #000;
}
.buy-amazon a .amazon-logo {
  margin-bottom:0.6rem;
}
.movie-wrap {
  max-width: 100%;
  margin: 0px auto 10rem;
}
.movie-area {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.movie-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* パンくず */
#main .bread-crumbs  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin:2rem 0;
}
.bread-crumbs a,
.bread-crumbs li {
  font-size: 1.6rem;
  line-height:1.4;
  font-weight: 500;
}
.bread-crumbs li {
  margin:0 1rem 0 0;
}
.bread-crumbs a {
  position: relative;
  padding-right: 1em;
  text-decoration: none;
}
.bread-crumbs a:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 0.35em;
  margin: auto;
  line-height: 1.4;
}


/* -----------------------------------------------------------
	header-slide
------------------------------------------------------------*/
#header-slide {
  background: #fbfbfd;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #d2d2d2;
}
/* .h-slide-wrap {
  display: flex;
  justify-content: space-between;
} */

/* 縦並び初期化 */
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
.h-slide-wrap.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.h-slide-wrap {
  display: flex;
  justify-content: space-between;
}
.h-slide-wrap.slick-initialized {
  display: block;
}
/* swiper縦並び初期化 */
.slider.swiper-initialized {
  display: block;
}
.swiper-container.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.swiper-initialized {
  opacity: 1;
}

/* end */

.slick-slide {
  margin:0 0 0;
}
.slick-slide img {
  margin:auto;
}
.h-slide-box {
  width:108px;
}
.h-slide-box a {
  text-decoration: none;
}
.h-slide-txt {
  font-size:1.7rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}
.carpenter .h-slide-txt {
  font-size:1.4rem;
  line-height: 1.2;
}

.new-label {
  color: #bf4800;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  margin-top: 0.5em;
}
.h-slide-img {
  text-align: center;
  margin: 0 auto 0.5em;
}

/* -----------------------------------------------------------
	main共通　★後で確認★
------------------------------------------------------------*/
#main a {
  opacity: 1;
  font-weight: 500;
}
.sec03 sec bg {
  font-size: 20px;
width: 16.5em;
max-width:100%;
  height: 52px;
color: #fff;
  background: #0096d6;
  display:flex;
justify-content:center;
align-items: center;
  border-radius: 10em;
font-weight: bold;
text-align: center;
text-decoration: none;
}
.bg-campaign {
	text-align: center;
	background:url(/wp-content/themes/abico/img/myhpcloud/841499_320878.webp)no-repeat center;
	background-size: cover;
  padding: 40px 0 90px;
  display: none;
}
.bg {
	text-align: center;
	background:url(/wp-content/themes/abico/img/myhpcloud/841499_320878.webp)no-repeat center;
	background-size: cover;
  padding: 40px 0 90px;
}
.btn1-01 {
  font-size: 20px;
width: 16.5em;
max-width:100%;
  height: 52px;
color: #fff;
  background: #0096d6;
  display:flex;
justify-content:center;
align-items: center;
  border-radius: 10em;
font-weight: bold;
margin:auto;
text-align: center;
text-decoration: none;
}

/* -----------------------------------------------------------
	support サポートページ
------------------------------------------------------------*/
#kv {
  max-height: 450px;
  margin-bottom: 0;
  position: relative;
}
.kv-inner {
}
#kv, .kv-inner,
.kv-inner-img,
.kv-inner-img img {
  height: calc(450/1800*100vw);
  max-height: 450px;
  /* height:100%; */
}
.kv-inner-img {
  width:100%;
}
.kv-inner-img img {
  width: 100%;
  max-width:100%;
  /* height: auto; */
  object-fit: cover;
}
.kv-inner-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.kv-inner-ttl-h1 {
  color: #fff;
  font-size: 4.4rem;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  letter-spacing: 0.1em;
}
.flex-half {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
.flex-half-box {
  width: calc(42% - 1rem);
  margin: 0.5rem;
}
.flex-half-txt {
  padding:4.8rem 4rem;
  margin:0;
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  line-height: 1;
  max-width: 540px;
}
#support-faq .flex-half-txt {
  padding:8rem 4rem;
}
#support-faq .flex-half-img {
  display: flex;
  align-items: center;
}
.support-faq-ttl {
  font-size: 4rem;
  text-align: center;
  margin:0 0 1em;
  line-height: 1.2;
  width:100%;
  display: block;
}
.support-faq-txt {
  font-size:2.2rem;
  color:#333;
  font-weight: 400;
  display: block;
}
.support-faq-more {
  font-size:2.2rem;
  margin:0.75em 0;
  display: block;
}
.flex-half-img {
  padding: 4rem 4rem;
}
.flex-half-img img {
  width:100%;
  height:auto;
  object-fit: cover;
  max-height: 340px;
}
.tl.cta-links {
  justify-content: flex-start;
  text-align: left;
  margin: 0;
}
.cta-links.ma {
  margin-top:1rem;
  margin-bottom:1rem;
}
.tl.cta-links li {
    margin: 0;
    text-align: left;
}
#support-contact .flex-half-txt {
  max-width:500px;
  height: calc(450/1800*100vw);
  max-height: 450px;
}
/* kv-half */
.kv-half-wrap {
  max-height: 450px;
  margin-bottom: 0;
  position: relative;
}
.kv-half-inner {
}
.kv-half,
.kv-half-img,
.kv-half-img img {
  height: calc(450/1800*100vw);
  max-height: 450px;
}

.kv-half-img {
  width:100%;
  height:100%;
  position: relative;
}
.kv-half-img img {
  width: 100%;
  max-width:100%;
  /* height: auto; */
  min-height: 260px;
  object-fit: cover;
}

.kv-half-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.flex-half-ttl {
  font-size:4rem;
  margin: 0 0 1em;
}
#main .kv-half-wrap * {
  color:#fff;
}
.kv-half-txt {
  font-size:1.7rem;
}
.support-faq-txt.tc {
  margin:0rem auto 3rem;
  width:100%;
}

#support-contact ul.cta-links.white {
  justify-content: flex-start;
  margin:0;
}
#support-contact li.cta-links-more {
  margin:0;
}

.kv-inner-img:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(145,130,105,0.15);
}
.kv-half-img:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /* background-color:rgba(255,255,255,0.15); */
  background-color:rgba(145,130,105,0.15);
}
.cta-links.white a,
.cta-links.white * {
  color:#fff;
}

/* -----------------------------------------------------------
	product IPEVO商品一覧ページ
------------------------------------------------------------*/

/* header-slide------------------------------ */
.slick-prev:before, .slick-next:before {
  color:#ccc;
}
.slick-prev:before, .slick-next:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  top:0;
  bottom:0;
  margin:auto;
  font-size:2.6rem;
  color:#333;
  /* font-weight: 400; */
  display: flex;
  align-items: center;
}
.slick-next:before {
  content: '\f105';
  right:-12px;
}
.slick-prev:before {
  content: '\f104';
  left: -12px;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}



.product-one {
  width:100%;
  background: #f6f6f6;
}
.product-one, .product-one-img, .product-one .link-area, .product-one-img img {
  max-height: 612px;
}
/* .product-one {
  height: calc(612 / 1760 * 100vw);
} */
.product-one {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-one-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 45%;
  margin: 0 auto 0 0;
  text-align: center;
}
.product-one-ttl,
.product-one-catch,
.product-one-price,
.product-one .cta-links {
  width:100%;
}
.product-one-img {
  margin: auto 0 0 auto;
  max-width: 640px;
  width: 55%;
}
.product-one-ttl {
  font-size:2.4rem;
  letter-spacing: 0.1em;
  margin-bottom:0.5rem;
}
.product-one-catch {
  font-size:4.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 4rem;
}
.product-one-price {
  font-size:2.1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.cta-links-buy-btn a {
  background: #d7302e;
  color:#fff;
  width:80px;
  height: 40px;
  padding:0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  border-radius: 2em;
  text-decoration: none!important;
  padding:0 0 0.2em 0.1em;
}
.product-ttl {
  font-size:4.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin:2.5em auto 1.5em;
}
.product-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.col2 .product-box {
  margin:0 5% 6.5rem;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
.product-box-img img {
  max-width:100%;
}
.product-box-ttl {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  margin:1.7em 0 0.7em;
  font-weight: bold;
}
.product-box-catch {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
  font-weight: bold;
  line-height: 1.4;
}
.no-coupon {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
  font-weight: bold;
  line-height: 1.4;
}
.product-box-price {
  font-size:14px;
  font-weight: 500;
}
.just-now{
  color: red;
}
.buy-just-now{
  color: red;
  font-size:25px;
  line-height: 0.7;
}
.btn-small.cta-links {
  flex-wrap: wrap;
}
.btn-small.cta-links li {
    margin: 0 auto;
    width: 100%;
}
.product-box .btn-small.cta-links li {
  margin-bottom:1.8rem!important;
}
.btn-small.cta-links .cta-links-buy-btn {
  margin-bottom:1.8rem!important;
}
.btn-small .cta-links-buy-btn a {
  width:65px;
  height:32px;
  border-radius: 32px;
  font-size:12px;
  margin:auto;
  line-height: 1;
}
.btn-small .cta-links-more a {
  font-size:14px;
}
.btn-small .cta-links-more i {
  font-size: 1.4rem;
}
.product-box a {
  text-decoration:none;
}

/* 362 */
.product-box-spec {
  border-top:1px solid #d2d2d2;
  /* border-bottom:1px solid #d2d2d2; */
  margin:0;
  padding-bottom:1.8rem;
}
.product-box-spec dl {
  margin:0;
  text-align: center;
}
.product-box-spec dt {
  padding:1.3em 0 0;
  width:100%;
  font-size:1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
.product-box-spec dd {
  padding:0 0 0.3em;
  width:100%;
  font-size: 14px;
  font-weight: 400;
}

/* cover-area */
.cover-area {
  max-height: 610px;
  margin-bottom:6rem;
  position: relative;
}
.cover-area,
.cover-area-inner {
  /* height:calc(610/1920*100vw); */
  height:100%;
}
.cover-area img {
  width:100%;
  height:auto;
  object-fit: cover;
}
.cover-area-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.cover-area-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color:#fff;
  font-size:7.5rem;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  letter-spacing: 0.1em;
}
#communication-tool {
  margin-bottom:1rem;
}
/* col3 */
.product-flex.col3 {
  justify-content: space-between;
  margin:0 -2.5%;
}
.col3 .product-box {
  width:27.425%;
  margin:0 2.5% 4rem;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
.product-box .new-label {
  font-size:12px;
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  text-align: center;
  bottom:-2rem;
}
.product-box-img {
  position: relative;
}
.product-box * {
  letter-spacing: 0.1em;
}

/* -----------------------------------------------------------
	product 商品詳細ページ
------------------------------------------------------------*/
#product-bar {
  background: #fff;
  border-bottom:1px solid #ddd;
  padding: 0 2.5%;
  box-sizing: border-box;
}
.product-bar-wrap a {
 font-weight: 500;
}
.product-bar-wrap {
margin: 0 auto;
max-width: 1024px;
padding: 0;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
}
.product-bar-wrap * {
  text-decoration:none;
  letter-spacing: 0.1em;
}
.product-bar-wrap,
.product-bar-ttl,
.product-bar-menu {
height: 52px;
display: flex;
align-items: center;
flex-wrap:wrap;
}
.product-bar-ttl {
  width: 60%;
  font-size: 2.1rem!important;
  font-weight: 500;
  margin: inherit!important;
}
.product-bar-img {
  height:45px;
  width:auto;
}
.product-bar-menu {
  width:40%;
  display: flex;
  justify-content: flex-end;
  margin:0;
}
.product-bar-menu a {
  margin: 0 1em;
  font-size: 1.4rem;
}
.product-bar-menu .cta-links-buy-btn a {
  height:28px;
  width:80px;
  margin-right:0;
}
.spec-wrap {
  padding:0rem 0 12rem;
}
.spec-ttl {
  text-align: center;
  font-size:4rem;
  padding:0 0 7rem;
  border-bottom:1px solid #d2d2d2;
  font-weight: 500;
  display: none; /* 削除★ */
}
.spec-table {
  position: relative;
}
.spec-table:before {
  content:"\f0ca";
  content:none;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  left:0;
  right:0;
  top:-1.8rem;
  margin:auto;
  font-size:2.2rem;
  /* font-weight: 400; */
  display: flex;
  align-items: center;
  color:#999;
  background-color: #fff;
  width:38px;
  height: 38px;
  border-radius: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0.1rem 0 0;
}

/* spec-table */
.spec-flex {
  display: flex;
  justify-content: space-between;
}
.spec-flex,
.spec-box {
  border-bottom: 1px solid #ccc;
  padding:4rem 0;
}
.spec-flex:first-of-type {
  padding-top:5rem;
}
.spec-flex-ttl {
  width:25%;
}
.spec-flex-detail {
  display: flex;
  width:75%;
}
.prodFeature_box {
}
.siderbarImg  {
  width:30%;
}
.spec-flex-img-left {
  width:65%;
  margin-right: 5%;
}
.siderbarImg img {
  max-width:100%;
  text-align: right;
}
.order2 {
  order:2;
}
.menu-box-img-order1-totem120 {
  text-align: center;
  width: 41%;
}

.spec-flex-detail li,
.spec-box p,
.spec-box li,
.spec-box li div,
div.productColor-box,
.spec-box * {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom:0.5em;
}
.spec-flex-detail ul,
.spec-flex-detail li,
.ul_list li {
  list-style: circle;
  width: 100%;
}
.ul_list {
  margin-left:1.3em;
}
.goMini {
  display: flex;
  justify-content: flex-start;
}
.flex-inner ul {
  margin-left:-1em;
}
.flex-inner h4 {
  width:25%;
}
.flex-inner li ul {
  width:75%;
}
/* １列 */
.spec-wrap h3 {
  font-size:2.1rem;
  margin-bottom:0.5em;
  font-weight: bold;
}
.spec-wrap h4 {
  font-size:1.7rem;
  font-weight: bold;
}
.spec-wrap a {
  text-decoration: none;
}
.spec-wrap a:hover {
  color:#0066cc;
}
.spec-wrap a,
.spec-wrap li {
  font-weight: 400;
}
.spec-box h4 {
  margin-top:4rem;
}

/* -----------------------------------------------------------
	購入ページのスライド
------------------------------------------------------------*/
.slider-thumbnail .swiper-slide {
  width:calc(20% - 10px);
  padding:5px 0;
  margin-top: 5px;
}
.swiper-container {
  height: auto;
}
.slider-thumbnail img {
  width: 91%;
  cursor: pointer;
}
.slider img {
  cursor: grab
}
/* moddal */
.modaal-content {
  max-width:1000px;
}
.modaal-container {
  background: transparent!important;
}
.modaal-wrapper .modaal-gallery-item {
  /* min-width: 600px; */
}
.modaal-wrapper .modaal-gallery-item img {
  max-height: 80vh;
  max-width:1000px;
  height:auto;
  object-fit: contain;
}
.modaal-close:after,
.modaal-close:before {
  width:2px!important;
  border-radius: 0!important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #fff!important;
}
.modaal-close {
  border-radius: 0!important;
  background: transparent!important
}
.modaal-close:hover {
  border-radius: 0!important;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  background: none!important;
}
.modaal-gallery-next:before {
    margin-top: -7px!important;
}
.modaal-gallery-prev:before {
  margin-top:7px!important
}
.modaal-gallery-control:after, .modaal-gallery-control:before {
  width:2px!important
}

.sub_topbg {
  height: 295px;
  background-color: #dedfe0;
}
.sub_title {
  width: 980px;
  height: 350px;
  margin: 0 auto;
}
.sub_title .software_left {
  float: left;
  width: 568px;
  padding: 40px 0 0 0;
  text-align: center;
}
.sub_title .software_left h1 {
  font-size: 36px;
  margin-top: 10px;
}
.sub_title .software_left h3 {
  font-size: 24px;
  margin-top: 15px;
}
.sub_title .software_right {
  box-sizing: border-box;
  float: left;
  width: 392px;
  padding: 25px 10px 0 10px;
}
.introduction-main {
  width: 920px;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 24px;
  box-sizing: border-box;
}
.introduction-main .note {
  color: #999;
  margin: 8px 0 40px 0;
}
#function_list {
  width: 976px;
  margin: 20px auto;
  font-size: 13px;
  line-height: 18px;
}
#function_list dl {
  width: 228px;
  height: 277px;
  padding: 3px 7px;
  border: 1px solid #dedfe0;
  float: left;
  overflow: hidden;
}
#wrapper{
  display: block !important;
	width:1000px;
	margin:0 auto;
}
#slide {
  display: block !important;
  position: relative;
  overflow: hidden;
  height: 500px;
}
#slide ul{
	position:absolute;
	width:4000px;
}

#slide li{
	float:left;
	width:1000px;
	list-style-type:none;
}
#slide-2 {
  display: block !important;
  position: relative;
  overflow: hidden;
  height: 500px;
}
#slide-2 ul{
	position:absolute;
	width:4000px;
}

#slide-2 li{
	float:left;
	width:1000px;
	list-style-type:none;
}

#slide-3 {
  display: block !important;
  position: relative;
  overflow: hidden;
  height: 500px;
}
#slide-3 ul{
	position:absolute;
	width:4000px;
  text-align: center !important;
}
#slide-3 li{
	float:left;
	width:1000px;
	list-style-type:none;
}

#slide-4 {
  display: block !important;
  position: relative;
  overflow: hidden;
  height: 500px;
}
#slide-4 ul{
	position:absolute;
	width:4000px;
  text-align: center !important;
}
#slide-4 li{
	float:left;
	width:1000px;
	list-style-type:none;
}

#slide-5 {
  display: block !important;
  position: relative;
  overflow: hidden;
  height: 500px;
}
#slide-5 ul{
	position:absolute;
	width:4000px;
}
#slide-5 li{
	float:left;
	width:1000px;
	list-style-type:none;
}
#chrome {
  display: block !important;
}
#linux {
  display: block !important;
}
#linux li{
  text-align: center !important;
}
#mac-tittle{
  text-align: center !important;
}
.shortcut{
  display: block !important;
  margin-left: 17%;
  width: 980px !important;
}
.bluelink{
  color: #00b2f0!important;
}
button{
	opacity:.6;
	transition:opacity .2s;
	border:none;
	background:none;
}

button:focus{
	outline:none;
}

button:hover{
	opacity:1;
}

#prevBtn{
	position:absolute;
	top:225px;
	left:20px;
}

#nextBtn{
	position:absolute;
	top:225px;
	right:20px;
}

.note_box {
  width: 960px;
  margin: 0 auto 25px auto !important;
  font-size: 13px;
}
#function_list dt {
  text-align: center;
  border-bottom: 1px solid #dedfe0;
  height: 75px;
  padding: 0 0 4px 0;
  margin-bottom: 9px;
}
#function_list h6 {
  font-size: 12.4px;
  font-weight: 500;
  margin-top: -9px;
}
#function_list .note {
  font-size: 11px;
  float: right;
  margin-top: -30px !important;
}
#function_list a {
  background-color: #dcdcdc!important;
  padding: 1px 2px;
  color: #666!important;
  pointer-events: none !important;
}
.note_box .wrap {
  width: 980px;
}
.down_topbg {
  margin: 20px 0;
}
.down_wrap {
  margin: 0 auto;
  padding: 20px 30px;
  width: 920px;
}
.down_wrap h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.down_wrap dl {
  border-radius: 3px;
  border: 1px solid #b5b5b5;
  margin: 5px 0;
  padding: 20px;
}
.down_wrap dt {
  font-weight: 700;
  float: left;
  width: 420px;
}
.down_wrap .link_btn {
  float: right;
}
.down_wrap .link_btn a {
  margin-left: 10px;
}
.down_wrap .link_btn a {
  margin-left: 10px;
}
.down_wrap .link_btn b {
  color: #00b2f0;
}
.clear {
  clear: both;
}
.see_ui {
  margin: 15px auto !important;
  text-align: center;
  border-top: 1px solid #dedfe0;
  font-size: 18px;
  width: 600px;
}
.see_ui li {
  display: inline-block;
  margin: 10px;
}

ul li a.current {
  background: #F5F4F2;
  color: #C15757;
}

/* --------------------------------
 * TOTEM 追加CSS
 * -------------------------------- */

 /* TOTEM180追加CSSココから */
 .totem180-intro .feature .feature-wapper, .totem180-intro .award .award-wapper, .totem180-intro .hybrid .hybrid-wapper, .totem180-intro .stitching .stitching-wapper, .totem180-intro .main-point .main-point-wapper, .totem180-intro .two-modes-noise-vocal .two-modes-noise-vocal-wapper, .totem180-intro .aistage-eyestage .aistage-eyestage-wapper, .totem180-intro .compatible .compatible-wapper {
  max-width: 1280px;
  margin: 0 auto;
}

.container-totem {
   padding-top: 100px;
 }

 .h-slide-box__pd-l {
  padding-left: 10px;
}

.h-slide-box__pd-r {
  padding-right: 10px;
}

#totem180 {
background: #f6f6f6;
}

#totem120 {
background: #818181;
}

#totem120 .menu-box-txt,
.cta-links-more,
.cta-links-buy {
color: #fff;
}

.menu-box-txt_totem120,
.menu-box-ttl_totem120 {
  color: #fff;
}

.product-main.learnMore-box {
  width: 100%;
  height: 100%;
}

.totem180-intro .hybrid-h2 {
 padding-bottom: 20px;
}
 .totem180-intro .cover {
  width: 100%;
  height: 100%;
  margin: 0 0 0px;
  padding: 0;
}

 .totem180-intro section {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}

.totem180-intro .stitching .content h3 {
  color: #FED300;
}

 .totem180-intro .cover .cover-wapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

 .totem180-intro .cover .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 7px 4px 60px rgba(45,44,42,1);
}


 .totem180-intro .cover .btn-video a span::after {
  background-image: url('../img/totem/totem180/img/triangle.svg');
}

 .totem180-intro .btn-video a span::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 16px;
  background-size: contain;
  background-image: url('../img/totem/totem180/img/triangle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: text-bottom;
  margin-left: 10px;
  margin-bottom: 4px;
}

.totem180-intro .content {
  width: 100%;
  text-align: center;
}

 .totem180-intro .cover .content h2 {
  display: inline-block;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(45,44,42,.5);
}

 .totem180-intro h2 {
  font-size: 5em;
  font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  padding: 0;
  margin: 0;
}

.totem180-intro h2 {
  font-size: 5em;
  font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  padding: 0;
  margin: 0;
}

.learnMore-box h2 {
  display: block;
}

#main .photoside-totem180-tab2 {
  margin-top: -25px;
}

.totem180-intro .cover .content h2 span {
  display: inline;
}

 .totem180-intro .cover .content h2 {
  display: inline-block;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(45,44,42,.5);
}

 .totem180-intro .cover .content p {
  font-size: 3.5em;
  color: #ffffff;
  font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 10px rgba(45,44,42,.5);
  font-weight: bold;

}

.totem180-intro h2 {
  font-size: 4em;
}

.totem180-intro p {
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'SimplonNorm-Regular', 'SimplonNorm-Light', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  padding: 0;
  margin: 0;
}

.totem180-intro .btn-video {
  margin-top: 40px;
}

.totem180-intro .cover .content .btn-video a {
  box-shadow: 0px 0px 10px rgba(45,44,42,.5);
}

.totem180-intro .cover .btn-video a {
  background-color: #FED300;
  color: #000;
}

 .totem180-intro .btn-video a, .btn-video a:visited {
  display: inline-block;
  padding: 12px 28px;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  background: rgb(255, 255, 255, .5);
  border: #000000 solid 2px;
  border-radius: 100px;
  text-decoration: none;
}

.totem180-intro .photo {
  width: 100%;
}

.totem180-intro .hybrid {
  text-align: center;
}

.totem180-intro .hybrid {
  background: #383838;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 45%, #383838 45%, #383838 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 45%,#383838 45%,#383838 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 45%,#383838 45%,#383838 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#383838',GradientType=0 );
}

.totem180-intro .hybrid .hybrid-wapper {
  box-shadow: 0px 1px 15px rgba(45,44,42,.5);
}

.totem180-intro .hybrid .content {
  background-color: #FED300;
}

.totem180-intro .hybrid .content .content-wapper {
  padding: 2.5vw 5vw;
}

.totem180-intro h3 {
  font-size: 2.8em;
  padding: 0;
  margin: 0 0 2vw 0;
}

.totem180-intro .nowarp {
  word-wrap: break-word;
  display: inline-block;
}

.totem180-intro .stitching {
  background: #383838;
  text-align: center;
}

.totem180-intro .stitching .content p {
  color: #ffffff;
}

.totem180-intro .stitching .photo {
  position: relative;
}

.totem180-intro .stitching .photo em {
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  color: #fff;
  font-size: 2em;
  background-color: #000;
  padding: 10px 25px;
  transform: translate(-50%, -50%);
  font-style: normal;
  text-align: center;
  box-shadow: 0px 1px 6px rgba(45,44,42,.7);
  line-height: 25px;
}

.totem180-intro .two-modes-noise-vocal {
  background: #DCDCDC;
  padding-top: 100px;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section {
  margin-bottom: 100px;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section h3 {
  margin-bottom: 30px;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content {
  display: flex;
  align-items: center;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .photoside img {
  border-radius: 20px;
  box-shadow: 0px 1px 10px rgb(45 44 42 / 75%);
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .photoside em span {
  display: block;
  padding: 6px 15px;
  border: 2px solid;
  margin-bottom: 8px;
  box-shadow: 0px 1px 15px rgb(45 44 42 / 40%);
}

.totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-photo {
  width: 60%;
  margin-right: 30px;
  position: relative;
}

.totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .photoside {
  width: 100%;
  position: relative;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .photoside em {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  text-shadow: 0px 1px 10px rgb(45 44 42 / 75%);
}

.totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-tab {
  text-align: left;
  align-items: center;
  width: 40%;
  display: flex;
  align-content: center;
}

.totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .tablist {
  display: flex;
}

.totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-tab .tabitem {
  cursor: pointer;
}

.tabitem-panel1 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  overflow: visible;
  background-color: transparent;
  border: 0px;
  text-align: left;
  cursor: pointer;
  width: 100%;
}

[role="tab"] span.focus {
  display: inline-block;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-tab .tabitem:last-child {
  margin-bottom: 0;
}

[role="tab"][aria-selected="false"] {
  color: #666;
}



.totem180-intro .two-modes-noise-vocal .noise-section {
  padding-bottom: 100px;
}

.totem180-intro .two-modes-noise-vocal .noise-section .noise-section-wapper {
  display: flex;
  justify-content: space-evenly;
}

.totem180-intro .two-modes-noise-vocal .noise-section .content {
  display: flex;
  align-items: center;
  width: 40%;
}

.totem180-intro .two-modes-noise-vocal .noise-section .content-wapper {
  text-align: left;
  margin-right: 30px;
}

.totem180-intro .two-modes-noise-vocal .noise-section .noise-video {
  width: 60%;
}

 .totem180-intro .two-modes-noise-vocal .noise-section .noise-video figure {
  position: relative;
}

video.video-box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.video-icon-block {
display: none;
}

.element-invisible {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.video-icon-block .icon-block__icon--pause {
display: none;
}

.fa-pause:before {
  content: "\f04c";
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

 .totem180-intro .aistage-eyestage {
  background: #ffffff;
  padding-top: 100px;
}

.totem180-intro .aistage-eyestage .ai-stage-section {
  padding-bottom: 0px;
}

.totem180-intro .aistage-eyestage .ai-stage-section .ai-stage-section-wapper {
  display: flex;
}

.totem180-intro .aistage-eyestage .ai-stage-section .aistage-video {
  width: 60%;
}

 .totem180-intro .aistage-eyestage .ai-stage-section .aistage-video figure {
  position: relative;
}

.totem180-intro .aistage-eyestage .ai-stage-section .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
}

.totem180-intro .aistage-eyestage .ai-stage-section .content-wapper {
  text-align: left;
  margin-left: 30px;
}

 .totem180-intro .aistage-eyestage .ai-stage-section .content h3 span {
  display: block;
}

.totem180-intro .scenario .scenario-wapper {
  width: 100%;
}

.totem180-intro .scenario .photo {
  overflow: hidden;
  width: 100%;
}

.totem180-intro .scenario .photo .photo-wapper > div {
  margin: 0;
}

 .totem180-intro .scenario .photo .photo-wapper {
  position: relative;
}

.totem180-intro .scenario .photo .photo-wapper > div > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.totem180-intro .scenario .photo .grid-item-w1 {
  width: 38%;
  flex: 0 0 auto;
}

 .totem180-intro .scenario .photo img {
  width: 100%;
  border-radius: 20px;
}

 .totem180-intro .scenario .photo img {
  padding: 10px;
}

.totem180-intro img {
  width: 100%;
  height: auto;
  display: block;
}

.lazyloaded {
  opacity: 1;
}

.loading, .lazyload, .lazyloaded, .image {
  opacity: 1;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  border-style: none;
}

.totem180-intro .scenario .photo .grid-item-w2 {
  width: 19%;
  flex: 0 0 auto;
}

.totem180-intro .scenario .photo .grid-item-w3 {
  width: 47.5%;
  flex: 0 0 auto;
}

.totem180-intro .compatible {
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

 .totem180-intro .compatible .content-wapper {
  padding: 0;
}

 .totem180-intro .compatible ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  width: 600px;
}

 .totem180-intro .compatible ul li {
  width: 33.333333%;
  padding: 10px 15px;
}

.totem180-intro .compatible ul li img {
  height: 50px;
  width: 100%;
}

 .totem180-intro .compatible .photo {
  width: 45%;
  margin: 20px auto;
}

.compatible-img {
  margin-top: 80px;
}

 .totem180-intro .note {
  color: #666;
}

 .totem180-intro .aistage-eyestage.eyestage {
  padding-top: 00px;
  padding-bottom: 100px;
}

 .totem180-intro .aistage-eyestage {
  background: #ffffff;
  padding-top: 100px;
}

 .totem180-intro .aistage-eyestage .eyestage-section {
  display: block;
}

 .totem180-intro .aistage-eyestage .eyestage-section .eyestage-section-wapper {
  display: flex;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content {
  display: flex;
  align-items: center;
  width: 50%;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content-wapper {
  text-align: left;
  margin-right: 30px;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content h3 span {
  font-size: 24px;
}

.product-main h3 span {
  display: inline-block;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content h3 .nowarp {
  font-size: 1em;
  display: inline-block;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content p {
  margin-bottom: 10px;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .software-box {
  display: flex;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .software-box .eyestage-box {
  display: flex;
  flex-direction: column;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .software-box .eyestage-box a {
  text-align: center;
  text-decoration: none;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .software-box .eyestage-box img {
  max-width: 100px;
  margin: 0 auto 10px;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .software-box .eyestage-box a figcaption {
  color: #000;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .software-box .eyestage-box figcaption p {
  font-size: 15px;
  line-height: 1.1em;
  color: #666;
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 210px;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .with-icon {
  width: 50px;
  height: 50px;
  margin: 0 40px;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .with-icon .with-icon-right {
  height: 50px;
  width: 2px;
  background-color: rgb(38, 38, 38, .8);
  transform: rotate(90deg);
  Z-index: 2;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .with-icon .with-icon-left {
  height: 50px;
  width: 2px;
  margin-left: 25px;
  background-color: rgb(38, 38, 38, .8);
  transform: rotate(45deg);
  Z-index: 1;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content .t180-box {
  max-width: 50px;
}

 .totem180-intro .aistage-eyestage .eyestage-section .photo {
  width: 50%;
}

.totem180-intro .aistage-eyestage .eyestage-section .photo img {
  border-radius: 10px;
  box-shadow: 0px 1px 15px rgba(45,44,42,.2);
  border: 1px solid #bebebe;
}

.totem180-intro .compatible-p {
 text-align: center;
}

.eyestage-figure {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* TOTEM180追加CSSココまで */


/* TOTEM120追加CSSココから */
 .learnMore-box .intro-box.sec-0 {
  padding: 0;
  position: relative;
  background-color: #000;
}

.intro-kv .intro-content h2 span {
  font-size: 34px;
}

.intro-kv .intro-content h2 .product-name-h2 {
  font-size: 54px;
}

.learnMore-box .intro-box {
  padding: 2vw 0;
  font-family: 'SimplonNorm-Regular', 'SimplonNorm-Light', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  letter-spacing: 0;
}

.learnMore-box .intro-box.sec-0 .intro-wrapper {
  height: 100%;
  overflow: hidden;
}

.learnMore-box .intro-box .intro-wrapper {
  position: relative;
}

.learnMore-box .intro-box.sec-0 .intro-kv {
  text-align: center;
  z-index: 199;
  color: #fff;
}

.learnMore-box .intro-box.sec-0 .intro-kv .intro-content {
  padding-top: 7vw;
  position: absolute;
  z-index: 2;
  left: 50%;
  text-align: left;
  margin-left: 100px;
  text-shadow: 6px 6px 20px rgba(41,44,46,0.7);
}

.learnMore-box .intro-box .intro-content {
  padding-left: 0px;
  padding-right: 0px;
}

.learnMore-box .intro-box.sec-0 .intro-kv .intro-content h2 {
  font-size: 68px;
  line-height: 1em;
  margin: 0;
  font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
}

.learnMore-box h2 {
  display: block;
}

.learnMore-box .intro-box.sec-0 .intro-kv .intro-content h2 span {
  display: block;
}

.learnMore-box .intro-box.sec-0 .intro-kv .intro-content .link-stack {
  margin-top: 30px;
}

ul.link-stack:before, ul.link-stack:after {
  display: table;
  line-height: 0;
  content: "";
}
.intro-copy_p-margin span {
  font-weight: bold;
  font-size: 20px;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ul.link-stack li {
  float: left;
}

.btn {
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  padding: 0 25px;
  border-radius: 50px;
  border: 1px solid #333;
  line-height: 38px;
  transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  margin: 0;
  cursor: pointer;
}

.btn-play {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 40px;
  background-color: transparent!important;
  border: 1px solid #000;
  padding: 0 20px;
}

.learnMore-box .intro-box.sec-0 .intro-kv .intro-content .link-stack a.btn-play {
  color: #fff;
  border: 1px solid #fff;
}

.learnMore-box .intro-box ul.link-stack li .btn {
  border-radius: 0;
}



.learnMore-box .intro-box.sec-0 .intro-kv .intro-content .link-stack a.btn-play span {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.learnMore-box .intro-box .intro-headline span, #product .learnMore-box .intro-box .intro-kv span {
  display: block;
  margin-bottom: 0px;
}

#main .btn-play span {
  width: 15px;
  display: inline-block!important;
  margin-right: 0px;
  margin-top: -29px;
  vertical-align: middle;
}

.btn-play span img {
  width: 100%;
}

.lazyloaded {
  opacity: 1;
}

.loading, .lazyload, .lazyloaded, .image {
  opacity: 1;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

ul.link-stack:after {
  clear: both;
}

.learnMore-box .intro-box.sec-0 .intro-kv .intro-kvbanner {
  margin: auto 0;
  width: 100%;
  text-align: center;
  width: 100vw;
}

.image-aspectRatio {
  height: 0;
  padding-bottom: 56.25% /* 16:9 */;
  position: relative;
}

.image-catalog {
  padding-bottom: 50px;
}

.learnMore-box .intro-box.sec-0 .intro-kv .image-aspectRatio {
  padding-bottom: 35%;
}

.image-aspectRatio figure, .image-aspectRatio picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}

.image-aspectRatio figure img, .image-aspectRatio picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
}

.learnMore-box .intro-box.sec-0 .intro-kv .image-aspectRatio picture img {
  object-position: 30%;
}

.learnMore-box .intro-box.sec-1 {
  max-width: 1370px;
  margin: 0 auto;
  overflow: auto;
  padding: 4vw 0;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-0 {
  padding: 0px 0 10px 0;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-0 .intro-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.learnMore-box .intro-box .intro-headline {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-0 .intro-headline h3 {
  text-align: center;
}

.learnMore-box .intro-box .intro-headline h3 {
  font-size: 38px;
  margin: 15px 0 15px 0;
  line-height: 1.1em;
  font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  letter-spacing: 0;
}

.learnMore-box h3, .specs-box h3, .doMore-box h3, .support-box h3, .gallery-box h3 {
  margin: 0 auto .5em;
  font-size: 2.6em;
  line-height: 1.1em;
}

h3 {
  font-size: 1.25em;
  line-height: 1.2em;
}

.learnMore-box .intro-box .intro-headline span, .learnMore-box .intro-box .intro-kv span {
  display: block;
  margin-bottom: 0px;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-0 .intro-content {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.learnMore-box .intro-box.sec-1 .intro-block .intro-content {
  position: relative;
}

.learnMore-box .intro-box p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 15px 0;
  font-family: 'SimplonNorm-Regular', 'SimplonNorm-Light', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  letter-spacing: 0;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-1 {
  width: 100%;
}

.learnMore-box .intro-box.sec-1 .intro-block {
  padding: 15px 15px;
}

.learnMore-box .intro-box .intro-image img {
  width: 100%;
}

.learnMore-box .intro-box.sec-1 .intro-block .intro-content {
  position: relative;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-1 .intro-copy {
  padding: 0 50px 0 0;
  margin: 0 0px 0px 0px;
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.learnMore-box .intro-box.sec-1 .intro-block .intro-copy {
  padding: 0 50px 0 0;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-1 .intro-copy h4 {
  font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  font-weight: 600;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.learnMore-box .intro-box.sec-1 .intro-block h4 {
  font-size: 18px;
  margin: 10px 0 10px 0;
  line-height: 1.1em;
  letter-spacing: 0;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-1 .intro-copy p {
  line-height: 1.3em;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.learnMore-box .intro-box p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 15px 0;
  font-family: 'SimplonNorm-Regular', 'SimplonNorm-Light', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  letter-spacing: 0;
}

.btn-more {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 0;
  background-color: transparent;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

.btn-more::before, .btn-more::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60%;
  top: 50%;
  left: 6px;
  margin-top: -1px;
  background: #333;
  margin-top: -1px;
  border-radius: 5px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.btn-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  background-color: #000000;
  color: #fff;
}

ul.link-stack:after {
  clear: both;
}

 .learnMore-box .intro-box.sec-1 .intro-block.block-2 {
  width: 50%;
  float: left;
}

 .learnMore-box .intro-box.sec-1 .intro-block {
  padding: 15px 15px;
  box-sizing: border-box;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-2 .intro-copy h4 {
  font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  font-weight: 600;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.learnMore-box .intro-box.sec-1 .intro-block h4 {
  font-size: 18px;
  margin: 10px 0 10px 0;
  line-height: 1.1em;
  letter-spacing: 0;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-2 .intro-copy p {
  line-height: 1.3em;
  margin-top: 10px;
}

.learnMore-box .intro-box.sec-1 .intro-block.block-3 {
  width: 50%;
  float: left;
}

.learnMore-box .intro-box.sec-3 {
  background-color: #000;
  color: #fff;
  padding: 60px;
  max-width: 1680px;
  margin: 0px 15px;
  display: flex;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 {
  padding: 0px 40px 0 0;
  width: 30%;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-wrapper {
  margin: 0 auto;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-headline {
  padding-left: 0px;
  padding-right: 0px;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-headline h3 {
  text-align: left;
  margin-top: 5px;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-content {
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-1 {
  width: 70%;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-1 .tabs-box .tabs-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-1 .tabs-box .tabs-list {
  display: flex;
}

[role="tab"][aria-selected="true"] {
  margin-top: 0;
  color: #fff;
  background: rgb(255,255,255);
  background: linear-gradient(100deg, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0) 100%);
}

[role="tab"][aria-selected="false"] {
  color: #878787;
}

[role="tab"], [role="tab"]:focus, [role="tab"]:hover {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 15px;
  overflow: visible;
  background-color: transparent;
  border: 0px;
  text-align: left;
  cursor: pointer;
  width: 50%;
}

[role="tabpanel"].is-hidden {
  display: none;
}

[role="tab"] strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-1 .tabs-box .tabs-panel {
  position: relative;
}

.tabs-totem120-panel1,
.tabs-totem120-panel2 {
  height: 26vw;
}

.tabpanel-1 video.video-box ,
.tabpanel-2 video.video-box{
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabpanel-1 .video-icon-block,
.tabpanel-2 .video-icon-block {
  top: unset;
  right: .5rem;
  width: 2rem;
  height: 2rem;
  bottom: .5rem;
  max-width: unset;
  border: solid 1px #000;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.tabpanel-1 .video-icon-block .icon-block__icon--play,
.tabpanel-2 .video-icon-block .icon-block__icon--play {
  top: 55%;
  left: 57%;
  width: 50%;
  height: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  display: none;
  opacity: 1;
  font-size: 12px;
}

.tabpanel-1 .video-icon-block .icon-block__icon--play .element-invisible,
.tabpanel-2 .video-icon-block .icon-block__icon--play .element-invisible {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.tabpanel-1 .video-icon-block .icon-block__icon--pause,
.tabpanel-2 .video-icon-block .icon-block__icon--pause {
  top: 55%;
  left: 57%;
  width: 50%;
  height: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  display: block;
  opacity: 1;
  font-size: 12px;
}

.learnMore-box .intro-box.sec-4 {
  background-color: #d0d6de;
  color: #000;
  padding: 60px;
  max-width: 1680px;
  margin: 0 15px;
  display: flex;
  flex-direction: row-reverse;
}

.learnMore-box .intro-box.sec-4 .intro-block.block-0 {
  padding: 0px 0 0 40px;
  width: 30%;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-wrapper {
  margin: 0 auto;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-headline {
  padding-left: 0;
  padding-right: 0;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-headline h3 {
  text-align: left;
  margin-top: 5px;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-content {
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-content .link-stack {
  margin-top: 20px;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-1 {
  width: 70%;
}

 .learnMore-box .intro-box.sec-4 .intro-block {
  padding: 0px 0 0px 0;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-1 .intro-image img {
  width: 100%;
}

 .learnMore-box .intro-box.sec-5 {
  padding: 4vw 15px;
  padding-bottom: 0!important;
}

 .learnMore-box .intro-box.sec-5 .intro-block {
  padding: 10px 0;
}

 .learnMore-box .intro-box.sec-5 .intro-wrapper {
  max-width: 1350px;
  margin: 0 auto;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-0 .intro-wrapper {
  max-width: 1000px;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-0 .intro-headline {
  padding-left: 0;
  padding-right: 0;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-0 .intro-headline h3 {
  text-align: center;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-0 .intro-content {
  text-align: center;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-content {
  width: 45%;
  padding: 20px;
  display: inline-flex;
  align-items: center;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-copy {
  line-height: 1.3em;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-copy {
  display: inline-flex;
  flex-direction: column;
  padding: 0 10px;
}

 .learnMore-box .intro-box.sec-5 .intro-block h4 {
  font-size: 21px;
  margin: 10px 0;
  font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
  font-weight: 600;
  position: relative;
  z-index: 2;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-image {
  width: 55%;
}

 .learnMore-box .intro-box .intro-image img {
  width: 100%;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-wrapper {
  display: flex;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-content {
  width: 45%;
  padding: 20px;
  display: inline-flex;
  align-items: center;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-copy {
  line-height: 1.3em;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-copy {
  display: inline-flex;
  flex-direction: column;
  padding: 0 10px;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-image {
  width: 55%;
}

.intro-block_frex-wrap {
  display: flex;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-1 .tabs-box .tabs-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-1 .tabs-box .tabs-list {
  display: flex;
}

/* TOTEM120追加CSSココまで */



/* TOTEM360追加CSSココから */
#totem360 {
background:#f5f5f5;
}

@media screen and (min-width: 1000px) {
	#totem360 .menu-box {
	width: 40%;
	padding-left: 10%;
	box-sizing: border-box;
	}
}



/* VOCAL追加CSSココから */
#totem-vocal {
background:#343434;
}
#totem-vocal * {
}
#totem-vocal .menu-box {
}
#totem-vocal .menu-box-txt {
margin:1rem 2rem 3rem;
}

#totem-vocal .cta-links {
max-width: 100%;
}

#totem-vocal .cta-links a,
#totem-vocal .cta-links i {
color:#FCFCFC;
}

#totem-vocal .menu-box-txt,
#totem-vocal .menu-box-ttl {
color:#fff;
}

/* #totem-vocal .menu-box-ttl {
margin-top:0;
} */



/* popup global.css */
.close-button::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-button::before, .close-button::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #333;
    margin-top: -1px;
    border-radius: 5px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.close-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    background-color: #000000;
    color: #fff;
}


@media screen and (min-width: 1000px) {
	#totem-vocal .menu-box-title {
	padding-right:15vw;
	}

}

@media screen and (min-width: 768px) {
	.col2 .product-box {
		max-width: 40%;
	}
  .f-menu-blog {
    display: none;
  }
}
@media screen and (max-width: 767px) {
	.product-flex.col2 {
	justify-content: space-between;
	}
	/* .bread-crumbs a:before {
	top:0.25rem;
	} */
	.items dt {
	display:block;
	width:100%;
	font-size:1.6rem;
	}
  #main .menu-box-img-order1-p2v-ultra {
    width: 75%;
  }
  #v4kpro .menu-box-txt {
    font-size: 1.7rem!important;
    line-height:1.3;
  }
  #v4kpro .menu-box {
    padding-top: 5rem;
  }
  .bread-crumbs a:before {
    font-size: 1rem;
    top: 0.3em;
  }
  #main .bread-crumbs {
    margin: 1rem 0 0;
  }

}

/* -----------------------------------------------------------
	janux uvc
------------------------------------------------------------*/
/* UVCライトニングここから */
#uvc {
  background: #f2f2f2;
}
.uvc-catch01 {
  font-size: 44px;
  font-weight: 600;
  margin:0;
}
.uvc-catch02,
.uvc-catch02 span {
  font-size: 40px;
  font-weight: 600;
  margin:0;
}
.uvc-catch01,
.uvc-catch02 {
  width:100%;
  display: block;
  text-shadow: 0 0 5px white;
}
.uvc-catch02 span {
  width:100%;
  display: block;
  text-shadow: 0 0 5px white;
}
.uvc-catch02 strong {
  color:#B21918;
}
.uvc-point {
  max-width:1240px;
  margin:2rem auto 6vw;
}
.uvc-read {
  margin:0 auto;
  position: relative;
  padding-bottom: 8vw;
}
.uvc-read:before {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width:100%;
  height: 100%;
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 40%,#383838 40%,#383838 100%);
  z-index: -1;
}
.uvc-ttl {
  font-size: 44px;
  font-weight: 600;
  margin:0 auto 2rem;
  text-align: center;
}
.uvc-read-ttl {
  font-size: 40px;
  font-weight: bold;
  margin:0 0 1rem;
}
.uvc-read-content {
  max-width:800px;
  margin:0 auto;
  padding:4rem;
  background: #FED300;
  position: relative;
}
.uvc-read-list li {
  font-size: 25px;
  text-indent:-1em;
  margin:0 0 1rem 1em;
}
.uvc-howto {
  padding:4rem 0 5.5vw;
}
.uvc-howto.bg-g {
  background: #DCDCDC;
}
.uvc-container {
  max-width:1024px;
  width:90%;
  margin:0 auto;
}
.uvc-howto .ttl-howto {
  font-size: 2.2em;
  font-weight: 600;
}
.uvc-howto .howto-txt {
  font-size: 16px;
  margin-bottom:2rem;
}
.uvc-app {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.uvc-app img {
  vertical-align: top;
}
.uvc-app .app1 {
  margin:7px 10px 0 0;
}
.uvc-app-txt {
  text-align: left;
}
.uvc-txt-tc {
  text-align: center;
}
.uvc-dwl {
  margin-bottom:1em;
}
.uvc-link a {
  text-decoration:underline;
}
.sec1 .uvc-flex {
  align-items: center;
}
@media screen and (min-width: 924px) {
.sec2 li:nth-child(2) .howto-txt {
  margin-bottom:3em;
}
}

@media screen and (max-width: 1200px) {
  .uvc-page #mv, .uvc-page .mv-inner, .uvc-page .mv-inner img {
      height: 50vw;
  }
  #uvc .menu-box-ttl {
    font-size: 4.2vw;
    line-height: 1.4;
  }
  #uvc .menu-box-txt {
    font-size: 2vw;
  }
}


@media screen and (max-width: 960px) {
  .uvc-catch01,
  .uvc-ttl {
    font-size: 4vw;
  }
  .uvc-catch02,
  .uvc-catch02 span,
  .uvc-catch02 strong,
  .uvc-read-ttl {
    font-size: 3.6vw;
  }
  .uvc-page .mv-inner {
    width:calc(500/960*100vw);
  }
  .uvc-read-list li {
    font-size: 16px;
  }
  #uvc .menu-box-txt {
    font-size: 1em;
  }

}
@media screen and (min-width: 640px) {
  .xs {
    display: none;
  }
  .uvc-page #mv {
    background: url(../img/janux/mv-uvc.jpg)no-repeat center center;
    max-width:1460px;
    margin:0 auto 6vw;
    padding:0 2rem 4vw;
    background-size: cover;
  }
  .uvc-page #mv,
  .uvc-page .mv-inner,
  .uvc-page .mv-inner img {
    height:640px;
  }
  .uvc-page .mv-inner img {
    object-fit: cover;
    width:100%;
    max-height: calc(964/1456*100vw);
  }
  .uvc-page .mv-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap:wrap;
    line-height: 1.2;
    width: 580px;
    margin: 0 0 0 auto;
    text-align: center;
  }
  .uvc-point ul {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    gap:0 2%;
  }
  .uvc-point li {
    width:48%;
    margin:0 0 3rem;
  }
  .uvc-flex {
    display: flex;
    justify-content: space-between;
  }
  .uvc-flex li {
    width:48%;
  }
  .uvc-flex.tc {
    justify-content: center;
    gap:0 2%;
  }
}
@media screen and (max-width: 639px) {
  .xs-pc {
    display: none;
  }
.product-bar-ttl a {
  font-size: 16px;
  line-height: 1.2;
}
.uvc-page #mv, .uvc-page .mv-inner, .uvc-page .mv-inner img {
  height:auto;
}
.mv-xs {
  width:100%;
  height:100%;
}
.uvc-page .mv-inner {
  width:auto;
  padding:2rem 5%;
}
.uvc-catch02 span {
  width:auto;
  display: inline-block;
}
.uvc-catch01, .uvc-ttl {
    font-size: 5vw;
}
.uvc-catch02, .uvc-catch02 span, .uvc-catch02 strong, .uvc-read-ttl {
    font-size: 4.6vw;
}
.uvc-point {
  width:90%;
  margin:1rem auto 5rem;
}
.uvc-point li {
  margin-bottom:2rem;
}
.uvc-read-content {
  margin: 0 5%;
  max-width: 90%;
  padding: 2rem 5%;
}
.uvc-ttl {
  margin-bottom:1rem;
}
.uvc-read-list li,
.uvc-howto .howto-txt {
  font-size: 14px;
}
.uvc-howto .ttl-howto {
  font-size: 1.6em;
}
.uvc-howto {
  padding: 5vw 0;
}
.uvc-flex li {
  margin-bottom:3rem;
}
.uvc-app {
  justify-content: center;
}
.uvc-app .app1 {
  max-width:60%;
}
#uvc .menu-box-ttl {
  font-size: 3rem;
  line-height: 1.4;
}

}

/* UVCライトニングここまで */


@media only screen and (max-width: 1369px) {
.totem180-intro .feature .feature-wapper,.totem180-intro .award .award-wapper,.totem180-intro .hybrid .hybrid-wapper,.totem180-intro .stitching .stitching-wapper,.totem180-intro .main-point .main-point-wapper,.totem180-intro .two-modes-noise-vocal .two-modes-noise-vocal-wapper,.totem180-intro .aistage-eyestage .aistage-eyestage-wapper,.totem180-intro .compatible .compatible-wapper {
    max-width: 1024px;
    margin: 0 auto;
}

   .totem180-intro .cover {
    margin: 0 0 0px;
  }

   .totem180-intro .btn-video a span::after {
    width: 28px;
    height: 23px;
    margin-bottom: 0;
}

   .totem180-intro section {
    padding: 40px 20px;
}


.totem180-intro h2 {
  font-size: 4em;
}


.totem180-intro .cover .content p {
  font-size: 2.2em;
}

.totem180-intro p {
  font-size: 16px;
  line-height: 1.2em;
}

.totem180-intro .cover .content h2 {
 font-size: 3.5em;
  display: inline-block;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(45,44,42,.5);
}

.totem180-intro .hybrid-h2 {
  font-size: 3.5em;
   }
 #main .totem180-intro .btn-video {
  margin-top: 20px;
}

.totem180-intro .btn-video a, .btn-video a:visited {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 16px;
}


.totem180-intro h3 {
  font-size: 2.2em;
}

.totem180-intro .stitching .photo em {
  font-size: 24px;
  padding: 8px 20px;
  line-height: 24px;
}

.totem180-intro .two-modes-noise-vocal {
  padding-top: 80px;
}

.totem180-intro .two-modes-noise-vocal .two-modes-section {
  margin-bottom: 80px;
}

[role="tab"] span {
  font-size: 16px;
  line-height: 1.2em;
}

[role="tab"] strong {
  font-size: 20px;
}

.totem180-intro .two-modes-noise-vocal .noise-section {
  padding-bottom: 80px;
}

 .totem180-intro .aistage-eyestage {
  padding-top: 80px;
}

.totem180-intro .aistage-eyestage .ai-stage-section {
  padding-bottom: 0px;
}

.totem180-intro .compatible {
  margin-bottom: 80px;
}

.totem180-intro .compatible .photo {
  width: 50%;
}

.totem180-intro .aistage-eyestage.eyestage {
  padding-top: 0px;
  padding-bottom: 80px;
}

 .totem180-intro .aistage-eyestage {
  padding-top: 80px;
}

}

@media screen and (min-width: 1201px) and (max-width: 1369px) {
  .learnMore-box .intro-box.sec-0 .intro-kv .intro-content h2 {
    font-size: 52px;
}

.learnMore-box .intro-box .intro-headline h3 {
  font-size: 32px;
}

.learnMore-box .intro-box.sec-3 {
  padding: 40px;
}
.learnMore-box .intro-box.sec-4 {
  padding: 40px;
}


}

@media only screen and (max-width: 1200px) {
  .tabs-totem120-panel1,
  .tabs-totem120-panel2 {
    height: 37vw;
}

   .totem180-intro .two-modes-noise-vocal .noise-section .noise-section-wapper {
    display: flex;
    flex-direction: column;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-tab .modes-tabs-wapper {
  display: flex;
  margin: 0;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-tab .tabitem {
  margin-bottom: 0;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-tab {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 20px;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-photo {
  width: 100%;
  margin-right: 0;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content {
  flex-direction: column-reverse;
}

 .totem180-intro .two-modes-noise-vocal .noise-section .content {
  width: 100%;
  margin-bottom: 20px;
}

 .totem180-intro .aistage-eyestage .ai-stage-section .ai-stage-section-wapper {
  display: flex;
  flex-direction: column-reverse;
}
 .totem180-intro .aistage-eyestage .eyestage-section .eyestage-section-wapper {
  display: flex;
  flex-direction: column;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content {
  width: 100%;
}

 .totem180-intro .aistage-eyestage .eyestage-section .content-wapper {
  margin-right: 0;
}

 .totem180-intro .aistage-eyestage .eyestage-section .photo {
  width: 80%;
  margin: 0 auto;
}

 .totem180-intro .two-modes-noise-vocal .noise-section .noise-video {
  width: 100%;
}

 .totem180-intro .aistage-eyestage .ai-stage-section .aistage-video {
  width: 100%;
}

 .totem180-intro .aistage-eyestage .ai-stage-section .content {
  width: 100%;
  margin-bottom: 20px;
}

.totem180-intro .compatible-p {
  padding: 0 10px 10px;
}

 .totem180-intro .aistage-eyestage .ai-stage-section .content .content-wapper h3 {
  text-align: center;
 }

  .learnMore-box .intro-box.sec-3 {
  display: block;
  padding: 30px;
}

}

@media screen and (min-width: 931px) and (max-width: 1200px) {


   .learnMore-box .intro-box.sec-3 .intro-block.block-1 {
    width: 100%;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-content {
  text-align: center;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-0 {
  width: 100%;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-headline h3 {
 text-align: center;
}
   .learnMore-box .intro-box.sec-4 .intro-block.block-0 {
    width: 100%;
    padding: 0px 0 20px 0px;
}


 .learnMore-box .intro-box.sec-4 {
    display: block;
    padding: 30px;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-headline h3 {
  text-align: center;
}

 .learnMore-box .intro-box .intro-headline h3 {
    font-size: 32px;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-content .link-stack li {
  float: none;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-1 {
  width: 100%;
}

 .learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-content {
  text-align: center;
}
}

@media screen and (max-width: 930px) {
  .learnMore-box .intro-box .intro-headline h3 {
   font-size: 28px;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-1 {
  width: 100%;
}

 .learnMore-box .intro-box.sec-0 .intro-kv .intro-content {
  padding-top: 25vw;
  margin-left: 30px;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-content {
text-align: center;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 {
width: 100%;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-headline h3 {
text-align: center;
}

.learnMore-box .intro-box.sec-0 .intro-kv .image-aspectRatio {
  padding-bottom: 91%;
}

.learnMore-box .intro-box.sec-4 .intro-block.block-0 {
 width: 100%;
 padding: 0px 0 20px 0px;
}

.learnMore-box .intro-box.sec-4 {
 display: block;
 padding: 30px;
}

.learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-headline h3 {
text-align: center;
}

.learnMore-box .intro-box.sec-4 {
 display: block;
 padding: 30px;
}

.learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-content .link-stack li {
 float: none;
}

.learnMore-box .intro-box.sec-4 .intro-block.block-1 {
 width: 100%;
}

.learnMore-box .intro-box.sec-4 .intro-block.block-0 .intro-content {
 text-align: center;
}

 .learnMore-box .intro-box.sec-5 {
  padding: 7vw 15px;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-0 {
  padding-bottom: 0;
}

 .learnMore-box .intro-box .intro-headline h3 {
  font-size: 28px;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 {
  padding: 0;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-wrapper {
  display: block;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-content {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-copy {
  padding: 0 0px;
  text-align: center;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-copy p {
  margin-top: 0px;
  margin-bottom: 0;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-1 .intro-image {
  width: 100%;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 {
  padding: 0;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-wrapper {
  display: block;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-content {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-copy {
  padding: 0 0px;
  text-align: center;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-copy p {
  margin-top: 0px;
  margin-bottom: 0;
}

 .learnMore-box .intro-box.sec-5 .intro-block.block-2 .intro-image {
  width: 100%;
}

 .learnMore-box .intro-box .intro-headline h3 {
  font-size: 20px;
}
}

@media only screen and (max-width: 636px) {
.sp-none {
  display: none;
}

  .main-section-totem180 {
    margin-top: 135px;
  }
 .totem180-intro section {
    padding: 20px 15px;
}

.learnMore-box .intro-box.sec-1 {
  padding:  0;
}

#main h2 {
  line-height: 1.7;
}

.totem180-intro .btn-video a, .btn-video a:visited {
  padding: 4px 15px 9px;
}

 .totem180-intro h3 {
  font-size: 1.4em;
  text-align: center;
}

.totem180-intro .cover .content h2,
.totem180-intro .hybrid-h2 {
  font-size: 2em;
}
 .totem180-intro .scenario .photo .photo-wapper > div {
  margin: 0;
}

.intro-kv .intro-content h2 .product-name-h2 {
  font-size: 21px;
}

 .learnMore-box .intro-box.sec-0 .intro-kv .intro-content {
  padding-top: 12vw;
  margin-left: 0;
}

.learnMore-box .intro-box.sec-1 .intro-block .intro-copy {
  padding: 0;
}

.intro-kv .intro-content h2 span {
  font-size: 16px;
}

.learnMore-box .intro-box.sec-1 .intro-block h4 {
  font-size: 20px;
}


 .totem180-intro p {
  font-size: 15px;
  line-height: 1.2em;
}

 .totem180-intro .scenario .photo .photo-wapper > div > div {
  flex-wrap: wrap;
}

 .totem180-intro .scenario .photo .grid-item-w1 {
  width: 100%;
}

 .totem180-intro .aistage-eyestage .eyestage-section .photo {
  width: 100%;
  padding: 0 10px;
}

 .totem180-intro .scenario .photo .grid-item-w2 {
  width: 100%;
}

 .totem180-intro .scenario .photo .grid-item-w3 {
  width: 100%;
}

 .totem180-intro .compatible ul {
  width: 100%;
}

.totem180-intro .compatible .photo {
  width: 80%;
}


 .learnMore-box .intro-box.sec-1 .intro-block.block-1 .intro-copy {
  display: block;
  padding: 0;
}

 .learnMore-box .intro-box.sec-1 .intro-block.block-1 .intro-copy p {
  width: 100%;
}

.intro-block_frex-wrap {
  display: block;
}

 .learnMore-box .intro-box.sec-1 .intro-block.block-2,
 .learnMore-box .intro-box.sec-1 .intro-block.block-3 {
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
}

 .learnMore-box .intro-box.sec-1 .intro-block.block-2 .intro-copy p,
 .learnMore-box .intro-box.sec-1 .intro-block.block-3 .intro-copy p{
  width: 100%;
}

 .learnMore-box .intro-box.sec-4 {
  padding: 20px;
}

 .learnMore-box .intro-box p {
  line-height: 1.3em;
  font-size: 15px;
  text-align: left;
}

 .learnMore-box .intro-box.sec-5 .intro-block h4 {
  font-size: 18px;
  font-weight: bold;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-1 {
  width: 100%;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-content {
text-align: center;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 {
width: 100%;
}

.learnMore-box .intro-box.sec-3 .intro-block.block-0 .intro-headline h3 {
text-align: center;
}

 .totem180-intro .two-modes-noise-vocal {
  padding-top: 40px;
}

.totem180-intro .feature .feature-wapper, .totem180-intro .award .award-wapper, .totem180-intro .hybrid .hybrid-wapper, .totem180-intro .stitching .stitching-wapper, .totem180-intro .main-point .main-point-wapper, .totem180-intro .two-modes-noise-vocal .two-modes-noise-vocal-wapper, .totem180-intro .aistage-eyestage .aistage-eyestage-wapper, .totem180-intro .compatible .compatible-wapper {
  max-width: 100%;
}

 .totem180-intro h3 {
  font-size: 1.4em;
}

 .totem180-intro .two-modes-noise-vocal .two-modes-section .modes-content .modes-tab .modes-tabs-wapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.sec-0 .intro-content .link-stack .btn-play {
  font-size: 13px;
}

 .learnMore-box .intro-box.sec-3 .intro-block.block-1 .tabs-box .tabs-list {
  display: block;
}

[role="tab"], [role="tab"]:focus, [role="tab"]:hover {
  width: 100%;
}

.totem180-intro .two-modes-noise-vocal .two-modes-section h3 {
	margin-bottom: 0;
}

.totem180-intro .aistage-eyestage .ai-stage-section .content-wapper {
	margin-left: 0;
}

.totem180-intro .aistage-eyestage .eyestage-section .content h3 span {
	font-size: 20px;
}

.totem180-intro .compatible-p {
  text-align: left;
}
}



/* -----------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media screen and (min-width: 1601px) {

}

/* moddal slide */
@media screen and (max-width: 1140px) {
.modaal-wrapper .modaal-gallery-control {
top: 0;
bottom: 0;
margin:auto;
}
.modaal-wrapper .modaal-gallery-control {
background: none;
}
.modaal-wrapper .modaal-gallery-prev {
left:0;
}
.modaal-wrapper .modaal-gallery-next {
right:0;
}
.modaal-wrapper .modaal-gallery-control {
width:25px;
height:25px;
}
.modaal-wrapper .modaal-gallery-control:after,
.modaal-wrapper .modaal-gallery-control:before {
  left:10px;
}

}


@media screen and (max-width: 1280px) {
.product-one-img,
.product-one-inner {
  width:50%;
}
}

@media screen and (max-width: 1100px) {
.product-one-img {
  width:45%;
}
.product-one-inner {
  width:55%;
}
}


@media screen and (max-width: 1023px) {
#support-faq .flex-half-txt {
  padding:6rem 0;
}
.product-one-img {
  width:40%;
}
.product-one-inner {
  width:60%;
}
.product-one-catch,
.product-ttl {
    font-size: 4.4rem;
}
.cover-area-ttl {
 font-size:6.8rem;
}

}


@media screen and (max-width: 860px) {
.menu-box-title {
    width: 40%;
}
.menu-box-ttl {
  font-size: 5rem;
}
.menu-box-txt {
  font-size: 2.2rem;
}
.cta-links a, .cta-links i {
font-size:1.8rem;
}
.menu-half-ttl {
font-size:3.2rem;
}
.support-faq-txt {
  font-size:1.8rem;
}
.support-faq-ttl,
.flex-half-ttl {
    font-size: 3.2rem;
}
.product-one-catch, .product-ttl {
    font-size: 4rem;
}
.kv-ttl {
  font-size: 3.2rem;
}
.kv-price {
    font-size: 2.4rem;
}
}


@media screen and (min-width: 768px) {
@media screen and (max-width: 1278px) {
.pc-row3 {
  height:3em;
}
}
@media screen and (max-width: 1182px) {
.pcl-row3 {
  height:3em;
}
}
@media screen and (max-width: 1023px) {
  .pcm-row3 {
    height:3em;
  }
}
@media screen and (max-width: 1010px) {
.pcll-row3 {
  height:3em;
}
}
@media screen and (max-width: 982px) {
.pcs-row3 {
  height:3em;
}
}
@media screen and (max-width: 943px) {
.pcss-row3 {
  height:3em;
}
}
@media screen and (max-width: 864px) {
.pcx-row3 {
  height:3em;
}
}
@media screen and (max-width: 821px) {
.tbl-row3 {
  height:3em;
}
}
@media screen and (max-width: 789px) {
.tbm-row3 {
  height:3em;
}
}
}
/* end-------- 768以上pc */



/* -----------------------------------------------------------
	1023px以下よりスマホメニュー
------------------------------------------------------------*/
@media screen and (min-width:768px) {
.ms,
.sp {
  display: none;
}
}

@media screen and (max-width:767px) {
.md,.sp {
  display: none;
}
.pc,.md,.ms {
  display: none;
}
.sp {
  display: block;
}
.container {
  width:90%;
  margin:auto;
}

/* index */

/* second */


/* -----------------------------------------------------------
SP-MENU スマホ版メニュー
------------------------------------------------------------*/

#top-logo {
  position: fixed;
  top:5px;
  left:12px;
  width:145px;
  z-index: 100;
}
#top-logo img {
  height: 40px;
  vertical-align: top;
}
.header-contact {
display: none;
}
ul#menu li {
margin:0;
}
#header {
  width:100%;
  position: fixed;
  top:0;
  left:0;
  background: #fff;
  z-index: 3;
}
#header,
.header-wrap {
  height:50px;
}
.header-wrap {
  width:100%;
}
#menu {
  background: none;
  height: inherit;
}
#menu li a {
  font-size:1.6rem;
}
.open #toggle {
  background: transparent;
}
.open .sp-top-nav {
  z-index: 10;
  visibility: visible;
}
#header nav {
  top:0;
  width:100%;
  height: 100%;
}
.sp-top-nav {
  visibility: hidden;
  position: fixed;
}
#toggle {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 30px;
  cursor: pointer;
  padding: 0px;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#toggle div {
  position: relative;
}
#toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#toggle span:nth-child(1) {
  top: 0;
}
#toggle span:nth-child(2) {
  top: 8px;
}
#toggle span:nth-child(3) {
  top: 16px;
}
.open #toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}
ul#menu {
  top: 104px;
  position:absolute;
  padding: 0;
  width: 100%;
  margin: 0;
  z-index:10;
  overflow:hidden;
  height:auto;
}
#menu {
  width:100%;
}
#menu li a {
width:100%;
background: #000dbd;
color:#fff;
padding:0 10px 0 1.5em;
height: 47px;
display: flex;
align-items: center;
border-bottom:1px solid rgba(255,255,255,0.3);
font-weight: normal;
text-decoration: none;
}
#menu li a {
  position: relative;
}
/* #menu li a:after {
  content: "\e5cc";
  font-family: 'Material Icons';
  position: absolute;
  top: 0;
  bottom:0;
  display: flex;
  align-items: center;
  margin:auto;
  left: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
} */
#menu li a.ol {
  background: #f1e7f5;
  color: #333;
}
#menu li a.ol:after {
  color:#ff7350;
}
/* search ---------------------------------- */
.menu-search {
  display: none;
}
.open .menu-search {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  background: #000dbd;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.3);
}
.open .menu-search .search-form:before {
  content: none;
}
.open .search-form .screen-reader-text {
  display: none;
}
.open .menu-search .search-form {
  position: relative;
  padding: 9px 1.5rem;
  margin: 0;
  width:100%;
}
.open .search-form input {
  height: 34px;
  padding: 0 1em 0 2.5em;
  font-size: 14px;
  width: 93%;
  box-sizing: border-box;
  border: none;
  border-radius: 100px;
  outline: none;
}
.open .search-form .search-button {
  content:"\f002";
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  margin: auto;
  border: none;
  border-radius: 3px;
  background: 0 0;
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  /* font-weight: 700; */
}


/* header-slide------------------------------ */
#header-slide {
  margin-top:50px;
}
.h-slide-txt {
  font-size: 13px;
  line-height: 1.2;
}


/* footer ---------------------------------- */

.footer-top {
  flex-wrap:wrap;
  margin:0 0 3rem;
  padding:0 1rem;
}
.footer-menu dd {
  display: none;
  margin:0;
}
#footer .container {
  width: 100%;
margin:0 auto;
}
.footer-menu dt.sp {
  border-top:1px solid #ccc;
  margin:0;
  font-weight: 500;
  line-height: 1;
}
.footer-menu:last-of-type {
  border-bottom:1px solid #ccc;
}
.footer-menu dl.accordion {
  margin:0;
  padding:0;
}
.footer-menu dt,
.footer-menu a {
  padding:1em;
}
.footer-menu li {
  margin:0;
  padding:0.5em 1em;
}
.footer-menu a {
  font-size:13px;
  padding:1em;
}
.footer-copyright {
font-size:1rem;
color:#555;
}
.ac-btn {
  position: relative;
}
.ac-btn:before {
  content:"\2b";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  right:1rem;
  top:0;
  bottom:0;
  margin:auto;
  font-size:1rem;
  color:#1d1d1f;
  /* font-weight: 400; */
  display: flex;
  align-items: center;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.ac-btn.active:before {
  content:"\2b";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  right:1rem;
  top:0;
  bottom:0;
  margin:auto;
  transform: rotate(45deg);
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.bread-crumbs {
  margin:2rem 0 0 0;
}
/*
#footer:before {
  height: 50px;
  background-size: auto 50px;
}
#footer:after {
  top:50px;
}
#footer-wrap {
  width: 95%;
  padding: 2.5rem 0 1rem;
} */
#page-top {
  bottom:10px;
  right: 10px;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
}
#page-top a {
  width: 36px;
  height: 36px;
}
#page-top a:after {
  left: 12px;
  top: 14px;
}
.bread-crumbs  {
  overflow: hidden;
  overflow-x: scroll;
  width:93%;
  justify-content: flex-start;
}
.bread-crumbs li,
.bread-crumbs a {
  font-size: 1.3rem;
  white-space: nowrap;
}


/* -----------------------------------------------------------
sp-btn
------------------------------------------------------------*/
#sp-btn {
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
	z-index:2;
}
#sp-btn li {
  display: flex;
}
#sp-btn li,#sp-btn li a {
  height: 56px;
}
#sp-btn li a {
display: flex;
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
width:100%;
text-decoration: none;
position: relative;
font-weight: bold;
font-size:1.5rem;
}
#sp-btn li * {
  color:#fff;
}
#sp-btn li.sp-btn-contact {
  background: #ff7350;
  width:64%;
}
#sp-btn li.sp-btn-form {
  background: #555e6f;
  width:18%;
}
#sp-btn li.sp-btn-insta {
  background: #31353d;
  width:18%;
}
#sp-btn li i {
font-size: 2rem;
}

/* SP共通 */
#main {
  margin-top:50px;
}
#main.main-sp-top {
  margin-top:104px;
}
.index #main {
  margin-top:0;
}
#main.main-sp {
  margin-top:0;
}

/* index */
.menu-box-ttl {
    font-size: 3.2rem;
}
.menu-box-txt {
    font-size: 1.7rem;
}
.cta-links a, .cta-links i {
    font-size: 1.6rem;
}
.cta-links li {
    margin: 0 1rem;
}
.menu-half-ttl {
    font-size: 2.2rem;
}
.menu-half .cta-links a, .menu-half .cta-links i {
    font-size: 1.5rem;
}
.menu-half .cta-links li {
    margin: 0 1rem;
}
.menu-box-title {
    width: 100%;
    margin:auto;
}
.menu-box-flex {
  flex-wrap:wrap;
}
.menu-box,
.menu-box-img {
  width:80%;
  margin:auto;
  text-align: center;
}
.menu-box-img img {
  width:300px;
  text-align: center;
  margin:auto;
}
.menu-box {
  padding-top:4rem;
}
#v4kpro .menu-box {
  padding-top:10rem;
}
.menu-box.order2 {
  order:1;
}
.menu-box-img.order1 {
  order:2;
}
#vzx .menu-box-img,
#vzr .menu-box-img {
  margin-top:2rem;
}
.footer-menu {
    width: 100%;
    margin: 0;
}
.menu-visualizer .menu-box-ttl {
  font-size: 2.2rem;
}
.menu-visualizer .menu-box {
    padding: 0;
}

#totem-vocal .menu-box-txt {
    margin: 0 2rem 3rem;
}



/* support */
#support-regist .flex-half {
  margin-bottom:4rem;
}
.flex-half-txt,
.flex-half-img {
width: 100%;
margin:0;
max-width:100%;
}
.flex-half-img {
  margin:auto;
  text-align: center;
}
.support-faq-txt,
.kv-half-txt {
  font-size:14px;
  width:100%;
}
#support-faq .flex-half-txt {
    padding: 4rem 0 2rem;
}
.flex-half-txt, .flex-half-img {
  padding:0;
}
.flex-half-img  {
  padding-bottom:4rem;
}
.flex-half-img img {
  max-width:300px;
  margin:auto;
  text-align: center;
}
.flex-half-ttl {
  margin-bottom:0.5rem;
}
.support-faq-ttl,
.flex-half-ttl {
    font-size:2.4rem;
}
.kv-inner-ttl-h1 {
  font-size:2.8rem;
}
#kv, .kv-inner, .kv-inner-img, .kv-inner-img img {
  height:140px;
}


/* ipevo */
#product-bar {
  margin-top:50px;
  border-top: 1px solid #ddd;
  position: fixed;
  top: 50px;
  left: 0;
  height: 54px;
  width:100%;
  z-index: 3;
}
.open #product-bar {
 z-index: 1;
}
.product-one-catch, .product-ttl {
    font-size: 2.4rem;
}
.product-one {
  flex-wrap:wrap;
  padding-bottom: 4rem;
}
.product-one-img,
.product-one-inner {
  width:100%;
}
.product-one-img img {
  max-width:300px;
  text-align: center;
  margin:auto;
}
.product-one-img {
    margin: auto;
    max-width: 100%;
    text-align: center;
}
.product-one-ttl {
  font-size:1.8rem;
}
.cover-area-ttl {
    font-size: 2.8rem;
}
.product-one-catch {
  margin-bottom:0;
}
.product-one-price {
    font-size: 1.8rem;
}
.cta-links {
  flex-wrap:wrap;
}
.cta-links li {
  width:100%;
  margin:0;
}
#main .cta-links li:first-of-type {
  margin-bottom:2rem;
}
.index .cta-links li:first-of-type {
  margin-bottom:1rem;
}
.cta-links a {
  margin:auto;
  text-align: center;
}
.col2 .product-box {
  width: 48%;
  margin: 0 0 4rem;
}
.product-box-spec dt {
  font-size:1.4rem;
}
.product-box-catch {
  font-size: 1.5rem;
  height: 3em;
}
.product-box-ttl {
    font-size: 1.8rem;
}
.sp-row5 {
  height:5em;
}
.cover-area {
margin-bottom:3rem;
}
.col3 .product-box {
    width: 48%;
    margin: 0 0 4rem;
}
.product-flex.col3 .product-box-spec {
 margin-bottom:0;
}

/* buy */
.kv-area {
  margin-bottom:3rem;
}
.kv-ttl {
    font-size: 2.4rem;
    margin-bottom:3rem;
}
.kv-price {
margin-bottom:3rem;
}
.kv-caption {
  font-size: 1.8rem;
}
.kv-price {
    font-size:1.8rem;
}
.modaal-wrapper .modaal-close {
  right:0;
  top:0;
}
.buy-btn, .buy-amazon {
    margin: 0 0 3.5rem 0;
}
.product-bar-ttl {
 font-size:1.8rem!important;
  width: 60%;
}
.product-bar-ttl,
.product-bar-ttl a {
    letter-spacing: 0;
}
.product-bar-menu {
  width:40%;
}
.product-bar-menu .cta-links-buy-btn a {
    height: 24px;
    width: 45px;
}
.product-bar-menu a {
    margin: 0 0.5em;
    font-size: 13px;
}

/* spec */
.spec-flex,
.spec-flex-detail {
  flex-wrap: wrap;
}
.spec-flex-ttl,
.spec-flex-detail,
.spec-flex-img,
.spec-flex-img-left {
width:100%;
}
.spec-flex-img order2 {
  order:1;
}
.spec-flex-img-left {
  order:2;
}
.spec-flex-ttl,
.spec-box h3 {
  padding:0 0 0.5rem 0;
  margin:3rem 0 1rem 0;
  border-bottom:1px solid #d2d2d2;
}
.spec-flex-ttl:first-of-type {
  margin-top:0;
}
.spec-flex-img {
  margin:1rem auto 2rem;
  text-align: center;
}
.spec-flex-img-left {
  margin:0 0 0 1em;
}
.spec-flex, .spec-box {
  border-bottom:0;
}
.flex-inner ul {
    margin-left: 0;
}
.spec-wrap h4 {
  font-size: 1.6rem;
  width:40%;
}
.spec-wrap h4 * {
  font-size: 1.5rem;
}
.flex-inner li ul {
  width:60%;
}
.goMini {
  justify-content: space-between;
}
.spec-flex-detail li, .spec-box p, .spec-box li, .spec-box li div, div.productColor-box, .spec-box * {
  font-size:14px;
}
ul.ul_list {
  margin-left:1.5em;
}
.spec-box h4 {
  width:100%;
}
.spec-flex,
.spec-box {
  padding:2rem 0;
}
.spec-wrap {
    padding: 0rem 0 4rem;
}


/* ====================================================== */

/* utility-yellow */
.utility-yellow-style h1 {
padding-left:0;
}
.utility-yellow-style h1 {
  font-size: 2.8rem;
}
.page .container {
  padding-bottom: 0;
margin:0 auto;
}

/* v4kpro */
#hero,
.v4kpro-contentsWrap {
width:100%;
}
.v4kpro-contentsWrap .brown-bg {
  width: 100%;
}
.v4kpro-contentsWrap .content {
  margin-left: 4%;
  margin-right: 4%;
}

#hero h1 {
  font-size: 3.2rem!important;
}
h2.v4kpro-sub,
h2.v4kpro-sub * {
  font-size:2rem;
}
.home-text {
    width: 100%;
    margin:0;
}

}
/* -----------------------------------------------------------
レスポンシブ２
------------------------------------------------------------*/





@media screen and (min-width: 641px) {
.sp-table {display: none;}

}


@media screen and (max-width: 640px) {

}

@media screen and (min-width: 575px) {
  .sm {
    display: none;
  }
}
/* sm サイズ*/
/* SP、MV縦 */
@media screen and (max-width: 574px) {
.menu-half,
.menu-half .link-area,
.menu-half-img,
.menu-visualizer .menu-box,
.menu-visualizer .menu-box-img {
  width: 100%;
  height:100%;
  max-height: 100%;
}
.menu-half-img, .menu-half .link-area {
  position: inherit;
}
.menu-half {
  padding:0;
}
.kv-area {
  flex-wrap:wrap;
}
.kv-img,
.kv-txt {
  width:100%;
}
.kv-txt {
padding:0;
}
.buy-btn a,
.buy-amazon a {
  width:100%;
}
.kv-ttl {
  font-size: 2.1rem;
}
.bread-crumbs li {
    margin: 0 1em 1em 0;
}
.bread-crumbs  {
  margin-bottom:0;
}
.menu-visualizer .menu-box-img img {
  max-width: 260px;
}
.menu-visualizer {
padding: 4rem 0 0rem;
}

}

@media screen and (max-width: 571px) {
.sp-row {
  height:0.6rem;
}

}


@media screen and (min-width: 481px) {
  .sp-br {
    display: none;
  }
  .sp-m {
    display: none;
  }
  .sp-s {
    display: none;
  }
}

/* carpenter,ipevo　SP調整 */

@media screen and (max-width: 574px) {
.pcl-row3 {
  height:3em;
}
.pcs-row3 {
  height:3em;
}
.menu-half-inner.h-bottom {
  position: absolute;
  top: 11%;
  bottom: inherit;
}

}
@media screen and (max-width: 518px) {
.pcx-row3 {
  height: 3em;
}
}
@media screen and (max-width: 497px) {
  .xs-row3 {
    height:3em;
  }
  .tbl-row3 {
    height: 3em;
  }
}
@media screen and (max-width: 480px) {
  .xs-row3 {
    height:3em;
  }
}
@media screen and (max-width: 430px) {
  .xx-row3 {
    height:3em;
  }
}
@media screen and (max-width: 358px) {
  .xxx-row3 {
    height:3em;
  }
}
@media screen and (max-width: 409px) {
  .sp-dd-row3 {
    height:3em;
  }
}
@media screen and (max-width: 388px) {
  .spm-dd-row3 {
    height:3em;
  }
}
@media screen and (max-width: 379px) {
  .pcll-row3 {
    height:4em;
  }
}
@media screen and (max-width: 349px) {
  .xxs-row5 {
    height:5em;
  }
}
@media screen and (max-width: 346px) {
  .sp-row5 {
      height: 7em;
  }
}
@media screen and (max-width: 379px) {
  .spm-ttl-row3 {
    height:3em;
  }
}
@media screen and (max-width: 327px) {
  .xxs-row5 {
      height: 7em;
  }
}
/* end---carpenter,ipevo　SP調整 */

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 374px) {

}

@media screen and (max-width: 320px) {
}


/* -----------------------------------------------------------
animation
-------------------------------------------------------------*/
.ani{
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
.fade-in {
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fade-in {
0% {
  opacity: 0;
}
0% {
  opacity: 100;
}
}

/* ここから調整 */
.ani01 {
animation-name: ani01;
}
@keyframes ani01 {
0% {
opacity: 0;
-webkit-transform: translateX(-300px);
-ms-transform: translateX(-300px);
transform: translateX(-300px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}

/* bounceInRightを柔らかく調整 */
.ani01r {
animation-name: ani01r;
}
@keyframes ani01r {
0% {
opacity: 0;
-webkit-transform: translateX(300px);
-ms-transform: translateX(300px);
transform: translateX(300px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}

/* fadeInLeftを柔らかく調整 */
.aniFade {
animation-name: aniFade;
}
@keyframes aniFade {
0% {
opacity: 0;
-webkit-transform: translateX(-80px);
-ms-transform: translateX(-80px);
transform: translateX(-80px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}
/* fadeInRightを柔らかく調整 */
.aniFader {
animation-name: aniFader;
}
@keyframes aniFader {
0% {
opacity: 0;
-webkit-transform: translateX(80px);
-ms-transform: translateX(80px);
transform: translateX(80px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}


/* 767px以下 */
@media screen and (max-width: 767px) {
@keyframes ani01r {
0% {
opacity: 0;
-webkit-transform: translateX(80px);
-ms-transform: translateX(80px);
transform: translateX(80px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}

@keyframes ani01 {
0% {
opacity: 0;
-webkit-transform: translateX(-80px);
-ms-transform: translateX(-80px);
transform: translateX(-80px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}

}

/* ----------------------------------------------
追加 abicojapan wp style
---------------------------------------------- */
#specifications p + p {
  margin-top:0;
}
#specifications p {
  margin-bottom:0;
}
#specifications li {
  margin-bottom:1.5em;
}
.text-855 input {
  width:100px;
}
.content-main.txt-white * {
    color: #fff!important;
}
.h1-ttl-docam {
  margin-top:1em!important;
}
input[type="search"] {
  font-weight: 500;
  font-size: 16px;
}
input.number-product {
  width:157px;
}
.grecaptcha-badge {
  z-index: 10;
}
@media screen and (max-width: 767px) {
.h1-ttl-docam {
  padding-top:1em;
}
input.number-product {
  width:140px;
}
}

/* -----------------------------------------------------------
	online-mega
------------------------------------------------------------*/
.mega .product-bar-menu .cta-links-buy-btn a {
	width:100%;
	padding:0 0.5rem;
}

@media screen and (max-width: 767px) {
.mega .product-bar-wrap,
.mega .product-bar-ttl,
.mega .product-bar-menu {
    height: auto;
}
.mega .product-bar-ttl,
.mega .product-bar-menu {
	width:100%;
}

}


/* --------------------------------
 * P2V ULTRA / MP-8M 追加CSS
 * -------------------------------- */
 /* front-page */
 #p2v-ultra {
  background: #818181;
}
.menu-box-img-order1-p2v-ultra {
  text-align: center;
  width: 37%;
}

/* 仕様 */

/* spec */
.spec-img {
  margin:0 auto;
  text-align: center;
}
.goMini {
  flex-wrap:wrap;
}
.goMini h4 {
  font-size:1.8rem;
  margin-top:0;
}
.spec-wrap h3 {
  margin-top:0;
}
.spec-wrap h2.ttl01 {
  padding-bottom:2rem;
  border-bottom:1px solid #ccc;
  margin:4rem auto 0;
  text-align:center;
  font-weight:bold;
}
.spec-image {
  margin:2rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spec-wrap h2.ttl01 {
    font-size:36px;
  }
  .spec-wrap h3{
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .spec-wrap h3{
    font-size: 2.1rem;
  }
  .spec-wrap h3,
  .goMini h4 {
    font-size:1.5rem;
  }
}


/* --------------------------------
 * myhpcloud
 * -------------------------------- */
 #myhpcloud .menu-box-ttl {
  margin-bottom:5rem;
 }
 #myhpcloud .menu-box-img {
  width:45%;
 }
 #myhpcloud .menu-box-img img {
  max-height:540px;
 }
#myhpcloud .cta-links {
  margin-bottom:3em;
 }