@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Noto Sans Japanese';
}

body {
  background: url(../img/bg.png) #f6f6f6;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.latest-news-container {
  height: 153px;
}

.latest-news-info, .about-container {
  background-color: #fff;
}

.about-container {
  padding: 30px 0 40px;
}

.latest-news-header, .intro-text, .intro-text {
  color: #fff;
}

.about-panel {
  padding: 0 29px;
  line-height: 2;
}

.app-details {
  background: url(../img/bg-2.png) #00b1af;
}

.app-carousel-container {
  background-size: contain;
}

.mv-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: gray;
}

.mv-container .copyright-container {
  font-size: 8px;
  position: absolute;
  z-index: 101;
  bottom: 60px;
}

.mv_app_wrap {
  position: absolute;
  top: 75%;
  right: 2%;
  width: 30%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.mv_app_wrap a {
  width: 50%;
}

.mv_app_wrap p {
  text-align: center;
  padding: 0 10px;
}

.mv_app img {
  width: 135px;
  max-width: 90%;
}

.intro-text {
  font-size: 50px;
  font-weight: 100;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: .08em;
  text-shadow: 0 3px 5px rgba(4, 0, 0, .3);
}

section .container {
  margin-top: 20px;
}

.content {
  /* margin-top: -70px; */
}

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

  .sp_only {
    display: block;
  }

  .content {
    /* margin-top: -20px; */
  }

  section .container {
    margin-top: 20px;
    padding: 0 4% 0 !important;
  }
}

#mv_bottom {
  background-color: #00b1af;
}

#mv_bottom>div {
  padding: 50px 20px;
}

#mv_bottom span.mark_new {
  position: absolute;
  top: -20px;
  left: -24px;
  display: inline-block;
  float: left;
  width: 42px;
  height: 42px;
  content: '';
  vertical-align: sub;
  background: url(../img/icon_new.png) no-repeat;
  background-size: contain;
}

.latest-news-heading {
  display: flex;
  float: left;
  width: 153px;
  height: 100%;
  text-align: center;
  /* background-color: #00b1af; */
  background: url(../img/bg_news.png) center no-repeat;
  align-items: center;
  justify-content: center;
}

.latest-news-heading .btn {
  font-size: 10px;
  letter-spacing: .1em;
  color: #00b1af;
  background: #fff;
}

.latest-news-header {
  font-size: 19px;
  /*line-height: 19px;*/
  letter-spacing: .2em;
}

.latest-news-info {
  font-size: 14px;
  float: left;
  width: calc(100% - 153px);
  height: 100%;
}

.latest-news-info .info-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.latest-news-info .info-list a dl {
  margin-bottom: 0;
}

.latest-news-info .info-list a dl>dt {
  width: 20%;
  color: rgb(168, 168, 168);
}

.latest-news-info .info-list a dl>dd {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 25%;
}

@media only screen and (max-width: 768px) {
  .latest-news-heading {
    width: 100%;
    height: 80px;
    background: url(../img/bg_news_head_sp.png) center no-repeat;
    background-size: 100%;
  }

  .latest-news-heading .row {
    display: flex;
    width: 100%;
    height: 100%;
    vertical-align: -webkit-baseline-middle;
    align-items: center;
  }

  .latest-news-heading .row .l {
    text-align: left;
  }

  .latest-news-heading .row .r {
    text-align: right;
  }

  .latest-news-info {
    width: 100%;
  }
}

#latest-update .latest-update-contents {
  font-size: 1.3em;
  font-weight: 300;
  display: block;
  padding: .5em;
  text-align: center;
  color: #666;
  border: solid 2px #01b1af;
  background-color: #fff;
}

#latest-update .latest-update-contents {
  position: relative;
  overflow: hidden;
}

#latest-update .latest-update-contents:before {
  display: inline-block;
  width: 1.5em;
  height: 1.2em;
  content: '';
  vertical-align: sub;
  background: url(../img/btn_update_n.png) no-repeat;
  background-size: contain;
}

#latest-update .latest-update-contents:hover {
  text-decoration: none;
  color: #57dedd;
}

