
.container #changeImgArea img {
    position: absolute;
    /* top: -20px; */
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.container #changeImgArea img.layerimg {
    z-index: 2000;
}

.container #changeImgArea img.baseimg {
    z-index: 1001;
}

.container #changeImgArea img.layerimg.toplayer,
.container #changeImgArea img.baseimg.toplayer {
    z-index: 2100;
}

.container .buttonWrap {
    /* margin-top: 30px; */
    /* background-color: #fff; */
    /* border-radius: 1rem; */
    /* padding: 1rem; */
}

.container .buttonWrap .togglebtns li+li {
    /* margin-top: .5rem; */
}

.container .buttonWrap .togglebtns label {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    font-size: 1.25rem;
    /* padding-left: 2rem; */
}

.container .buttonWrap .togglebtns label:hover {
    cursor: pointer;
    /* text-decoration: underline; */
}

.container .buttonWrap .togglebtns input[type=checkbox],
.container .buttonWrap .togglebtns .icon {
    display: none;
}

.container .buttonWrap .allbtn .btn[data-action="hide"] {
    padding-top: 0;
    padding-bottom: .4rem;
}

.container .hidden {
    display: none !important;
}

/* 渥美追記部 ---------------------------------*/
.container #changeImgArea img{
    margin-top: 37px;
    /* top: -286px; */
    /* display: grid;
    place-items: center; */

    /* 画像を300dpiにしたとき */
    /* width: 100%; */
    /* height: 100%; */
    /* max-width: 687px;
    max-height: 687px; */
    /* max-width: 300px; */
    max-height: 440px;
    max-width: 100%;

    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto 0; */
}

.container>.slideView>#changeImgArea>.wrapper{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* height: 100%; */
    /* display: inline-block;
    vertical-align: middle; */
}

.container>.slideView>#changeImgArea>.wrapper>img{
    /* max-width: 100%;
    max-height: 100%; */
}

.container {
    display: grid;
    max-height: 687px;
    max-width: 943px;
    grid-template-columns: 1fr;
    grid-template-rows: 498px 70px 119px;
    /* grid-template-rows: 3fr 1fr 1fr; */
    margin: auto;

    font-family: sans-serif;
    
    /* justify-items: center; */
}

.container>.slideView {
    grid-row: 1 / 2;
    /* background-color: #eedcb3; */
}

.container>.slideSelect {
    grid-row: 2 / 3;
    margin: auto;
    /* background-color: #709ece; */
}

.container>.slideCtrl {
    grid-row: 3 / 4;
    margin: auto;

    /* background-color: #8cc39b; */
}

.slideSelect>div>ol,.slideCtrl>div>ul{
    list-style-type: none;
    padding-left: 0;
}

.slideCtrl>div>ul>li{
    display: inline-block;
}

.titleStr{
    margin-left: 3em;
    font-weight: bold;
    font-size: 150%;
}

/* slideCtrl テキストチェックボックス */
.container>.slideCtrl>div>ul>li>label>input[type=checkbox]{
    display: none;
}

.container>.slideCtrl>div>ul>li>label{
    /* position: relative;
    padding-left: 1.7em; */

}

.container>.slideCtrl>div>ul>li>label:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* スライド選択部をスライダー風に */
#selectSlider{
    /* width: 50em; */
    width: 800px;
    overflow-x: scroll;
}

.buttonWrap>ol{
    
    /* overflow: hidden; */
    white-space: nowrap;
}

.slideSelect>div>ol>li{
    /* margin-right: 0px; */
    display: inline-block;
    margin: 0 0.15em;
}

/* チェックボックス ボタン風CSS */
.slideSelect>div>ol>li>label>input{
    border: initial !IMPORTANT;
    padding: initial !IMPORTANT;
    width: 0px;
}

