@charset "utf-8";
.objects {
  display: none !important;
}
body {
  background: #000;
}
#footer_lemino_inc_3 .subfoot {
  display: none !important;
}
.totop {
  display: none !important;
}
small {
  font-size: 80%;
  line-height: 1;
}
#main {
  padding-bottom: 40px;
}
/* ==========================================================================
section
========================================================================== */
.section {
  width: 1000px;
}
.section.section_01 {
  margin: 7.50em auto 8em auto;
}
.section.section_02 {
  margin: 4em auto 2em auto;
}
.section h2 {
  margin-bottom: 0.72em;
  font-size: 2.25em;
  text-align: center;
  font-weight: bold;
}
.section .items .item .hd {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
.section .items .item .hd .date {
  font-size: 32px;
  font-weight: bold;
}
.section .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.section .box .image {
  width: 534px;
  margin-right: 30px;
  position: relative;
}
.section .items .item .texts {
  align-items: center;
  background: transparent;
  padding: 0;
}
.section .items .item .texts p {
  text-align: center;
}
.section .box .tit {
  font-size: 32px;
  line-height: 1.25em;
}
.section .box .sub {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.25em;
}
.section .items .item .hd .tag {
  margin-right: 1em;
  border-radius: 5px;
  font-size: 20px;
}
.section .box .date_box {
  padding: 0.5em 0;
  margin-bottom: 1em;
  width: 100%;
  border: 1px solid #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
}
.section .box .normal {
  font-size: 16px;
}
.section.section_03 {
  margin: auto;
  text-align: center;
}
.section.section_03 .image {
  max-width: 728px;
  margin: auto;
}
.image a {
  display: block;
}
/*contents*/
#wrapper {
  color: #fff;
  font-family: yugothic, Noto Sans JP, sans-serif;
}
.outer {
  background-image: url("../images/bg_all.png");
  background-position: center top;
  background-attachment: fixed;
}
.font {
  font-family: yugothic, Noto Sans JP, sans-serif;
}
small {
  font-size: 80%;
}
.tac {
  text-align: center;
}
/* ==========================================================================
btn
========================================================================== */
.btn {
  padding-top: 40px;
}
.btn a {
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  margin: auto;
  display: block;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(255, 143, 54, 1) 0%, rgba(255, 9, 119, 1) 100%);
  position: relative;
  padding: 20px 0;
  font-weight: 700;
}
.btn a span {
  background-image: url("../images/playbtn.png");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn.cp a {
  background: linear-gradient(90deg, rgba(255, 157, 3, 1) 0%, rgba(255, 82, 24, 1) 100%);
}
.btn.gray a {
  pointer-events: none;
  background-image: linear-gradient(325deg, rgba(145, 175, 175, 1), rgb(175 175 175));
  color: #fff;
}
/*未チェックボタン*/
button {
  background: #555;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  margin: auto;
  display: block flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0;
  font-weight: 700;
  border: 0 solid #151515;
  line-height: 1;
}
/*チェックボタン*/
button.entry-btnStyle_checked {
  background: linear-gradient(90deg, rgba(255, 157, 3, 1) 0%, rgba(255, 82, 24, 1) 100%);
}
button span {
  background-image: url("../images/playbtn.png");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
/* ==========================================================================
PCの記述はここから
========================================================================== */
h1 {
  width: 85%;
  margin: auto;
  max-width: 900px;
  box-sizing: border-box;
}
.date {
  background: linear-gradient(90deg, rgba(255, 157, 3, 1) 0%, rgba(255, 82, 24, 1) 100%);
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.5;
  margin-top: 50px;
}
.lead {
  font-weight: 700;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.5;
  padding: 50px 0;
}
.red_tx {
  color: #FF0004;
}
.lead span {
  font-size: 16px;
}
.list {
  max-width: 800px;
  margin: 20px auto;
  width: 90%;
  padding: 20px;
  background-color: #2A2A2A;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
}
.list li {
  padding: 5px 0;
}
.list li.list_ttl {
  background-color: #ed0070;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 15px;
  border-radius: 5px;
}
.attention {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
}
/*--------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  background: #2b2b2b;
  color: #fff;
  overflow: hidden;
  max-width: 800px;
  margin: 40px auto 0;
  width: 90%;
  padding: 20px;
  font-size: 12px;
  font-weight: 300 !important;
  box-sizing: border-box;
}
.tokuten_scroll .inn {
  padding-right: 2em;
  height: 230px;
  overflow-y: scroll;
  text-align: left;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box h4 {
  padding-bottom: 0.3em;
  font-weight: 300;
}
.tokuten_scroll .inn .inn_box > p {
  padding-bottom: 0.3em;
  line-height: 1.2;
  font-weight: 300;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
  padding-bottom: 0.1em;
  font-weight: 300;
}
/* ==========================================================================*/
@media only screen and (max-width: 812px) {
  .outer {
    background: url("../images/bg_all_sp.png") repeat-y top center /100% !important;
  }
  #main {
    padding-bottom: 20px;
  }
  /* ==========================================================================
スマホの記述はここから
========================================================================== */
  h1 {
    width: 100%;
  }
  .date {
    padding: 8px 0;
    font-size: 1.1em;
    margin-top: 20px;
  }
  .lead {
    font-size: 1.2em;
    padding: 30px 0;
  }
  .lead span {
    font-size: 14px;
  }
  .list {
    margin: 20px auto;
    width: 90% !important;
    padding: 10px;
  }
  .list li {
    text-align: left;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .list li.list_ttl {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .attention {
    font-size: 12px;
    font-weight: 300 !important;
  }
  .btn {
    padding-top: 20px;
  }
  .btn a {
    font-size: 16px;
  }
  /*未チェックボタン*/
  button {
    font-size: 16px;
    border: 0 solid #151515;
  }
}