#about .ttl {
  text-align: center;
}

.about-logo {
  width: 295px;
  height: 84px;
  margin: auto;
  background: url(../img/logo-2_n.png) center no-repeat;
  background-size: contain;
}

.about-heading {
  text-align: center;
}

.about-title+hr {
  width: 17%;
  height: 2px;
  margin-top: -.6em;
  border: none;
  background: #00b1af;
}

.about-body {
  font-size: 16px;
  /*font-weight:bold;*/
  text-align: left;
  width: 100%;
  margin: 0 auto;
}

.about_movie {
  height: 100%;
  padding: 50px 20px 40px;
}

.about_control a {
  display: flex;
  width: 680px;
  height: 100px;
  margin: 0 auto;
  background-image: url(../img/bdr_about_movie.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 100%;
  align-items: center;
}

.about_control a .thum {
  width: 22%;
}

.about_control a .thum img {
  max-width: 100%;
  padding: 10px;
}

.about_control a .txt {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  width: 68%;
  text-align: center;
}

.about_control a .txt span {
  font-size: 13px;
  padding: 3px 0 0;
  color: #aaa;
}

.about_control a .arrow {
  width: 10%;
  padding: 0 20px 0 0;
  text-align: right;
}

.buy .ttl, .tweets .ttl {
  font-size: 24px;
  padding: 10px 0;
  letter-spacing: 2px;
  color: #fff;
  background: #00b1af;
}

.buy ul.step {
  display: flex;
  margin: 0 0 50px;
  justify-content: space-around;
}

.buy ul.step li {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.buy ul.step li .dl-btn-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 270px;
  flex-wrap: wrap;
}

.buy ul.step li .ios-dl-btn,
.buy ul.step li .adr-dl-btn,
.buy ul.step li .vr-dl-btn,
.buy ul.step li .gatebox {
  width: 130px;
  height: 45px;
  margin: 10px 0 0;
}

.buy ul.step li img {
  max-width: 100%;
}

.buy ul.step li.arrow {
  padding: 40px 10px 0;
}

.buy .megu {
  display: flex;
  height: 90px;
  margin: 0 0 60px;
  text-align: center;
  background: #eee;
  align-items: center;
  justify-content: center;
}

.buy .megu p {
  margin: 0;
  padding: 0 0 0 10px;
}

.buy .megu p img {
  width: 70px;
  transform: rotate(-12deg);
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .4);
}

.bg-picture {
  padding: 60px 0 100px;
  background: url(../img/bg_figures.png) center;
  background-size: cover;
}

.pickup-carousel.swiper-container,
.serial-carousel.swiper-container,
.recommend-carousel.swiper-container {
  width: 100%;
}

.pickup-carousel,
.serial-carousel,
.recommend-carousel {
  padding: 20px;
}

.pickup-carousel.swiper-container,
.serial-carousel.swiper-container,
.recommend-carousel.swiper-container {
  width: 100%;
}

.pickup-carousel .swiper-button-prev,
.serial-carousel .swiper-button-prev {
  left: 34%;
}
.recommend-carousel .swiper-button-prev {
  left: 17%;
}

.pickup-carousel .swiper-button-next,
.serial-carousel .swiper-button-next {
  right: 34%;
}

.recommend-carousel .swiper-button-next {
  right: 17%;
}

