@charset "utf-8";

.bbsCornerTitle {
    margin-top: 0;
    background: rgba(11, 66, 96, 0.5);
    padding: 25px 165px;
    color: #e6dc47;
    font-size: 1.25rem;
}

div {
    line-height: 1.6;
    box-sizing: border-box;
}

.content-main,
.theBodyArea {
    margin: 0 10px 30px;
}

.content-header {
    padding: 10px 0;
}
.content-header p {
    line-height: 1.6;
}
.content-header .date {
    color: #aaaaaa;
}
.content-main {
    padding: 10px 0;
    line-height: 1.6;
}
.content-main .welcome-text {
    text-align: center;
}
.content-main .dl-message {
    text-align: center;
    color: #ff0000;
}
.inputdiv label {
    line-height: 2;
}
.submitbuttons {
    text-align: center;
}
.apply-info {
    color: #fff;
}
.apply-caution {
    line-height: 1.5;
    color: #cc0000;
    margin: 1em 0 0;
}
.apply-caution a {
    color: blue;
}
#formarea {
    margin: 1.5em 0 0;
}
#formarea .question {
    line-height: 1.5;
}
#formarea .answer {
    line-height: 1.5;
}
#formarea .answer.box {
    border: 1px solid #ccc;
    background: #fff;
}
#formarea input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}
#formarea input.haserror {
    background-color: rgb(255, 191, 191);
}

.validate-error-msg {
    margin: 1em 0;
    padding: 10px;
    background: #fff;
    color: #ff0000;
    line-height: 1.5;
}

.fin-message {
    line-height: 1.5;
}

#navbuttons .btn2 {
    width: 90%;
}
@media screen and (max-width: 640px) {
    #navbuttons .btn2 {
        line-height: 38px !important;
        padding: 0;
        box-sizing: border-box;
        font-size: 14px;
    }
}

/* .btn2 {
    background-image: linear-gradient(180deg,#053400 0%,#053400 48%,#053400 49%,#053400 97%);
} */

/* .btn-to-index {
    background-image: linear-gradient(180deg,#053400 0%,#053400 48%,#053400 49%,#053400 97%);
} */

.prize_result_page .result_image {
    text-align: center;
}
.prize_result_page .result_image img {
    max-width: 100%;
}
.prize_result_page .congrat-message {
    text-align: center;
    font-weight: bold;
    color: #eeeeee;
}
.prize_result_page .prize_name {
    font-weight: bold;
    padding: 0.75em 0;
    color: #bea701;
}
.prize_result_page #about-shipfee {
    margin: 2em 0;
    text-align: left;
}
.prize_result_page .shipfee-price {
    font-weight: bold;
}
.prize_result_page .btn_box {
    margin: 1em 0 0;
    text-align: center;
}
.prize_result_page .btn_box img {
    width: 320px;
    max-width: 100%;
}
@media screen and (min-width: 641px) {
    .prize_result_page .btn_box img {
        width: 600px;
    }
}
.prize_result_page .end-caution {
    margin: 1em 0 0;
    color: #f9f5d0;
}
.prize_result_page #about-shipment {
    text-align: left;
    margin: 3em 0 0;
    line-height: 1.6;
}
.prize_result_page #navbuttons {
    margin: 3em 0 0;
}
.prize_result_page #navbuttons .btn2 {
    margin: 0 auto;
}
.prize_result_page .photo_sample {
    text-align: center;
    margin: 1.5em auto;
}
.prize_result_page .photo_sample img {
    max-width: 100%;
}

.prize_result_page #result-movie-preview {
    width: 100%;
    text-align: center;
    margin: 1.5em 0 0;
}

.prize_result_page #result-movie-preview img {
    width: 100%;
}

.prize_result_page video {
    width: 100%;
}

.prize_result_page #usage-caution {
    text-align: left;
    margin: 1.5em 0 0;
}
.prize_result_page .video-size-caution {
    text-align: center;
    margin: 1.5em 0 0;
}
.prize_result_page #before-upload {
    margin: 2em 0 0;
}

.prize_result_page #result-photo-preview {
    width: 100%;
    text-align: center;
}

.prize_result_page #result-photo-preview img {
    width: 100%;
}

.prize_result_page #kuji-buttons {
    margin: 3em 0 0;
}
.prize_result_page #kuji-buttons img {
    max-width: 100%;
    width: 320px;
}

