/*campaign_boomerang.css*/
/*------------------------------------------------------------common*/
.red {
    color: #ff0000;
}

/*------------------------------------------------------------bxslider*/
.img_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.bx-wrapper {
    width: 320px;
}

.bx-wrapper ul.bxslider li {
    width: 100%;
    margin: 0 auto;
}

.bx-wrapper ul.bxslider li img {
    width: 95%;
    margin: 0 auto;
}

.bx-wrapper .bx-pager {
    text-align: center;
    margin-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-pager a:hover,
.bx-pager a.active {
    background: #000;
}

/*------------------------------------------------------------contact*/

.kasoucontents h3.boomerang_title {
    text-align: center;
    background: #fff;
    padding-bottom: 16px;
}

.kasoucontents h3.boomerang_title .tit_inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.kasoucontents h3.boomerang_title .sub_ti {
    font-size: 0.8em;
    display: block;
}

.kasoucontents h3.boomerang_title .main_ti {
    color: red;
}

/*------------*/
.boomerang_point_box {
    margin-top: 16px;
    background: #fff;
    box-sizing: border-box;
    padding: 16px;
}

.boomerang_point_ti {
    margin: 0 0 5px;
    font-size: 140%;
    text-align: center;
    color: #009e52;
    font-weight: bold;
}

.boomerang_point_ti br {
    display: none;
}

.boomerang_point_box img {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.boomerang_point_box p {
    text-align: left;
    padding-top: 5px;
}

@media print,
screen and (min-width:768px) {
    .ly_boomerang_point {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
    }

    .boomerang_point_box {
        width: calc(100% / 3 - 48px);
    }
}

/*------------------------------------------------------------content*/
#index_text {
    background: url('../img/campaign_img/hayatoku_main_bg.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
    height: 480px;
    margin: 0 auto;
    padding: 0;
}

#index_text {
    height: inherit;
}

#index_text .container {
    padding: 30px 0;
    background: none;
    /*background-size: contain;*/
    margin: 0 auto;
    width: 95%;
    padding-bottom: 20px;
}

#index_text .container .section {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    box-sizing: border-box;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

@media print,
screen and (min-width:768px) {
    #index_text .container .section {
        margin-bottom: 20px;
    }
}

/**/
#index_text .section h2.catch_main {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0px;
    padding: 15px 0 10px 120px;
    width: 100%;
    color: #175873;

    text-align: left;
}

@media print,
screen and (min-width:768px) {
    #index_text .section h2.catch_main {
        font-size: 46px;
        padding: 30px 0 20px;
        text-align: center;
    }

    #index_text .section h2.catch_main .pc_none {
        display: inline-block;
    }
}

@media print,
screen and (min-width:992px) {
    #index_text .section h2.catch_main .pc_none {
        display: none;
    }
}

/**/
.section p.catch_pr {
    background: #ff8f22;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
}

@media print,
screen and (min-width:768px) {
    .section p.catch_pr {
        width: 140px;
        height: 140px;
        font-size: 36px;
    }
}

/**/
.section p.catch_tx {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 16px;
}

.section p.catch_tx strong {
    font-size: 26px;
    display: inline-block;
    padding: 0 4px;
}

.section p.catch_tx strong span {
    font-size: 18px;
}

.marker {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

@media print,
screen and (min-width:768px) {
    .section p.catch_tx {
        font-size: 36px;
    }

    .section p.catch_tx strong {
        font-size: 48px;
    }

    .section p.catch_tx strong span {
        font-size: 30px;
    }
}

/**/
.section p.catch_subtx {
    font-size: 14px;
    padding: 0 10px 0;
    line-height: 1.4;
}

.section p.catch_subtx span {
    font-weight: bold;
}

@media print,
screen and (min-width:768px) {
    .section p.catch_subtx {
        font-size: 25px;
    }
}

/**/
.campaign_wrap {
    display: block;
    width: calc(100%-40px);
    margin: 16px 0 0;
}

.campaign_wrap img {
    width: 100%;
    height: auto;
}

@media print,
screen and (min-width:768px) {
    .campaign_wrap {
        width: calc(100%-60px);
        margin: 24px 0 0;
    }
}

/**/
#index_text .catch_note {
    text-align: left;
    margin-left: 20px;
}

#index_text .catch_note li {
    font-size: 12px;
    font-weight: normal;
    position: relative;
    padding: 0 0 0 1.1em;
}

