@charset "UTF-8";
@media all {
  .u_txtRight {
    text-align: right;
  }

  .u_txtRed {
    font-size: 3.4rem;
    font-weight: bold;
  }

  .u_txtRed span {
    color: #e50000;
    font-size: 4.2rem;
  }

  .u_flex {
    display: flex;
    flex-wrap: wrap;
  }

  .u_fixed {
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
  }

  .u_flex.u_center {
    justify-content: space-around;
  }

  .u_block {
    display: block;
    height: 66.667vw;
    width: 66.667vw;
  }

  .u_first~.u_block {
    display: block;
  }

  .l_lottery_info table .u_txtRight {
    font-size: 2.8rem;
  }

  .u_direction_pop_wrap {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1000;
  }

  .u_pc {
    display: none;
  }

  .l_pop_up.u_active {
    display: flex;
    overflow-x: auto;
  }

  .l_pop_up .u_close {
    cursor: pointer;
    height: calc(60/750*100vw);
    width: calc(60/750*100vw);
  }

  .l_pop_up .u_close img {
    width: 100%;
  }

  .u_btn_close {
    position: absolute;
    right: 0;
    top: -55px;
  }

  .l_pop_up .m_wrap_result .u_close img {
    width: 100%;
  }

  .u_cl_red {
    color: #e50000;
  }

  .l_content_scratch .u_txt2 {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    padding-bottom: 21px;
    text-align: left;
  }

  .l_content_scratch .u_txt {
    font-size: 1.4rem;
    padding-bottom: 15px;
    text-align: left;
  }

  .u_sp {
    display: inline-block;
  }

  h3.u_sp {
    padding-bottom: calc(20/750*100vw);
  }

  .l_p11022 .l_content_scratch .u_txt2 {
    font-size: 2.8rem;
    font-weight: bold;
    justify-content: center;
    padding-bottom: 0;
  }

  .l_p11022 .l_content_scratch .u_txt {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 calc(80/750*100vw);
    padding-top: calc(21/750*100vw);
    text-align: center;
  }

  .l_others .u_wrap {
    margin: 0 auto;
    max-width: 768px;
  }

  .l_others .u_txt3,
  .l_about .u_txt {
    font-size: 2.8rem;
    line-height: calc(32/18);
    margin: 0 auto calc(57/750*100vw);
    max-width: calc(590/750*100vw);
    text-align: left;
  }

  .l_dialog_wrapper .u_txt {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: calc(40/30);
  }

  .l_about .u_txt {
    margin-bottom: 0;
  }

  .l_about .u_txt3 {
    box-sizing: border-box;
    font-size: 3.6rem;
    font-weight: 600;
    margin: 0 auto;
    max-width: calc(590/750*100vw);
    padding: 0 0 calc(5/750*100vw) 3.6rem;
    text-align: left;
    text-indent: -3.6rem;
  }

  .l_about .u_txt span {
    color: #1400ff;
    font-weight: 500;
    word-break: break-all;
  }

  .l_about .u_txt a {
    color: #1400ff;
    font-weight: 500;
    text-decoration: underline;
    word-break: break-all;
  }

  .l_about .u_txt.u_bold {
    font-weight: 500;
  }

  .l_about .u_txt.u_bold1 {
    font-weight: 600;
  }

  .l_about .l_wrap_txt.txt_right .u_txt {
    text-align: right;
  }

  .u_thumb {
    display:none;
  }

  .u_no_js {
    align-items: center;
    background: #fbfada;
    border: 2px solid #e6251a;
    box-sizing: border-box;
    color: #e6251a;
    display: flex;
    font-size: 2.8rem;
    height: calc(130/750*100vw);
    left: calc(16/750*100vw);
    line-height: 1.4;
    min-height: unset !important;
    padding: 0 calc(20/750*100vw);
    position: fixed;
    right: calc(16/750*100vw);
    text-align: left;
    top: 75px;
    z-index: 999;
  }

  .u_no_js .u_txt .u_underline {
    background: none;
    border: none;
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    transition: .5s;
  }

  .u_no_js .u_txt .u_underline:hover {
    opacity: .7;
  }

  .u_mh70 {
    height: 70px;
  }

  .u_btn_close {
    height: calc(60/750*100vw);
    position: absolute;
    right: 0;
    top: calc(-70/750*100vw);
    width: calc(60/750*100vw);
  }

  .u_mb50 {
    margin-bottom: calc(44/750*100vw);
  }

  .u_flex {
    display: flex;
  }

  .l_content .u_pd {
    margin: 0 auto;
    padding: 0 2VW;
  }

  .u_on_popup {
    overflow: hidden;
  }

  .u_inline_block {
    display: inline-block;
    width: 100%;
  }

  .u_annotation .u_txt {
    box-sizing: border-box;
    padding-left: 2.8rem;
    text-indent: -2.8rem;
  }

  .u_indent .u_txt.u_bold {
    margin-bottom: 5vw;
  }

  .u_indent .u_txt.u_bold:last-child {
    margin-bottom: 0;
  }
}

@media all and (min-width: 769px) {
  .u_mb50 {
    margin-bottom: 50px;
  }

  .u_txtRed {
    font-size: 2rem;
  }

  .u_txtRed span {
    font-size: 2.5rem;
  }

  .l_lottery_info table .u_txtRight {
    font-size: 1.8rem;
  }

  .u_pc {
    display: inline-block;
  }

  .l_pop_up .m_wrap_result .u_close {
    height: 60px;
    width: 60px;
  }

  .l_content_scratch .u_txt2 {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    justify-content: flex-start;
    padding-bottom: 21px;
    text-align: left;
  }

  .l_p11022 .l_content_scratch .u_txt2 {
    font-size: 1.8rem;
    justify-content: flex-start;
    padding: 0;
  }

  .l_p11022 .l_content_scratch .u_txt {
    font-size: 1.4rem;
    padding: 21px 0 0 0;
    text-align: left;
  }

  .u_sp {
    display: none;
  }

  .u_first~.u_block {
    display: none;
  }

  .l_others .u_wrap {
    margin: 0 auto;
    max-width: 768px;
  }

  .l_others .u_txt3,
  .l_about .u_txt {
    font-size: 1.8rem;
    line-height: calc(32/18);
    margin: 0 auto 40px;
    max-width: 768px;
    text-align: left;
  }

  .l_dialog_wrapper .u_txt {
    font-size: 3rem;
  }

  .l_about .u_txt3 {
    font-size: 22px;
    line-height: calc(30/22);
    margin: 0;
    padding: 0 0 25px 0;
    text-align: left;
    text-indent: 0;
  }

  .l_about .u_txt {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .u_block {
    display: none;
  }

  .u_no_js {
    font-size: 1.4rem;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 19px;
    top: 102px;
    z-index: 99999;
  }

  .l_pop_up .u_close {
    cursor: pointer;
    height: 60px;
    width: 60px;
  }

  .u_btn_close {
    height: 60px;
    position: absolute;
    right: 0;
    top: -65px;
    width: 60px;
  }

  .u_mw_50 {
    box-sizing: border-box;
    max-width: calc(50% - 8px);
  }

  .l_content .u_pd {
    max-width: 780px;
    padding: 0 20px;
  }

  .u_annotation .u_txt {
    margin-left: 1em;
    padding-left: initial;
    text-indent: -1em;
  }

  .u_indent {
    margin-left: 25px;
  }

  .u_indent .u_txt.u_bold {
    margin-bottom: 25px;
  }
}