.pickup-carousel .swiper-wrapper,
.serial-carousel .swiper-wrapper,
.recommend-carousel .swiper-wrapper {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

/* .pickup-carousel .swiper-slide-active {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
} */
/* .pickup-carousel .swiper-slide:not(.swiper-slide-active) { */
/*   -webkit-transform: scale(.8, .8); */
/* Safari */
/*-webkit-filter:brightness(20%);
-moz-filter:brightness(20%);
filter: url(https://gugenka-marketplace.jp/assets/holomodels/css/main.css#brightness);
filter:brightness(20%);*/
/*   -ms-transform: scale(.8, .8); */
/* IE 9 */
/*   transform: scale(.8, .8); */
/* } */
.tweets h3 {
  display: flex;
  height: 120px;
  margin: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.tweets .holomodeler {
  border: solid 1px #e0e0e0;
  border-radius: 5px;
}

.tweets .twitter-timeline {
  height: 492px !important;
}

@media screen and (min-width:768px) and (max-width:992px) {
  .tweets .twitter-timeline {
    height: 1380px !important;
  }
}

.app-info .info-list>dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  border-radius: 2em;
  background: rgba(0, 0, 0, .4);
}

.app-info .info-list>dd {
  box-sizing: border-box;
  padding-left: 55%;
}

.app-info .info-list>dd:after {
  display: block;
  clear: both;
  content: '';
}

.app-info .info-list {
  box-sizing: border-box;
  margin-top: 60px;
}

.app-details {
  padding: 40px;
}

.holomodels-logo {
  height: 165px;
  background: url(../img/logo-3.png) center no-repeat;
  background-size: contain;
}

.app-details h3 {
  font-size: 18px;
  text-align: center;
  letter-spacing: .3em;
  color: #fff;
}

.app-details .holomodels-logo {
  margin-top: 11vw;
}

#app h3 {
  text-align: center;
}

#app h3+p {
  padding: 0 40px 0;
  text-align: center;
}

#btn-products .btn, #btn-products-s .btn {
  border-radius: 30px;
  background-color: #333;
}

.product-info-container .signup-btn, .product-info-container .login-btn {
  font-size: 120%;
  line-height: 50px !important;
  width: 140px;
  height: auto;
  margin: 10px 5px;
  padding: 0;
  letter-spacing: 2px;
  background-color: transparent;
  background-image: url(../img/btn_step_sp_renewal3265.png) !important;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .about-body {
    width: 100%;
  }

  .buy ul.step {
    flex-direction: column;
  }

  .buy ul.step li {
    align-items: center;
  }

  .buy ul.step li .signup-btn {
    display: flex;
    flex-direction: column;
  }

  .buy ul.step li.arrow {
    margin: 0 auto;
    padding: 0;
    transform: rotate(90deg);
  }

  .buy ul.step li .signup-btn, .buy ul.step li .login-btn,
  .product-info-container .signup-btn, .product-info-container .login-btn {
    font-size: 25px;
    line-height: 70px !important;
    width: 250px;
    height: 70px;
    margin: 10px;
    padding: 0;
    letter-spacing: 2px;
    background-color: transparent;
    background-image: url(../img/btn_menu_renewal3265.png) !important;
    background-size: 100% 100%;
  }

  .buy ul.step li span {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
    width: 100%;
  }

  .buy ul.step li span a.signup-btn,
  .buy ul.step li span a.login-btn {
    width: 47%;
    background-size: 100% 100%;
    font-size: 120%;
    margin: 0;
    height: auto;
    line-height: 1 !important;
    padding: 5% 5%;
  }

  .product-info-container .signup-btn, .product-info-container .login-btn {
    width: 33%;
    background-size: 100% 100%;
    font-size: 100%;
    margin: 10px 5px;
    height: auto;
    line-height: 1 !important;
    padding: 4% 4%;
  }

  .app-details .holomodels-logo {
    margin-top: 7vw;
  }

  .app-details h3 {
    margin-bottom: 7vw;
  }

  .signup-btn, .login-btn {
    font-weight: bold;
    line-height: 120px !important;
    display: inline-block !important;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 0 !important;
    background-image: url(../img/btn_menu_sp_renewal3265.png) !important;
    background-size: cover;
  }

  #app h3 {
    text-align: center;
  }

  #app h3+p {
    padding: 0 40px 0;
  }

  .bg-picture {
    background: url(../img/bg_figures_sp.jpg) center;
  }
}

.swiper-button-prev, .swiper-button-next {
  font-size: 30px;
  line-height: 60px;
  z-index: 99998;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #008cba !important;
  border-radius: 50%;
  background: #fff;
}

.swiper-button-prev i, .swiper-button-next i {
  line-height: inherit;
}

