@charset "shift_jis";


/* --------------------------------------------------
  COMMON
-------------------------------------------------- */

.detailFn {
  line-height: 1.6;
  color: #333;
}
.detailFn * {
  margin: 0;
  white-space: normal;
  line-height: inherit;
  font-size: 100%;
  color: inherit;
  box-sizing: border-box;
}

.detailFn img {
  width: 100%;
  height: auto;
}
.detailFn em {
  font-style: normal;
  font-weight: bold;
}
.detailFn ul {
  list-style: none;
}

.detailFn button,
.detailFn select {
  padding: 0;
  line-height: 1;
  font-weight: bold;
}
.detailFn button {
  outline: none;
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.detailFn select {
  padding: 0 3em 0 0.5em;
  width: 100%;
  height: 2.2em;
}

.detailFn label {
  display: inline-block;
  position: relative;
  width: 100%;
}
.detailFn label.w-harf {
  width: 50%;
}

/* ----------------------------------------------- */

.detailFn .detailFnPop {
  position: fixed;
  z-index: 1000;
}

.detailFn .detailFnModal {
  display: none;
  position: relative;
  z-index: 1001;
}
.detailFn .detailFnModalWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.67);
}
.detailFn .detailFnModalInner {
  position: relative;
  border: solid #f68d01;
  background: #f1f1f1;
}

.detailFn .detailFnScroll {
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* ----------------------------------------------- */

.detailFn .detailFnExit {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1em;
  height: 1em;
  text-indent: -10em;
  overflow: hidden;
}
.detailFn .detailFnExit:before,
.detailFn .detailFnExit:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #333;
  width: 1em;
  text-indent: 0;
  content: '';
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg);
}
.detailFn .detailFnExit:before {
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

.detailFn .detailFnClose {
  padding: 8px 0;
  border: 1px solid #000;
  background: #fff;
}

/* ----------------------------------------------- */

.detailFn .detailFnRes {
  background: #f68d01;
  color: #fff;
}
@media (max-width: 1047px) {
.detailFn .detailFnRes {
  min-height: 44px;
  font-size: 16px !important;
}
.detailFn .apparelModal .detailFnRes {
    min-height: 35px !important;
    font-size: 13px !important;
}
}
.detailFn .detailFnRes:before {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background: url(//bandai-a.akamaihd.net/bc/images/shop/icon_cart_01.png) no-repeat left center;
  background-size: auto 1em;
  vertical-align: top;
  content: '';
}
.detailFn .detailFnRes:disabled {
  background-color: #cbccce;
  cursor: default;
}
.detailFn .apparelModal .apparelModalToggle {
    height: 35px;
    font-size: 12px !important;
    border-color: #ccc !important;
    color: #555 !important;
}
/* ----------------------------------------------- */

.detailFn .detailFnCart {
  display: none;
  padding-top: 10px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
}
.detailFn .detailFnCart a {
  display: block;
  margin-top: 30px;
  background: #f68d01;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
}
.detailFn .detailFnError {
  display: none;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #f68d01;
}

.detailFn .detailFnModal .detailFnCart {
  margin-top: -30px;
  padding: 0 40px 40px;
  font-size: 15px;
}
.detailFn .detailFnModal a {
  margin: 30px auto 0;;
  width: 210px;
}
.detailFn .detailFnModal .detailFnError {
  padding: 40px 40px 80px;
  font-size: 15px;
}

/* ----------------------------------------------- */

.detailFn .otherModal .otherModalInfo {
  display: table;
  margin-bottom: 1.5em;
  width: 100%;
}
.detailFn .otherModal .otherModalInfo p {
  display: table-cell;
  vertical-align: top;
}
.detailFn .otherModal .otherModalInfo p:first-child {
  padding-right: 5%;
  width: 37%;
}
.detailFn .otherModal .otherModalInfo img {
  border: 1px solid #cbccce;
}

.detailFn .otherModal dl {
  position: relative;
  margin-bottom: 2em;
  padding-left: 4.5em;
}
.detailFn .otherModal dl dt {
  position: absolute;
  left: 0;
  padding-top: 0.3em;
}
.detailFn .otherModal dl dd {
  margin-bottom: 1em;
  width: 100%;
}

/* ----------------------------------------------- */

.detailFn .apparelModal > p {
  text-align: center;
}

.detailFn .apparelModal > ul > li {
  position: relative;
  border-bottom: 1px solid #e0e4e7;
}

.detailFn .apparelModalImg {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e0e4e7;
}

.detailFn .apparelModalTxt {
  position: relative;
}
.detailFn .apparelModalTxt p {
  word-break: break-all;
  font-weight: bold;
  line-height: 1.3;
}
.detailFn .apparelModalTxt ul {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.detailFn .apparelModalTxt ul li {
  float: left;
  padding: 0 0 0 5px !important;
  width: 50%;
}
.detailFn .apparelModalTxt ul li:first-child {
  padding: 0 0 0 5px !important;
}
.detailFn .apparelModalTxt button {
  border: 1px solid #f68d01;
}
.detailFn .apparelModalTxt button:disabled {
  border-color: #cbccce;
}
.detailFn .apparelModalTxt ul li:first-child button {
  border-color: #000;
  background: #fff;
  color: #333;
}
.detailFn .apparelModalTxt ul li:first-child button:before {
  margin-right: 3px;
  content: '';
}
.detailFn .apparelModalTxt ul li:first-child button.open:before {
  content: '';
}

.detailFn .apparelModalMask {
  display: none;
  position: relative;
}
.detailFn .apparelModalSlide {
  border: 1px solid #e0e4e7;
}

.detailFn .apparelModalThumb img {
  border: 1px solid #e0e4e7;
}
.detailFn .apparelModalThumb .on img {
  border-color: #f68d01;
}

.detailFn .apparelModal .slick-slide {
  height: auto;
}
.detailFn .apparelModal .slick-arrow {
  position: absolute;
  top: 50%;
  border: solid #e7dddd;
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  font-size: 0;
  opacity: 0.9;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.detailFn .apparelModal .slick-arrow:before {
  display: none;
}
.detailFn .apparelModal .slick-prev {
  left: 0;
  border-width: 1px 1px 1px 0;
  border-radius: 0 4px 4px 0;
  background-image: url(/bc/images/common/common_smp_new2014_slideleft.svg);
}
.detailFn .apparelModal .slick-next {
  right: 0;
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
  background-image: url(/bc/images/common/common_smp_new2014_slideright.svg);
}


/* --------------------------------------------------
  PC (#cduWrap) 
-------------------------------------------------- */

#cduWrap label {
  font-size: 15px;
}

#cduWrap .detailFnExit {
  font-size: 16px;
}

#cduWrap .detailFnClose {
  display: block;
  margin: 0 auto;
  width: 430px;
  font-size: 15px;
}

#cduWrap .detailFnModalInner {
  padding-top: 40px;
  border-width: 2px;
}