#index_text .catch_note li::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#index_text .catch_note li+li {
    margin-top: 4px;
}

@media print,
screen and (min-width:768px) {
    #index_text .catch_note li {
        display: inline-block;
    }

    #index_text .catch_note li+li {
        margin: 0 0 0 16px;
    }
}

/*--------------------------------------*/
.bg1703 {
    background: url('../img/lp_img/main_bg1703.jpg') 50% 0 no-repeat fixed;
}

.title02 {
    margin-top: 20px;
    font-size: 130%;
    font-weight: bold;
    color: #009900;
}

.red {
    color: #ff0000 !important;
}

.content_bg02 {
    background: #ececec;
}

#triangle_grey {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 100px 0 100px;
    border-color: #ececec transparent transparent transparent;
    display: inline-block;
}

table.price {
    font-weight: normal;
    vertical-align: top;
}

table.price th {
    background: #ececec;
    font-weight: bold;
    font-size: 110%;
    padding: 10px;
    width: 100%;
    text-align: center;
}

table.price td {
    padding: 10px;
    width: 100%;
}

table.price td span {
    font-weight: bold;
    font-size: 150%;
    display: block;
    color: #cc0000;
    width: 100%;
    text-align: center;
}

table.price td span small {
    font-weight: normal;
    font-size: 60%;
    color: #666666;
    text-decoration: line-through;
}

table.price th.half {
    width: 50%;
}

table.price td.half {
    width: 50%;
}

ol.flow li .border {
    background: #ffffff;
}

dl.iten_merit ul li .txt-center h3 {
    text-align: center;
    width: 100%;
}

dl.iten_merit ul li span {
    font-weight: normal;
    font-size: 14px;
}

#index_sec02 ul.index_voice li .bg_white {
    margin: 0 1%;
    width: 98%;
    padding: 10px;
    background: #ffffff;
}

#index_sec02 ul.index_voice li h4 {
    margin: 5px 0;
    font-size: 150%;
    text-align: center;
}

#index_sec02 ul.index_voice li h5 {
    margin: 0 0 5px;
    font-size: 140%;
    text-align: center;
    color: #009e52;
    font-weight: bold;
}

#index_sec02 strong {
    margin: 0;
    display: block;
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
    background: #ff9900;
    color: #ffffff;
}

#index_sec02 ul.list_disc {
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 0;
    padding-right: 0;
}

#index_sec02 ul.red li {
    color: #ff0000;
    font-size: 110%;
    margin-right: 0;
    padding-right: 0;
}

.content_bg01 {
    background-color: #fff;
}

.content_bg01 .bg_w {
    background-color: #ffffff;
    margin: 0 auto 30px;
    display: block;
    width: 96%;
}

.content_bg01 h2.title01 {
    margin-top: 20px;
}

#index_sec02 dl {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#index_sec02 dl dt {
    margin: 0px;
    padding: 10px 0;
    width: 100%;
}

#index_sec02 dl dd {
    margin: 0px;
    padding: 10px 0;
    font-size: 120%;
    color: #000000;
    text-align: left;
    width: 100%;
}

#index_sec02 dl dt h3 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 200%;
    color: #000000;
    text-align: center;
}

#index_sec02 dl dd ul {
    margin-top: 20px
}

#index_sec03 {
    text-align: center;
}

#index_sec03 dl {
    width: 90%;
    margin: 20px 5%;
    display: inline-block;
    padding: 0;
}

#index_sec03 dl dt {
    margin: 0px;
    padding: 10px 0;
    text-align: center;
}

#index_sec03 dl dd {
    margin: 0px;
    padding: 10px 0;
    font-size: 120%;
    color: #000000;
    text-align: left;
}

#index_sec03 h2.title01 {
    border-bottom: 1px solid #000;
    color: #000;
    text-align: center;
    display: inline-block;
}

#index_sec03 dl dt h3 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 200%;
    color: #ff0000;
}

#index_sec03 dl dd ul {
    margin-top: 20px;
}

#index_sec03 dl dd img {
    margin: 5px 0;
    width: 90%;
}

#index_sec03 dl dd img.img_center {
    margin: 5px 10%;
    width: 80%;
}

#index_sec03 dl dd h4 {
    margin: 0 0 20px;
    padding: 0px;
    font-weight: bold;
    font-size: 130%;
    color: #009900;
}

