/* ボタン */
@media screen and (min-width: 897px) {
.mo_modal_btn {
  /*  display: block;*/
    width: 100%;
	cursor: pointer;
}

.mo_modal_btn .toggleBtn01 {
    background: url(https://assets.jpn.pioneer/ja/assets/img/icon_plus_r.svg) no-repeat 98%;
	background-size: 16px;
    padding: 0 12px 0 0;
	min-height: 16px;
    color: #00F !important
}
    .mo_modal_btn .toggleBtn01:hover {
        color: #00F !important;
    }

.clofix_black {
    text-decoration: none;
    color: #00F !important;
    font-size: 16px;
}

/* チェックボックスを非表示 */
#mo_modal1, #mo_modal2, #mo_modal3, #mo_modal4, #mo_modal5, #mo_modal6, #mo_modal7, #mo_modal8, #mo_modal9, #mo_modal10, #mo_modal11, #mo_modal12{
    display: none;
}
/* モーダル */
.mo_modal_body1, .mo_modal_body2, .mo_modal_body3, .mo_modal_body4, .mo_modal_body5, .mo_modal_body6, .mo_modal_body7, .mo_modal_body8, .mo_modal_body9, .mo_modal_body10, .mo_modal_body11, .mo_modal_body12 {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
    overflow: hidden;
}


/* モーダル内ヘッダー */
.mo_modal_header {
    width: 100%;
    text-align: right;
    color: #FFF;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index: 100003;
	background: none;
}

/* クローズアイコン */
.mo_modal_close {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
	position: relative;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mo_modal_close_icon {
    display: inline-block;
	width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}
.mo_modal_close_icon span::before,
.mo_modal_close_icon span::after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 24px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.mo_modal_close_icon span::before {
    transform: rotate(-45deg);
}
.mo_modal_close_icon span::after {
    transform: rotate(45deg);
}
.mo_modal_close_icon:focus, .mo_modal_close_icon:hover {
    outline: none;
    background: #fff;
    border-radius: 100%;
}
.mo_modal_close_icon:hover span::before,
.mo_modal_close_icon:hover span::after {
    background: #3DA0B6;
}

/* コンテンツ表示 */
.mo_modal_content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.modal_scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #cef1f8; 
}
.modal_scroll::-webkit-scrollbar-thumb {
    background: #3da0b6;
    width: 6px;
    border-radius: 5px;
}

/* 背景を暗くする */
.mo_modal_overlay {
    display: none;
    position: fixed;
    z-index: 90000;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.8;
    cursor: pointer;
}

/* チェック時オーバーレイとコンテンツを表示 */
#mo_modal1:checked ~ .mo_modal_body1, #mo_modal1:checked ~ .mo_modal_overlay, 
#mo_modal2:checked ~ .mo_modal_body2, #mo_modal2:checked ~ .mo_modal_overlay,
#mo_modal3:checked ~ .mo_modal_body3, #mo_modal3:checked ~ .mo_modal_overlay,
#mo_modal4:checked ~ .mo_modal_body4, #mo_modal4:checked ~ .mo_modal_overlay,
#mo_modal5:checked ~ .mo_modal_body5, #mo_modal5:checked ~ .mo_modal_overlay,
#mo_modal6:checked ~ .mo_modal_body6, #mo_modal6:checked ~ .mo_modal_overlay,
#mo_modal7:checked ~ .mo_modal_body7, #mo_modal7:checked ~ .mo_modal_overlay,
#mo_modal8:checked ~ .mo_modal_body8, #mo_modal8:checked ~ .mo_modal_overlay,
#mo_modal9:checked ~ .mo_modal_body9, #mo_modal9:checked ~ .mo_modal_overlay,
#mo_modal10:checked ~ .mo_modal_body10, #mo_modal10:checked ~ .mo_modal_overlay,
#mo_modal11:checked ~ .mo_modal_body11, #mo_modal11:checked ~ .mo_modal_overlay,
#mo_modal12:checked ~ .mo_modal_body12, #mo_modal12:checked ~ .mo_modal_overlay {
    display: block;
}




/* 付属品購入ページのモーダル調整 */
#parts_style .mo_modal_btn {
    /*display: block;*/
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
}
    #parts_style .mo_modal_btn {
        width: 552px;
    }
    #container .swiperOneCol {
        width: auto !important;
        height: 80% !important;
        position: relative;
      }
      
    
      #container .swiperOneCol .swiper-slide{
        width: auto !important;
        height: 80% !important;
      }

      
    }

    @media screen and (max-height: 641px) and (min-width: 897px)  {
        .modal_scroll{
            max-height: 380px;
            overflow-y: scroll;
          }
        }
    