#cduWrap .detailFnCart a,
#cduWrap .detailFnPop .detailFnRes,
#cduWrap .otherModal .detailFnRes {
  padding: 9px 0;
  font-size: 15px;
}

/* ----------------------------------------------- */

#cduWrap .detailFnPop {
  display: none;
  right: 50px;
  bottom: 50px;
  border: 2px solid #f68d01;
  padding: 25px 25px 20px;
  width: 260px;
  background: #f1f1f1;
  font-size: 12px;
}
#cduWrap .detailFnPop.hide {
  display: none !important;
}
#cduWrap .detailFnPop dd {
  padding: 10px 0;
  text-align: center;
}

/* ----------------------------------------------- */

#cduWrap .otherModal {
  padding: 0 40px 40px;
  width: 490px;
  font-size: 15px;
}
#cduWrap .otherModal .detailFnRes {
  display: block;
  margin: 0 auto;
  width: 210px;
}

/* ----------------------------------------------- */

#cduWrap .apparelModal {
  padding: 0 40px 40px;
  width: 720px;
}
#cduWrap .apparelModal > p {
  font-size: 18px;
}

#cduWrap .apparelModal > ul > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#cduWrap .apparelModalSelect {
  display: table;
  margin: 16px auto 30px;
  min-width: 430px;
}
#cduWrap .apparelModalSelect label {
  display: table-cell;
  padding: 0 10px;
  min-width: 320px;
}

#cduWrap .apparelModalImg {
  width: 126px;
}

#cduWrap .apparelModalTxt {
  margin-left: 146px;
  padding-bottom: 45px;
  min-height: 126px;
}
#cduWrap .apparelModalTxt p {
  font-size: 15px;
}
#cduWrap .apparelModalTxt button {
  padding: 9px 0;
  font-size: 15px;
}

#cduWrap .apparelModalMask {
  padding-top: 20px;
}

#cduWrap .apparelModalSlide {
  margin-left: 56px;
}

#cduWrap .apparelModalThumb {
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px;
}
#cduWrap .apparelModalThumb div {
  margin-bottom: 5px;
  cursor: pointer;
}


/* --------------------------------------------------
  SP (#container)
-------------------------------------------------- */

#container {
  /*padding-bottom: 70px;*/
}