/*.signup-btn, .login-btn {
border: 1px solid rgba(255, 255, 255, .7);
border-radius: 20px;
color: #ebeff1;
box-shadow: none;
text-shadow: none;
transition: background-color .25s;
outline: 0
}*/
.info-list dt {
  font-weight: normal;
  display: block;
  float: left;
  width: 47%;
  text-align: center;
  color: #fff;
}

.info-list dd {
  display: block;
  padding-bottom: 10px;
  padding-left: 35%;
  /* width: 100%; */
}

.about-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
  margin-top: 50px;
  padding: 0 1em;
  letter-spacing: .5em;
  background: #fff;
}

/* iPhone 6 portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .about-carousel.swiper-container {
    /* width: 360px !important; */
    /* height: 406px !important; */
  }
}

/* iPhone 6 Plus portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
  .about-carousel.swiper-container {
    top: 0;
    left: 0;
    /* width: 390px !important; */
    /* height: 438px !important; */
  }
}

.about-carousel .swiper-button-next, .about-carousel .swiper-button-prev {
  font-size: 50px;
  line-height: 90px;
  z-index: 99998;
  top: 80px;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #008cba !important;
  border-radius: 50%;
  background: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .3);
  text-shadow: 4px 1px 3px rgba(0, 0, 0, .2);
}

.about-carousel .img-responsive {
  margin: 0 auto;
}

.about-container {
  margin-bottom: 100px;
}

.google-translate-container .goog-te-gadget-simple,
.ios-dl-btn,
.adr-dl-btn,
.vr-dl-btn,
.gatebox {
  /* padding: 2px; */
  /*     height: 30.8px; */
  margin: 20px 2px;
}

/*SEARCH FORM*/
.search-form {
  float: none;
  width: 100%;
  margin: auto;
  text-align: center;
}

.search-form-input, .search-btn {
  border: 2px solid #01b1af;
}

.search-btn {
  background-color: #01b1af;
}

.search-form-input {
  width: 300px !important;
  /* max-width: 210px; */
  height: 30.8px;
  margin: 50px 0;
  color: #000;
  box-shadow: none;
}

/* Small Devices, Tablets */
.search-btn {
  height: 30.8px;
  margin: 50px 18px 30px !important;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 30px;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.search-btn i {
  font-size: 22px;
  float: left;
}

.search-btn i+span {
  font-size: 14px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .search-form-input {
    width: 100% !important;
    max-width: 100%;
    height: 50px;
  }

  .search-btn {
    width: 50px;
    height: 50px;
    padding: 0 0 !important;
  }

  .search-btn i {
    font-size: 35px;
    float: none;
  }

  .search-btn i+span {}
}

.gatebox-container .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5px;
  position: absolute;
  top: -1px;
  left: 50%;
  display: none;
  width: 80%;
  transform: translate(-50%, -50%);
  letter-spacing: .32em;
  color: #fff;
  background-color: rgba(3, 0, 0, .8);
}

.ios-dl-btn {
  display: block;
  width: 90px;
  height: 30.8px;
  background: url(../img/ios-dl-logo.svg) center no-repeat;
  background-size: contain;
  /* width: 100px; */
}

.adr-dl-btn {
  display: block;
  width: 90px;
  height: 30.8px;
  background: url(../img/adr-dl-logo.svg) center no-repeat;
  background-size: contain;
  /* width: 100px; */
}

.vr-dl-btn {
  display: block;
  width: 90px;
  height: 30.8px;
  background: url(../img/vr-dl-logo.png) center no-repeat;
  background-size: contain;
  /* width: 100px; */
}

.gatebox {
  display: block;
  width: 90px;
  height: 30.8px;
  background: url(../img/gatebox.svg) center no-repeat;
  background-size: contain;
  /* width: 100px; */
}

.app-container {
  background-color: rgba(50, 48, 52, 1);
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  opacity: 0;
}