.slideSelect>div>ol>li>label{
    padding: 3px 10px 3px 10px !IMPORTANT; /* 文字位置 */
    /* margin-top: 3px; */
    display: block;
    width: 40px;
    height: 24px;
    text-align:center;
    font-weight: bold;
    color: #fff;
    background: #3498db;
    /* -webkit-border-radius:4px; */
    /* -mozborder-radius:4px; */
    border-radius:4px;

    border-width: 2px;
    border-color: #000;
    /* cursor:pointer; */
}

.slideSelectChecked{
    background: #ed8e2f !important;
}

/* slideCtrl */
.slideCtrl>div>ul>li button{
    padding: 3px 7px 5px 7px !IMPORTANT; /* 文字位置 */
    /* margin-top: 3px; */
    display: block;
    width: 70px;
    height: 40px;
    text-align:center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: #ffc107;
    -webkit-border-radius:4px;
    -mozborder-radius:4px;
    border-radius:4px;
    border-color: #ffc107;
    border-style: solid;
    /* border: 0px; */
    /* cursor:pointer; */
}

.slideCtrl>div>ul>li #ctrlPlay,.slideCtrl>div>ul>li #ctrlReset{
    width: 85px;
}

.slideCtrl>div>ul>li #ctrlPause{
    width: 85px;
    border-color: #ed8e2f;
    color: #ed8e2f;
    background: #fff;
}

.ctrlMini{
    display: block;
    font-size: 0.5em;
    margin-top: -0.2em;
    /* margin-top: -5px; */
}

#textToggle{
    display:inline-grid;
}


#ctrlTextALL{
    display: grid;
    /* font-size: 0.5em;
    margin-top: -5px; */
}

#ctrlTextNormal{
    /* display: inline-block; */
    /* font-size: 0.5em; */
    /* margin-top: -5px; */
}

#ctrlTextMini{
    /* display: inline-block; */
    font-size: 0.5em;
    text-align: center;
    margin-top: -2px;
}

#ctrlPlay{
    /* background: #ffc107 !important;
    border-color: #ffc107 !important; */
    border-color: #ed8e2f;
    color: #fff;
    background: #ed8e2f;
}


/* 閉じるボタン */
/* .slideCtrl>div>ul>li>.ctrlColse{
    width: 60px;
    height: 60px;
    background: #747474;
    -webkit-border-radius:50px;
    -mozborder-radius:50px;
    border-radius:50px;
    border-color: #747474;
}

.slideCtrl>div>ul>li:first-child{
    margin-right: 70px;
}

.slideCtrl>div>ul>li:last-child{
    margin-left: 70px;
} */


/* テキストチェックボックスをトグルスイッチに */
.textShowToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 30px;
    background-color: #ffc107;
    border-radius: 20px;
    cursor: pointer;
    /* transition-duration: .2s; */
    padding-left: 0 !important; 
    /* margin: auto; */
    margin-bottom: -29px;

}

.textShowToggle::after {
    background-color: white;
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: 5px;
    border-radius: 50%;
    /* transition-duration: .2s; */
    box-shadow: 5px 2px 7px rgba(52, 52, 52, 0.26);
    border: 5px solid white;
    transform: translateX(100%);
}

.textShowToggleUnChecked::after {
    transform: translateX(0%);
    /* transition-duration: .2s; */
    background-color: white;
    background-color: transparent;
    border-radius: 50%;
    border: 5px solid white;
}

.textShowToggleUnChecked {
    background-color: #525252;
    /* transition-duration: .2s; */
}

.slideCtrl>div>ul>li:has(#textShowToggle){
    margin-left: 10px;
}

/* テキストのトグル調整用 */
.slideCtrlBtns>li>span{
    /* display: none; */
    margin-left: 57px;
}

/* ライブラリ画面サイズ調整用 */
#stage_0 {
    height: 687px;
    width: 943px;
	margin: 0 auto;
}

#stage_1 {
    height: 687px;
    width: 943px;
    /* border: 1px solid black; */
    /* background-color: white; */
}

body{
    overflow: hidden;
}