@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

#UgcCreativeReviewArea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    color: #888;
    /* font-family: '繝｡繧､繝ｪ繧ｪ', 'Meiryo', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif; */
}

@media all and (max-width: 480px) {
    #UgcCreativeReviewArea {
        width: 100%;
    }
}

#UgcCreativeReviewArea .UgcCreativeReviewAreaBtn {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 8px 50px;
    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: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 3px;
}

#UgcCreativeReview-firstPage:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f100";
    font-size: 16px;
}

#UgcCreativeReview-prevPage:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 16px;
}

#UgcCreativeReview-nextPage:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 16px;
}

#UgcCreativeReview-lastPage:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f101";
    font-size: 16px;
}

.UgcCreativeReviewPazinationBtn {
    font-size: 16px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    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: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: #ffffff;
}

#UgcCreativeReviewArea .UgcCreativeReviewAreaBtnSmall {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 4px 5px;
    margin: 10px 10px 0px 0;
    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: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 3px;
}

#UgcCreativeReview-customerstr {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.UgcCreativeReview-divider {
    border-bottom: 1px solid #ccc;
}

.UgcCreativeReview-headerImageWrapper {
    text-align: center;
}

.UgcCreativeReview-headerImage {
    width: auto;
}

#UgcCreativeReviewArea .UgcCreativeReviewAreaBtn--white {
    color: #333;
    background-color: #fff;
    border: 1px solid #aaa
}

#UgcCreativeReviewArea .UgcCreativeReviewAreaBtn--white:hover {
    color: #333;
    background-color: #fafafa;
}

#UgcCreativeReview-moreReviewBtn {
    color: #333;
    background-color: #fff;
    border: 1px solid #aaa
}

#UgcCreativeReview-moreReviewBtn:hover {
    color: #333;
    background-color: #fafafa;
}

#UgcCreativeReviewArea .UgcCreativeReviewAreaBtn--blue {
    color: white;
    background-color: #3699FF;
    border: 1px solid #3699FF;
}

#UgcCreativeReviewArea .UgcCreativeReviewAreaBtn--blue:hover {
    color: white;
    background-color: #3699FF;
}

.UgcCreativeReview-likeBtn,
.UgcCreativeReview-badBtn {
    background-color: white;
    border: 1px solid #c6c6c6;
    color: #555;
    outline: 0;
    cursor: pointer;
    margin-top: 10px;
    margin-right: .5em;
    padding: 1px 10px;
    border-radius: 16px;
}

@media screen and (max-width: 480px) {
    .UgcCreativeReview-likeBtn {
        /* margin-bottom: 7px; */
    }
}

.UgcCreativeReview-windowScroll {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 16px auto;
    overflow: hidden;
    border-radius: 10px;
}

#UgcCreativeReviewArea .UgcCreativeReviewAreaBtn-iconleft {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 16px;
}

.UgcCreativeReview-formClose {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    z-index: 1000;
    opacity: 1;
    background: #0000;
    top: 0.5em;
    right: 0.5em;
}

.UgcCreativeRevie-flex {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 16px 0;
}

.UgcCreativeRevie-form {
    text-align: left !important;
    background: #f2f4f7;
    padding: 32px 64px 16px 48px
}

#UgcCreativeReviewArea .UgcCreativeReview-require {
    color: red;
    vertical-align: 4px;
    font-size: 14px;
}

#UgcCreativeReviewArea .UgcCreativeReview-formItem {
    font-size: 16px;
    margin: 1.2em 0 0.3em;
    font-weight: bold;
}

#UgcCreativeReviewArea .UgcCreativeReview-formItem2 {
    font-size: 16px;
    margin: 1.2em 0 0.3em;
    font-weight: bold;
}

#UgcCreativeReviewArea .UgcCreativeReview-formSelect {
    font-size: 16px;
    padding: 8px 16px;
    border: 1px solid #bbb;
    border-radius: 5px;
    height: 30px;
    box-sizing: content-box;
}

#UgcCreativeReviewAreaForm {
    margin-top: 16px;
}