.carousel-fade .carousel-inner .active {
  opacity: 2;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  z-index: 2;
  left: 0;
  opacity: 0;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators {
  bottom: 60px;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0;
  border: none;
  border-radius: 8px;
  background-color: #a8a8a8;
}

.carousel-indicators .active {
  width: 8px;
  height: 8px;
  background-color: #292929;
}

.carousel-fade .carousel-inner .item .item-relative {
  position: relative;
  width: 1070px;
  margin: auto;
}

.carousel-fade .carousel-inner .item .item-copyright {
  font-size: 8px;
  position: absolute;
  z-index: 101;
  bottom: 60px;
  padding-left: 1vw;
  text-shadow: 0 2px 2px rgba(255, 255, 255, .6);
}

@media (max-width: 992px) {
  .carousel-fade .carousel-inner .item .item-relative {
    width: auto;
  }

  .carousel-fade .carousel-inner .item .item-copyright {
    left: 2vw;
    width: auto;
  }

  .about-carousel .swiper-button-next, .about-carousel .swiper-button-prev {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }

  .buy ul.step li .dl-btn-wrap {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .carousel-fade .carousel-inner .item .item-copyright {
    bottom: 50px;
  }

  .about-carousel .swiper-button-next, .about-carousel .swiper-button-prev {
    top: 50%;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  .carousel-fade .carousel-inner>.item.prev, .carousel-fade .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right, .carousel-fade .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.carousel-caption {
  font-size: 17px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .9);
}

/*.carousel,.carousel-inner,.carousel-inner .item {
height: 100%;
}*/
@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-dark .item.text {
    margin-bottom: 0;
  }

  .footer-dark .item.social {
    margin-top: 20px;
  }

  .footer-dark .item.social>a {
    margin: 0 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .4);
  }
}

.footer-dark .item.social>a {
  line-height: 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  opacity: .75;
}

.footer-dark .item.social>a:hover {
  opacity: .9;
}

.footer-dark .copyright, .link {
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 24px;
  text-align: right;
  opacity: .3;
  color: #989898;
}

.footer-dark .gugenka-logo {
  height: 46px;
  background: url(../img/gugenka-logo.png) no-repeat;
  background-size: contain;
}

.footer-dark .gugenka-logo a {
  display: block;
  width: 185px;
  height: 46px;
}

.footer-dark .link_list {
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.footer-dark .link_list-item {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0 8px;
  letter-spacing: .15em;
  color: #828282;
}

.footer-dark .link {
  display: inline-block;
  margin: -4px -12px;
  padding: 4px 12px;
}

.footer-dark .link_list-item:not(:last-child):after {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  content: '';
  border-right: solid 1px rgba(85, 90, 114, .65);
}

.app-carousel-container {
  padding: 0 20px 100px;
  /*padding: 20px;*/
  /* background-color: rgba(50, 48, 52, 1) !important; */
}

.bg-brown .swiper-button-prev {
  display: none;
}

.bg-brown .swiper-button-next {
  display: none;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .bg-brown.app-carousel-container {
    /* height: 100px; */
  }

  .pickup .swiper-container,
  .serial .swiper-container {
    height: auto;
  }

  .pickup .swiper-wrapper,
  .serial .swiper-wrapper {
    height: auto;
  }

  .pickup .swiper-slide,
  .serial .swiper-slide {
    /* height: 100% !important; */
  }

  .bg-brown .swiper-button-prev {
    display: block;
    left: 0;
  }

  .bg-brown .swiper-button-next {
    right: 0;
    display: block;
  }
}

#btn-products, #btn-products-s {
  margin-top: -85px;
}

.container {
  /*background-color: pink;*/
}

@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .container {
    /*background-color: black;*/
  }

  .intro-text {
    font-size: 30px;
  }

  .about-logo {
    height: 100px;
  }

  .about-panel {
    padding: 20px;
  }

  .about-body {
    font-size: 10px;
  }

  .holomodels-logo {
    height: 150px;
  }

  .about-carousel.swiper-container {}

  .about-body {
    font-size: 14px;
  }

  /*PRODUCT*/
  .app-details h3 {
    font-size: 16px;
  }

  .app-details {
    font-size: 12px;
  }

  .app-info .info-list>dt {
    font-size: 16px;
    width: 45%;
  }

  .app-info .info-list>dd {
    font-size: 16px;
    padding-left: 50%;
  }

  .carousel-indicators {
    bottom: 40px;
  }

  .pickup .swiper-container-horizontal,
  .serial .swiper-container-horizontal {
    height: auto;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    /*background-color: red;*/
  }

  /*MV-CAROUSEL*/
  .carousel.slide {
    overflow: hidden;
    min-width: 320px;
    max-width: 1200px;
  }

  /*.carousel-inner {
width: 1200px;
left: 50%;
margin-left: -600px
}*/
  .intro-text {
    font-size: 30px;
  }

  /*CONTAINER*/
  .container {
    /*width: 68%;*/
  }

  /*ABOUT*/
  .about-panel {
    padding: 20px;
  }

  .about-body {
    font-size: 17px;
  }

  .about-carousel.swiper-container {}

  /*.info-list > dd {
padding-left: 0;
padding-bottom: 3%;
}

.info-list > dd {
display: block;
width: 100%;
}*/
  /*PRODUCT*/
  .app-details h3 {
    font-size: 22px;
  }

  .app-details {
    font-size: 10px;
  }

  .app-info .info-list>dt {
    width: 35%;
  }

  .app-info .info-list>dd {
    padding-left: 37%;
  }

  .app-details .info-list {
    margin-top: 80px;
  }

  .app-details h3 {
    font-size: 16px;
  }

  .holomodels-logo {
    height: 150px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .mv_app_wrap {
    left: 50%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transform: translateX(-50%);
    position: relative;
    background-color: #ffffff;
    margin: -40px 0 0;
  }

  .mv_app_wrap a {}

  .mv_app_wrap p {}

  .mv_app img {
    max-width: 100%;
  }

  .navbar-header {
    position: relative;
  }

  .container {
    /*background-color: teal;*/
  }

  /*MV-CAROUSEL*/
  /*.carousel.slide {
max-width: 1200px;
min-width: 320px;
}
.carousel-inner {
width: 1200px;
margin-left: -600px
}*/
  /*CONTAINER*/
  .container {
    width: 100%;
  }

  /*ABOUT*/
  .about-logo {
    height: 80px;
    width: 100%;
  }

  .about-body p {
    font-size: 70%;
  }

  .about_control a {
    width: 100%;
    margin: 0;
  }

  .about_control a .thum {
    width: 22%;
  }

  .about_control a .thum img {
    max-width: 100%;
  }

  .about_control a .txt {
    font-size: 3.2vw;
    width: 68%;
    text-align: left;
    align-items: center;
  }

  .about_control a .txt span {
    font-size: 1.74vw;
  }

  .about-carousel.swiper-container {}

  .pickup-carousel .swiper-button-next, .swiper-button-prev, .swiper-button-next, .back-to-top,
  .serial-carousel .swiper-button-next, .swiper-button-prev, .swiper-button-next, .back-to-top,
  .recommend-carousel .swiper-button-next, .swiper-button-prev, .swiper-button-next, .back-to-top, {
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }

  .holomodels-logo {
    height: 150px;
  }

  .app-details h3 {
    font-size: 16px;
  }

  .google-translate-container .goog-te-gadget-simple {
    font-size: 7px;
    position: fixed;
    top: 10px;
    right: 50px;
    width: 100px;
    height: 22px;
  }

  .navbar-right {
    text-align: center;
  }

  .signup-btn-container, .login-btn-container {
    display: inline-block !important;
  }

  .signup-btn, .login-btn {
    font-weight: bold;
    line-height: 120px !important;
    display: inline-block !important;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 0 !important;
    background-image: url(../img/btn_menu_sp_renewal3265.png) !important;
    background-size: cover;
  }

  .buy ul.step li .dl-btn-wrap {
    width: 100%;
    padding: 10px 0 0;
    justify-content: center;
  }

  .buy ul.step li .ios-dl-btn,
  .buy ul.step li .adr-dl-btn,
  .buy ul.step li .vr-dl-btn,
  .buy ul.step li .gatebox {
    width: 60%;
    height: 50px;
    margin: 0 2px 5px;
  }

  .ios-dl-btn,
  .adr-dl-btn,
  .vr-dl-btn,
  .gatebox {
    display: inline-block !important;
    vertical-align: middle;
  }

  .ios-dl-btn-container,
  .adr-dl-btn-container,
  .vr-dl-btn-container,
  .gatebox-container {
    line-height: 120px;
    width: 250px;
    height: 113px;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #fff;
  }

  .ios-dl-btn-container {
    border-top: none;
    margin: -70px auto 0;
    border-bottom: none;
  }

  .adr-dl-btn-container {
    border-top: none;
    margin: -70px auto 0;
  }

  .vr-dl-btn-container {
    border-top: none;
    margin: -70px auto 0;
    border-bottom: none;
  }

  .gatebox-container {
    border-bottom: none;
  }

  .gatebox-container .title {
    display: block;
  }

  .footer-dark .gugenka-logo {
    background-position: center;
  }

  .footer-dark .gugenka-logo a {
    margin: 0 auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .container {
    /*background-color: yellow;*/
  }

  .content {
    margin-top: 0;
  }

  .latest-news-heading {
    line-height: 50px;
    height: 45%;
  }

  .latest-news-info {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .latest-news-info .info-list a dl>dd {
    padding-left: 0;
  }

  .latest-news-info .info-list {
    margin-top: 8px;
  }

  .latest-news-info .info-list a dl {
    margin-bottom: 5px;
  }

  .latest-news-info .info-list a dl>dd {
    padding-bottom: 2px;
  }

  .latest-news-info .info-list a dl>dt {
    float: none;
  }

  /*MV-CAROUSEL*/
  /*.carousel.slide {
max-width: 480px;
min-width: 320px;
}
.carousel-inner {
width: 480px;
margin-left: -240px
}*/
  .intro-text {
    font-size: 20px;
    top: 125px;
  }

  .mv-container .copyright-container {
    font-size: 5px;
    bottom: 10px;
    left: 20px;
    /*font-weight:500;*/
    letter-spacing: .04em;
  }

  .carousel-indicators {
    bottom: 0;
  }

  /*ABOUT*/
  .about-carousel.swiper-container {
    top: 0;
    left: 0;
    /* width: 390px; */
  }

  .app-carousel-container {
    background-size: cover;
  }

  /*PRODUCT*/
  .info-list>dd {
    padding-bottom: 3%;
    padding-left: 0;
  }

  .info-list>dd {
    display: block;
    width: 100%;
  }

  .info-list>dt {
    float: none;
    width: 100%;
  }

  .app-info .info-list>dd {
    padding-left: 0;
  }

  .app-info .info-list>dt {
    width: 100%;
  }

  .app-info .info-list {
    font-size: 14px;
    text-align: center;
  }

  .holomodels-logo {
    height: 120px;
  }

  .pickup-carousel .swiper-button-prev,
  .serial-carousel .swiper-button-prev {
    left: 10%;
  }

  .pickup-carousel .swiper-button-next,
  .serial-carousel .swiper-button-next {
    right: 10%;
  }

  .app-details h3 {
    font-size: 12px;
  }

  .footer-dark .gugenka-logo {
    background-position: center;
  }

  .footer-dark .link_list, .footer-dark .copyright {
    text-align: center;
  }

  .app-details .info-list {
    margin-top: 20px;
  }

  .search-form {
    float: none;
    width: 100%;
    margin: auto;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .container {
    /*background-color: purple;*/
  }

  /*MV-CAROUSEL*/
  /*.carousel.slide {
max-width: 375px;
min-width: 320px;
}
.carousel-inner {
width: 375px;
margin-left: -187.5px
}*/
  .intro-text {
    font-size: 16px;
  }

  /*ABOUT*/
  .about-body {
    width: 100%;
  }

  .app-details h3 {
    font-size: 10px;
    margin-top: 5px;
  }

  .holomodels-logo {
    height: 90px;
  }

  .about-carousel.swiper-container {
    width: 240px;
  }
}