#index_sec03 dl dd h4.before {
    margin: 0 auto;
    width: 80%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 130%;
    color: #ffffff;
    border-radius: 5px;
    background: #666666;
    text-align: center;
}

#index_sec03 dl dd h4.after {
    margin: 0 auto;
    width: 80%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 130%;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    background: #ff9900;
}

#index_sec03 dl dd span.line-through {
    text-decoration: line-through;
}

#index_sec03 dl dd p {
    margin: 0 0 0 10px;
}

#index_sec03 dl dd p strong {
    font-size: 120%;
}

#index_sec03 dl dd ul li h3 {
    font-weight: bold;
    font-size: 130%;
    color: #009900;
    padding: 5px 0;
    border-bottom: 1px solid #009900;
}

#index_sec03 dl dd ul li span {
    padding: 10px;
    display: block;
}

.txt-center {
    width: 100%;
    text-align: center !important;
}

#index_sec04 strong {
    display: block;
    font-size: 130%;
    font-weight: normal;
    margin: 10px 0 20px;
    color: #333333;
}

#index_sec04 h4 {
    margin: 0px;
    font-weight: bold;
    font-size: 150%;
    margin: 10px 0 0;
}

#index_sec04 p {
    text-align: left;
}

#index_sec04 img.flow_img {
    width: 90%;
    margin: 0 auto;
    max-width: 320px;
}

@media print,
screen and (max-width:767px) {
    h2.title01 {
        margin-top: 30px;
        font-size: 170%;
        text-align: left;
    }

    table.price th.half {
        width: 50%;
    }

    table.price td.half {
        width: 50%;
    }
}

@media print,
screen and (max-width:680px) {
    #index_text .container {
        background: none;
        background-size: cover;
    }

    #index_text .btn {
        box-shadow: 3px 3px 6px 0 #666;
        margin-top: 180px !important;
        font-size: 18px;
        line-height: 1.3;
        padding: 5px 0;
    }
}

@media print,
screen and (max-width:580px) {
    #index_text .container {
        background-size: cover;
    }

    #index_sec01 strong,
    #index_sec04 strong {
        font-size: 130%;
        text-align: left;
    }
}

@media print,
screen and (max-width:480px) {
    #index_text .container {
        background-size: cover;
    }

    #index_text .btn {
        margin-top: 150px !important;
    }

    h2.forsp img {
        width: 100%;
    }
}

@media print,
screen and (max-width:380px) {
    #index_text .container {
        background-size: cover;
    }
}

/**parallaxここから**/
ul#nav_p {
    list-style: none;
    position: fixed;
    right: 20px;
}

ul#nav_p li {
    margin: 0 0 15px 0;
}

#second {
    background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
    color: white;
    height: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

/**parallaxここまで**/
/*--------------------------------------settle*/


#settle .settle_title {
    color: #424242;
    text-align: center;
    margin-bottom: 15px;
}

#settle .settle_box {
    text-align: left;
    background: #fff;
    border: 3px solid #f8f852;
    padding: 15px;
    margin-bottom: 15px;
}

#settle .settle_box figure {
    text-align: center;
}

#settle .settle_box figure img {
    width: 50%;
    max-width: 360px;
    height: auto;
    margin: 20px auto;
}

#settle img {
    display: block;
    margin: 20px auto;
}

#settle .settle_box dt {
    background: #f8f852;
    padding: 2px 15px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

#settle .settle_box dd {
    font-size: 1.2em;
}

#settle .settle_box dd:not(:last-of-type) {
    margin-bottom: 15px;
}

#settle .settle_box dd h4 {
    font-size: 1.0em;
    font-weight: bold;
    color: #f00;
}

#settle .settle_box dd p {
    font-size: 1.0em;
    line-height: 1.42;
    margin-bottom: 10px;
}

#settle .settle_box dd p:last-of-type {
    margin-bottom: 0;
}

.settle_ph_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.settle_ph_list figure {
    padding: 0 0 20px;
    width: 50%;
    box-sizing: border-box;
}
.settle_ph_list figure:nth-child(3){
    width: 100%;
}

#settle .settle_box .settle_ph_list figure img {
    width: 100%;
    height: auto;
}
#settle .settle_box .settle_ph_list figure:nth-child(3) img{
    max-width: initial;
}

.settle_ph_list figure figcaption {
    background: #009e52;
    color: #fff;
    border-radius: 100px;
    width: max-content;
    padding: 0 20px;
    margin: -20px auto 0;
}


