/* CSSプロパティはa~z順になっています */
@charset "UTF-8";
@media screen and (max-width: 768px) {
body {
    background-color: #F9F9F9;
    overflow-x: hidden;
}
a {
    color: #fff;
}
/* header */
    .header_container .header_menu {
        display: none;
    }
    .header_text p a {
        color: #000;
        font-size: 24px;
        text-decoration: none;
        margin-left: -10px;
    }
    .header_text p {
        margin-top: -25px;
    }
    .menu_text {
    margin: 0 10px;
}
.menu_box {
    display: block;
}
.menu_text a {
    text-decoration: none;
    color: #fff;
}

.menu_contact {
    display: flex;
    align-items: center;
}

.menu_contact a {
    text-decoration: none;
}
.menu-icon {
    position: fixed;
    padding-top: 12px;
    padding-left: 11px;
    top: 20px;
    margin-right: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border: 3px solid #FFBD93;
    background-color: #FFBD93;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1000;
}

.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 10px;
    margin: 5px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-icon.change .bar1 {
    background-color: #fff;
    transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-icon.change .bar2 {
    background-color: #fff;
    opacity: 0;
}

.menu-icon.change .bar3 {
    background-color: #fff;
    transform: rotate(45deg) translate(-5px, -6px);
}

.menu {
    position: fixed;
    top: 0px;
    right: 20px;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #FFBD93;
    border-radius: 50%;
    transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease;
    overflow: hidden;
    z-index: 999;
}

.menu.open {
    width: 100vw;
    height: 100vh;
    transform: translate(0);
    border-radius: 0%;
}

.menu_content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
}
.menu_content a {
    font-size: 25px;
}
.menu_content p {
    color: #fff;
    margin: 10px 0;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 20px;
}
.menu_content .menu_text_header a {
    color: #fff;
    font-size: 50px;
    margin-bottom: 200px;
    padding-bottom: 200px;
    text-decoration: none;
}
.menu_content .menu_text_header {
    margin-bottom: 100px;
    margin-top: -100px;
}
.menu_content .menu_contact_img {
    display: flex;
}
.menu_content .menu_contact_img img {
    height: 45px;
    margin-top: -10px;
    width: 45px;
}
/* main */
.buy {
    position: fixed; /* Ensure the container is positioned */
    margin-bottom: 10px;
}
.buy img {
    position: fixed; /* Absolutely position the image within the container */
    bottom: 0;
    right: 0;
    width: 50%;
}
.buy2 {
    position: fixed; /* Ensure the container is positioned */
}
.buy2 img {
    position: fixed; /* Absolutely position the image within the container */
    bottom: 0;
    right: 0;
    width: 45%;
}
.main_left img {
    margin-top: 70%;
    width: 70%;
}
.main_center {
    display: flex;
    justify-content: center;
    margin-top: -160%;
    margin-right: 7%;
}
.main_center img {
    margin-top: 40%;
    margin-right: 37%;
    justify-content: center;
    width: 97%;
}
.main_right {
    justify-content: center;
    margin-top: 75%;
}
.main_right img {
    margin-left: 60%;
    margin-top: -10%;
    width: 40%;
}
.main_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
}
.main_rotation_right_1 img {
    margin-top: 120px;
    width: 10%;
}
    .doll {
        animation: animetxt 40s linear infinite;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        margin: 0 auto;
        margin-top: -50%;
        overflow: hidden;
        text-orientation: upright;
        transform: translateX(-100%);
        writing-mode: vertical-rl;
        opacity: 0;
    }
    @keyframes animetxt {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(100%);
        }
    }
    .doll_text_title {
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 10px;
        padding-left: 90px;
    }
    .doll_text_main {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 3px;
        padding-left: 10px;
    }
    .doll_text_main_line {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 3px;
        padding-left: 60px;
    }