.UgcCreativeReview-evaluation {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 24px;
}

.UgcCreativeReview-evaluation .evaluation-star {
    font-size: 1.3em;
    margin-right: 0.1em;
}

.UgcCreativeReview-evaluation input[type='radio'] {
    display: none;
}

.UgcCreativeReview-evaluation label {
    cursor: pointer;
    font-size: 26px;
    color: #ffc107;
}

.UgcCreativeReview-evaluation label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.UgcCreativeReview-evaluation label:hover,
.UgcCreativeReview-evaluation label:hover~label,
.UgcCreativeReview-evaluation input[type='radio']:checked~label {
    color: #ffc107;
}

.UgcCreativeReview-evaluation label:hover:before,
.UgcCreativeReview-evaluation label:hover~label:before,
.UgcCreativeReview-evaluation input[type='radio']:checked~label:before {
    font-weight: 900;
}

#UgcCreativeReviewArea #UgcCreativeReviewAreaForm #UgcCreativeReviewAreaFormW input {
    background-color: #fff;
}

#UgcCreativeReviewArea .UgcCreativeReview-formTitle {
    padding: 8px 16px;
    width: 100%;
    height: 48px;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-sizing: border-box;
}

#UgcCreativeReviewArea .UgcCreativeReview-formReview {
    padding: 16px 16px;
    width: 100%;
    height: 5rem;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-sizing: border-box;
}

#UgcCreativeReview-errorMsg {
    font-size: 16px;
    color: #ff6a6a;
}

#UgcCreativeReviewArea-comment {
    color: #222;
    text-align: left;
    position: relative;
    margin-top: 8px;
    width: calc(100% + 1px);
}

.UgcCreativeReviewArea-commentArea {
    word-wrap: break-word;
}

.UgcCreativeReviewArea-singleUser {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
    .UgcCreativeReviewArea-singleUser {
        display: block;
    }
}

.UgcCreativeReviewArea-userIcon {
    width: 32px;
    height: 32px;
    display: inline;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#UgcCreativeReview-commentstr {
    font-size: 14px;
    margin-left: .3em;
}

.UgcCreativeReview-star {
    font-size: 16px;
    color: #ffc107;
}

.UgcCreativeReview-star:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.UgcCreativeReview-starWhite {
    font-size: 16px;
    color: #ffc107;
}

.UgcCreativeReview-starWhite:before {
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.UgcCreativeReview-starHalf {
    font-size: 16px;
    color: #ffc107;
}

.UgcCreativeReview-starHalf:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f5c0";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.UgcCreativeReview-reviewStar {
    letter-spacing: 2px;
    margin: 8px 0;
}

.UgcCreativeReview-gradItem {
    position: relative;
    overflow: hidden;
    height: 7em;
    /*髫�縺励◆迥ｶ諷九�鬮倥＆*/
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4 !important;
    color: transparent;
}

.UgcCreativeReview-gradItemInner {
    -webkit-background-clip: text;
    background-clip: text;
}