@media print,
screen and (min-width:768px) {
    #settle .ph_right {
        float: right;
    }

    #settle img {
        margin: 0;
        /*0 auto*/
    }

    #settle .settle_box dl {
        /*width: 95%;*/
        margin: 20px 0 0 0;
    }

    #settle .settle_box dt {
        float: left;
        margin-bottom: 0;
    }

    #settle .settle_box dd {
        padding: 0 0 0 130px;
    }
}

@media print,
screen and (min-width:992px) {
    #settle .ph_right {
        margin-right: 30px;
    }

    #settle .settle_box dl {
        margin: 20px 0 0 30px;
    }
}
@media print,
screen and (min-width:1200px) {
    .settle_ph_list {
        flex-wrap:nowrap;
        align-items: center;
    }
    .settle_ph_list figure {
        padding: 0 0 20px;
        width: 25%;
        box-sizing: border-box;
    }
    .settle_ph_list figure:nth-child(3){
        width: 50%;
    }
}

.settle_note {
    background: #edf5b1;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 30px;
}

.settle_note .title02 {
    margin-top: 0;
}

.settle_note figure img {
    margin: 0;
}

@media print,
screen and (min-width:768px) {
    .settle_note {
        padding: 30px;
    }

    .settle_note {
        display: flex;
        justify-content: space-between;
    }

    .settle_note .tx_box {
        padding-right: 30px;
    }

    #settle .settle_note figure img {
        max-width: 200px;
    }
}

/*attention*/
#settle .attention {
    font-size: 0.875em;
    line-height: 130%;
    text-align: left;
    margin: 5px 0;
}

h2.catch_camp {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #ff0000;
}

@media print,
screen and (min-width:768px) {
    h2.catch_camp {
        font-size: 46px;
    }
}

#features #officedesk .price_lsize a,
#features #officedesk .price_ssize a {
    display: block;
    text-decoration: none;
}

#features #officedesk .price_lsize a:hover,
#features #officedesk .price_ssize a:hover {
    color: #333;
    opacity: 0.7;
}

#features #officedesk .price_lsize dl dt,
#features #officedesk .price_ssize dl dt {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #00893f;
    color: #ffffff;
    text-align: center;
    font-size: 180%;
    border-width: 0 1px 0 1px;
    border-color: #00893f;
    border-style: solid;
}

#features #officedesk .price_lsize dl dd,
#features #officedesk .price_ssize dl dd {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #ffffff;
    border-width: 0 1px 1px 1px;
    border-color: #00893f;
    border-style: solid;
}

#features #officedesk .price_lsize dl dd img,
#features #officedesk .price_ssize dl dd img {
    width: 90%;
    margin: 0 5%;
}

#features #officedesk .price_lsize dl dd p,
#features #officedesk .price_ssize dl dd p {
    margin: 10px 5% 0;
    width: 90%;
    line-height: 180%;
}

#features #officedesk .price_lsize dl dd p:first-child,
#features #officedesk .price_ssize dl dd p:first-child {
    text-align: left;
}

#features #officedesk .price_lsize dl dd .sale-price,
#features #officedesk .price_ssize dl dd .sale-price {
    text-align: center;
    margin: 0;
}

.sale-price .red {
    font-size: 21px;
}

.sale-price strong {
    color: #fff;
    font-size: 18px;
    background: #ff0000;
    border-radius: 4px;
    padding: 0 5px;
}

.sale-price small {
    font-size: 60%;
}

#features #officedesk .price_lsize .order_txt,
#features #officedesk .price_ssize .order_txt {
    text-align: center;
    margin-top: 15px;
}

#features #officedesk .price_lsize .order_txt .btn,
#features #officedesk .price_ssize .order_txt .btn {
    background: #ff8f22;
}

#features .block.block07 {
    text-align: center;
}

@media print,
screen and (min-width:768px) {
    #features .block.content_bg01 .item {
        flex-direction: row;
    }

    #features .block.content_bg02 .item {
        flex-direction: row-reverse;
    }
}

/*layout*/
#layout p.info_txt {
    font-weight: bold;
    font-size: 120%;
    margin: 0 5% 20px;
    line-height: 150%;
}

#layout .point {
    color: #ff8f22;
}

/*index_voice*/
ul.index_voice {
    margin-top: 20px;
}

ul.index_voice li {
    list-style-type: none;
}

