
.br {
  display: block;
}

.before #main_ph .bg_fx_before::after {
  background-image: url(/images/before/main_bk.jpg);
  background-position: bottom -5vw center;
}

/*------------------------------------------------------------
PC
------------------------------------------------------------*/
@media all and (min-width: 769px) {
  .before .body {

  } 

  .before .step_area {
    margin-bottom: clamp(2rem, 0.227rem + 5.45vw, 5rem);/*32~80px(520~1400px)*/
  }
  .before .body .step_area .arrow {
    margin: 1.5rem auto;
    width: 100px;
    content: url(/images/before/sec_arrow.svg);
  }
  .before .body .step_area .step_box {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    border: #6FB92C 2px dashed;
    background-color: #fff;
  }
  .before .body .step_area .step_box:not(:last-of-type) {
    margin-bottom:clamp(1.5rem, 1.204rem + 0.91vw, 2rem);/*24~32px(521~1400px)*/
  }
  .before .body .step_area .step_box h3 {
    display: flex;
    align-items: center;
    grid-gap: .75rem;
    padding: .5rem 1rem;
    background-color: #6FB92C;
    margin-bottom: 1.5rem;
  }
  .before .body .step_area .step_box h3 .step {
    color: #D80C18;
    font-weight: bold;
    font-size: 18px;
    padding: .5rem;
    background-color: #FFDA25;
    border-radius: 100%;
    position: relative;
  }
  .before .body .step_area .step_box h3 .step::after {
    content: "";
    display: inline-block;
    width: 12px;
    aspect-ratio: 2/1.5;
    background-color: #FFDA25;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 65%;
    right: 0;
    transform: translate(30%, 0%) rotate(25deg);
  }
  .before .body .step_area .step_box h3 .txt {
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;

  }
  .before .body .step_area .step_box .step_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 1rem;
    border: 2px solid #6FB92C;
    border-radius: 10px;
    background-color: #FFFBF3;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .before .body .step_area .step_box .step_detail .text {
    width: calc(70% - 1rem);
  }
  .before .body .step_area .step_box .step_detail .text .br {
    font-size: clamp(0.875rem, 0.611rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .before .body .step_area .step_box .step_detail .text .br .strong {
    color: #CA050F;
    font-weight: bold;
  }
  .before .body .step_area .step_box .step_detail .text .strong.big {
    font-size: clamp(1.25rem, 0.805rem + 1.37vw, 2rem);/*20~32px(521~1400px)*/
    margin-top: 1em;
    color: #E66C73;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #E66C73;
    display: block;
    line-height: 1.25;
    width: fit-content;
  }
  .before .body .step_area .step_box .step_detail .image {
    width: 30%;
  }
  .before .body .step_area .step_box .detail_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem 2rem;
  }
  .before .body .step_area .step_box .detail_menu .move_bt {
    width: calc(50% - 1rem);
  }
  .before .body .step_area .step_box .button {
    width: 100%;
    margin: 1.5rem auto 0;
    max-width: 400px;
  }
  .before .body .step_area .step_box .button a {
    padding: .75rem 1rem;
    display: block;
    background-color: #CA050F;
    transition: background-color .5s;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  .before .body .step_area .step_box .button a:hover {
    background-color: #2e4f07;
  }


  .before .flow {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    background-color: #FFD9DD;
    border: 3px solid #E66C73;

  }
  .before .flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    padding: .5rem 1rem;
    background-color: #E66C73;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;
  }
  .before .flow h3::before {
    content: url(/images/before/flow_icon01.svg);
    display: inline-block;
    width: 96px;
  }
  .before .flow h3::after {
    content: url(/images/before/flow_icon02.svg);
    display: inline-block;
    width: 45px;
  }
  .before .flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 2rem 3rem;
    padding: 1rem;
    border: 1px solid #E66C73;
    background-color: #FFFBF8;
    border-radius: 5px;
  }
  .before .flow .flow_list .flow_box {
    width: calc(calc(100% / 3) - 2rem);
    display: flex;
    flex-direction: column-reverse;
    grid-gap: .5rem;
    position: relative;
  }
  .before .flow .flow_list .flow_box::after {
    content: url(/images/before/flow_arrow.svg);
    display: inline-block;
    width: 6rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(4.5rem,-50%);
    z-index: 100;
  }
  .before .flow .flow_list .flow_box:nth-of-type(3)::after,.before .flow .flow_list .flow_box:last-of-type::after {
    content: unset;
  }
  .before .flow .flow_list .flow_box h4 {
    font-size: 16px;
    color: #E66C73;
    font-weight: bold;
    padding: .5rem 1rem;
    border-radius: 100px;
    border: #E66C73 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
  }
  .before .flow .flow_list .flow_box h4 .num {
    color: #fff;
    font-size: 130%;
    width: 27px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #E66C73;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .before .flow .flow_list .flow_box figure {
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .before .flow .flow_list .flow_box figure img {
    height: 100%;
    object-fit: contain;
  }


  .before .ranking {
    background: linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.4)),url(/images/profile/shop02_03.jpg) center /150% no-repeat;
    padding: 2rem 0;
  }
  .before .ranking .rank_inner {
    border: 2px solid #473618;
    background-color: rgba(255,255,255,.7);
    padding: 5vw 2vw;
    
  }
  .before .ranking .rank_inner .top_text{
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);/*18~22px(521~1400px)*/
    padding: .5rem;
    border-bottom: 2px solid #473618;
    width: fit-content;
    margin: 0 auto 2rem;
  }
  .before .ranking .rank_inner .bottom_text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .before .ranking .rank_inner .bottom_text .rank_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    width: 100%;
    max-width: 468px;

  }
  .before .ranking .rank_inner .bottom_text .rank_flex img{
    max-width: 226px;
  }
  .before .ranking .rank_inner .bottom_text .txt{
    font-size: clamp(1.75rem, 1.233rem + 1.59vw, 2.625rem);/*28~42px(520~1400px)*/
  }

  .before .bottom_button{
    background-color: #FFFBF3;
  }
  .before .bottom_button .detail_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1.5rem;
  }
  .before .bottom_button .detail_menu .move_bt{
    width: calc(calc(100% / 3) - 1rem);
  }

}
@media all and (max-width: 768px) {
  .before #main_ph .bg_fx_before::after {
    background-position: bottom center;
  }
}
/*------------------------------------------------------------
pad
------------------------------------------------------------*/
@media all and (min-width: 521px) and (max-width: 768px) {

  .before #pageUnder .body {
    padding: 50px 0;
  }


  .before .step_area {
    margin-bottom: clamp(2rem, 0.227rem + 5.45vw, 5rem);/*32~80px(520~1400px)*/
  }
  .before .body .step_area .arrow {
    margin: 1rem auto;
    width: 60px;
    content: url(/images/before/sec_arrow.svg);
  }
  .before .body .step_area .step_box {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    border: #6FB92C 2px dashed;
    background-color: #fff;
  }
  .before .body .step_area .step_box:not(:last-of-type) {
    margin-bottom:clamp(1.5rem, 1.204rem + 0.91vw, 2rem);/*24~32px(521~1400px)*/
  }
  .before .body .step_area .step_box h3 {
    display: flex;
    align-items: center;
    grid-gap: .75rem;
    padding: .5rem 1rem;
    background-color: #6FB92C;
    margin-bottom: 1.5rem;
  }
  .before .body .step_area .step_box h3 .step {
    color: #D80C18;
    font-weight: bold;
    font-size: 18px;
    padding: .5rem;
    background-color: #FFDA25;
    border-radius: 100%;
    position: relative;
  }
  .before .body .step_area .step_box h3 .step::after {
    content: "";
    display: inline-block;
    width: 12px;
    aspect-ratio: 2/1.5;
    background-color: #FFDA25;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 65%;
    right: 0;
    transform: translate(30%, 0%) rotate(25deg);
  }
  .before .body .step_area .step_box h3 .txt {
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;

  }
  .before .body .step_area .step_box .step_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 1rem;
    border: 2px solid #6FB92C;
    border-radius: 10px;
    background-color: #FFFBF3;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .before .body .step_area .step_box .step_detail .text {
    width: calc(70% - 1rem);
  }
  .before .body .step_area .step_box .step_detail .text .br {
    font-size: clamp(0.875rem, 0.611rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .before .body .step_area .step_box .step_detail .text .br .strong {
    color: #CA050F;
    font-weight: bold;
  }
  .before .body .step_area .step_box .step_detail .text .strong.big {
    font-size: clamp(1.25rem, 0.805rem + 1.37vw, 2rem);/*20~32px(521~1400px)*/
    margin-top: 1em;
    color: #E66C73;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #E66C73;
    display: block;
    line-height: 1.25;
    width: fit-content;
  }
  .before .body .step_area .step_box .step_detail .image {
    width: 30%;
  }
  .before .body .step_area .step_box .detail_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .before .body .step_area .step_box .detail_menu .move_bt {
    width: 100%;
  }
  .before .body .step_area .step_box .button {
    width: 100%;
    margin: 1.5rem auto 0;
    max-width: 400px;
  }
  .before .body .step_area .step_box .button a {
    padding: .75rem 1rem;
    display: block;
    background-color: #CA050F;
    transition: background-color .5s;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  .before .body .step_area .step_box .button a:hover {
    background-color: #2e4f07;
  }


  .before .flow {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    background-color: #FFD9DD;
    border: 3px solid #E66C73;

  }
  .before .flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    padding: .5rem 1rem;
    background-color: #E66C73;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;
  }
  .before .flow h3::before {
    content: url(/images/before/flow_icon01.svg);
    display: inline-block;
    width: 96px;
  }
  .before .flow h3::after {
    content: url(/images/before/flow_icon02.svg);
    display: inline-block;
    width: 45px;
  }
  .before .flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 2rem;
    padding: 1rem;
    border: 1px solid #E66C73;
    background-color: #FFFBF8;
    border-radius: 5px;
  }
  .before .flow .flow_list .flow_box {
    width: calc(50% - 1rem);
    display: flex;
    flex-direction: column-reverse;
    grid-gap: .5rem;
    position: relative;
    overflow: unset;
  }
  .before .flow .flow_list .flow_box::after {
    content: url(/images/before/flow_arrow.svg);
    display: inline-block;
    width: 6rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(4.5rem,-50%);
    z-index: 100;
  }
  .before .flow .flow_list .flow_box:nth-of-type(even)::after,.before .flow .flow_list .flow_box:last-of-type::after {
    content: unset;
  }
  .before .flow .flow_list .flow_box h4 {
    font-size: 16px;
    color: #E66C73;
    font-weight: bold;
    padding: .5rem 1rem;
    border-radius: 100px;
    border: #E66C73 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
  }
  .before .flow .flow_list .flow_box h4 .num {
    color: #fff;
    font-size: 130%;
    width: 27px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #E66C73;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .before .flow .flow_list .flow_box figure {
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .before .flow .flow_list .flow_box figure img {
    height: 100%;
    object-fit: contain;
  }


  .before .ranking {
    background: linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.4)),url(/images/profile/shop02_03.jpg) center /150% no-repeat;
    padding: 2rem 0;
  }
  .before .ranking .rank_inner {
    border: 2px solid #473618;
    background-color: rgba(255,255,255,.7);
    padding: 5vw 2vw;
    
  }
  .before .ranking .rank_inner .top_text{
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);/*18~22px(521~1400px)*/
    padding: .5rem;
    border-bottom: 2px solid #473618;
    width: fit-content;
    margin: 0 auto 2rem;
  }
  .before .ranking .rank_inner .bottom_text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .before .ranking .rank_inner .bottom_text .rank_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    width: 100%;
  }
  .before .ranking .rank_inner .bottom_text .rank_flex img{
    max-width: 226px;
  }
  .before .ranking .rank_inner .bottom_text .txt{
    font-size: clamp(1.75rem, 1.233rem + 1.59vw, 2.625rem);/*28~42px(520~1400px)*/
  }

  .before .bottom_button{
    background-color: #FFFBF3;
  }
  .before .bottom_button .detail_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem;
  }
  .before .bottom_button .detail_menu .move_bt{
    width: 100%;
  }
}
/*------------------------------------------------------------
SP
------------------------------------------------------------*/
@media all and (max-width: 520px) {

  .before .before_top{
    background: url(/images/before/before_bg01.jpg) center /auto 100% no-repeat;
  }
  .before #pageUnder  .body {
    padding: 2rem 0;
  }
  
  .before .step_area {
    margin-bottom: clamp(2rem, 0.227rem + 5.45vw, 5rem);/*32~80px(520~1400px)*/
  }
  .before .body .step_area .arrow {
    margin: 1rem auto;
    width: 60px;
    content: url(/images/before/sec_arrow.svg);
  }
  .before .body .step_area .step_box {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    border: #6FB92C 2px dashed;
    background-color: #fff;
  }
  .before .body .step_area .step_box:not(:last-of-type) {
    margin-bottom:clamp(1.5rem, 1.204rem + 0.91vw, 2rem);/*24~32px(521~1400px)*/
  }
  .before .body .step_area .step_box h3 {
    display: flex;
    align-items: center;
    grid-gap: .75rem;
    padding: .5rem 1rem;
    background-color: #6FB92C;
    margin-bottom: 1.5rem;
  }
  .before .body .step_area .step_box h3 .step {
    color: #D80C18;
    font-weight: bold;
    font-size: 14px;
    padding: .5rem;
    background-color: #FFDA25;
    border-radius: 100%;
    position: relative;
    margin: -1rem 0 0 -2rem;
  }
  .before .body .step_area .step_box h3 .step::after {
    content: "";
    display: inline-block;
    width: 12px;
    aspect-ratio: 2/1.5;
    background-color: #FFDA25;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 65%;
    right: 0;
    transform: translate(30%, 0%) rotate(25deg);
  }
  .before .body .step_area .step_box h3 .txt {
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;

  }
  .before .body .step_area .step_box .step_detail {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 1rem;
    border: 2px solid #6FB92C;
    border-radius: 10px;
    background-color: #FFFBF3;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .before .body .step_area .step_box .step_detail .text {
    width: 100%;
  }
  .before .body .step_area .step_box .step_detail .text .br {
    font-size: clamp(0.875rem, 0.611rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .before .body .step_area .step_box .step_detail .text .br .strong {
    color: #CA050F;
    font-weight: bold;
  }
  .before .body .step_area .step_box .step_detail .text .strong.big {
    font-size: clamp(1.25rem, 0.805rem + 1.37vw, 2rem);/*20~32px(521~1400px)*/
    margin-top: 1em;
    color: #E66C73;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #E66C73;
    display: block;
    line-height: 1.25;
    width: fit-content;
  }
  .before .body .step_area .step_box .step_detail .image {
    width: 100%;
  }
  .before .body .step_area .step_box .detail_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .before .body .step_area .step_box .detail_menu .move_bt {
    width: 100%;
  }
  .before .body .step_area .step_box .detail_menu .move_bt a span {
    font-size: 14px;
  }
  .before .body .step_area .step_box .button {
    width: 100%;
    margin: 1.5rem auto 0;
    max-width: 400px;
  }
  .before .body .step_area .step_box .button a {
    padding: .75rem 1rem;
    display: block;
    background-color: #CA050F;
    transition: background-color .5s;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  .before .body .step_area .step_box .button a:hover {
    background-color: #2e4f07;
  }


  .before .flow {
    padding: clamp(1rem, 0.704rem + 0.91vw, 1.5rem);/*24~32px(521~1400px)*/
    background-color: #FFD9DD;
    border: 3px solid #E66C73;

  }
  .before .flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    padding: .5rem 1rem;
    background-color: #E66C73;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.977rem + 0.46vw, 1.375rem);/*18~22px(521~1400px)*/
    color: #fff;
  }
  .before .flow h3::before {
    content: url(/images/before/flow_icon01.svg);
    display: inline-block;
    width: 48px;
  }
  .before .flow h3::after {
    content: url(/images/before/flow_icon02.svg);
    display: inline-block;
    width: 22.5px;
  }
  .before .flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-gap: 2rem;
    padding: 1rem;
    border: 1px solid #E66C73;
    background-color: #FFFBF8;
    border-radius: 5px;
  }
  .before .flow .flow_list .flow_box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    grid-gap: .5rem;
    position: relative;
    overflow: unset;
  }
  .before .flow .flow_list .flow_box::after {
    content: url(/images/before/flow_arrow.svg);
    display: inline-block;
    width: 6rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(40%, 50%) rotate(90deg);
    z-index: 100;
  }
  .before .flow .flow_list .flow_box:last-of-type::after {
    content: unset;
  }
  .before .flow .flow_list .flow_box h4 {
    font-size: 16px;
    color: #E66C73;
    font-weight: bold;
    padding: .5rem 1rem;
    border-radius: 100px;
    border: #E66C73 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
  }
  .before .flow .flow_list .flow_box h4 .num {
    color: #fff;
    font-size: 130%;
    width: 27px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #E66C73;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .before .flow .flow_list .flow_box figure {
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .before .flow .flow_list .flow_box figure img {
    height: 100%;
    object-fit: contain;
  }


  .before .ranking {
    background: linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.4)),url(/images/profile/shop02_03.jpg) center /150% no-repeat;
    padding: 2rem 0;
  }
  .before .ranking .rank_inner {
    border: 2px solid #473618;
    background-color: rgba(255,255,255,.7);
    padding: 5vw 2vw;
    
  }
  .before .ranking .rank_inner .top_text{
    font-size: 16px;
    padding: .5rem;
    border-bottom: 2px solid #473618;
    width: fit-content;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .before .ranking .rank_inner .bottom_text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
  }
  .before .ranking .rank_inner .bottom_text .rank_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    width: 100%;
  }
  .before .ranking .rank_inner .bottom_text .rank_flex img{
    max-width: 226px;
    width: calc(50% - .5rem);
  }
  .before .ranking .rank_inner .bottom_text .txt{
    font-size: 24px;
  }

  .before .bottom_button{
    background-color: #FFFBF3;
  }
  .before .bottom_button .detail_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem;
  }
  .before .bottom_button .detail_menu .move_bt{
    width: 100%;
  }
}