@charset "UTF-8";


@media print, screen and (min-width: 751px) {
  /* -----------------------------------------------------------------------------

	item
  
----------------------------------------------------------------------------- */
  .container {
    position: relative;
    padding-bottom: 50px;
  }
  .item .container .inner {
    width: 960px;
  }
  .item .tagBox {
    width: 100%;
    display: none;
  }
  .item .tagBox_inner {
    width: 100%;
    margin: 12px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .item .tagEditor {
    width: 88%;
    padding: 0 0 0 12px;
    align-items: center;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .item .tagEditor.is-hide {
    opacity: 0;
  }
  .item .tagEditor_cont {
    width: 11%;
  }
  .item .tagEditorModeBtn, .item .tagEditorModeBtn-toggle, .item .tagEditorModeBtn-clear {
    margin: 5px 0 0;
    padding: 8px;
    background: #eee;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
  }
  .item .tagEditorModeBtn-close {
    width: 9%;
    margin: 0 12px 0 0;
  }
  .item .tagEditorModeBtn-toggle {
    margin: 0;
  }
  .item .tagValue {
    margin: 0;
    padding: 12px;
    border: none;
    max-height: 115px;
    overflow-y: scroll;
    height: 100%;
  }
  .item .itemSpec {
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  .item .itemSpec:first-child {
    margin-top: 0;
  }
  .item .itemSpec h2,
  .item .itemSpec h3 {
    background: #ddd;
    padding: 8px 15px;
    font-size: 1.4rem;
    font-weight: 600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .item .itemSpec .itemSpecContent {
    margin: 12px 12px 20px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .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: flex;
    flex-wrap: wrap;
    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-right: 0 !important;
    margin-left: 0 !important;
  }
  .item #data01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .item #data01 .itemImg {
    width: 220px;
  }
  .item #data01 .itemImg img {
    max-width: 100%;
    height: auto;
  }
  .item #data01 .headerIcon {
    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 {
    width: 720px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .item #data01 .itemName h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
  }
  .item #data01 .itemName h2 .name {
    display: block;
  }
  .item #data01 .itemName h2 .name span {
    padding: 4px 0 0;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .item #data01 .itemName h2 .name span.name_inner {
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
  }
  .item #data01 .itemName .price {
    font-size: 1.4rem;
    color: #555;
  }
  .item #data01 .itemName .summery {
    background: #ddd;
    padding: 12px;
    margin: 0 0 15px 0;
    font-size: 1.4rem;
  }
  .item #data01 .itemName .summery li {
    display: inline-block;
  }
  .item #data01 .itemName .summery li:after {
    display: inline-block;
    margin: 0 5px;
    content: '/';
  }
  .item #data01 .itemName .summery li:last-child:after {
    display: none;
  }
  .item #data01 .itemName .option {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .item #data01 .itemName .tagBtn, .item #data01 .itemName .tagBtn-view {
    margin: 0 7px 0 0;
    cursor: pointer;
    transition: 0.3s ease;
    background: none;
    display: flex;
    align-items: center;
    background: #eeeeee;
    width: auto;
    height: auto;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 10px;
  }
  .item #data01 .itemName .tagBtn_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background: url("../../common/img/icon_mylist_circle.png") no-repeat center;
    background-size: contain;
  }
  .item #data01 .itemName .tagBtn_icon img {
    width: 100%;
  }
  .item #data01 .itemName .tagBtn:hover, .item #data01 .itemName .tagBtn-view:hover {
    background: #626262;
    color: #fff;
  }
  .item #data01 .itemName .tagBtn:hover .tagBtn_icon, .item #data01 .itemName .tagBtn-view:hover .tagBtn_icon {
    background: url("../../common/img/icon_mylist_circle_active.png") no-repeat center;
    background-size: contain;
  }
  .item #data01 .itemName .tagBtn.is-active, .item #data01 .itemName .is-active.tagBtn-view {
    background: #626262;
    color: #fff;
  }
  .item #data01 .itemName .tagBtn.is-active .tagBtn_icon, .item #data01 .itemName .is-active.tagBtn-view .tagBtn_icon {
    background: url("../../common/img/icon_mylist_circle_active.png") no-repeat center;
    background-size: contain;
  }
  .item #data01 .itemName .tagBtn-view {
    opacity: 0;
    pointer-events: none;
  }
  .item #data01 .itemName .tagBtn-view.is-view {
    opacity: 1;
    pointer-events: auto;
  }
  .item #data01 .itemName .wrapBtn {
    margin-top: 12px;
    display: flex;
  }
  .item #data01 .itemName .wrapBtn a {
    display: inline-block;
    padding: 8px;
    width: 170px;
    font-size: 1.4rem;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #eeeeee;
    transition: 0.3s;
    text-align: center;
  }
  .item #data01 .itemName .wrapBtn a:hover {
    opacity: 0.6;
  }
  .item #data01 .itemName-construnction {
    width: 100%;
    padding: 0 0 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
  }
  .item #data01 .itemName-construnction h2 {
    padding: 20px 80px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .item #data01 .itemName-construnction figure {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item #data01 .itemName_inner {
    width: 100%;
    padding: 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .item #data02 #detail {
    width: 450px;
    background: #fff;
    float: left;
  }
  .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 #c0c0c0;
  }
  .item #data02 #detail table tr.border-none {
    border: none;
  }
  .item #data02 #detail table th {
    width: 140px;
    background: #ddd;
    text-align: left;
    padding: 5px;
    font-weight: normal;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #c0c0c0;
    font-size: 1.3rem;
    vertical-align: middle;
  }
  .item #data02 #detail table th.top {
    vertical-align: top;
  }
  .item #data02 #detail table td {
    padding: 5px 20px;
    font-size: 1.2rem;
    line-height: 1.6;
    position: relative;
    vertical-align: middle;
  }
  .item #data02 #detail table td.catalog {
    padding-right: 165px;
  }
  .item #data02 #detail table td .detail_catalog {
    width: 90px;
    height: auto;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    padding: 1px 9px 1px 3px;
    text-align: left;
    color: #555;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background: #eee;
    transition: 0.3s;
    border-radius: 4px;
    border: 1px solid #c0c0c0;
  }
  .item #data02 #detail table td .detail_catalog::before {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #aaaaaa transparent;
    transform: rotate(90deg);
  }
  .item #data02 #detail table td .detail_catalog:hover {
    opacity: 0.8;
  }
  .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: 5px 15px;
  }
  .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: 240px;
    margin: 30px auto 40px;
  }
  .item #data02 #detail .btn a {
    width: 240px;
  }
  .item #data02 #document {
    width: 480px;
    background: #fff;
    float: right;
  }
  .item #data02 #document 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 #document table.border-none {
    border: none;
  }
  .item #data02 #document table tr {
    border-bottom: 1px solid #c0c0c0;
  }
  .item #data02 #document table tr.border-none {
    border: none;
  }
  .item #data02 #document table tr.gray {
    height: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    background: #f7f7f7;
    border-bottom: 1px solid #c0c0c0;
  }
  .item #data02 #document table tr.gray td {
    padding: 0;
    line-height: 1;
  }
  .item #data02 #document table th {
    width: 140px;
    background: #ddd;
    text-align: left;
    padding: 8px 20px;
    font-weight: normal;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #c0c0c0;
    font-size: 1.3rem;
    vertical-align: top;
  }
  .item #data02 #document table th.border-none {
    border: none;
  }
  .item #data02 #document table td {
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1.6;
    position: relative;
    vertical-align: middle;
  }
  .item #data02 #document table td.catalog {
    padding-right: 165px;
  }
  .item #data02 #document table td .detail_catalog {
    width: 150px;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    padding: 1px 9px 1px 3px;
    text-align: left;
    color: #555;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background: #eee;
    transition: 0.3s;
    border-radius: 4px;
    border: 1px solid #c0c0c0;
  }
  .item #data02 #document table td .detail_catalog::before {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #aaaaaa transparent;
    transform: rotate(90deg);
  }
  .item #data02 #document table td .detail_catalog:hover {
    opacity: 0.8;
  }
  .item #data02 #document table td.img {
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item #data02 #document table td.img a {
    width: auto;
    height: 100%;
    padding: 10px 0 8px;
    display: inline-block;
    transition: opacity 0.3s ease;
  }
  .item #data02 #document table td.img a:hover {
    opacity: 0.6;
  }
  .item #data02 #document table td.img .icon-dl {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display: block;
  }
  .item #data02 #document table td.img .icon-dl img {
    width: 100%;
  }
  .item #data02 #document table td.img img {
    width: 60px;
  }
  .item #data02 #document table td.tableInner {
    padding: 5px 15px;
  }
  .item #data02 #document table.nm th {
    background: #fff;
  }
  .item #data02 #document table.nm td {
    padding-left: 0;
  }
  .item #data02 #document table.nm td.tableInner {
    padding: 5px 15px;
  }
  .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 {
    padding: 0 20px 20px;
  }
  .item #data02 #document dl ul {
    margin: 0 -5px;
  }
  .item #data02 #document dl ul li {
    width: 50%;
    float: left;
  }
  .item #data02 #document dl ul li.full {
    width: 100%;
  }
  .item #data02 #document dl ul.col3 li {
    width: 30%;
  }
  .item #data02 #document dl ul.col3 li.w {
    width: 40%;
  }
  .item .resultBtnArea {
    border: none;
    padding: 0 0 20px;
  }
  .item .resultBtnArea:before {
    content: none;
  }
  .item .resultBtnArea .btn {
    width: 215px;
  }
  .item .resultBtnArea .btn + .btn {
    margin: 0 0 0 10px;
  }
  .item.itemExample .container .inner {
    padding-bottom: 50px;
  }
  .documentPager .documentPagerPrev,
  .documentPager .documentPagerNext {
    position: absolute;
    top: 300px;
    display: block;
    font-size: 32px;
    background: #f7f7f7;
    padding: 8px 20px;
    border-radius: 100px;
  }
  .documentPager .documentPagerPrev:hover,
  .documentPager .documentPagerNext:hover {
    background: #eee;
  }
  .documentPager .documentPagerPrev:after,
  .documentPager .documentPagerNext:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
  }
  .documentPager .documentPagerPrev {
    left: 20px;
    padding-left: 40px;
  }
  .documentPager .documentPagerPrev:after {
    left: 17px;
    transform: rotate(-135deg);
  }
  .documentPager .documentPagerNext {
    right: 20px;
    padding-right: 40px;
  }
  .documentPager .documentPagerNext:after {
    right: 17px;
    transform: rotate(45deg);
  }
  .dlItem {
    display: flex;
    position: relative;
  }
  .dlItem input[type='checkbox']:checked + span:before {
    background: url(../../common/img/checkbox.png) no-repeat right top;
    background-size: auto 16px;
  }
  .dlItem .label {
    position: relative;
    margin-right: 2px;
    width: 30px;
  }
  .dlItem .label span {
    display: inline-block;
  }
  .dlItem .label span:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url(../../common/img/checkbox.png) no-repeat 0 0;
    background-size: auto 16px;
    position: absolute;
    left: 5px;
    top: 18px;
  }
  .dlItem .child-a {
    width: 158px;
    display: table;
    margin-right: 2px;
  }
  .dlItem .child-a .txt,
  .dlItem .child-a .thumb {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
  }
  .dlItem .child-a .thumb {
    display: inline-block;
    margin-right: 0;
    width: 50px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
  }
  .dlItem .child-a .thumb img {
    max-width: 100%;
    max-height: 100%;
  }
  .dlItem .child-a .txt {
    padding-right: 5px;
    font-size: 1.4rem;
  }
  .dlItem .child-a .txt .iconBlank {
    margin-left: 5px;
  }
  .dlItem .child-dl {
    padding: 18px 5px 0 5px;
  }
  .dlItem .child-b,
  .dlItem .child-c,
  .dlItem .child-d,
  .dlItem .child-e,
  .dlItem .child-f {
    margin-right: 2px;
    padding: 15px 10px;
    width: 100px;
    height: 55px;
    font-size: 1.4rem;
  }
  .dlItem .child-b .iconDLb,
  .dlItem .child-c .iconDLb,
  .dlItem .child-d .iconDLb,
  .dlItem .child-e .iconDLb,
  .dlItem .child-f .iconDLb {
    position: relative;
    top: 0;
    margin-left: 5px;
  }
  .dlItem .child-b .iconBlank,
  .dlItem .child-c .iconBlank,
  .dlItem .child-d .iconBlank,
  .dlItem .child-e .iconBlank,
  .dlItem .child-f .iconBlank {
    margin-left: 5px;
  }
  .dlItem .child-c {
    width: 112px;
  }
  .dlItem .child-d {
    width: 378px;
  }
  .dlItem .child-e {
    width: 155px;
  }
  .dlItem .child-f {
    width: 185px;
  }
  .dlItem .child {
    float: left;
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
  }
  .btnCheckbox .l-label {
    display: block;
  }
  .btnCheckbox .l-label span {
    display: block;
    font-size: 1.4rem;
    height: 40px;
    padding: 8px 10px 8px 38px;
    background: #f8f8f8;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
  }
  .btnCheckbox .l-label span:hover {
    color: #fff;
    background: #222;
    border: 1px solid #222;
  }
  .btnCheckbox .l-label span:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(../../common/img/checkbox.png) no-repeat left top;
    background-size: auto 20px;
    position: absolute;
    left: 10px;
    top: 9px;
  }
  .btnCheckbox .l-label input[type='checkbox']:checked + span {
    color: #fff;
    background: #222;
    border: 1px solid #222;
  }
  .btnCheckbox .l-label input[type='checkbox']:checked + span:before {
    background: url(../../common/img/checkbox.png) no-repeat right top;
    background-size: auto 20px;
  }
  .btnCheckbox .l-label.hasImg .thumb {
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
  }
  .btnCheckbox .l-label.hasImg .thumb img {
    max-width: 100%;
    max-height: 100%;
  }
  .btnCheckbox .l-label.hasImg span {
    height: 60px;
  }
  .btnCheckbox .l-label.hasImg span:before {
    top: 18px;
  }
  /* bnrArea
----------------------------------------------- */
  .itemBnrArea {
    background: #cfcfd7;
    padding: 60px 0;
    margin: 50px 0;
  }
  .itemBnrArea .inner {
    width: 1000px !important;
  }
  .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: 883px;
    margin: 0 auto;
  }
  .itemBnrArea .slick-slide {
    width: 285px;
    padding: 5px;
  }
  .itemBnrArea .slick-slide img {
    width: 100%;
    height: auto;
    transition: 0.3s;
  }
  .itemBnrArea .slick-slide:hover img {
    opacity: 0.8;
  }
  .itemNote {
    margin-top: 10px;
  }
  .checkBox {
    padding: 0 0 8px;
    display: flex;
    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;
    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%;
    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;
  }
  .pagerBtn, .pagerBtn-prev, .pagerBtn-next {
    position: relative;
  }
  .pagerBtn_inner, .pagerBtn_inner-prev, .pagerBtn_inner-next {
    width: 120px;
    display: block;
    border: 1px solid #000;
    font-size: 1.6rem;
    text-align: center;
    color: #000;
    background: #fff;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    position: relative;
  }
  .pagerBtn_inner:hover, .pagerBtn_inner-prev:hover, .pagerBtn_inner-next:hover {
    color: #fff;
    background: #000;
  }
  .pagerBtn_inner-prev {
    padding: 8px 0 8px 16px;
  }
  .pagerBtn_inner-prev:hover .pagerBtn_arrow-prev {
    background: #fff;
    transform: translate(-30%, -15%);
  }
  .pagerBtn_inner-prev:hover .pagerBtn_arrow-prev::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .pagerBtn_inner-next {
    padding: 8px 16px 8px 0;
  }
  .pagerBtn_inner-next:hover .pagerBtn_arrow-next {
    background: #fff;
    transform: translate(30%, -15%);
  }
  .pagerBtn_inner-next:hover .pagerBtn_arrow-next::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .pagerBtn_arrow, .pagerBtn_arrow-prev, .pagerBtn_arrow-next {
    width: 16px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease 0.1s, background-color 0.3s ease;
  }
  .pagerBtn_arrow-prev {
    left: 16px;
    transform: translate(0, -15%);
  }
  .pagerBtn_arrow-prev::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: border-color 0.3s ease, color 0.3s ease;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: calc(50% - 2px);
    left: -2px;
  }
  .pagerBtn_arrow-next {
    right: 16px;
    transform: translate(0, -15%);
  }
  .pagerBtn_arrow-next::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: calc(50% - 2px);
    right: -2px;
  }
}
/*# sourceMappingURL=../../maps/item/css/item_pc.css.map */
