#sr-contents.top {
  padding-top: 0;
}
/*
	main-visual
*/
#sr-contents.top .main-visual {
  width: 100%;
  position: relative;
  height: 440px;
  background: url(../images/index_mainpict.jpg) no-repeat top center;
}
#sr-contents.top .main-visual img.backImg {
  width: 2000px;
  min-width: 2000px;
  height: auto;
}
#sr-contents.top .main-visual p.cath {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  height: 440px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sr-contents.top .main-visual p.cath-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 136px;
  font-size: 128.57142857143%;
  font-weight: bold;
  letter-spacing: 0.16em;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*
	fix-navigation
*/
#fix-navigation {
  position: fixed;
  top: 50%;
  right: 231px;
  z-index: 1000;
}
#fix-navigation .fix-navi {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fix-navigation .fix-navi li {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid #268ff2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  background: #fff;
  cursor: pointer;
}
#fix-navigation .fix-navi li span {
  display: none;
}
#fix-navigation .fix-navi li.active,
#fix-navigation .fix-navi li:not(.active):hover {
  background: #268ff2;
}
/*
	introduction
*/
#sr-contents.top .introduction-main .top-page-nav {
  margin: 0 auto;
  background-color: transparent;
  width: 824px;
  margin-top: 40px;
  padding-bottom: 50px;
}
#sr-contents.top .introduction-main .top-page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sr-contents.top .introduction-main .top-page-nav ul li {
  width: 176px;
  height: 212px;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}
