@charset "utf-8";
#support-info-wrap {
    margin: 40px auto 0;
    z-index: 10000;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    left: 0;
    right: 0;
}

#lock-info-wrap {
    margin: 40px auto 0;
    z-index: 10000;
    position: fixed;
    left: 0;
    right: 0;
}

#lock-info-wrap .s-box2{
    width:100%;
}

#slider #page-controls:after{
    content:"";
    background: rgba(0,0,0,.0);
}

#lock-info-wrap[style=""]+#slider #page-controls>#left-button{
    min-width:100px;
    max-width:25vw;
    margin:0 auto 0 0;
}
#lock-info-wrap[style=""]+#slider #page-controls>#right-button{
    min-width:100px;
    max-width:25vw;
    margin:0 0 0 auto;
}

.sp-view {
    display: none;
}

@media screen and (max-width: 800px) {
    .sp-view {
        display: block;
    }
}

.creator-shien-catchcopy {
    margin: 50px -30px 0;
    font-size: 16px;
}

.creator-shien-complete {
    margin-top: 50px;
    font-size: 22px;
}

@media screen and (max-width: 800px) {
    .creator-shien-catchcopy {
        margin-top: 20px;
        font-size: 16px;
    }
    .creator-shien-complete {
        margin-top: 20px;
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .creator-shien-catchcopy {
        margin: 20px -30px 0;
        font-size: 14px;
    }
    .creator-shien-complete {
        margin-top: 20px;
        font-size: 18px;
    }
}

.creator-shien-wrap {
    position: relative;
    margin: 0 auto 40px;
}

.creator-shien-wrap-slide {
    position: relative;
    margin-bottom: 10px;
}

.s-box1 {
    overflow-y: auto;
    max-width: 840px;
    max-height: 95vh;
    margin-left: auto;
    margin-right: auto;
}

.s-box2 {
    background: white;
    overflow-y: auto;
    max-width: 840px;
    width: 50%;
    max-height: 95vh;
    margin-left: auto;
    margin-right: auto;
}

.creator-shien-image-pc {
    position: relative;
    margin: 5px auto 0;
    text-align: center;
    overflow: hidden;
    max-width: 420px;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 420px;
}

.creator-shien-image-pc.mb15{
    margin: 5px auto;
}

.creator-shien-image-sp {
    position: relative;
    margin: 10px auto 0;
    text-align: center;
    overflow: hidden;
    display: block;
    display: none;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.creator-shien-image-pc img{
    margin: auto;
    width: 100%;
    height: auto;
}

.creator-shien-image-sp img{
    margin: auto;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .creator-shien-image-pc { display: none; }
    .creator-shien-image-sp { display: block; }
}

.creator-thanks-image-pc {
    position: relative;
    margin: 25px auto 0;
    text-align: center;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    /*max-width: 460px;*/
    display: block;
}

.creator-thanks-image-pc img{
    margin: auto;
    width: 100%;
    height: auto;
}

.ql-editor {
    overflow-y: auto;
    max-height: 255px;
    word-wrap: break-word;
    height: auto;
}

.ql-editor strong {
    font-style: normal;
    font-weight: bold;
}
.ql-editor h1 {
    font-size: 16px;
    font-weight: bold;
}
.ql-editor h2 {
    font-size: 14px;
    font-weight: bold;
}

.ql-editor p {
    font-size: 12px;
}

@media screen and (max-width: 800px) {
    .creator-shien-wrap {
        margin-bottom: 30px;
    }
    .ql-editor {
        overflow-y: auto;
        max-height: 350px;
        word-wrap: break-word;
        height: auto;
    }
}

.creator-shien-avatar {
    margin: 0 auto;
    border: solid 2px #000;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    background-color: #fff;
}

.creator-shien-avatar img {
    width: 100%;
    height: auto;
}

.creator-shien-mainbox {
    margin: 0px auto 10px;
    padding: 20px 10px;
    background: #E4F5DA;
    border-radius: 16px;
    width: 100%;
    max-width: 430px;
    display: block;
}

.creator-shien-name {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .creator-shien-mainbox {
        margin: 0 auto 10px;
        padding: 20px 20px 14px;
        background: #E4F5DA;
        border-radius: 16px;
        width: 100%;
        max-width: 460px;
        display: block;
    }
    .creator-shien-name {
        font-size: 18px;
        margin-bottom: 10px !important;
    }
}

.creator-shien-txt {
    font-size: 14px;
    line-height: 1.8;
    max-height: 200px;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .creator-shien-txt {
        font-size: 14px;
        line-height: 1.5;
        max-height: 94px;
        overflow-y: auto;
    }
}

.creator-shien-complete-txt {
    font-size: 17px;
    line-height: 1.6;
}

.works-box {
    text-align: center;
}


.purchase{
    color: #F00;
}

.purchase-price-txt{
    font-size: 20px;
}

.login-button {
    cursor: pointer;
    margin: 0 30px;
}

.purchase-shien-wrap {
    position: relative;
    margin: 0 auto 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.purchase-shien-link {
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
}

.purchase-shien-catchcopy {
    margin: auto;
    font-size: 16px;
    margin-top: 30px;
}

@media screen and (max-width: 800px) {
    .purchase-shien-wrap {
        position: relative;
        margin: 0 auto 10px;
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .purchase-shien-link {
        text-align: center;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .purchase-shien-catchcopy {
        margin: auto;
        font-size: 16px;
        margin-top: 30px;
    }
}

.creator-shien-link {
    text-align: center;
}

.creator-shien-link a {
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
    display: inline-block;
    width: 280px;
}

.creator-shien-link.support a {
    width: 121px;
    cursor: pointer;
}

.creator-shien-link a img {
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
}

.inline {
    display: inline-block !important;
}

table {
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
}

table th:first-child {
    border-radius: 5px 0 0 0;
}

table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
}

table th {
    text-align: center;
    color:white;
    background: #507fae;
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    width: 25%;
    padding: 6px 0;
    font-size: 15px;
}

table td {
    text-align: center;
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top:none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    width: 25%;
    padding: 10px 0;
}

table td:last-child {
    border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

/* support
==================== */

#header-user.no-shadow {
    box-shadow: none;
}

#wrapper.support {
    padding-top: 0;
}

#wrapper.support .creator-shien-catchcopy {
    margin-top: 0;
}

.radio {
    margin: 0 auto;
    padding: 5px 5px 4px;
    width: 140px;
    background: #f90;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.radio+.radio {
    margin-top: 30px;
}

.radio input[type=radio] {
    display: none;
}

.radio input[type=radio]+label {
    padding-left: 30px;
    position: relative;
    margin-right: 0;
    display: block;
}

.radio input[type=radio]+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: none;
    border-radius: 50%;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 13px;
    width: 15px;
    height: 15px;
    background: #ff0;
    border: none;
    border-radius: 50%;
    transition: all 250ms ease;
}

.radio input[type=radio]+label::before,
.radio input[type=radio]:checked+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 26px;
    height: 14px;
    background: rgba(0, 0, 0, .2);
    border: none;
    border-radius: 13px;
}

