#app .txtNote {
  color: #cd0000;
}
#app .inner.inner__tab {
  max-width: none;
}
#app .j_tab .btnNext,
#app .j_tab .btnPrev {
  display: block!important;
}
#app .model-view .j_tab .btnPrev {
  left: calc(50% - 480px);
}
#app .model-view .j_tab .btnNext {
  left: calc(50% + 480px);
}
#app .formReset .defaultChecked {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f82b8), to(#0b5bce)),#7ca4dd;
  background: -webkit-linear-gradient(bottom, #0f82b8 0%, #0b5bce 100%),#7ca4dd;
  background: linear-gradient(0deg, #0f82b8 0%, #0b5bce 100%),#7ca4dd;
  -webkit-background-clip: content-box, border-box;
  background-clip: content-box, border-box;
  color: #fff;
}
#app .formReset .defaultChecked:before {
  background: #fff;
  border-color: #0b5bce;
  -webkit-box-shadow: inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #fff;
}
#app .formReset .defaultChecked:after {
  opacity: 1;
  background: #0b5bce;
}
#app .j_tab .tabGra .flex {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#app .sliderChooseModel .j_sliderChooseModel .item {
  width: 324px;
}
#app .sliderChooseModel .j_sliderChooseModel:before {
  width: calc(34% - 16px);
}
#app .sliderChooseModel .j_sliderChooseModel:after {
  width: 34%;
}
#app .sliderChooseModel .j_sliderChooseModel .item figure {
  padding: 30% 13% 20px;
}
#app .sliderChooseModel .j_sliderChooseModel .item figure img {
  max-width: 160px;
}
#app .sliderChooseModel .j_sliderChooseModel .item figure img.img_SHSGT1,
#app .sliderChooseModel .j_sliderChooseModel .item figure img.img_ZESBE1,
#app .sliderChooseModel .j_sliderChooseModel .item figure img.img_SISAK1 {
  width: auto;
  height: 200px;
}
#app .sliderChooseModel .j_sliderChooseModel .slick-list:before {
  left: calc(66% - 26px);
}
#app .sliderChooseModel .j_sliderChooseModel .slick-list:after {
  left: calc(66% - 25px);
}
#app .batch {
  border-radius: 3px;
}
#app .batch:not(.batchColorGra) {
  color: #fff;
  background: linear-gradient(0deg, #818181, #818181);
  border-radius: 3px;
}
#app .shop-list-view .selected-model {
  cursor: pointer;
}
#app .selected-model .batch {
  margin-top: 0;
}
#app .selected-model .batch + .model-name {
  margin-top: 10px;
}
#app .stock-item .batch {
  margin-top: 20px;
}
#app .selected-model {
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
#app .selected-model figure {
  padding: 10px;
}
#app .selected-model img {
  width: 164px;
}
#app .selected-model img.img_SHSGT1,
#app .selected-model img.img_SHSGT2,
#app .selected-model img.img_SHSGT3,
#app .selected-model img.img_ZESBE1,
#app .selected-model img.img_ZESBE2,
#app .selected-model img.img_ZESBE3,
#app .selected-model img.img_SISAK1,
#app .selected-model img.img_SISAK2,
#app .selected-model img.img_SISAK3 {
  width: auto;
  height: 212px;
  padding: 10px 0;
}
#app .selected-model .search-area,
#app .selected-model .search-location,
#app .selected-model .search-word {
  display: inline-block;
  position: relative;
}
#app .selected-model .search-word {
  padding-left: 30px;
}
#app .selected-model .search-word:before {
  content: "";
  background: url(https://cdn.softbank.jp/site/set/common/p/img/rf2017-ph1/icon-sitesearch-submit.png) no-repeat 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
}
#app .selected-model .search-area,
#app .selected-model .search-location {
  padding-left: 20px;
}
#app .selected-model .search-area:before,
#app .selected-model .search-location:before {
  content: "";
  background: url(https://cdn.softbank.jp/shop/set/data/search/lib/img/shared/icon_distance.png) no-repeat 50%;
  background-size: 10px 16px;
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 16px;
}
#app .selected-model .fixed-area {
  display: none;
}
#app .model-main.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0 0 1px;
  animation: animatinFixed 0.2s;
  background-color: #ccc;
  cursor: pointer;
}
#app .model-main.fixed .selected-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: center;
  padding: 5px;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4) inset;
}
#app .model-main.fixed .fixed-area {
  display: block;
}
#app .model-main.fixed .fixed-area:first-of-type {
  margin: 0 40px;
}
#app .model-main.fixed .fixed-area:nth-of-type(2) {
  border: solid 2px #d4d7db;
  border-radius: 5px;
  padding: 2px 10px;
  color: #0c66c7;
}
#app .model-main.fixed .selected-model > *:not(figure):not(.fixed-area) {
  display: none;
}
#app .model-main.fixed .selected-model img {
  width: auto;
  height: 100px;
}
@keyframes animatinFixed {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
#app .formReset .btnArea.horizontal {
  -ms-flex-pack: center;
  justify-content: center;
}
#app .formReset .tableLayout .inputArea .select {
  width: 100%;
}
#app .formReset .tableLayout .inputArea .select .placeholder:focus option {
  color: #000;
}
#app .flex.flexMg10>.spFlex12 .txt {
  padding-right: 0
}
#app .modal-model-form {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  display: table;
  transition: opacity .3s ease;
}
#app .modal-model-form__container {
  width: 950px;
  height: 98%;
  margin: 10px auto 0;
  padding: 30px 0 0;
  background-color: #fff;
  border-radius: .5em;
  box-shadow: 0 2px 8px rgba(0,0,0,.33);
  transition: all .3s ease;
  overflow-x: hidden;
  overflow-y: auto;
}
#app .modal-model-form__container .chooseColor,
#app .modal-model-form__container .chooseCap {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
#app .flex__reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#app .column-matchHeight {
  padding-left: 100px;
  padding-right: 100px;
}

