<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* --------------------
 base settings
-------------------- */
body #areaWrapper1 {
  padding: 0 !important;
}

@media screen and (min-width: 769px), print {
  body #areaWrapper1 {
    width: 100% !important;
  }
}

#lskuji2506 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 100%;
  line-height: 1.7;
  font-weight: 500 !important;
  font-family: "Noto Sans JP", sans-serif;
  background-size: auto auto;
}

@media screen and (min-width: 769px), print {
  #lskuji2506 {
    background-color: rgba(244, 244, 244, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(255, 255, 255, 1) 16px, rgba(255, 255, 255, 1) 32px);
  }
}

#lskuji2506 .contentArea {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width: 769px), print {
  #lskuji2506 .contentArea {
    width: 500px;
    box-shadow: 0 0 24px #ccc;
  }
}

#lskuji2506 * {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/* Bugfix for Android font-size
#lskuji2506 * {max-height: 999999px;}
*/

#lskuji2506 ol,
#lskuji2506 ul {
  list-style: none;
}

#lskuji2506 img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

/* --------------------
 Class
-------------------- */

.center {
  text-align: center;
}
.nw {
  display: inline-block;
}

.mincho {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Original Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, Verdana, "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* --------------------
 Content
-------------------- */
#lskuji2506 {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 0.98rem;
  line-height: 1.7;
}

#lskuji2506 h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 1em 0;
}

#lskuji2506 .article {
  padding: 0 5% 2rem;
}

#lskuji2506 .section {
  margin: 0 0 2rem;
}
/* @media screen and (min-width: 769px), print {
  #lskuji2506 .section {
    margin: 0 0 5rem;
  }
} */

/* --------------------
 Smart device
-------------------- */
@media screen and (max-width: 768px) {
  /* PC-SP Switch */
  .dispPC {
    display: none;
  }
}

/* --------------------
 PC and Print
-------------------- */
@media screen and (min-width: 769px), print {
  /* PC-SP Switch */
  .dispSP {
    display: none;
  }

  /* ----- Content ----- */
  #lskuji2506 {
    text-align: left;
    margin-bottom: 1rem;
    overflow: hidden;
  }
}

/* ----- Content ----- */

#lskuji2506 .subTitle {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 1.5%;
}

@media screen and (min-width: 769px), print {
  #lskuji2506 .subTitle {
    font-size: 2rem;
    padding: 30px 0;
  }
}

#lskuji2506 .subTitleText {
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  font-size: 0.9rem;
  padding: 1rem 0;
  text-align: left;
}

#lskuji2506 .subTitleText ul {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px), print {
  #lskuji2506 .subTitleText {
    padding: 1rem 0;
    text-align: center;
  }
}

/* 均等な段組み */
#lskuji2506 .col2,
#lskuji2506 .col3,
#lskuji2506 .col2s,
#lskuji2506 .col3s {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  #lskuji2506 .col2,
  #lskuji2506 .col3 {
    gap: 2em;
    margin-bottom: 30px;
  }
  #lskuji2506 .col2s,
  #lskuji2506 .col3s {
    margin: 0 -10px;
  }
}
#lskuji2506 .col2 li,
#lskuji2506 .col3 li,
#lskuji2506 .col2s li,
#lskuji2506 .col3s li {
  display: inline-block;
  vertical-align: top;
  /* margin: 0 20px 40px 20px; */
  padding: 0;
  border: none;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}
/* #lskuji2506 .col2 li,
#lskuji2506 .col2s li {
  width: calc(50% - 1.5em);
} */
#lskuji2506 .col3 li,
#lskuji2506 .col3s li {
  width: calc(100% / 3 - 41px);
}
@media screen and (max-width: 768px) {
  #lskuji2506 .col2s li,
  #lskuji2506 .col3s li {
    width: calc(50% - 20px);
  }
  #lskuji2506 .col2 li,
  #lskuji2506 .col3 li {
    display: block;
    /* margin: 30px 0; */
    width: auto;
    font-size: 14px;
  }
  #lskuji2506 .col2s li,
  #lskuji2506 .col3s li {
    margin: 0 10px 20px 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px), print {
  #lskuji2506 .col2 li:nth-last-child(-n + 2),
  #lskuji2506 .col3 li:nth-last-child(-n + 3),
  #lskuji2506 .col2s li:nth-last-child(-n + 2),
  #lskuji2506 .col3s li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  #lskuji2506 .col2 li:nth-child(-n + 2) *:first-child,
  #lskuji2506 .col3 li:nth-child(-n + 3) *:first-child,
  #lskuji2506 .col2s li:nth-child(-n + 2) *:first-child,
  #lskuji2506 .col3s li:nth-child(-n + 3) *:first-child {
    margin-top: 0;
  }
  #lskuji2506 .col2 li *:last-child,
  #lskuji2506 .col3 li *:last-child,
  #lskuji2506 .col2s li *:last-child,
  #lskuji2506 .col3s li *:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #lskuji2506 .col3s li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  #lskuji2506 .col3s li:nth-child(-n + 2) *:first-child {
    margin-top: 0;
  }
}

/* item */
#lskuji2506 .itemImg {
  border: 1px solid #d9d9d9;
  margin-bottom: min(2vw, 1rem);
}

#lskuji2506 .itemPrize {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

#lskuji2506 .itemPrize_note {
  font-size: 0.8rem;
  font-weight: normal;
}

#lskuji2506 .itemName {
  color: #996600;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  #lskuji2506 .itemShurui,
  #lskuji2506 .itemSize,
  #lskuji2506 .itemNote {
    font-size: 0.9em;
  }
}

#lskuji2506 .itemShurui,
#lskuji2506 .itemSize {
  display: inline-block;
}

#lskuji2506 .bdr {
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  padding-top: 2rem;
}
@media screen and (min-width: 769px), print {
  #lskuji2506 .bdr {
    padding: 3rem 0;
  }
}

#lskuji2506 .lastOne {
}

#lskuji2506 .wChance {
}

#lskuji2506 .ichiban_link li:not(:last-child) {
  margin-bottom: 1rem;
}

#lskuji2506 .copy {
  /*  
    font-family: HelveticaNeue, "Arial", "sans-serif";
    font-size: 0.95rem;
    */
  font-size: 0.8rem;
}

#lskuji2506 .cdy {
  font-family: HelveticaNeue, "Arial", "sans-serif";
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

#lskuji2506 .note li {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #666;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.1rem;
}
#lskuji2506 .note li img {
  vertical-align: middle;
  margin-left: 0.1rem;
}

#lskuji2506 .itemNote {
  margin-left: 1em;
  text-indent: -1em;
}
</pre></body></html>