ul.index_voice li .bg_white {
    margin: 0 1%;
    width: 98%;
    padding: 10px;
    background: #ffffff;
}


ul.index_voice li h5 {
    margin: 0 0 15px;
    font-size: 18px;
    text-align: center;
    color: #666;
    font-weight: bold;
}

ul.index_voice li p {
    margin: 15px auto 5px;
    color: #666;
    font-size: 16px;
}

ul.index_voice li img {
    margin: 0;
    width: 100%;
}

@media print,
screen and (min-width:768px) {
    ul.index_voice li h5 {
        font-size: 140%;
    }

}

/*comp_table*/
.comp_table_scroll {
    overflow-x: scroll;
    width: 100%;
}

table.comp_table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 900px;
    text-align: center;
    border: 1px solid #c0c0c0;
}

table.comp_table tbody tr {
    margin-bottom: 24px;
    border: 1px solid #c0c0c0;
    border-bottom: none;
}

table.comp_table tbody tr th,
table.comp_table tbody tr td {
    padding: 10px;
    display: table-cell;
    width: auto;
    border-right: 1px solid #c0c0c0;
}

table.comp_table th {
    text-align: center;
    background: #e7f9e7;
    border-bottom: 1px solid #c0c0c0;
}

table.comp_table th:nth-child(3),
table.comp_table th:nth-child(4),
table.comp_table th:nth-child(5),
table.comp_table th:last-child {
    width: 18%;
}

table.comp_table tbody th span {
    border-bottom: 1px dotted #6D6D6D;
    margin-bottom: 5px;
}

table.comp_table td {
    border-bottom: 1px solid #c0c0c0;
}

table.comp_table td::before {
    content: attr(data-head);
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    background: #eee;
    padding: 2px 0;
}

table.comp_table td.edo::before {
    color: #fff;
    background: #ff8f22;
}

table.comp_table ul {
    text-align: left;
}

table.comp_table ul li {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0.8em;
    position: relative;
}

table.comp_table ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #6D6D6D;
    border-radius: 100%;
    /*padding-right: .2em;*/
    position: absolute;
    top: 8px;
    left: 0;
}

table.comp_table thead {
    display: table-header-group;
}

table.comp_table thead th {
    display: table-cell;
    padding: 12px 16px;
    background: #eee;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    font-weight: bold;
}

table.comp_table thead th:first-child {
    border-right: 0;
}

table.comp_table thead th:nth-child(3) {
    color: #fff;
    background: #ff8f22;
}

table.comp_table thead tr:first-child th:last-child {
    border-right: none;
}

table.comp_table tbody tr {
    display: table-row;
    margin-bottom: 0;
}

table.comp_table tbody th,
table.comp_table tbody td {
    display: table-cell;
    width: auto;
    border-right: 1px solid #c0c0c0;
}

table.comp_table tbody th {
    width: 10%;
}

table.comp_table tbody td {
    width: 20%;
}

table.comp_table tr:nth-child(2) th {
    display: table-cell;
}

table.comp_table tbody th span {
    display: none;
}

table.comp_table tbody th {
    color: #000;
}

table.comp_table tbody tr th:last-child,
table.comp_table tbody tr td:last-child {
    border-right: none;
}

table.comp_table tbody:last-child tr:last-child th,
table.comp_table tbody:last-child tr:last-child td {
    border-bottom: none;
}

table.comp_table th::before,
table.comp_table td::before {
    display: none;
}

@media print,
screen and (min-width:768px) {
    ul.index_voice li h5 {
        font-size: 150%;
    }

    .comp_table_scroll {
        overflow-x: inherit;
    }

    table.comp_table {
        width: 100%;
    }

    table.comp_table tbody tr th,
    table.comp_table tbody tr td {
        padding: 12px 16px;
    }
}

/*----------------*/
.catch_look{
    position: absolute;
    left:-10px;
    top:-10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:#ff3912;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 2em;
    font-size: 1.2rem;
    transform: rotate(-15deg);
}
.catch_look strong{
    font-size: 1.8em;
    padding-top: 0.2em;
    display: block;
    color: #ffff66;
}

@media print,
screen and (min-width:768px) {
    .catch_look{
        width:200px;
        height:200px;
        font-size:2.0rem;
        left:-20px;
        top:-40px;
    }
}
@media print,
screen and (min-width:920px) {
    .catch_look{
        left: auto;
        top: 80px;
        right: -20px;
        transform: rotate(15deg);
    }
}