#container select {
  outline: none;
  border: 1px solid #333;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#container label {
  font-size: 12px;
}
#container label:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  margin-top: -0.7em;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  width: 0.8em;
  height: 0.8em;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#container .detailFnExit {
  font-size: 14px;
}

#container .detailFnClose {
  font-size: 12px;
}

#container .detailFnModalInner {
  padding-top: 25px;
  border-width: 1px;
}

#container .detailFnPop .detailFnRes,
#container .otherModal .detailFnRes {
  padding: 13px 0;
  font-size: 12px;
}

/* ----------------------------------------------- */

#container .detailFnPop {
  bottom: 0;
  left: 0;
  padding: 13px 4.0625%;
  width: 100%;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
#container .detailFnPop .detailFnExit,
#container .detailFnPop dl {
  display: none;
}

/* ----------------------------------------------- */

#container .otherModal {
  padding: 0 3% 20px;
  width: 93vw;
  font-size: 12px;
}

/* ----------------------------------------------- */

#container .apparelModal {
  padding: 0 3% 20px;
  width: 93vw;
}
#container .apparelModal > p {
  font-size: 14px;
}

#container .apparelModal > ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#container .apparelModalSelect label {
  margin: 12px 0 13px;
}
#container .apparelModalSelect label ~ label {
  margin-top: 0;
}

#container .apparelModalImg {
  width: 70px;
}

#container .apparelModalTxt {
  margin-left: 80px;
  padding-bottom: 25px;
  min-height: 70px;
}
#container .apparelModalTxt p {
  font-size: 12px;
}
#container .apparelModalTxt button {
  padding: 4px 0;
  font-size: 10px;
}

#container .apparelModalMask {
  padding-top: 10px;
}

#container .apparelModalThumb {
  margin-top: 10px;
  overflow: hidden;
}
#container .apparelModalThumb div {
  float: left;
  width: 20%;
  text-align: center;
}
#container .apparelModalThumb div:nth-child(n+6) {
  margin-top: 2%;
}
#container .apparelModalThumb img {
  width: 90%;
}


/* --------------------------------------------------
  PC (#cduWrap) apparelDetail
-------------------------------------------------- */

#cduWrap .apparelDetail {
  clear: both;
  margin-bottom: 20px;
  max-height: 600px;
  color: #333;
  overflow: auto;
}
#cduWrap .apparelDetail * {
  white-space: normal;
  color: inherit;
}

#cduWrap .apparelDetail ul {
  padding-bottom: 5px;
}
#cduWrap .apparelDetail ul li {
  display: block !important;
  position: relative;
  margin: 19px 0 0 !important;
  padding: 19px 0 0 !important;
  list-style: none;
  overflow: hidden;
}
#cduWrap .apparelDetail ul li ~ li {
  border-top: 1px solid #e0e4e7;
}

#cduWrap .apparelDetailInfo {
  float: right;
  word-break: break-all;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

#cduWrap .apparelDetailImg img {
  border: 1px solid #e0e4e7;
  height: auto;
}

#cduWrap .apparelDetailBtn input {
  margin: 0 !important;
}

@media (min-width: 1390px) {

  #cduWrap .apparelDetail ul {
    width: 492px;
  }
  #cduWrap .apparelDetailImg img {
    width: 129px;
  }
  #cduWrap .apparelDetailInfo {
    padding-bottom: 44px;
    width: 342px;
  }
  #cduWrap .apparelDetailBtn {
    position: absolute;
    bottom: 0;
    right: 0;
  }

}

@media (max-width: 1389px) {

  #cduWrap .apparelDetail ul {
    margin: 0 auto;
    width: 342px;
  }
  #cduWrap .apparelDetailImg img {
    width: 90px;
  }
  #cduWrap .apparelDetailInfo {
    width: 235px;
  }
  #cduWrap .apparelDetailBtn {
    clear: both;
    padding-top: 10px;
  }

}


/* --------------------------------------------------
  PC (#cduWrap) cdu2sideColumn
-------------------------------------------------- */

#cdu2mainColumn {
  padding-bottom: 1px;
}
#cdu2sideColumn {
  position: relative;
}
#cdu2sideMove {
  position: absolute;
  top: 0;
  padding-bottom: 1px;
  width: 240px;
}
#cdu2sideMove.top {
  top: 0 !important;
}
#cdu2sideMove.bottom {
  top: auto !important;
  bottom: 0;
}
#cdu2sideMove.fTop {
  position: fixed;
  top: 20px !important;
}
#cdu2sideMove.fBottom {
  position: fixed;
  top: auto !important;
  bottom: 0;
}
