.c-tabMenu__item {
    text-align: center;
    width: 100%;
    position: relative;
}

.c-tabMenu__item.left {
    text-align: center;
    width: 100%;
    position: relative;
}

.c-tabMenu__button {
    display: block;
    padding: 0.5rem 0;
}

.c-tabMenu__button.left.is-active {
    color: #FFF;
    background-color: #FFA200;
    border-radius: 0 5px 5px 0;
}

.c-tabMenu__button.right.is-active {
    color: #FFF;
    background-color: #FFA200;
    border-radius: 5px 0 0 5px;
}

.c-style__select__title {
    color: #333333;
}

.c-style__select__title.is-active {
    color: #FFF;
    background-color: #FFA200;
    border: 1px solid #FFA200;
}

.c-styleTabMenu__button {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    border: 1px solid #CCC;
    font-weight: bold;
    border-radius: 20px;
    padding: .5rem .7rem;
    white-space: nowrap;
    font-size: calc(14px + 4 * ((100vw - 370px) / 640));
}

.c-styleTabMenu__button.is-paper-select {
    padding: .25rem .7rem;
}

@media screen and (min-width: 640px) {
    .c-styleTabMenu__button {
        font-size: .8rem;
    }
    .c-styleTabMenu__button.is-paper-select {
        padding: .5rem .7rem;
        font-size: 1rem;
    }
}

.c-styleTabMenu__button.is-cont-active {
    color: #FFF;
    background-color: #FFA200;
    border: 1px solid #FFA200;
}

.c-preview__image__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.c-footer__text {
    color: #FFF;
    filter: invert(100%) sepia(1%) saturate(530%) hue-rotate(15deg) brightness(96%) contrast(90%);
}
.c-footer__text.is-active {
    color: #FFF;
    filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(41deg) brightness(104%) contrast(101%);
}

.c-trimming__modal__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #707070;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.c-imageArrange__modal__overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #707070;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.c-lower__slide--quarter {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.3s ease-out;
    background-color: #FFF;
}

.c-lower__slide--quarter.is-active {
    top: 75%;
} 

.c-lower__slide--senderBox {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.3s ease-out;
    background-color: #FFF;
    z-index: 5;
}

.c-lower__slide--senderBox.is-active {
    top: 0;
}

.c-lower__slide--order__replacement {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.3s ease-out;
    background-color: #FFF;
    z-index: 5;
}

.c-lower__slide--order__replacement.is-active {
    top: 0;
}

.c-buy__modal__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}




/*タブ実装*/
.btn_area {
    position: fixed;
    bottom: 0;
	display: -webkit-box;
	display: flex;
	margin:0 10px;
    z-index: 5;
}

.tab_btn {
	width: 188px;
	padding: 8px 0;
	color: #333;
	background: #f5f7f8;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}

.tab_box .tab_btn + .tab_btn {
	margin-left: 8px;
}

.tab_box .tab_btn.active {
    background:#07539f;
    color:#fff;
}

.tab_box .panel_area {
    border: solid 1px #e3ebf3;
    padding: 20px;
}

.tab_panel {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;

    transition: all 0.3s ease-out;
}

.tab_panel.active {
    top: 0;
}

.c-edit__setting__box {
    display: none;
}

.c-setting__icon {
    display: inline-block;
    background: url(/images/icon/nen_setting-icon.svg) no-repeat right top;
    width: 55px;
	height: 20px;
}

.c-setting__icon.is-active {
    background: url(/images/icon/edit/chancel_change_icon.svg) no-repeat right top;
}

.c-edit__moveIcon__open {
    display: none;
}

.c-edit__moveIcon__open.is-active {
    display: block;
}