.UgcCreativeReview-ugcWhiteGrad {
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 65%, rgba(51, 51, 51, 0) 100%);
    background: linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 65%, rgba(51, 51, 51, 0) 100%);
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 65%, rgba(51, 51, 51, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

.UgcCreativeReview-ugcWhiteGradWithoutGradient {
    background: white !important;
    -webkit-background-clip: text;
    background-clip: text;
    color: black !important;
}

.UgcCreativeReview-ugcWhiteAll {
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

.UgcCreativeReview-ugcBlackGrad {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

.UgcCreativeReview-ugcBlackGradWithoutGradient {
    background: black !important;
    -webkit-background-clip: text;
    background-clip: text;
    color: white !important;
}

.UgcCreativeReview-ugcBlackAll {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

.UgcCreativeReview-gradTrigger {
    display: none;
}

.UgcCreativeReview-gradTrigger:checked~.UgcCreativeReview-gradItem {
    height: auto;
}

.UgcCreativeReview-gradTrigger:checked~.UgcCreativeReview-ugcWhiteGrad {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 100%);
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 100%);
}

.UgcCreativeReview-gradTrigger:checked~.UgcCreativeReview-ugcBlackGrad {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.UgcCreativeReview-gradTrigger:checked~.UgcCreativeReview-gradBtnWrap>.UgcCreativeReview-comBtn1 {
    display: none;
}

.UgcCreativeReview-gradTrigger:checked~.UgcCreativeReview-gradBtnWrap>.UgcCreativeReview-comBtn2 {
    display: inline;
}

.UgcCreativeReview-gradTrigger~.UgcCreativeReview-gradBtnWrap>.UgcCreativeReview-comBtn1 {
    display: inline;
}

.UgcCreativeReview-gradTrigger~.UgcCreativeReview-gradBtnWrap>.UgcCreativeReview-comBtn2 {
    display: none;
}

[id ^=UgcCreativeReview-likeIcon],
[id ^=UgcCreativeReview-badIcon] {
    color: #ccc;
}

.UgcCreativeReview-replyTrigger {
    display: none;
}

.UgcCreativeReview-replyBtn {
    margin-top: 1em;
}

.UgcCreativeReview-reviewLengthCountWrapper {
    float: right;
    height: 15px;
    font-size: 14px;
}

#UgcCreativeReview-reviewLengthCountCheck {
    color: green;
}

#UgcCreativeReview-image_box {
    position: relative;
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    /* 逕ｻ蜒上�郢ｰ繧願ｿ斐＠繧呈欠螳�  */
    background-position: center center;
}

.UgcCreativeReview-image_stop_events {
    pointer-events: none;
}

#UgcCreativeReview-image_delete {
    position: absolute;
    top: 3px;
    right: 3px;
}

#UgcCreativeReview-starArea {
    font-size: 18px;
    color: #333;
    margin: 8px 0;
}

.UgcCreativeReview-gauge {
    width: 120px;
    height: 20px;
    background: #f0f2f2;
    position: relative;
    margin: 0 10px;
    margin-right: 0 !important;
    cursor: pointer;
}

.UgcCreativeReview-gaugeFill {
    height: 100%;
    background: #ffc107;
    display: block;
    border-radius: 3px;
}

.UgcCreativeReview-gaugeText {
    font-size: 14px;
    color: darkcyan;
    cursor: pointer;
}

.UgcCreativeReview-gaugePercent {
    font-size: 14px;
    color: darkcyan;
    width: 3em;
    text-align: right;
}

.UgcCreativeReview-tooltip {
    position: relative;
    cursor: pointer;
}

.UgcCreativeReview-tooltipContent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 40px;
    display: inline-block;
    padding: 5px 15px;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.3;
    background: #fff;
    color: #333;
    border-radius: 3px;
    transition: 0.3s ease-in;
    z-index: 1000;
    border: 1px solid #999;
}

.UgcCreativeReview-tooltip:hover .UgcCreativeReview-tooltipContent {
    opacity: 1;
    visibility: visible;
}

.UgcCreativeReview-tooltipContent:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -14px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.UgcCreativeReview-tooltipContent:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-bottom: 15px solid #999;
    z-index: 1;
}

.UgcCreativeReview-tooltipText {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
}

.UgcCreativeReview-starRightStr1 {
    padding-left: .5em;
}

.UgcCreativeReview-starRightStr2 {
    padding-left: .5em;
    display: none;
}

.UgcCreativeReview-badgeWrapper {
    display: inline-block;
    font-size: 11px !important;
    line-height: 0px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 3px 5px;
    margin: 0 5px;
    color: #666;
}

.UgcCreativeReview-reviewDate {
    font-size: 13px;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 480px) {
    .UgcCreativeReview-reviewDate {
        display: inline-block;
        width: 100%;
        text-align: right;
    }
}

.UgcCreativeReview-review_imageBox {
    margin-top: 10px;
    width: 80px !important;
    height: 80px !important;
}

