@charset "utf-8";
@media screen and (max-width:640px) {

body {
  position: relative;
}
body.active #header{
  position: fixed;
  top: 0;
  left: 0;
}
body.active #main{
  position: fixed;
  top: 65px;
  left: 0;
}
body.active #footer{
  position: fixed;
  top: 1200px;
  left: 0;
}

.pcOnly {
  display: none;
}
.spOnly {
  display: block;
}

.mainVisual {
  height: 160px;
  background-color: #f5f4f2;
  width: 100%;
  /* margin-top: -15px; */
}
.mainVisual .mainVisual__inner {
  height: 100%;
  width: 100%;
  background: url("../img/img_main_sp.png") no-repeat;
  background-size: contain;
  background-position: right;
}
.mainVisual .mainVisual__contetnt {
  width: 100%;
  padding-top: 43px;
}
.mainVisual .mainVisual__contetnt h1{
  font-size: 16px;
  line-height: 1.6;
}

.products {
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
}
.products h2{
  background: none;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.products h2 img{
  margin: 0 auto;
}
.products .products__img {
  margin-top: 16px;
  text-align: center;
  display: inline-block;
}
.products .products__menu__title {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: -10px;
}
.products .products__menu {
  margin-top: 18px;
}
.products .products__menu span,
.products .products__menu p a {
  color: #404040;
  font-size: 14px;
  position: relative;
  padding-right: 18px;
}
.products .products__menu span:hover,
.products .products__menu p a:hover {
  opacity: 0.7;
}
.products .products__menu span:after,
.products .products__menu p a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 6px;
  right: 0;
  background: url("../img/icon_underArrow.png") no-repeat;
}
.products__pop__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 1200px;
  background-color: #000000;
  opacity: 0.5;
  display: none;
}
.products__pop__bg.active {
  display: block;
}
.products__pop .products__pop__close {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: -20px;
  right: 20px;
  background: url("../img/icon_close.png") no-repeat;
  background-size: 17px 17px;
}
.products__pop {
  position: fixed;
  top: 55px;
  width: 100%;
  height: 425px;
  padding: 20px;
  z-index: 1000;
  display: none;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.products__pop.products__pop__simple {
  height: auto;
  top: 25%;
}

.products__pop.active {
  display: block;
}
.products__pop .products__pop__item {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
  overflow: scroll;
  display: none;
}
.products__pop .products__pop__item.active {
  display: block;
}
.products__pop .products__pop__item.active.comingSoon {
  display: block;
  height: auto;
}
.products__pop .products__pop__item .row .category .comingSoon {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}
.products__pop .products__pop__item .coming_soon {
  text-align: center;
  padding: 155px 0;
  font-size: 18px;
}
.products__pop .products__pop__item .row {
  border-bottom: 1px solid #cccccc;
  margin-top: 15px;
}
.products__pop .products__pop__item .row:first-child {
  margin-top: 0;
}
.products__pop.products__pop__simple .products__pop__item .row {
  border-bottom: none;
}
.products__pop .products__pop__item .row .head {
  font-size: 14px;
  font-weight: bold;
  width: 74px;
  text-align: left;
  margin-bottom: 15px;
}
.products__pop .products__pop__item .row .category a,
.products__pop .products__pop__item .row .category span {
  color: #0088bd;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.products__pop .products__pop__item .row .category span {
  color: #404040;
}
.products__pop.products__pop__simple .products__pop__item .row .category a:last-child {
  margin-bottom: 0px;
}
.products__pop .products__pop__item .category a.no_link {
  color: #404040;
  opacity: 0.7;
  cursor: default;
}


.app {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
}
.app .app__inner {
  position: relative;
  width: 100%;
  height: auto;
}
.app h2{
  position: absolute;
  top:0;
  left: 50%;
  font-size: 20px;
  width: 260px;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
  background: none;
  padding: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.app h2 img{
  margin: 0 auto;
}
.app .app__img {
  margin-top: 41px;
  text-align: center;
  display: inline-block;
}
.app .app__img__wrapper {
  padding-top: 41px;
  text-align: center;
  font-size: 0;
}
.app .app__img__wrapper img {
  margin-left: 10px;
}
.app .app__img__wrapper img:first-child {
  margin-left: 0;
}
.app .app__link {
  width: 280px;
  margin: 18px auto 0;
}
.app .app__link a {
  color: #404040;
  font-size: 14px;
  position: relative;
  padding-right: 14px;
  display: inline-block;
  margin-top: 10px;
}
.app .app__link a:first-child {
  margin-top: 0;
}
.app .app__link a:hover {
  opacity: 0.7;
}
.app .app__link a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 6px;
  height: 10px;
  right: 0;
  background: url("../img/icon_rightArrow.png") no-repeat;
}
/*230713*/
.app__applications {
  padding-top: 90px;
}
.app__applications .app__icon {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto 30px;
}
.app__applications .app__download-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.app__applications .app__download-list .app__download-item {
  display: block;
}
/*230713*/

.slide_selector .slick-prev{
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 20px;
}
.slide_selector .slick-next{
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 20px;
}
.slide_selector .slick-dots{
  bottom: 0;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  text-align: center;
  height: 10px;
  margin-top: 20px;
  position: relative;
}
.slide_selector .slick-dots li{
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
.slide_selector .slick-dots li:first-child{
  margin-left: 0;
}
.slide_selector .slick-dots li div{
  width: 10px;
  height: 10px;
  background: url("../img/icon_dot.png") no-repeat;
  background-size: 10px;
}
.slide_selector .slick-dots li.slick-active div{
  background: url("../img/icon_dot-active.png") no-repeat;
  background-size: 10px;
}


.banner {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.banner .text_link_wrapper {
  float: none;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .text_link_wrapper:nth-child(n+2) {
  margin-top: 20px;
}
.banner .text_link_wrapper .text_link {
  font-size: 14px;
}
.banner .text_link_wrapper .text_link:hover {
  opacity: .7;
}

.menu .menu__inner{
  width: auto;
  padding: 32px 20px 0;

}

.info__head {
  height: auto;
  padding-bottom: 20px;
}
.info__head h2 {
  line-height: 1.0;
  font-size: 16px;
  display: block;
}
.info__head .info__head__link {
  float: none;
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
}
.info__list {
  padding-top: 18px;
}
.info__list li {
  margin-bottom: 18px;
}

.links {
  row-gap: 40px;
}

.links .links__item {
  width: 50%;
  /* float: left; */
  /* margin-bottom: 15px; */
}
.links .links__item img {
  height: 60px;
  width: auto;
}
.links .links__item p {
  margin-top: 9px;
}
.links .links__item span {
  display: block;
}

#contents_foot {
  width: 100%;
  padding: 0;
  overflow:hidden;
}

.banner .banner__img:last-child {
  margin-bottom: 0;
}

#support .archiveLink {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0 24px;
}
#support .archiveLink a {
  font-size: 14px;
  color: #0088bd;
}
#support .archiveLink a:hover {
  opacity: 0.6;
}
/* archive.html
----------------------------------------*/
body.archive {
  .app {
    padding: 20px 0;
  }
}
}