.prize_result_page .result-photo-block {
    margin: 2em 0 0;
}
.prize_result_page .result-photo-block.multi {
    margin: 2em 0 5em;
}
.prize_result_page .result-photo-preview {
    text-align: center;
}

.prize_result_page .result-photo-preview img {
    width: 100%;
}

.prize_result_page .result-photo-download-wrap {
    margin: 1.5em 0 0;
    text-align: center;
}
.prize_result_page .result-photo-download-wrap img {
    width: 320px;
    max-width: 100%;
}
@media screen and (min-width: 641px) {
    .prize_result_page .result-photo-download-wrap img {
        width: 600px;
    }
}

.prize_result_page .multi-congrat-message {
    margin: 2em 0 0;
    text-align: center;
}

.btn,
a.btn,
button.btn {
    width: 90%;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.6rem 5%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.4rem;
}

.btnlist,
a.btnlist {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 20px;
}

.btnlist:hover,
a.btnlist:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

.btngreen,
a.btngreen {
    text-align: center !important;
    width: 70%;
    color: #222;
    background-color: #cbdb2e;
    margin-bottom: 20px;
}
.btngreen:hover,
a.btnlist:hover {
    /*color: #222;*/
    background-color: #cbdb2e;
}

.toukouBtn {
    margin: 30px auto !important;
    margin-bottom: 30px !important;
}
.icon {
    width: 20px;
    margin-right: 5px;
}

.iconblink {
    width: 20px;
    margin-right: 5px;
    display: flex;
    float: left;
}

