@charset "UTF-8";


@media print, screen and (max-width: 750px) {
  /* -----------------------------------------------------------------------------

	item
  
----------------------------------------------------------------------------- */
  .container {
    padding-bottom: 30px;
  }
  .item .itemSpec {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .item .itemSpec h2,
  .item .itemSpec h3 {
    background: #cfcfcf;
    padding: 3%;
    font-size: 1.4rem;
    line-height: 80px;
    font-weight: 600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
  }
  .item .itemSpec .itemSpecContent {
    margin: 15px;
    font-size: 1.3rem;
  }
  .item .itemSpec .itemSpecContent.itemSpecContentSet {
    font-size: 1.2rem;
  }
  .item .itemSpec .itemSpecContent li {
    margin-bottom: 5px;
  }
  .item .itemSpec .itemSpecContent .note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .item .itemSpec .itemSpecContent a {
    text-decoration: underline;
  }
  .item .itemSpec .itemSpecContent .itemSpecPict {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .item .itemSpec .itemSpecContent .itemSpecPict li {
    height: 54px;
    margin-left: 15px;
  }
  .item .itemSpec .itemSpecContent .itemSpecPict li:first-child {
    margin-left: 0;
  }
  .item .itemSpec .itemSpecContent .itemSpecPict li img {
    width: auto;
    height: 100%;
  }
  .item .itemSpecInner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .item #data01 .itemImg {
    text-align: center;
  }
  .item #data01 .itemImg img {
    max-width: 100%;
    height: auto;
  }
  .item #data01 .headerIcon {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
  }
  .item #data01 .headerIcon p {
    display: inline-block;
    background: #000;
    padding: 2px 18px;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 100px;
  }
  .item #data01 .itemName {
    padding: 30px 0 0;
  }
  .item #data01 .itemName h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.2;
    text-align: left;
    display: -webkit-box;
    display: flex;
  }
  .item #data01 .itemName h2 .name {
    display: block;
  }
  .item #data01 .itemName h2 .name span {
    padding: 0 0 4px;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .item #data01 .itemName h2 .name span.name_inner {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    display: -webkit-box;
    display: flex;
  }
  .item #data01 .itemName .price {
    font-size: 1.8rem;
    color: #555;
  }
  .item #data01 .itemName .summery {
    background: #ddd;
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .item #data01 .itemName .summery li {
    display: inline-block;
    margin-right: 10px;
  }
  .item #data01 .itemName .option {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .item #data01 .itemName .wrapBtn {
    margin-top: 15px;
    display: -webkit-box;
    display: flex;
  }
  .item #data01 .itemName .wrapBtn a {
    display: inline-block;
    padding: 12px 2%;
    width: 45%;
    font-size: 1.4rem;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
  }
  .item #data01 .itemName .wrapBtn a span {
    padding-right: 18px;
  }
  .item #data01 .itemName .wrapBtn a:hover {
    background: #eee;
  }
  .item #data01 .itemName-construnction {
    width: 100%;
    padding: 0 0 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-align: center;
            align-items: center;
  }
  .item #data01 .itemName-construnction h2 {
    padding: 20px 0;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .item #data01 .itemName-construnction figure {
    width: 100%;
  }
  .item #data01 .itemName_inner {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .item #data02 #detail {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .item #data02 #detail table {
    width: 100%;
    font-size: 1.4rem;
    table-layout: fixed;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
  }
  .item #data02 #detail table.border-none {
    border: none;
  }
  .item #data02 #detail table tr {
    border-bottom: 1px solid #ddd;
  }
  .item #data02 #detail table tr.border-none {
    border: none;
  }
  .item #data02 #detail table th {
    width: 110px;
    background: #dddddd;
    text-align: left;
    padding: 15px 10px;
    font-weight: normal;
    border-bottom: 1px solid #c0c0c0;
    font-weight: bold;
    vertical-align: top;
  }
  .item #data02 #detail table td {
    padding: 15px 18px;
    vertical-align: top;
  }
  .item #data02 #detail table.nm th {
    background: #fff;
  }
  .item #data02 #detail table.nm td {
    padding-left: 0;
  }
  .item #data02 #detail table.nm td.tableInner {
    padding: 3%;
  }
  .item #data02 #detail ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .item #data02 #detail .listDetail01 li:before {
    content: "・";
  }
  .item #data02 #detail .listDetail02 li:before {
    content: "■";
  }
  .item #data02 #detail .btn {
    width: 85%;
    margin: 20px auto 0;
  }
  .item #data02 #detail .btn a {
    width: 100%;
  }
  .item #data02 #document {
    background: #fff;
  }
  .item #data02 #document h2 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
  }
  .item #data02 #document table tr.gray {
    font-size: 1.4rem;
    text-align: center;
    background: #f7f7f7;
  }
  .item #data02 #document table tr.gray td {
    padding: 2% 0;
  }
  .item #data02 #document table tr td.img a {
    margin: 5% 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .item #data02 #document table tr td.img img {
    max-width: 30%;
  }
  .item #data02 #document table tr td.img .icon-dl {
    width: 20px;
    height: 20px;
    margin: 0 0 0 5%;
    display: block;
  }
  .item #data02 #document table tr td.img .icon-dl img {
    max-width: 100%;
    width: 100%;
  }
  .item #data02 #document table tr td.tableInner {
    padding: 3%;
  }
  .item #data02 #document table tr td.tableInner p {
    font-size: 1.4rem;
  }
  .item #data02 #document dl {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .item #data02 #document dl dt {
    font-size: 1.4rem;
    color: #555;
    text-align: center;
    padding: 15px 0 13px;
    border-top: 1px solid #ddd;
  }
  .item #data02 #document dl dd {
    font-size: 1.4rem;
    padding: 0 20px 20px;
  }
  .item #data02 #document dl dd a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    padding: 8px 35px;
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    text-align: center;
  }
  .item #data02 #document dl dd a .iconBlank {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .item #data02 #document dl dd .hasImg {
    margin-bottom: 10px;
  }
  .item #data02 #document dl dd .hasImg .thumb {
    display: inline-block;
    background: #fff;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  .item #data02 #document dl dd .hasImg img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  .item #data02 #document dl dd .hasImg a {
    text-align: left;
    padding: 8px 20px;
  }
  .item #data02 #document .tagEditor {
    padding-top: 0;
    border-top: 20px solid #f7f7f7;
  }
  .item #data02 #document .tagEditor .tagValue {
    margin-right: 0;
  }
  .item #data02 #document .btnDownload {
    display: none;
  }
  .item #data02 #document .resultBtnArea {
    border-top: 20px solid #f7f7f7;
  }
  .item.itemExample .inner {
    padding-bottom: 50px;
  }
  .tagEditor {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .tagEditor.is-hide {
    opacity: 0;
  }
  .tagEditor_cont {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .tagEditorModeBtn, .tagEditorModeBtn-toggle, .tagEditorModeBtn-clear {
    width: 31%;
    background: #eee;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 8px;
    font-size: 1.4rem;
  }
  .tagEditor .tagValue {
    padding: 0 0 3%;
    border: none;
    max-height: 17vw;
    overflow-y: scroll;
  }
  .tagEditor .tagEditorModeBtn-close {
    width: 40%;
    margin: 0;
    padding: 2% 3%;
  }
  .documentPager {
    margin-top: 30px;
    text-align: center;
  }
  .documentPager .documentPagerPrev,
  .documentPager .documentPagerNext {
    position: relative;
    display: inline-block;
    font-size: 16px;
    background: #000;
    margin: 0 10px;
    padding: 12px 20px;
    border-radius: 100px;
    color: #fff;
  }
  .documentPager .documentPagerPrev:after,
  .documentPager .documentPagerNext:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .documentPager .documentPagerPrev {
    padding-left: 40px;
  }
  .documentPager .documentPagerPrev:after {
    left: 17px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .documentPager .documentPagerNext {
    padding-right: 40px;
  }
  .documentPager .documentPagerNext:after {
    right: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* bnrArea
----------------------------------------------- */
  .itemBnrArea {
    background: #cfcfd7;
    padding: 25px;
    margin-top: 30px;
  }
  .itemBnrArea .lightboxItem {
    display: block;
    position: relative;
  }
  .itemBnrArea .lightboxItem:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url(../../common/img/icon_zoom.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  .itemBnrArea .slick-list {
    width: 100%;
    margin: 0 auto;
  }
  .itemBnrSlider .slick-slide {
    width: 100%;
    padding: 5px;
  }
  .itemBnrSlider .slick-slide img {
    width: 100%;
    height: auto;
  }
  .slick-next {
    right: -25px !important;
    z-index: 20;
  }
  .slick-prev {
    left: -25px !important;
    z-index: 20;
  }
  .itemNote {
    text-align: center;
  }
}

.tagBox {
  display: none;
}

.tagBtn, .tagBtn-view {
  width: 45%;
  height: auto;
  cursor: pointer;
  -webkit-transition: background-image 0.6s ease;
  transition: background-image 0.6s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background: #eeeeee;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2%;
}

.tagBtn_icon {
  width: 5vw;
  height: 5vw;
  display: inline-block;
  background: url("../../common/img/icon_mylist_circle.png") no-repeat center;
  background-size: contain;
  margin-right: 4%;
}

.tagBtn span, .tagBtn-view span {
  width: 100%;
  display: block;
  line-height: 1.6;
}

.tagBtn.is-active, .is-active.tagBtn-view {
  background: #626262;
  color: #fff;
}

.tagBtn.is-active .tagBtn_icon, .is-active.tagBtn-view .tagBtn_icon {
  background: url("../../common/img/icon_mylist_circle_active.png") no-repeat center;
  background-size: contain;
}

.tagBtn-view {
  opacity: 0;
  pointer-events: none;
  width: auto;
  margin: 0 0 0 3%;
  padding: 0 5%;
}

.tagBtn-view.is-view {
  opacity: 1;
  pointer-events: auto;
}

.detail_catalog {
  width: 45%;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 2% 3% 2% 3%;
  text-align: left;
  color: #555;
  background: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid #c0c0c0;
  margin: 3% 0 0;
  position: relative;
}

.detail_catalog::before {
  content: "";
  display: block;
  position: absolute;
  right: 1%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 5px solid #aaa;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkBox {
  padding: 0 0 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.checkBox_head label {
  position: relative;
}

.checkBox_input {
  width: 25px !important;
  height: 25px !important;
  z-index: 1;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.checkBox_input:checked + span::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-6deg) rotate(30deg);
          transform: translate(-50%, -50%) skew(-6deg) rotate(30deg);
}

.checkBox_cont {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  display: block;
  background: #eeeeee;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.checkBox_body {
  font-size: 1.2rem;
}

.checkBox_button {
  width: 100%;
  padding: 3px 0;
  box-sizing: border-box;
  background: #000;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

.checkBox .pagerBtn, .checkBox .pagerBtn-prev, .checkBox .pagerBtn-next {
  width: 25%;
  position: relative;
}

.checkBox .pagerBtn_inner, .checkBox .pagerBtn_inner-prev, .checkBox .pagerBtn_inner-next {
  width: 100%;
  display: block;
  border: 1px solid #000;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
  background: #fff;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  position: relative;
}

.checkBox .pagerBtn_inner:hover, .checkBox .pagerBtn_inner-prev:hover, .checkBox .pagerBtn_inner-next:hover {
  color: #fff;
  background: #000;
}

.checkBox .pagerBtn_inner-prev {
  padding: 8px 0 8px 12px;
}

.checkBox .pagerBtn_inner-prev:hover .pagerBtn_arrow-prev {
  background: #fff;
  -webkit-transform: translate(-30%, -15%);
          transform: translate(-30%, -15%);
}

.checkBox .pagerBtn_inner-prev:hover .pagerBtn_arrow-prev::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.checkBox .pagerBtn_inner-next {
  padding: 8px 12px 8px 0;
}

.checkBox .pagerBtn_inner-next:hover .pagerBtn_arrow-next {
  background: #fff;
  -webkit-transform: translate(30%, -15%);
          transform: translate(30%, -15%);
}

.checkBox .pagerBtn_inner-next:hover .pagerBtn_arrow-next::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.checkBox .pagerBtn_arrow, .checkBox .pagerBtn_arrow-prev, .checkBox .pagerBtn_arrow-next {
  width: 16px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0.1s;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s, background-color 0.3s ease;
  transition: transform 0.3s ease 0.1s, background-color 0.3s ease, -webkit-transform 0.3s ease 0.1s;
}

.checkBox .pagerBtn_arrow-prev {
  left: 16px;
  -webkit-transform: translate(0, -15%);
          transform: translate(0, -15%);
}

.checkBox .pagerBtn_arrow-prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 2px);
  left: -2px;
}

.checkBox .pagerBtn_arrow-next {
  right: 16px;
  -webkit-transform: translate(0, -15%);
          transform: translate(0, -15%);
}

.checkBox .pagerBtn_arrow-next::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 2px);
  right: -2px;
}
/*# sourceMappingURL=../../maps/item/css/item_sp.css.map */