#sr-contents.top .introduction-main .top-page-nav ul li.what {
  background-image: url(../images/index_pict010.png);
}
#sr-contents.top .introduction-main .top-page-nav ul li.prepare {
  background-image: url(../images/index_pict020.png);
}
#sr-contents.top .introduction-main .top-page-nav ul li.search {
  background-image: url(../images/index_pict030.png);
}
#sr-contents.top .introduction-main .top-page-nav ul li.movie {
  background-image: url(../images/index_pict050.png);
}
#sr-contents.top .introduction-main .top-page-nav ul li.what:hover {
  background-image: url(../images/index_pict010_on.png);
}
#sr-contents.top .introduction-main .top-page-nav ul li.prepare:hover {
  background-image: url(../images/index_pict020_on.png);
}
#sr-contents.top .introduction-main .top-page-nav ul li.search:hover {
  background-image: url(../images/index_pict030_on.png);
}
#sr-contents.top .introduction-main .top-page-nav ul li.movie:hover {
  background-image: url(../images/index_pict050_on.png);
}
#sr-contents.top .introduction-main .top-page-nav ul li span {
  display: none;
}
#sr-contents.top .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#sr-contents.top .top-page-nav > .page-link {
  margin-top: 50px;
  margin-bottom: 10px;
}
#sr-contents.top .page-link > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #ff7495;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ff7495 url(../images/icon_arrow02.png) no-repeat 98% center;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#sr-contents.top .page-link > a:hover {
  color: #ff7495;
  background: #fff url(../images/icon_arrow-prepare.png) no-repeat 98% center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#sr-contents.top .page-link.lightBlue > a {
  color: #fff;
  font-weight: bold;
  border-color: #4cbde2;
  background: #4cbde2 url(../images/icon_arrow02.png) no-repeat 98% center;
  justify-content: center;
}
#sr-contents.top .page-link.lightBlue > a:hover {
  color: #4cbde2;
  background: #fff url(../images/icon_lightblue.png) no-repeat 98% center;
}
#sr-contents.top .section-inner {
  width: 960px;
  margin: 0 auto;
}
#sr-contents.top .category-top .category-header {
  margin-top: 20px;
  font-size: 187.5%;
  line-height: 1.5333;
  text-align: center;
}
#sr-contents.top .link-button.prepare {
  background-color: #268ff2;
  border: 2px solid #268ff2;
}
#sr-contents.top .link-button.prepare .link-button-inner {
  color: #fff;
}
#sr-contents.top .link-button.prepare::after {
  background-image: url(../images/icon_arrow02.png);
}
#sr-contents.top .link-button.prepare:hover {
  background-color: #21439c;
  border: 2px solid #21439c;
}
#sr-contents.top .section-inner .category-ttl {
  text-align: center;
  position: relative;
  overflow: visible;
}
#sr-contents.top .section-inner .category-ttl img {
  margin-top: -20px;
}
#sr-contents.top .section-inner .category-ttl span {
  display: none;
}
/*
	#what
*/
#sr-contents.top #what .category-top p {
  margin: 30px auto auto;
  margin-left: 136px;
  font-size: 114.28571428571%;
  line-height: 1.75;
}
#sr-contents.top #what .category-header {
  color: #268ff2;
}
#sr-contents.top #what .header-sub-01 {
  color: #268ff2;
}
#sr-contents.top #what .header-sub-01 span {
  color: #444444;
}
#sr-contents.top #what .section-01 {
  background: #f1f7fc;
  padding-bottom: 90px;
}
#sr-contents.top #what .section-02 {
  background-color: #e5eff9;
  padding-bottom: 40px;
}
#sr-contents.top #what .section-03 {
  background-color: #f8fbfd;
  padding-bottom: 60px;
}
#sr-contents.top #what .section-04 {
  background-color: #f1f7fc;
  padding-bottom: 50px;
}
#sr-contents.top #what .section-04 .section-content-01 {
  padding-top: 50px;
}
#sr-contents.top #what .section-05 {
  background-color: #ebf5ff;
}
#sr-contents.top #what .section-05 .section-content-03 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sr-contents.top #what .section-inner .section-content-01 {
  width: 465px;
  padding-top: 70px;
}
#sr-contents.top #what .section-inner .section-content-02 {
  width: 465px;
  margin: -40px 0 0 30px;
}
#sr-contents.top #what .section-inner .section-content-03 {
  width: 700px;
  padding-top: 60px;
}
#sr-contents.top #what .section-inner .section-content-04 {
  width: 260px;
  padding-top: 50px;
}
/*
	#prepare
*/
#sr-contents.top #prepare .category-header {
  color: #ff7495;
}
#sr-contents.top #prepare .header-sub-prepare {
  font-size: 500%;
  margin-bottom: 10px;
}
#sr-contents.top #prepare .header-sub-01,
#sr-contents.top #prepare .header-sub-prepare {
  color: #ff7495;
}
#sr-contents.top #prepare .header-sub-01 span,
#sr-contents.top #prepare .header-sub-prepare span {
  color: #444444;
}
#sr-contents.top #prepare .p-sub-prepare {
  font-size: 120%;
  font-weight: bold;
}
#sr-contents.top #prepare .section-01 {
  background: #ffecf1;
  padding-bottom: 50px;
}
#sr-contents.top #prepare .section-02 {
  background: #ffecf1;
  padding-bottom: 40px;
}
#sr-contents.top #prepare .section-03 {
  background: #fffbfc;
  padding-top: 40px;
  padding-bottom: 60px;
}
#sr-contents.top #prepare .section-04 {
  background: #fff6f8;
  /*
	margin-bottom: 40px;
	*/
  padding-top: 40px;
  padding-bottom: 40px;
}
#sr-contents.top #prepare .section-05 {
  margin-top: 40px;
  padding-bottom: 50px;
}
#sr-contents.top #prepare .section-inner .section-content-01 {
  width: 480px;
}
#sr-contents.top #prepare .section-inner .section-content-02 {
  width: 480px;
}
#sr-contents.top #prepare .section-inner .section-content-03 {
  width: 465px;
  margin-top: -150px;
}
#sr-contents.top #prepare ul.items-nav li {
  width: auto;
  height: 60px;
  font-size: 114.28571428571%;
  margin: 0 0 16px 0;
}
#sr-contents.top #prepare ul.items-nav li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #ff7495;
  border-radius: 4px;
  border: 2px solid #ff7495;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff url(../images/icon_arrow-prepare.png) no-repeat 98% center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#sr-contents.top #prepare ul.items-nav li a:hover {
  color: #fff;
  background: #ff7495 url(../images/icon_arrow02.png) no-repeat 98% center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#sr-contents.top #prepare ul.items-nav li.stanby {
  width: 100%;
  font-size: 142.85714285714%;
  height: 70px;
}
#sr-contents.top #prepare ul.items-nav li.stanby a {
  color: #fff;
  background: #ff7495 url(../images/icon_arrow02.png) no-repeat 98% center;
}
#sr-contents.top #prepare ul.items-nav li.stanby a:hover {
  color: #ff7495;
  background: #fff url(../images/icon_arrow-prepare.png) no-repeat 98% center;
}
#sr-contents.top #prepare ul.items-nav li.small {
  height: 50px;
}
#sr-contents.top #prepare ul.items-nav li.stanby a,
#sr-contents.top #prepare ul.items-nav li.small a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sr-contents.top #prepare ul.useof {
  width: 782px;
  margin: auto;
}
#sr-contents.top #prepare ul.useof li {
  width: 210px;
}
#sr-contents.top #prepare ul.useof li img {
  margin-bottom: 25px;
}
/*
	#search
*/
#sr-contents.top #search {
  background-color: #edf7f7;
  padding-bottom: 40px;
}
#sr-contents.top #search .section-01 {
  background-color: #edf7f7;
  color: #0dbcc1;
  padding-bottom: 50px;
}
#sr-contents.top #search .section-02 {
  background-color: #edf7f7;
}
#sr-contents.top #search .section-02 .search-items-nav {
  margin: 0 0 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sr-contents.top #search .section-02 .search-items-nav-item {
  width: 270px;
  height: 60px;
  border-radius: 4px;
  background-color: #fff;
  color: #0dbcc1;
  border: 2px solid #0dbcc1;
  cursor: pointer;
  text-align: center;
  font-size: 114.28571428571%;
  display: table;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#sr-contents.top #search .section-02 .search-items-nav-item:last-of-type {
  margin-right: 0;
}
#sr-contents.top #search .section-02 .search-items-nav-item span {
  display: table-cell;
  line-height: 1;
  vertical-align: middle;
}
#sr-contents.top #search .section-02 .search-items-nav-item:hover,
#sr-contents.top #search .section-02 .search-items-nav-item.active {
  background-color: #0dbcc1;
  color: #fff;
}
#sr-contents.top #search .section-02 .search-items-nav-item.active {
  cursor: default;
}
#sr-contents.top #search .section-02 .search-items-nav-item.active::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -11px;
  left: 0;
  width: 25px;
  height: 11px;
  background-image: url(../images/icon_arrow_under02.png);
  right: 0;
  margin: auto;
}
#sr-contents.top #search .section-02 .search-tab-content {
  display: none;
}
#sr-contents.top #search .section-02 .search-tab-content.open {
  display: block;
}
#sr-contents.top #search .section-02 .showroom-map {
  margin-top: 40px;
  padding-bottom: 40px;
}
/*
	#movie
*/
#sr-contents.top #movie .category-header {
  color: #f4b74d;
  margin-bottom: 40px;
}
#sr-contents.top #movie .header-sub-01 {
  color: #444;
  line-height: 1.5;
  font-weight: bold;
  font-size: 280%;
}
#sr-contents.top #movie .header-sub-01:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #b0b0b0;
  margin-top: 10px;
}
#sr-contents.top #movie .section-01 {
  background: #fff5e4;
  padding-bottom: 50px;
}
#sr-contents.top #movie .section-content-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sr-contents.top #movie .section-content-01 .category-header {
  margin-bottom: 15px;
  text-align: left;
}
#sr-contents.top #movie .section-content-01 .section-content-image {
  margin: 0 40px 0 0;
  width: 160px;
}
#sr-contents.top #movie .section-content-01 .section-content-image > img {
  width: 100%;
}
#sr-contents.top #movie .section-content-02 {
  margin-top: 40px;
}
#sr-contents.top #movie .section-content-02 small {
  color: #f4b74d;
  font-size: 150%;
  line-height: 1;
}
#sr-contents.top #movie .section-content-03 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#sr-contents.top #movie .section-content-unit {
  width: 220px;
  margin-right: 27px;
}
#sr-contents.top #movie .section-content-unit:last-child {
  margin-right: 0;
}
#sr-contents.top #movie .section-content-unit dt {
  margin-bottom: 10px;
}
#sr-contents.top #movie .section-content-unit dt > img {
  width: 100%;
}
#sr-contents.top #movie .section-content-unit dd {
  color: #414141;
}
#sr-contents.top #movie .section-content-unit dd.data-videoOpen {
  color: #3366cc;
  cursor: pointer;
}
#sr-contents.top #movie .section-content-unit dd.data-videoOpen:hover {
  text-decoration: underline;
}
#sr-contents.top #movie .movie-modal {
  display: none;
  opacity: 0;
}
#sr-contents.top #movie .movie-modal.is-open {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s swing;
  transition: opacity .3s swing;
}
#sr-contents.top #movie .movie-modal.is-open .movie-modal-content {
  display: block;
  width: 960px;
  z-index: 100000;
}
#sr-contents.top #movie .movie-modal.is-open .movie-modal-overlay {
  display: block;
  width: 100vw;
  background: black;
  height: 100vh;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  opacity: 0.67;
}
#sr-contents.top #movie .movie-modal-overlay {
  display: none;
}
#sr-contents.top #movie .movie-modal-content {
  background: #000;
  position: fixed;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 4px;
  padding: 20px 70px;
  overflow-y: auto;
}
#sr-contents.top #movie .modal-content-video {
  width: 820px;
  height: 460px;
}
#sr-contents.top #movie .movie-modal-content-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 25px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-image: url(../images/showroom_sub/button_close_white.png);
  background-position: 0 0;
}
#sr-contents.top * #exhibit {
  padding: 25px;
  background: #d6eded;
  border-radius: 6px;
}
@media only screen and (max-width: 1300px) {
  #sr-contents.top #fix-navigation {
    position: fixed;
    right: 10px;
  }
}
@media only screen and (max-width: 736px) {
  #sr-contents.top {
    margin-bottom: -30px;
  }
  #sr-contents.top .section-inner {
    width: 90.625%;
    margin: 0 auto;
    display: block;
  }
  #sr-contents.top #fix-navigation {
    display: none;
  }
  #sr-contents.top .main-visual {
    width: 100%;
    position: relative;
    height: auto;
    background: url(../images/index_mainpict_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  #sr-contents.top .main-visual p.cath {
    position: static;
  }
  #sr-contents.top .main-visual img.backImg {
    width: 100%;
    min-width: 100%;
  }
  #sr-contents.top h1.main-title {
    width: 100%;
    margin: 0;
    padding: 7px 3.125%;
    font-size: 140%;
  }
  #sr-contents.top .main-visual p.cath {
    width: auto;
    height: 70%;
  }
  #sr-contents.top .main-visual p.cath img {
    width: 100%;
    height: auto;
  }
  #sr-contents.top .main-visual p.cath-copy {
    position: static;
    display: block;
    height: auto;
    font-size: inherit;
    letter-spacing: normal;
    width: 100%;
    text-align: left;
    background-color: none;
    padding: 1em;
  }
  #sr-contents.top .main-visual p.cath-copy br {
    display: none;
  }
  #sr-contents.top .category-header,
  #sr-contents.top .header-prepare,
  #sr-contents.top .header-search {
    font-size: 128.57142857143%;
    padding: 81px 0 0 0;
    font-weight: bold;
    background-size: 72px;
    margin: 0 0 19px 0;
  }
  #sr-contents.top .link-button.pc-small {
    height: 35px;
    width: 100%;
  }
  #sr-contents.top .link-button.pc-small::after {
    top: 9px;
  }
  #sr-contents.top .link-button::after {
    top: 16px;
  }
  #sr-contents.top .link-button.prepare .link-button-inner {
    color: #fff;
  }
  #sr-contents.top .link-button.prepare::after {
    background-image: url(../images/icon_arrow02.png);
  }
  #sr-contents.top .link-button.prepare:hover {
    border: 2px solid #268ff2;
  }
  #sr-contents.top .link-button.prepare:hover::after {
    background-image: url(../images/icon_arrow01.png);
  }
  #sr-contents.top .link-button.search {
    border: 2px solid #0dbcc1;
  }
  #sr-contents.top .link-button.search .link-button-inner {
    color: #fff;
  }
  #sr-contents.top .link-button.search::after {
    background-image: url(../images/icon_arrow02.png);
  }
  #sr-contents.top .link-button.search:hover {
    border: 2px solid #0dbcc1;
  }
  #sr-contents.top .link-button.search:hover::after {
    background-image: url(../images/icon_arrow01.png);
  }
  #sr-contents.top .introduction {
    padding: 0 3.125%;
  }
  #sr-contents.top .introduction-main {
    height: auto;
  }
  #sr-contents.top .introduction-main .top-page-nav {
    margin: 0 auto 50px auto;
    padding: 0;
    background-color: transparent;
    width: auto;
    min-width: 100%;
  }
  #sr-contents.top .introduction-main .top-page-nav ul {
    display: block;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li {
    width: 100%;
    height: auto;
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #d0d8dc;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li.what,
  #sr-contents.top .introduction-main .top-page-nav ul li.prepare,
  #sr-contents.top .introduction-main .top-page-nav ul li.search,
  #sr-contents.top .introduction-main .top-page-nav ul li.movie,
  #sr-contents.top .introduction-main .top-page-nav ul li.what:hover,
  #sr-contents.top .introduction-main .top-page-nav ul li.prepare:hover,
  #sr-contents.top .introduction-main .top-page-nav ul li.search:hover,
  #sr-contents.top .introduction-main .top-page-nav ul li.movie:hover {
    background-image: url(../images/index_intro_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li a {
    width: 100%;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li span:first-of-type {
    width: 74px;
    height: 74px;
    margin-right: 1em;
    border-radius: 37px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* Safari */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* Safari */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li:nth-child(1) span:first-of-type {
    background: #0dbcc1;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li:nth-child(2) span:first-of-type {
    background: #268ff2;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li:nth-child(3) span:first-of-type {
    background: #ff7495;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li:nth-child(4) span:first-of-type {
    background: #f4b74d;
  }
  #sr-contents.top .introduction-main .top-page-nav ul li img {
    display: none;
  }
  #sr-contents.top .top-page-nav > .page-link {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #sr-contents.top #what [class^="section-"],
  #sr-contents.top #what [class^="section-"] [class^="section-content-"],
  #sr-contents.top #prepare [class^="section-"],
  #sr-contents.top #prepare [class^="section-"] [class^="section-content-"],
  #sr-contents.top #search [class^="section-"],
  #sr-contents.top #search [class^="section-"] [class^="section-content-"] {
    margin: auto;
    padding: 10px 0 20px 0;
  }
  #sr-contents.top * .category-header {
    margin: 20px auto 0 0;
    padding: 0;
    font-size: 120%;
  }
  #sr-contents.top #what .header-sub-01,
  #sr-contents.top #prepare .header-sub-01,
  #sr-contents.top #search .header-sub-01 {
    font-size: 140%;
    margin-bottom: 16px;
  }
  #sr-contents.top h2[class^="header-sub-0"]:after {
    margin-top: 8px;
  }
  #sr-contents.top #what .header-sub-01 br,
  #sr-contents.top #prepare .header-sub-01 br,
  #sr-contents.top #search .header-sub-01 br {
    display: none;
  }
  #sr-contents.top #what .category-top p,
  #sr-contents.top #prepare .category-top p,
  #sr-contents.top #search .category-top p {
    margin: auto;
    font-size: 114.28571428571%;
  }
  #sr-contents.top .section-inner .category-ttl {
    margin-top: -30px;
  }
  #sr-contents.top #what .category-top .category-ttl span,
  #sr-contents.top #prepare .category-top .category-ttl span,
  #sr-contents.top #search .category-top .category-ttl span,
  #sr-contents.top #movie .category-top .category-ttl span {
    width: 74px;
    height: 74px;
    margin-top: -20px;
    margin-right: 1em;
    border-radius: 37px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* Safari */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* Safari */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sr-contents.top #what .category-top .category-ttl img,
  #sr-contents.top #prepare .category-top .category-ttl img,
  #sr-contents.top #search .category-top .category-ttl img,
  #sr-contents.top #movie .category-top .category-ttl img {
    display: none;
  }
  #sr-contents.top #what .category-top .category-ttl span {
    background: #268ff2;
  }
  #sr-contents.top #prepare .category-top .category-ttl span {
    background: #ff7495;
  }
  #sr-contents.top #search .category-top .category-ttl span {
    background: #0dbcc1;
  }
  #sr-contents.top #movie .category-top .category-ttl span {
    background: #f4b74d;
  }
  #sr-contents.top #what .section-inner .section-content-01,
  #sr-contents.top #what .section-inner .section-content-02,
  #sr-contents.top #prepare .section-inner .section-content-01,
  #sr-contents.top #prepare .section-inner .section-content-02,
  #sr-contents.top #prepare .section-inner .section-content-03 {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  #sr-contents.top #what .section-01 {
    padding-bottom: 20px;
  }
  #sr-contents.top #what .section-05 .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sr-contents.top #what .section-05 .section-inner .section-content-03 {
    width: 70%;
  }
  #sr-contents.top #what .section-05 .section-inner .section-content-04 {
    width: 30%;
    padding: 10px;
  }
  #sr-contents.top #search .section-02 .search-items-area {
    background: none;
  }
  #sr-contents.top #prepare .section-01,
  #sr-contents.top #prepare .section-02 {
    padding-bottom: 10px;
  }
  #sr-contents.top #prepare .header-sub-prepare {
    font-size: 140%;
    line-height: 1;
    margin: 0 0 16px 0;
    padding: 0;
  }
  #sr-contents.top #prepare ul.items-nav {
    width: 100%;
    display: block;
  }
  #sr-contents.top #prepare ul.items-nav li {
    width: 100%;
    font-size: 100%;
    margin: 16px 0 0 0;
  }
  #sr-contents.top #prepare ul.items-nav li a,
  #sr-contents.top #prepare ul.items-nav li a:hover {
    padding: 8px;
  }
  #sr-contents.top #prepare ul.items-nav li.stanby {
    font-size: 114%;
  }
  #sr-contents.top #prepare ul.items-nav li.small {
    font-size: 100%;
  }
  #sr-contents.top #prepare ul.items-nav li span {
    display: block;
    width: 90%;
  }
  #sr-contents.top #prepare ul.useof {
    display: block;
    width: 100%;
  }
  #sr-contents.top #prepare ul.useof li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #sr-contents.top #prepare ul.useof li span {
    display: inline-block;
    width: 24%;
    height: auto;
    margin-right: 4%;
    vertical-align: middle;
  }
  #sr-contents.top #prepare ul.useof li span img {
    height: auto;
    margin: 0;
  }
  #sr-contents.top #prepare ul.useof li p {
    width: 72%;
    display: inline-block;
    vertical-align: middle;
  }
  #sr-contents.top #prepare .section-inner .section-content-03 {
    margin-bottom: 30px;
  }
  #sr-contents.top #prepare ul.items-nav li.stanby a:hover {
    color: #fff;
    background: #ff7495 url(../images/icon_arrow02.png) no-repeat 98% center;
  }
  #sr-contents.top #prepare ul.items-nav li a:hover {
    color: #ff7495;
    background: #fff url(../images/icon_arrow-prepare.png) no-repeat 98% center;
  }
  #sr-contents.top #search {
    padding-bottom: 0;
  }
  #sr-contents.top #search .section-01 {
    padding-bottom: 10px;
  }
  #sr-contents.top #search .section-02 .search-items-area {
    padding: 0;
  }
  #sr-contents.top #search .section-02 .search-items-nav {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sr-contents.top #search .section-02 .search-items-nav li {
    width: 32%;
    font-size: 100%;
    margin: 0;
  }
  #sr-contents.top #search .section-02 .search-items-nav li a {
    padding: 8px;
  }
  #sr-contents.top #search .section-02 .search-items-nav-item span {
    padding: 3%;
  }
  /*
#sr-contents.top #search .section-02 .search-items-nav-item.active::after{
	left: 36%;
}
*/
  #sr-contents.top #movie .category-header {
    color: #f4b74d;
    margin-bottom: 40px;
  }
  #sr-contents.top #movie .header-sub-01 {
    color: #444;
    line-height: 1.8;
    font-size: 150%;
  }
  #sr-contents.top #movie .header-sub-01:after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background: #b0b0b0;
    margin-top: 10px;
  }
  #sr-contents.top #movie .section-01 {
    padding-bottom: 10px;
  }
  #sr-contents.top #movie .section-01 .section-inner .category-ttl {
    margin-top: 0;
  }
  #sr-contents.top #movie .section-content-01 {
    display: block;
  }
  #sr-contents.top #movie .section-content-01 .category-header {
    margin-bottom: 20px;
    font-size: 160%;
    text-align: center;
  }
  #sr-contents.top #movie .section-content-01 .section-content-image {
    margin: 0 auto;
    width: 45%;
  }
  #sr-contents.top #movie .section-content-01 .section-content-image > img {
    width: 100%;
  }
  #sr-contents.top #movie .section-content-02 {
    margin-top: 40px;
  }
  #sr-contents.top #movie .section-content-02 small {
    color: #f4b74d;
    font-size: 130%;
    line-height: 1;
  }
  #sr-contents.top #movie .section-content-03 {
    margin-top: 40px;
    display: block;
  }
  #sr-contents.top #movie .section-content-unit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #sr-contents.top #movie .section-content-unit dt {
    margin-bottom: 10px;
  }
  #sr-contents.top #movie .section-content-unit dt > img {
    width: 100%;
  }
  #sr-contents.top #movie .section-content-unit dd {
    color: #414141;
  }
  #sr-contents.top #movie .section-content-unit dd.data-videoOpen {
    color: #3366cc;
    cursor: pointer;
  }
  #sr-contents.top #movie .section-content-unit dd.data-videoOpen:hover {
    text-decoration: none;
  }
  #sr-contents.top #movie .movie-modal {
    display: none;
    opacity: 0;
  }
  #sr-contents.top #movie .movie-modal.is-open {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
  #sr-contents.top #movie .movie-modal.is-open .movie-modal-content {
    width: 90vw;
    height: auto;
    z-index: 100000;
  }
  #sr-contents.top #movie .movie-modal.is-open .movie-modal-overlay {
    display: block;
    width: 100vw;
    background: black;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    opacity: 0.67;
  }
  #sr-contents.top #movie .movie-modal-overlay {
    display: none;
  }
  #sr-contents.top #movie .movie-modal-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    padding: 25px 10px;
  }
  #sr-contents.top #movie .modal-content-video {
    width: 100%;
    height: 240px;
  }
  #sr-contents.top #movie .movie-modal-content-close {
    position: absolute;
    cursor: pointer;
    right: 12px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-image: url(../images/showroom_sub/button_close_white.png);
    background-position: 0 0;
  }
  #sr-contents.top * #exhibit {
    padding: 8px;
  }
  #sr-contents #collabo-about .section-inner {
    width: 90.625%;
  }
}
/*# sourceMappingURL=showroom_top.css.map */