.news h2 {
    font-size: 34px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 100px;
    text-align: center;
}
.news span {
    color: #BABAB8;
    display: block;
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
}
.news_container {
    display: grid;
    justify-content: center;
}
.news_box {
    background-color: #FFF;
    border-radius: 20px;
    color: #222222;
    height: 165px;
    margin-right: 10px;
    margin-top: 30px;
    width: 350px;
}
.news_box .time {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 23px;
    padding-left: 15px;
}
.news_box .title_text {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    padding-top: 5px;
    padding-left: 34px
}
.news_box .add {
    border-bottom: 2px dashed;
    border-color: #BABABA;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    margin-left: 34px;
    padding-top: 10px;
}
.news_box a {
    text-decoration: unset;
    color: #BABABA;
}
.news_rotation_right_2 {
    display: flex;
    justify-content: flex-end;
    margin-top: -50px;
}
.news_rotation_right_2 img {
    width: 12%;
}
.news_add {
    align-items: center;
    display: flex;
    flex-direction: column; /* 要素を列方向に並べる */
    justify-content: center;
    margin-top: 50px;
}
.news_add p {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 40px;
    margin: 0 0 0 0;
}
.news_add a {
    color: #000;
    text-decoration: unset;
}
.news_add img {
    border-radius: 100%;
    height: 40px;
    margin-left: -0px;
    width: 40px;
}
.other {
    margin-top: 60px;
}
.other p {
    color: #222222;
    font-size: 34px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
}
.other span {
    color: #BABABA;
    display: block;
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 1%;
}
.boll {
    display: flex;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 auto;
}
.boll span {
    display: block;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: center;
    width: 350px;
}
.boll p {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-top: 40px;
    width: 350px;
}
.boll img {
    display: none;
}
.boll_img {
    display: block;
    margin-top: 3%;
    margin-left: 43%;
    width: 50%;
}
.net {
    display: flex;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 auto;
    margin-top: -100px;
}
.net span {
    display: block;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: center;
    width: 350px;
}
.net p {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-top: 100px;
    width: 350px;
}
.net img {
    display: none;
}
.net_img {
    display: block;
    margin-top: 0%;
    margin-left: 10%;
    width: 50%;
}
.price_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}
.price_rotation_left_1 img {
    width: 15%;
}
.price {
    margin-top: -60px;
    text-align: center;
}
.price p {
    color: #222222;
    font-size: 30px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.price span {
    color: #BABABA;
    display: block;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
.price_card_container {
    display: block;
    justify-content: center; /* カードを中央揃え */
    margin-top: 60px;
}
.price_card {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    width: 350px;
}
.price_card_left .header {
    background-color: #ffbd93; /* カスタムカラー */
    color: black;
    font-size: 16px;
    height: 50px;
    padding: 10px 0;
    padding-top: 17px;
    text-align: center;
    width: 350px;
}
.price_card_right .header {
    background-color: #d7ef7f; /* カスタムカラー */
    color: black;
    font-size: 16px;
    height: 50px;
    padding: 10px 0;
    padding-top: 17px;
    text-align: center;
    width: 350px;
}
.price_sub {
    font-size: 12px;
}
.price_card .body {
    background-color: white;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    padding-top: 35px;
}
.price_card .body .price_text {
    font-size: 36px;
    font-weight: bold;
}
.price_card .body .unit {
   font-size: 22px;
   margin-left: 5px;
}
.price_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: -300px;
}
.price_rotation_right_1 img {
    width: 10%;
}
.section_container {
    height: 10px;
    margin: 0 auto;
    max-width: 950px;
    padding: 20px;
}
.section-header {
    background-color: #9be0dc;
    border-radius: 10px 10px 0 0;
    color: white;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 350px;
}
    .item-list {
        display: none;
    }
    .item-list_sp {
        background-color: white;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        display: block;
        margin: 0 auto;
        text-align: center;
    width: 350px;
    }
    .item-list_sp .note_sp {
        box-sizing: border-box;
        color: #555;
        grid-column: span 4;
        font-size: 10px;
        padding-bottom: 30px;
        text-align: center;
    }
    .note_text_sp span {
        color: #666;
        display: inline-block;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-style: normal;
        line-height: 20px;
        margin-top: 30px;
    }
    .note_text_sp ab {
        display: block;
    }
    .item-list_sp::after {
        content: "";
        clear: both;
        display: block;
    }
    .item-column_sp {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        font-size: 16px;
        font-style: normal;
        height: 80px;
        line-height: 13px;
        letter-spacing: 1px;
        padding-top: 30px;
    }
    .item-column_sp p {
        font-size: 16px;
        padding-top: 5px;
        line-height: 20px;
    }
.pran_add {
    align-items: center;
    display: grid;
    gap: 30px;
    flex-direction: row;
    justify-content: center;
    margin-top: 150%;
}
.pran_add p {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 35px;
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 60px;
    line-height: 40px;
    margin: 0 10px;
    padding-left: 110px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 350px;
}
.pran_add a {
    color: #000;
    text-decoration: unset;
}
.pran_add img {
    border-radius: 100%;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
    width: 40px;
}
.flow_container {
    background-color: #fff;
}
.flow_title {
    margin-top: 300px;
}
.flow_title p {
    color: #222222;
    font-size: 34px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-left: 120px;
    padding-top: 100px;
    text-align: center;
    margin: 0 auto;
}
.flow_title span {
    color: #BABABA;
    display: block;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
.flow_box {
    margin-top: 20px;
    margin-left: 6%;
    padding-bottom: 100px;
}
.flow {
    align-items: center;
    border-bottom: 1px solid #ffbd93;
    border-bottom-width: medium;
    display: flex;
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
}
.flow .flow_namber {
    color: #ffbd93;
    font-size: 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 30px;
    
}
.flow .flow_content {
    color: #222;
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 4px;
    padding-left: 30px;
    padding-top: 30px;
}
.flow .flow_content span {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
}
r {
    display: block;
}
.qa_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
}
.qa_rotation_left_1 img {
    width: 17%;
}
.qa {
    margin-top: -100px;
    text-align: center;
}
.qa p {
    color: #222222;
    font-size: 34px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.qa span {
    color: #BABABA;
    display: block;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
o {
    color: #7cdbdc;
}
.qa_box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px 20px 0px 0px;
    cursor: pointer;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    height: auto;
    margin: 0 auto;
    margin-top: 90px;
    padding: 20px;
    width: 350px;
}
.qa_box0 {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    height: auto;
    margin: 0 auto;
    margin-top: -1px;
    padding: 20px;
    width: 350px;
}
.qa_box1 {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px 0px 20px 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    height: auto;
    margin: 0 auto;
    margin-top: -1px;
    padding: 20px;
    width: 350px;
}
.area {
    background-color: #fff;
    border-radius: 5px;
    color: #666;
    display: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.16px;
    margin-top: 10px;
    margin-left: 2px;
    padding: 5px;
}
.title::after {
    content: "＋";
    float: right;
    margin-top: -60px;
}
.title.active::after {
    content: "ー";
}
.qa_box .title {
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.qa_box .title span {
    display: block;
    margin-top: 10px;
}
.qa_box0 .title span {
    display: block;
    margin-top: 10px;
}
.qa_box1 .title span {
    display: block;
    margin-top: 10px;
}
.qa_box0 .title {
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.qa_box1 .title {
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.qa_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.qa_rotation_right_1 img {
    width: 13%;
}
.qa_add {
    align-items: center;
    display: flex;
    flex-direction: column; /* 要素を列方向に並べる */
    justify-content: center;
    margin-top: -100px;
}
.qa_add a {
    text-decoration: unset;
    color: black;
}
.qa_add p {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 40px;
    margin: 0 0 10px 0;
}
.qa_add img {
    border-radius: 100%;
    height: 40px;
    margin-left: -0px;
    width: 40px;
}
    .flow__box {
        display: none;
    }
    .flow__title_sp {
    margin-top: 40px;
    text-align: center;
}

.flow__title_sp p {
    color: #222222;
    font-size: 34px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 10px;
    text-align: center;
}

.flow__title_sp span {
    color: #BABABA;
    display: block;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
    text-align: center;
}

.flow__box_sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 750px;
    margin-top: 100px;
}

.flow_content_box_sp {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flow__content_sp {
    border-bottom: 1px solid #FFBD93;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.flow__content_sp .day_sp, 
.flow__content_sp .time_sp, 
.flow__content_sp .where_sp {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    margin-top: 10px;
}

.day_sp, .time_sp {
    font-size: 16px;
    color: black;
}

.time_sp {
    margin-top: 16px;
}

.where_sp {
    background-color: #FFBD93;
    border-radius: 20px;
    color: #fff;
    margin-top: 10px;
    padding: 5px 15px;
}

.flow__content_sp .content_sp {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    padding-left: 30px;
    margin-top: 10px;
    color: black;
}
.contact_rotation_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 120px;
}
.contact_rotation_right_1 img {
    width: 10%;
}
.contact{
    margin-top: -200px;
    text-align: center;
}
.contact p {
    color: #222222;
    font-size: 34px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.contact span {
    color: #BABABA;
    display: block;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1%;
}
.contact_text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 31px;
    margin-top: 50px;
    text-align: center;
}
.web_box {
    margin-top: 40px;
}
.web_box p {
    color: #fff;
    background-color: #FFBD93;
    border-radius: 30px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 350px;
}
.contact_add {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}
.contact_add p {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 35px;
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 60px;
    line-height: 40px;
    margin: 0 10px;
    padding-left: 110px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 350px;
}
.contact_add a {
    text-decoration: unset;
    color: black;
}
.contact_add img {
    border-radius: 100%;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
    width: 40px;
}
.contact_rotation_left_1 {
    display: flex;
    justify-content: flex-start;
    margin-top: -350px;
}
.contact_rotation_left_1 img {
    width: 11%;
}
.footer_img {
    margin-top: 200px;
    position: relative;
    width: 100%;
    height: 450px;
}
.footer_header {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4px;
    margin-left: 30px;
    margin-top: -350px;
    position: absolute;
}
fo {
    display: block;
}
.footer_address {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4px;
    margin-left: 30px;
    margin-top: -300px;
    position: absolute;
}
.site_map {
    display: flex;
    justify-content: space-between; /* 2つの列を左右に配置 */
    line-height: 10px;
    letter-spacing: 0px;
    margin-left: 0px;
    margin-top: -160px;
    position: absolute;
    padding: 20px;
    width: 375px;
}
.column {
    border-left: 1px solid #fff;
    flex: 1;
    margin: 0 20px;
    padding-left: 20px;
}
.column p {
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 10px; 
    margin-bottom: 20px;
}
.site_map a {
    color: #fff;
    text-decoration: none;
}
.copy {
    background-color: #FFBD93;
    height: 40px;
    margin-top: 2px;
    position: absolute;
    width: 100%;
}
.copy_text {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 9px;
    line-height: 30px;
    letter-spacing: 1.12px;
    margin-right: 20px;
    margin-top: 8px;
    text-align: right;
}
.footer_top_right_1 {
    display: flex;
    justify-content: flex-end;
    margin-top: -300px;
    margin-right: 30px;
}
.footer_top_right_1 img {
    width: 13%;
}
}