.spp-text {
    font-size: 13px;
    margin: 6px 0 0;
}

.spp-text.att-txt {
    display: none;
    color: #FF0050;
    margin-bottom: 5px;
}

.support .creator-shien-wrap {
    position: relative;
    margin-bottom: 6px;
}

.support .creator-shien-wrap+.spp-text-l {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 40px;
    letter-spacing: -0.04em;
}

#free-price {
    width: 60px;
    border: none;
}

.icon:before {
    content: "";
    background: url(../img/icon-gift.png) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.icon2:before {
    content: "";
    background: url(../img/icon-gift2.png) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.radio.inline {
    margin: 0 auto 0 115px;
    padding: 0 5px 4px;
    width: 130px;
    height: 36px;
    background: #FF0050;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /* display: block; */
}

.radio.inline #free-price {
    width: 80px;
    border: none;
    margin: 6px 0;
    border: none;
    border-radius: 2px;
    text-align: center;
}

.complete-head-logo {
    margin-top: 50px;
    text-align: center;
}

.complete-head-logo a {
    margin: 0 auto;
    width: 130px;
    display: block;
}

/* フォーム　placeholder文字色指定
================= */

::placeholder {
    color: #999 !important;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
    color: #999 !important;
}

/* IE 10+ */

:-ms-input-placeholder {
    color: #999 !important;
}