.blink {
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.commentNumber {
    margin-top: 4px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}
a.commentNumber:hover{
    color: rgba(0, 0, 0, 0.8);
}

.commenticon {
    width: 10px !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.iconArea {
    width: 30px;
    float: left;
}
.honbunArea {
    width: calc(100% - 36px);
    float: right;
}
.commentName {
    font-weight: bold;
    font-size: 0.9rem;
    float: left;
    margin-right: 8px;
    margin-bottom: 0;
    color: #ccc;
}

.commentNameStaff {
    color: rgba(221, 212, 76, 0.76);
}
.com_number {
    float: left;
    margin-right: 15px;
}

.commentwaku {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1d1d30;
}

.henshinList li {
    border-bottom: 1px solid #fff;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.nicknameiconBox {
    box-sizing: border-box;
    margin: 0 1%;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px;
    float: left;
}

.nicknameiconBox.fromStaff {
    border-color: #e6dc47;
    border-style: solid;
    border-width: 3px;
}

.nicknameicon {
    width: 100% !important;
    margin: 0 !important;
}
.nicknameText {
    padding-top: 10px;
    float: left;
}
.parent_message_wrap{
border-bottom:1px solid #ddd;
}
.commentNumber {
    margin-top: 4px;
    font-size: 1.0rem;
    color: rgba(255, 255, 255, 0.8);
    padding-top:10px;
}
.commenticon {
    width: 12px !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.iconArea {
    width: 30px;
    float: left;
}

.newicon {
    width: 60px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.honbunArea {
    width: calc(100% - 36px);
    float: right;
}
.commentName {
    font-weight: bold;
    font-size: 0.9rem;
    float: left;
    margin-right: 8px;
    margin-bottom: 0;
    color: #ccc;
}
.com_number {
    float: left;
    margin-right: 15px;
    /*color: #ccc;*/
}
.commentHonbun {
    margin: 10px 0 15px 0;
    color: #eee;
}
.com_henshinbtn {
    font-size: 1.0rem;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    /*background: #565656;*/
    color: #ddd;
    padding: 6px 10px 6px 10px !important;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    border: 1px solid #ddd;
    float: right;
    margin-bottom: 10px;
}
.com_henshinbtn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.com_henshinbtn .button_side_comment_count {
    margin: 0 0.5em;
}
.commentImg {
    width: 80%;
    margin: 5px auto !important;
}

.henshinTitle {
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom:10px;
    padding:8px 1em;
    color:#fff;
}
.new_comment .henshinTitle{
padding:8px 0;
}
.henshinList li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.topicsTitle {
    box-sizing: border-box;
    width: calc(100% - 10px);
    width: 100%;
    padding: 20px 0 10px 0;
    color: #999;
    /*font-size: 2.1rem;*/
    line-height: 1.6;
}
.new_comment{
/*margin:0 1em;*/
}
.new_comment div,input,textarea{
margin:1em 2em 2em 2em;
}
.new_comment div{
color:#fff;
margin:1em 2em 0 2em;
}
.new_comment div.enshinTitle{
padding: 8px 0 !important;
}
.new_comment div.msgform_{
padding: 8px 0 !important;
margin:0 !important;
}
.reply_target_message {
    /*background-color: #1d1d30;*/
    margin: 0 0 1em;
}
.reply_target_message .h_ {
    padding: 1em 1em 0 1em;
    color: #d5e900;
}
.reply_target_message .content {
    padding: 1em;
    color: #fff;
}

.reply_target_message .toggle {
    display: none;
}

.reply_target_message .image-label {
    /*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background: #019ac6;
}

.reply_target_message .image-label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}

.reply_target_message .image-label,
.reply_target_message .image-accordion {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.16);
}

.reply_target_message .image-accordion {
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
}

.reply_target_message .toggle:checked + .image-label + .image-accordion {
    /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all 0.3s;
}

.reply_target_message .toggle:checked + .image-label::before {
    transform: rotate(-45deg) !important;
}

.reply_target_message .topicsTitle {
    background-color: #1d1d30;
    padding: 13px 20px;
}
.reply_target_message .topicsTitle .topic-title {
    color: #eee;
}

.topicsBody {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 1em;
    margin-top: 10px;
    overflow: hidden;
}
.topicsBody.deleted {
    color: rgba(255, 255, 255, 0.66);
}

@media screen and (max-width: 767px) {
    .bbsCornerTitle {
        margin-top: 80px;
        text-align: center;
        padding: 25px 0;
    }
    .nicknameiconBox {
        width: 30px;
        height: 30px;
        border-radius: 20px;
    }
    .iconChange {
        margin-top: 30px;
    }
    .nicknameText {
        padding-top: 5px;
    }
    .iconArea {
        width: 30px;
    }
    .honbunArea {
        width: calc(100% - 38px);
    }
}

.commentsubmenu-accordion {
    position: absolute;
    top: 0;
    right: 0;
}

/*ベース*/
.commentsubmenu-accordion .toggle {
    display: none;
}

.commentsubmenu-accordion .Label {
    /*タイトル*/
    padding: 0.25em;
    display: block;
    color: #fff;
    text-align: right;
}

.commentsubmenu-accordion .Label,
.commentsubmenu-accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.commentsubmenu-accordion .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.56);
}
.commentsubmenu-accordion .content a {
    display: block;
    padding: 5px 0;
}

.commentsubmenu-accordion .toggle:checked + .Label + .content {
    /*開閉時*/
    height: auto;
    padding: 10px;
    transition: all 0.3s;
}

.file-upload-notice {
    margin: 0.5em 0;
    font-size: 0.85em;
    color: #d5e900 !important;
}

.cautionTxt {
    font-size: 0.8rem;
    line-height: 2.1;
    color: rgba(255, 255, 255, 0.76);
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding:0 1em;
}

.viewmorebtn,
.backbtn {
    font-size: 1.3rem;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    /*background: #565656;*/
    color: #ddd;
    padding: 6px 20px 6px 20px !important;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    margin-top:50px;
    width:70%;
}

.viewmorebtn:hover,
.backbtn:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: ease 0.2s;
}

.page_subtitle {
    font-size: 20px;
}
.mt10 {
    margin-top: 10px;
}
.imagefile_preview {
    max-width: 100%;
}
.commentImg-wrap {
    margin: 0 0 1em;
}

.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.width20 {
    width: 20%;
}
.width70 {
    width: 70%;
}
.mt0 {
    margin-top: 0 !important;
}
.mt20 {
    margin-top: 20px !important;
}

.mb10 {
    margin-bottom: 10px;
}

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

.login-info-wrap {
    text-align: center;
    margin: 3em 0;
    padding: 2em 2em 1em;
    /*background-color: #1d1d30;*/
    border-radius: 4px;
}
.login-info-wrap .buttons_ {
    margin: 1em 0 3em;
}
.login-info-wrap .user_account_btn {
    font-size: 0.8rem;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    /*background: #565656;*/
    color: #ddd;
    padding: 6px 20px 6px 20px !important;
    border-radius: 25px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
    border: 1px solid #ddd;
    width:70%;
}

.login-info-wrap .user_account_btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: ease 0.2s;
}

.newsDetail__body img.iconblink {
    width: 20px;
}
.newsDetail__body img.icon {
    width: 20px;
}
