@charset "UTF-8";
@media all {
  .l_white_block {
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 1080px;
    width: 95%;
  }

  .l_footer_pagetop {
    align-items: center;
    background-color: #fff;
    border-bottom: 2px solid #e6e6e6;
    padding: 0;
    width: 100%;
  }

  .l_footer_pagetop div {
    margin: 0 auto;
    width: 100%;
  }

  .l_footer_pagetop p {
    background-color: #fff;
    color: #e50000;
  }

  .l_footer_pagetop p a {
    color: #333;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 3;
  }

  .l_footer_pagetop p a span {
    padding-right: 6.133vw;
    position: relative;
  }

  .l_footer_pagetop p a span::after {
    background: no-repeat center;
    background-image: url(/assets/img/common/ic-pagetop001.svg);
    background-size: cover;
    content: '';
    height: 2.133vw;
    margin-top: -1.067vw;
    position: absolute;
    right: 0;
    top: 50%;
    width: 3.733vw;
  }

  .l_sec_takarakuji {
    align-items: center;
    font-size: 2.8rem;
  }

  .l_footer_copyright {
    font-size: 2rem;
    padding: calc(22/750*100vw) 0;
  }

  .l_lottery_top {
    margin-top: calc(4.53vw + 60px);
    padding: 15px 25px;
  }

  .l_lottery_info span {
    color: #e50000;
    font-size: 4rem;
    margin-right: 10px;
  }

  .l_lottery_info table {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
  }

  .l_lottery_info table th {
    font-size: 2.52rem;
    width: 100%;
  }

  .l_lottery_info table td {
    font-size: 2.52rem;
    width: 100%;
  }

  .l_content_scratch {
    margin-left: 0;
  }

  .l_content li {
    padding: 20px 0;
  }

  .l_p11032 .l_content li {
    padding: 10px 0 12px;
  }

  .l_content li:not(:first-child) {
    border-top: 10px solid #e6e6e6;
  }

  .l_step3 .l_content li:not(:first-child) {
    border-top: none;
  }

  .l_content img {
    max-width: inherit;
    width: 66.667vw;
  }

  .l_step2 h3 {
    margin: 0 auto 0;
    text-align: center;
  }

  .l_content {
    padding-top: 13px;
  }

  .l_step2 .l_content li {
    align-items: flex-end;
    padding: 10px 0 12px;
  }

  .l_step2 .l_content li:not(:first-child) {
    border-top: none;
  }

  .l_group_btn {
    display: flex;
    width: 100%;
  }

  .l_group_btn a {
    width: 100%;
  }

  .l_group_btn a+a {
    margin: 0 0 0 10px;
  }

  .l_pop_up {
    align-items: baseline;
    background: rgba(0, 0, 0, .5);
    display: none;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  .l_step3 .l_content li {
    align-items: flex-start;
  }

  .l_p11032 .l_content_scratch {
    margin-top: calc(26/750*100vw);
    padding: 0 calc(24/750*100vw);
  }

  .l_p11022 .l_content_scratch {
    margin-top: calc(24/750*100vw);
  }

  .l_others .l_white_block {
    box-sizing: border-box;
    min-height: calc(1064/750*100vw);
  }

  .l_others .l_white_block h2 {
    color: #333;
    font-size: 4rem;
    font-weight: bold;
    padding: calc(32/750*100vw) 0 calc(28/750*100vw);
  }

  .l_dialog_wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1002;
  }

  .l_dialog_wrapper:not(:target) {
    opacity: 0;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
  }

  .l_dialog_wrapper:target {
    opacity: 1;
    transition: opacity .4s, visibility .4s;
    visibility: visible;
    z-index: 99999;
  }

  .l_dialog_wrapper::after {
    content: '';
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
  }

  .l_dialog_wrapper .l_dialog_window {
    background: #fff;
    border-radius: calc(12/750*100vw);
    box-sizing: border-box;
    display: inline-block;
    margin: calc(345/750*100vw) auto 0;
    max-width: calc(718/750*100vw);
    padding: calc(30/750*100vw) 0 calc(45/750*100vw);
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 9999;
  }

  .l_dialog_wrapper .l_dialog_window .l_dialog_content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 0 calc(12/750*100vw);
  }

  .l_dialog_wrapper .l_group_btn {
    justify-content: center;
    margin: calc(48/750*100vw) auto 5px;
  }

  .l_dialog_wrapper .l_group_btn a {
    margin: 0 calc(12/750*100vw);
  }

  .l_dialog_overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;
  }

  .l_about .l_wrap_txt {
    padding-bottom: calc(40/750*100vw);
  }

  .l_about table {
    border: 1px solid #707070;
    border-collapse: collapse;
    font-size: 1.8rem;
    margin: 0 auto;
    max-width: calc(590/750*100vw);
    width: 100%;
  }

  .l_about table td {
    border: 1px solid #707070;
    border-width: 0 1px 1px 0;
    font-weight: 300;
    padding-left: calc(10/750*100vw);
    text-align: left;
    vertical-align: baseline;
  }

  .l_about table tr:last-of-type td {
    border-bottom: none;
  }

  .l_about table th {
    background: #c0c0c0;
    border: 1px solid #707070;
    border-width: 0 1px 1px 0;
    font-weight: 300;
    padding-left: calc(10/750*100vw);
    text-align: left;
  }

  .l_about table th:last-of-type {
    border-right: none;
  }

  .l_p11011 {
    padding-bottom: 48.2vw;
  }

  .l_others {
    padding-bottom: 15.8vw;
  }

  .l_dialog_wrapper .l_group_btn form {
    margin: 0 calc(12/750*100vw);
    max-width: calc(670/750*100vw);
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .l_white_block {
    border-radius: 8px;
    width: 1080px;
  }

  .l_footer_pagetop div {
    width: 1080px;
  }

  .l_footer_pagetop p {
    height: 50px;
  }

  .l_footer_pagetop p a {
    font-size: 1.8rem;
  }

  .l_footer_pagetop p a span {
    padding-right: 40px;
  }

  .l_footer_pagetop p a span::after {
    height: 12px;
    margin-top: -6px;
    width: 21px;
  }

  .l_sec_takarakuji {
    font-size: 1.8rem;
  }

  .l_footer_copyright {
    font-size: 1.6rem;
    padding: 2.8rem 0;
    width: 1080px;
  }

  .l_lottery_top {
    box-sizing: border-box;
    margin-top: 103px;
    padding-bottom: 10px;
  }

  .pd_bottom {
    padding-bottom: 50px;
  }

  .l_lottery_info {
    margin: 0 auto;
    width: 412px;
  }

  .l_lottery_info span {
    font-size: 2.8rem;
  }

  .l_lottery_info table th {
    font-size: 1.8rem;
  }

  .l_lottery_info table td {
    font-size: 1.6rem;
  }

  .l_content li:not(:first-child) {
    border-top: 20px solid #e6e6e6;
  }

  .l_p11032 .l_content li:not(:first-child) {
    border-top: 0 solid #e6e6e6;
  }

  .l_content li {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
  }

  .l_p11032 .l_content li {
    padding: 10px 20px 26px;
  }

  .l_content_scratch {
    margin-left: 45px;
  }

  .l_content img {
    max-width: 250px;
    width: 250px;
  }

  .l_content {
    padding-top: 26px;
  }

  .l_step2 .l_content li {
    padding: 10px 0 68px;
  }

  .l_pop_up {
    align-items: flex-start;
  }

  .l_p11032 .l_content_scratch {
    margin-top: 0;
    padding: 0;
    width: 486px;
  }

  .l_others .l_white_block {
    min-height: auto;
  }

  .l_about .l_white_block {
    margin-bottom: 0;
  }

  .l_others .l_white_block h2 {
    font-size: 2.8rem;
    font-weight: bold;
    padding: 28px 0 40px;
  }

  .l_dialog_wrapper .l_dialog_window {
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 141px;
    max-width: 1080px;
    padding: 32px 0;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1020;
  }

  .l_dialog_wrapper .l_dialog_window .l_dialog_content {
    max-height: 80vh;
    overflow-y: auto;
  }

  .l_dialog_wrapper .l_group_btn {
    justify-content: center;
    margin-top: 37px;
  }

  .l_dialog_wrapper .l_group_btn a {
    margin: 0 5px;
    max-width: 235px;
  }

  .l_about .l_wrap_txt {
    padding-bottom: 50px;
  }

  .l_about table {
    font-size: 24px;
    margin: 0;
  }

  .l_about table td {
    padding-left: 15px;
    text-align: left;
  }

  .l_about table th {
    padding-left: 15px;
  }

  .l_p11011 {
    padding-bottom: 303px;
  }

  .l_others {
    padding-bottom: 130px;
  }

  .l_dialog_wrapper .l_group_btn form {
    margin: 0 5px;
    max-width: 235px;
  }
}