.UgcCreativeReview-review_image {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.UgcCreativeReview-defaultFontSize {
    font-size: 13px !important;
}

.UgcCreativeReview-FilterArea {
    margin-top: 12px;
    margin-bottom: 12px;
}

.UgcCreativeReview-FilterAreaDetail {
    margin: 5px 0;
}

.UgcCreativeReview-select {
    margin: 10px 10px 0px 0;
    padding: 10px;
    font-size: 13px !important;
    width: 207px;
    max-width: calc(100% / 4);
    min-width: 50px;
    border: 1px solid #aaa;
    background: white;
    color: #333;
    appearance: auto !important;
}

@media all and (max-width: 480px) {
    .UgcCreativeReview-select {
        max-width: calc(100% / 2 - 8px);
        margin: 10px 5px 0px 0;
    }

    .UgcCreativeReview-select:nth-child(even) {
        margin: 10px 0px 0px 5px;
    }

}

.UgcCreativeReview-name-box {
    padding-left: 10px;
}

.UgcCreativeReview-radius {
    border-radius: 20px !important;
}

.UgcCreativeReview-width {
    width: 240px;
}

.UgcCreativeReview-Tag {
    font-size: 14px;
    background: #d7eae9;
    padding: 5px 10px;
    margin: 5px 20px 5px 0;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #aaa;
}

.UgcCreativeReview-TagSelect {
    background-color: #00464F;
    color: #fff;
}

.UgcCreativeReview-swiper-button-common {
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background: rgba(237, 235, 232, 0.7);
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
    color: #333;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    top: calc(50% - 40px);
}

.UgcCreativeReview-swiper-button-common-amazon {
    display: inline-block;
    top: calc(100% - 30px);
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    color: #333;
    width: 40px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    background: rgba(237, 235, 232, 1);
}

.UgcCreativeReview-swiper-button-common:focus,
.UgcCreativeReview-swiper-button-common-amazon:focus {
    outline: none;
}

.swiper-button-disabled {
    display: none !important;
}

.UgcCreativeReview-swiper-button-prev-amazon {
    left: calc(50% - 50px);
}

.UgcCreativeReview-swiper-button-next-amazon {
    right: calc(50% - 50px);
}

.UgcCreativeReview-swiper-button-prev:after {
    --swiper-navigation-size: 25px;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f053" !important;
    top: calc(var(--swiper-navigation-size)/4 + 1px);
    right: calc(var(--swiper-navigation-size)/2);
    position: absolute;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.UgcCreativeReview-swiper-button-next:after {
    --swiper-navigation-size: 25px;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054" !important;
    top: calc(var(--swiper-navigation-size)/4 + 1px);
    left: calc(var(--swiper-navigation-size)/2);
    position: absolute;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-pagination-bullet {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    /* background: #007aff; */
}

.UgcCreativeReview-popupOpen {
    cursor: pointer;
}

.UgcCreativeReview-popup {
    display: none;
}

.UgcCreativeReview-overlay {
    display: none;
    z-index: 1000;
}

.UgcCreativeReview-popup:checked+.UgcCreativeReview-overlay {
    display: block;
    z-index: 9999;
    background-color: rgba(31, 32, 41, .75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.UgcCreativeReview-window {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    overflow: hidden;
}

.UgcCreativeReview-popupContent {
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 18px;
}

.UgcCreativeReview-popupImageClose {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #ccc;
    opacity: 0.3;
}

.UgcCreativeReview-popupImageCloseInner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.UgcCreativeReview-popupImage {
    width: 100%;
    height: auto;
}

.UgcCreativeReview-replyBalloonInner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #000;
}

.UgcCreativeReview-replyBalloon {
    position: relative;
    padding: 15px;
    color: #888;
    background: #f1f1f1;
    margin-top: 12px;
    line-height: 1.5;
}

.UgcCreativeReview-replyBalloon::before {
    content: '';
    position: absolute;
    left: 35px;
    top: -12px;
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f1f1f1;
    border-left: 12px solid transparent;
}

.UgcCreativeReview-profileTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 2em 0 0.3em;
    color: #333;
}

.UgcCreativeReview-profileTitle2 {
    font-size: 14px;
    margin-right: 16px;
    height: 24px;
    line-height: 24px;
    color: #333;
}

.UgcCreativeReview-profileSize {
    font-size: 14px;
}

.UgcCreativeReview-profileItem {
    display: flex;
    justify-content: space-between;
}

.UgcCreativeReview-profileItemScore {
    margin-left: 2px;
    letter-spacing: initial;
}

.UgcCreativeReview-profileItemWapper {
    display: flex;
}

.UgcCreativeReview-TagArea {
    margin-top: 16px;
}

@media all and (min-width: 480px) {
    .UgcCreativeReview-profileItem {
        width: 20%;
    }

    .fa-times:before {
        margin: 0;
    }

    .UgcCreativeReview-ImageWrapperOnly {
        margin: 8px 16px 16px 0;
    }
}

@media all and (max-width: 480px) {
    .UgcCreativeReview-profileItem {
        width: 100%;
    }

    .UgcCreativeReview-ImageWrapperOnly {
        margin: 8px 16px 16px 0;
    }
}

.UgcCreativeReview-arrow {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: 0.2em 0.5em;
}

.UgcCreativeReview-arrow-top {
    margin: -.1em 0.5em;
    transform: rotate(-135deg);
}

.UgcCreativeReview-arrow-bottom {
    transform: rotate(45deg);
}

.UgcCreativeReview-swiper-slide {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.UgcCreativeReview-specialDisplay.UgcCreativeReview-commentBackground {
    overflow-y: auto;
    height: 230px !important;
}

/* 繝ｬ繝薙Η繝ｼ繧ｿ繧､繝医Ν縲√Ξ繝薙Η繝ｼ譛ｬ譁�∬ｿ比ｿ｡縺ｮHTML繧ｿ繧ｰ蟇ｾ蠢� */
.UgcCreativeReview-review-title h1,
.UgcCreativeReview-review-review h1,
.UgcCreativeReview-reply_balloon h1,
.review-title-html h1,
.review-content-html h1,
.reply-content-html h1 {
    font-size: 2em !important;
    font-weight: bold !important;
    margin: 0.67em 0 !important;
}

.UgcCreativeReview-review-title h2,
.UgcCreativeReview-review-review h2,
.UgcCreativeReview-reply_balloon h2,
.review-title-html h2,
.review-content-html h2,
.reply-content-html h2 {
    font-size: 1.5em !important;
    font-weight: bold !important;
    margin: 0.75em 0 !important;
}

.UgcCreativeReview-review-title h3,
.UgcCreativeReview-review-review h3,
.UgcCreativeReview-reply_balloon h3,
.review-title-html h3,
.review-content-html h3,
.reply-content-html h3 {
    font-size: 1.17em !important;
    font-weight: bold !important;
    margin: 0.83em 0 !important;
}

.UgcCreativeReview-review-title h4,
.UgcCreativeReview-review-review h4,
.UgcCreativeReview-reply_balloon h4,
.review-title-html h4,
.review-content-html h4,
.reply-content-html h4 {
    font-size: 1em !important;
    font-weight: bold !important;
    margin: 1em 0 !important;
}

.UgcCreativeReview-review-title strong,
.UgcCreativeReview-review-title b,
.UgcCreativeReview-review-review strong,
.UgcCreativeReview-review-review b,
.UgcCreativeReview-reply_balloon strong,
.UgcCreativeReview-reply_balloon b,
.review-title-html strong,
.review-title-html b,
.review-content-html strong,
.review-content-html b,
.reply-content-html strong,
.reply-content-html b {
    font-weight: bold !important;
}

.UgcCreativeReview-review-title em,
.UgcCreativeReview-review-title i,
.UgcCreativeReview-review-review em,
.UgcCreativeReview-review-review i,
.UgcCreativeReview-reply_balloon em,
.UgcCreativeReview-reply_balloon i,
.review-title-html em,
.review-title-html i,
.review-content-html em,
.review-content-html i,
.reply-content-html em,
.reply-content-html i {
    font-style: italic !important;
}

.UgcCreativeReview-review-title u,
.UgcCreativeReview-review-review u,
.UgcCreativeReview-reply_balloon u,
.review-title-html u,
.review-content-html u,
.reply-content-html u {
    text-decoration: underline !important;
}

.UgcCreativeReview-review-title ul,
.UgcCreativeReview-review-review ul,
.UgcCreativeReview-reply_balloon ul,
.review-title-html ul,
.review-content-html ul,
.reply-content-html ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
    margin: 1em 0 !important;
    padding-left: 40px !important;
}

.UgcCreativeReview-review-title ol,
.UgcCreativeReview-review-review ol,
.UgcCreativeReview-reply_balloon ol,
.review-title-html ol,
.review-content-html ol,
.reply-content-html ol {
    list-style-type: decimal !important;
    margin-left: 20px !important;
    margin: 1em 0 !important;
    padding-left: 40px !important;
}

.UgcCreativeReview-review-title li,
.UgcCreativeReview-review-review li,
.UgcCreativeReview-reply_balloon li,
.review-title-html li,
.review-content-html li,
.reply-content-html li {
    display: list-item !important;
}

.UgcCreativeReview-review-title blockquote,
.UgcCreativeReview-review-review blockquote,
.UgcCreativeReview-reply_balloon blockquote,
.review-title-html blockquote,
.review-content-html blockquote,
.reply-content-html blockquote {
    margin: 1em 0 !important;
    padding-left: 15px !important;
    border-left: 3px solid #ccc !important;
    color: #666 !important;
}

.UgcCreativeReview-review-title a,
.UgcCreativeReview-review-review a,
.UgcCreativeReview-reply_balloon a,
.review-title-html a,
.review-content-html a,
.reply-content-html a {
    color: #007bff !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.UgcCreativeReview-review-title a:hover,
.UgcCreativeReview-review-review a:hover,
.UgcCreativeReview-reply_balloon a:hover,
.review-title-html a:hover,
.review-content-html a:hover,
.reply-content-html a:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

.UgcCreativeReview-review-title p,
.UgcCreativeReview-review-review p,
.UgcCreativeReview-reply_balloon p,
.review-title-html p,
.review-content-html p,
.reply-content-html p {
    margin: 0.5em 0 !important;
}

/* 蜈ｨ陦ｨ遉ｺ繝｢繝ｼ繝牙�騾夲ｼ咾V蝠�刀繧ｫ繝ｼ繝我ｸ矩Κ蝗ｺ螳� */
#UgcCreativeReviewArea .UgcCreativeReview-cv-area {
    margin-top: auto !important;
    flex-shrink: 0 !important;
    border-radius: 10px 10px 0 0 !important;
}

/* 繧ｹ繝ｩ繧､繝繝ｼ陦ｨ遉ｺ譎ゑｼ壼�繧ｹ繝ｩ繧､繝峨〒flex繝ｬ繧､繧｢繧ｦ繝茨ｼ亥ｱ暮幕繝�く繧ｹ繝医�繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ蟇ｾ蠢懶ｼ� */
#UgcCreativeReviewArea-commentSwiper1 .swiper-slide,
#UgcCreativeReviewArea-commentSwiper2 .swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* CV繧ｫ繝ｼ繝峨′縺ゅｋ蝣ｴ蜷医�縺ｿ蝗ｺ螳夐ｫ倥＆ */
#UgcCreativeReviewArea-commentSwiper1 .swiper-slide:has(.UgcCreativeReview-cv-area),
#UgcCreativeReviewArea-commentSwiper2 .swiper-slide:has(.UgcCreativeReview-cv-area) {
    height: 460px !important;
}

#UgcCreativeReviewArea-commentSwiper1 .UgcCreativeReview-swiper-overflow,
#UgcCreativeReviewArea-commentSwiper2 .UgcCreativeReview-swiper-overflow {
    flex: 1 !important;
    min-height: 0 !important;
    overflow-y: auto !important;
}