#app ..column-matchHeight .flex[class*=flex] {
  margin-bottom: 20px;
}
#app .stock-item figure {
  display: inline-block;
  box-sizing: border-box;
  width: 202px;
  padding: 20px;
  background-color: #fff;
  border: 4px solid #cfd0d1;
}
@media only screen and (max-width: 600px) {
  #app .stock-item figure {
    padding: 10px;
  }
}
#app .stock-item img {
  width: 120px;
}
#app .stock-item img.img_SHSGT1,
#app .stock-item img.img_SHSGT2,
#app .stock-item img.img_SHSGT3,
#app .stock-item img.img_ZESBE1,
#app .stock-item img.img_ZESBE2,
#app .stock-item img.img_ZESBE3,
#app .stock-item img.img_SISAK1,
#app .stock-item img.img_SISAK2,
#app .stock-item img.img_SISAK3 {
  width: auto;
  height: 165px;
  padding: 10px 0;
}
#app .shop-detail-view .section.sectionLine {
    padding-top: 0px;
    padding-bottom: 0px;
}
#app .shop-detail-view h3 {
    margin: 50px 0 !important;
    padding: 0 !important;
}
#app .shop-detail-view .section.sectionLine:last-of-type .stock-item:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}
#app .flex>.flex4.boxMoreThan4:nth-child(n + 4) {
    margin-top: 10px;
}
#app .flex.box4 {
    padding-left: 16.77777%;
    padding-right: 16.77777%;
}
#app .flex.box4.flexMg10>.flex4 {
    width: calc( 50% - 10px);
}
#app .flex.box4.flexMg10>.flex4.boxMoreThan4:nth-child(n + 3) {
    margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  #app .j_tab .btnNext,
  #app .j_tab .btnPrev {
    display: none!important;
  }
  #app .j_tab .tabGra {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #app .j_tab .tabGra .flex {
    width: auto;
  }
  #app .j_tab .tabGra .flex.spFlexMg5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  #app .sliderChooseModel .j_sliderChooseModel .slick-list:before {
    left: calc(50% + 75px);
  }
  #app .sliderChooseModel .j_sliderChooseModel .slick-list:after {
    left: calc(50% + 76px);
  }
  #app .sliderChooseModel .j_sliderChooseModel .item {
    width:180px;
  }
  #app .sliderChooseModel .j_sliderChooseModel .item figure {
    padding: 20% 10% 10%;
  }
  #app .sliderChooseModel .j_sliderChooseModel .item figure img {
    width: 100px;
  }
  #app .sliderChooseModel .j_sliderChooseModel .item figure img.img_SHSGT1,
  #app .sliderChooseModel .j_sliderChooseModel .item figure img.img_ZESBE1,
  #app .sliderChooseModel .j_sliderChooseModel .item figure img.img_SISAK1 {
    width: auto;
    height: 135px;
  }
  #app .sliderChooseModel .j_sliderChooseModel .item p {
    height: auto;
  }
  #app .sliderChooseModel .j_sliderChooseModel .item p span {
    line-height: 1.8em;
  }
  #app .sliderChooseModel .j_sliderChooseModel:before {
    width: 172px;
  }
  #app .sliderChooseModel .j_sliderChooseModel:after {
    width: 180px;
  }
  #app .section {
    padding-top:30px;
    padding-bottom: 30px;
  }
  #app .selected-model .batch + .model-name {
    margin-top: 5px;
  }
  #app .selected-model img {
    width: 100px;
  }
  #app .selected-model img.img_SHSGT1,
  #app .selected-model img.img_SHSGT2,
  #app .selected-model img.img_SHSGT3,
  #app .selected-model img.img_ZESBE1,
  #app .selected-model img.img_ZESBE2,
  #app .selected-model img.img_ZESBE3,
  #app .selected-model img.img_SISAK1,
  #app .selected-model img.img_SISAK2,
  #app .selected-model img.img_SISAK3 {
    width: auto;
    height: 127px;
  }
  #app .model-main.fixed .fixed-area:first-of-type {
    margin: 0 20px 0 10px;
  }
  #app .model-main.fixed .selected-model img {
    height: 70px;
  }
  #app .modal-model-form__container {
    width: 98vw;
    margin: 0.5vh auto;
  }
  #app .modal-model-form__container .chooseColor,
  #app .modal-model-form__container .chooseCap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #app .flex__reverse .spFlex12+.spFlex12 {
    margin-top: 15px;
  }
  #app .flex__reverse .spFlex12+.spFlex12 {
    margin-top:15px;
  }
  #app .column-matchHeight .flex {
    margin-left: 0;
    margin-right: 0;
  }
  #app .column-matchHeight .flex [class*=flex] {
    margin-bottom: 10px;
  }
  #app .column-matchHeight {
    padding-left:0;
    padding-right: 0;
  }
  #app .flex>.flex4.stock-item {
    width: calc(33.33333% - 10px);
    margin: 0 5px 30px 5px;
  }
  #app .stock-item .batch {
    margin-top: 12px;
  }
  #app .stock-item figure {
    width: 82px;
    border: 2px solid #cfd0d1;
  }
  #app .stock-item img.img_SHSGT1,
  #app .stock-item img.img_SHSGT2,
  #app .stock-item img.img_SHSGT3,
  #app .stock-item img.img_ZESBE1,
  #app .stock-item img.img_ZESBE2,
  #app .stock-item img.img_ZESBE3,
  #app .stock-item img.img_SISAK1,
  #app .stock-item img.img_SISAK2,
  #app .stock-item img.img_SISAK3 {
    width: auto;
    height: 80px;
    padding: 10px 0;
  }
  #app .shop-detail-view h3 {
    margin: 40px 0 !important;
  }
}
.fw#model-price.model-price_top #model .j_toggleBtn {
  padding: 30px 0;
  border-top: #e0e0e0 1px solid;
}
.fw#model-price.model-price_top #model .chooseColor,
.fw#model-price.model-price_top #model .chooseCap {
  border-top: none;
}
.fw#model-price.model-price_top #model .chooseShop {
  padding: 60px 0;
  border-top: #e0e0e0 1px solid;
}
.fw#model-price.model-price_top #model .chooseShop .ttl {
  font-size: 24px;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 0px 0px 40px;
}
.fw .chooseCap .btnArea + .btnArea {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .fw .chooseCap .btnArea + .btnArea {
    margin-top: 30px;
  }
}
.fw#model-price.model-price_top #model .chooseColor .colorBox .radioBox.selected:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f82b8), to(#0b5bce))!important;
  background: -webkit-linear-gradient(bottom, #0f82b8 0%, #0b5bce 100%)!important;
  background: linear-gradient(0deg, #0f82b8 0%, #0b5bce 100%)!important;;
}
@media only screen and (max-width: 600px) {
  .fw#model-price.model-price_top #model .chooseColor .colorBox .radioBox .selectInr {
    margin-top: 28px;
  }
}
.fw .formReset .btnSelect.radioBox.selected,
.fw .formReset .btnSelect.checkBox.selected {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f82b8), to(#0b5bce)),#7ca4dd;
  background: -webkit-linear-gradient(bottom, #0f82b8 0%, #0b5bce 100%),#7ca4dd;
  background: linear-gradient(0deg, #0f82b8 0%, #0b5bce 100%),#7ca4dd;
  -webkit-background-clip: content-box, border-box;
  background-clip: content-box, border-box;
  color: #fff
}
.fw .formReset .radioBox.selected:before,
.fw .formReset .checkBox.selected:before {
  background: #fff;
  border-color: #0b5bce;
  -webkit-box-shadow: inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #fff;
}
.fw .formReset .radioBox.selected:after {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fw .link.isHover {
      opacity: 1!important;
  }
}
.error-view-403-container {
  width: 100%;
}
.error-view-403 {
  margin: 0 auto 50px;
  max-width: 960px;
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size:18px;
}
.error-view-403__box {
  margin-top: 15px;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #eee;
  border-radius: 5px;
  text-align: center;
}
.error-view-403__p1 {
  margin-bottom:10px;
}
.error-view-403__p3 {
  margin-bottom:10px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .error-view-403 {
    margin: 0 20px 30px 20px;
    text-align: left;
    font-size:16px;
  }
}
.btnCancel {
  position: relative;
}
.btnCancel:before {
  content: '×';
  position: absolute;
  left: 20px;
}