/* --------------------------------------------------------------
.sideNav
--------------------------------------------------------------*/
.sideNav.sideNav--active,
.sideNav.sideNav--scroll,
.sideNav {
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}

.sideNav__inner__list ul li a:hover,
.sideNav__inner__list ul li a:active {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: .8;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.sideNav__inner__list ul img {
  vertical-align: top;
}

@media all and (min-width:801px) {
  .sideNav {
    position: fixed;
    top: 40%;
    right: -416px;
    z-index: 100;
    margin: -290px 0 0 0;
  }

  .sideNav__inner__cara {
    width: 241px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }

  .sideNav__inner__cara img {
    max-width: 218px;
    width: 100%;
    height: auto;
  }

  .sideNav.sideNav--scroll {
    right: -348px;
    /*-386px*/
  }

  .sideNav.sideNav--active {
    right: 0;
  }

  .sideNav__inner {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .sideNav__inner__btn {
    width: 60px;
    margin-top: 0;
    margin-right: -8px;
    cursor: pointer;
  }

  .sideNav__inner__list {
    display: block;
    background-image: url(../images/side_commonNav_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    width: 356px;
    height: 551px;
    position: relative;
  }

  .sideNav__inner__list ul {
    position: absolute;
    top: 212px;
    right: 22px;
  }

  .sideNav__inner__list ul li {
    width: 294px;
    margin-bottom: 18px;
  }

  .sideNav__inner__list ul li a {
    border: none;
    outline: none;
  }

  .sideNav__inner__list ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:800px) {
  .sideNav {
    position: fixed;
    top: 40%;
    right: -54%;
    width: 54%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    -moz--transform: translateY(-50%);
    z-index: 110;
  }

  .sideNav.sideNav--scroll {
    right: -45.5%;
  }

  .sideNav.sideNav--active {
    right: 0;
  }

  .sideNav__inner {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }

  .sideNav__inner__btn {
    cursor: pointer;
    width: 15%;
    margin-top: -0.8vw;
    margin-right: -1.2vw;
  }

  /*.sideNav__inner__cara img { width: 287px; }*/
  .sideNav__inner__list {
    position: relative;
    display: block;
    background-image: url(../images/side_commonNav_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 85%;
    /* height: calc((537/800)*100vw); */
    height: auto;
    padding-top: 131.558%;
  }

  .sideNav__inner__list ul {
    position: absolute;
    width: 100%;
    top: 39%;
    right: 0;
  }

  .sideNav__inner__list ul li {
    width: 90%;
    margin: 0 2vw 2vw 4vw;
  }

  .sideNav__inner__list ul li:last-child {
  }
}

/*---------------------------- Layout Base Style ----------------------------*/
area {
  border: none;
  outline: none;
}

.ltext {
  text-align: left;
}

.ctext {
  text-align: center;
}

.rtext {
  text-align: right;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.br-sp {
  display: none;
}

/*画像差し替え*/
.sp {
  display: none;
}

#s2::before {
  content: "";
  display: inline-block;
  height: 130px;
  margin-top: -130px;
  vertical-align: top;
}

/*アンカーボタン*/
.btn {
  display: block;
  text-align: center;
  width: 100%;
  /* padding: 2.0rem 0; */
  position: relative;
  z-index: 1;
  background-color: #eee;
  border: 1px solid #ccc;
}

.btn:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all .9s;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all .9s;
}

picture img {
  vertical-align: top;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 55;
}

#page-top a {
  width: 118px;
  height: 118px;
  padding: 0;
  display: block;
}

/*------------------------- Layout SP Layout -------------------------*/
@media screen and (max-width: 800px) {

  /*画像差し替え*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #s2::before {
    content: "";
    display: inline-block;
    height: 51px;
    margin-top: -51px;
    vertical-align: top;
  }

  .br-sp {
    display: block;
  }

  #page-top a {
    width: 15vw;
    height: 15vw;
    padding: 0;
    display: block;
  }
}

/*---------------------------- Contents Base Style ----------------------------*/
#lp__contents {
  display: block;
  margin: 133px auto 0;
  width: 100%;
  height: auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif !important;
  background-image: url(../images/bg01.gif);
  background-repeat: repeat;
}

#lp__contents img {
  margin: 0 auto;
}

#lp__contents .kv_img {
  max-width: 980px;
  margin: 0 auto;
  max-height: 680px;
  position: relative;
}

#lp__contents .kv_tweet {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 80px;
  height: 26px;
  /* z-index: 101; */
}

#lp__contents .kv_date {
  width: 100%;
  height: 70px;
  background: #7865aa;
  position: relative;
  text-align: center;
}

#lp__contents .kv_date:before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 70px;
  content: '';
  position: absolute;
  background: #55457f;
  z-index: 0;
}

#lp__contents .kv_date img {
  max-width: 960px;
  min-height: 70px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

#lp__contents .s1 {
  display: block;
  max-width: 980px;
  text-align: center;
  padding: 30px 0 50px;
  margin: 0 auto;
}

#lp__contents .s1_anc01 {
  display: flex;
  justify-content: space-between;
}

#lp__contents .anc01 {
  max-width: 317px;
  margin-bottom: 16px;
}

#lp__contents .s1_anc02 {
  display: flex;
  justify-content: center;
  text-align: center;
}

#lp__contents .anc02 {
  max-width: 317px;
}

#lp__contents .anc02:first-child {
  margin-right: 16px;
}

#lp__contents .s1_info {
  margin: 30px auto 0;
  display: block;
}

#lp__contents .s1_info img {
  max-width: 426px;
}

#lp__contents .s1_info a {
  color: #0033cc;
}

#lp__contents .s1_info_closed {
  margin: 0 auto 30px;
  display: block;
}

#lp__contents .s1_info_closed img {
  max-width: 426px;
}

#lp__contents .s1_info_closed a {
  color: #0033cc;
}

#lp__contents .s2 {
  display: block;
  max-width: 980px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 1380px;
}

#lp__contents .s2_title {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
}

#lp__contents .s2_chara {
  position: absolute;
  top: 20px;
  right: -123px;
  z-index: 1;
}

#lp__contents .s2_prize {
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 3;
}

#lp__contents .s2_txt {
  position: absolute;
  top: 1243px;
  left: 0;
  text-align: left;
}

#lp__contents .s2_txt p {
  font-size: 14px;
  line-height: 1.8;
  color: #1e1e1e;
  font-weight: 300;
}

#lp__contents .s3 {
  display: block;
  max-width: 980px;
  text-align: center;
  padding-bottom: 100px;
  margin: 0 auto;
  position: relative;
  height: 3300px;
}

#lp__contents .s3_title {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
}

#lp__contents .s3_chara {
  position: absolute;
  top: 20px;
  right: -88px;
  z-index: 1;
}

#lp__contents .s3_prize {
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 3;
}

#lp__contents .s3_prize_txt01 {
  position: absolute;
  top: 620px;
  left: 563px;
  right: 50px;
  text-align: left;
  z-index: 4;
}

#lp__contents .s3_prize_txt02 {
  position: absolute;
  top: 1050px;
  left: 563px;
  right: 50px;
  text-align: left;
  z-index: 5;
}

#lp__contents .s3_prize_txt03 {
  position: absolute;
  top: 1480px;
  left: 563px;
  right: 50px;
  text-align: left;
  z-index: 6;
}

#lp__contents [class^="s3_prize_txt"] p {
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 300;
  line-height: 1.8;
}

#lp__contents .s3_prize02 {
  position: absolute;
  top: 1840px;
  z-index: 3;
}

#lp__contents .s3_prize02_btn {
  position: absolute;
  top: 2994px;
  left: 292px;
  z-index: 3;
}

#lp__contents .s3_endinfo {
  position: absolute;
  top: 3090px;
  width: 820px;
  z-index: 3;
  display: flex;
  justify-content: space-around;
  margin: 0 100px;
}

#lp__contents .s3_end_bx_p {
  width: 45%;
}

#lp__contents .s3_end_bx_t {
  width: 45%;

}

#lp__contents .s3_end_bx_t p {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

#lp__contents .s3_end_bx_t img {
  max-width: 60px;
  margin: 40px auto 20px;
}

#lp__contents .s4 {
  background-image: url(../images/bg02.gif);
  background-repeat: repeat;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

#lp__contents .s4_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  height: 1820px;
}

#lp__contents .s4_title {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
}

#lp__contents .s4_chara {
  position: absolute;
  top: 20px;
  right: -88px;
  z-index: 1;
}

#lp__contents .s4_prize {
  position: absolute;
  top: 335px;
  left: 0;
  z-index: 3;
}

#lp__contents .s4_prize_txt {
  position: absolute;
  top: 900px;
  left: 0;
  z-index: 4;
}

#lp__contents .s4_prize_txt p {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 300;
  line-height: 1.8;
}

#lp__contents .s4_howto {
  position: absolute;
  top: 970px;
  left: 0;
  z-index: 3;
}

#lp__contents .s4_entry {
  position: absolute;
  top: 1590px;
  left: 260px;
}

#lp__contents .s4_youkou {
  position: absolute;
  top: 1770px;
  left: 236px;
}

#lp__contents .s4_youkou_bx {
  height: 500px;
  width: 980px;
  overflow: auto;
  white-space: wrap;
  margin: 10px auto 0;
}

#lp__contents .s4_youkou_inner {
  background-color: #fff;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
  overflow-x: hidden;
}

#lp__contents .s4_youkou_inner a {
  display: inline;
}

#lp__contents .s4_youkou_inner p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #1e1e1e;
}

#lp__contents .s4_youkou_inner span {
  color: #55457f;
  font-size: 14px;
  font-weight: 300;
}

#lp__contents .s4_youkou_inner h5 {
  color: #55457f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

#lp__contents .s5 {
  display: block;
  max-width: 980px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 1750px;
}

#lp__contents .s5_title {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 2;
}

#lp__contents .s5_chara {
  position: absolute;
  top: 20px;
  right: -63px;
  z-index: 1;
}

#lp__contents .s5_prize {
  position: absolute;
  top: 357px;
  left: 0;
  z-index: 3;
}

#lp__contents .s5_txt {
  position: absolute;
  top: 1570px;
  left: 0;
  text-align: left;
}

#lp__contents .s5_txt p {
  font-size: 14px;
  line-height: 1.8;
  color: #1e1e1e;
  font-weight: 300;
}

#lp__contents .s6 {
  background-image: url(../images/bg02.gif);
  background-repeat: repeat;
  width: 100%;
  margin: 0 auto;
}

#lp__contents .s6_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  height: 1390px;
}

#lp__contents .s6_title {
  position: absolute;
  top: 20px;
  left: 50px;
  right: 50px;
  z-index: 2;
}

#lp__contents .s6_prize {
  position: absolute;
  top: 305px;
  left: 0;
  z-index: 3;
}

#lp__contents .s6_btn {
  position: absolute;
  top: 1120px;
  left: 260px;
  z-index: 4;
}

#lp__contents .s7 {
  background: rgb(85, 69, 127);
  background: linear-gradient(90deg, rgba(85, 69, 127, 1) 0%, rgba(120, 101, 170, 1) 50%, rgba(85, 69, 127, 1) 100%);
  width: 100%;
}

#lp__contents .s7_inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 80px 0;
}

#lp__contents .s7_lt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 882px;
  margin: 35px auto 70px;
}

#lp__contents .s7_photo {
  flex-basis: 305px;
}

#lp__contents .s7_txt {
  flex-basis: 540px;
}

#lp__contents .s7_txt p {
  font-size: 15px;
  color: #fff;
  line-height: 1.9;
}

#lp__contents .s7_entry {
  margin: 0 260px;
}

#lp__contents .s8 {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 30px;
}

#lp__contents .s8_title {
  max-width: 854px;
  margin: 0 auto 20px;
  display: block;
}

#lp__contents .s8 h4 {
  font-size: 16px;
  font-weight: bold;
  border: none;
  margin: 0 auto;
}

#lp__contents .s8 h3 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 0;
}

#lp__contents .s8 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 30px;
}

/*------------------------- Contents SP Layout -------------------------*/
@media screen and (max-width: 800px) {
  #lp__contents {
    width: 100%;
    margin: 51px auto 0;
    background-image: url(../spimages/bg01.gif);
    background-repeat: repeat-y;
    background-size: contain;
  }

  #lp__contents .kv_img {
    width: 100%;
    height: auto;
    max-height: 688px;
    padding-top: 86%;
    position: relative;
  }

  #lp__contents .kv_img img {
    max-width: 100%;
    min-height: auto;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
  }

  #lp__contents .kv_tweet {
    position: absolute;
    top: 5vw;
    left: 5vw;
    width: 15vw;
    height: auto;
    /* z-index: 101; */
  }

  #lp__contents .kv_date {
    max-width: 100%;
    height: auto;
    background: #000;
    position: relative;
    text-align: center;
    padding-top: 9.875%;
  }

  #lp__contents .kv_date:before {
    content: none;
  }

  #lp__contents .kv_date img {
    max-width: 100%;
    min-height: auto;
    width: 100%;
    margin: 0 auto;
    position: absolute;
  }

  #lp__contents .s1 {
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 5vw 0 7vw;
    margin: 0 auto;
  }

  #lp__contents .s1_anc01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #lp__contents .anc01 {
    max-width: 90vw;
    margin-bottom: 2vw;
  }

  #lp__contents .s1_anc02 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    max-width: 90vw;
  }

  #lp__contents .anc02 {
    max-width: 44vw;
  }

  #lp__contents .anc02:first-child {
    margin-right: 0;
  }

  #lp__contents .s1_info {
    margin: 4vw 20vw 0;
  }

  #lp__contents .s2 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 276.75%;
    margin: 0 auto;
    position: relative;
  }

  #lp__contents .s2_title {
    position: absolute;
    top: 0vw;
    left: 5vw;
    right: 5vw;
    z-index: 2;
  }

  #lp__contents .s2_chara {
    position: absolute;
    top: 2vw;
    right: 0;
    left: 63vw;
    z-index: 1;
  }

  #lp__contents .s2_prize {
    position: absolute;
    top: 51vw;
    left: 5vw;
    right: 5vw;
    z-index: 3;
  }

  #lp__contents .s2_txt {
    position: absolute;
    top: 249vw;
    left: 5vw;
    text-align: left;
  }

  #lp__contents .s2_txt p {
    font-size: 3.1vw;
    line-height: 1.6;
    color: #1e1e1e;
  }

  #lp__contents .s3 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 860%;
    padding-bottom: 10vw;
    margin: 0 auto;
    position: relative;
  }

  #lp__contents .s3_title {
    position: absolute;
    top: 1vw;
    left: 5vw;
    right: 5vw;
    z-index: 2;
  }

  #lp__contents .s3_chara {
    position: absolute;
    top: 4vw;
    right: 0;
    left: 64vw;
    z-index: 1;
  }

  #lp__contents .s3_prize {
    position: absolute;
    top: 41vw;
    left: 5vw;
    right: 5vw;
    z-index: 3;
  }

  #lp__contents .s3_prize_txt01 {
    position: absolute;
    top: 99vw;
    left: 10vw;
    right: 10vw;
    text-align: left;
    z-index: 5;
  }

  #lp__contents .s3_prize_txt02 {
    position: absolute;
    top: 239vw;
    left: 10vw;
    right: 10vw;
    text-align: left;
    z-index: 103;
  }

  #lp__contents .s3_prize_txt03 {
    position: absolute;
    top: 369vw;
    left: 10vw;
    right: 10vw;
    text-align: left;
    z-index: 103;
  }

  #lp__contents [class^="s3_prize_txt"] p {
    font-size: 3.2vw;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1.6;
  }

  #lp__contents .s3_prize02 {
    position: absolute;
    top: 480vw;
    left: 5vw;
    right: 5vw;
    z-index: 3;
  }

  #lp__contents .s3_prize02_btn {
    position: absolute;
    top: 735vw;
    left: 10vw;
    right: 10vw;
    z-index: 3;
  }

  #lp__contents .s3_endinfo {
    position: absolute;
    width: 90%;
    top: 754vw;
    left: 5vw;
    right: 5vw;
    z-index: 3;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  #lp__contents .s3_end_bx_p {
    width: 100%;
  }

  #lp__contents .s3_end_bx_p img {
    max-width: 90vw;
  }

  #lp__contents .s3_end_bx_t {
    width: 100%;

  }

  #lp__contents .s3_end_bx_t p {
    text-align: left;
    font-size: 3.3vw;
    font-weight: 300;
  }

  #lp__contents .s3_end_bx_t img {
    max-width: 20vw;
    margin: 6vw auto 3vw;
  }

  #lp__contents .s4 {
    background-image: url(../spimages/bg02.gif);
    background-repeat: repeat;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10vw;
  }

  #lp__contents .s4_inner {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    padding-top: 445%;
  }

  #lp__contents .s4_title {
    position: absolute;
    top: 1vw;
    left: 5vw;
    right: 5vw;
    z-index: 2;
  }

  #lp__contents .s4_chara {
    position: absolute;
    top: 2vw;
    right: 0;
    left: 64vw;
    z-index: 1;
  }

  #lp__contents .s4_prize {
    position: absolute;
    top: 54vw;
    left: 5vw;
    right: 5vw;
    z-index: 3;
  }

  #lp__contents .s4_prize_txt {
    position: absolute;
    top: 143vw;
    left: 5vw;
    z-index: 4;
  }

  #lp__contents .s4_prize_txt p {
    font-size: 3.1vw;
    color: #1e1e1e;
    line-height: 1.6;
  }

  #lp__contents .s4_howto {
    position: absolute;
    top: 160vw;
    left: 10vw;
    right: 10vw;
    z-index: 3;
  }

  #lp__contents .s4_entry {
    position: absolute;
    top: 405vw;
    left: 15vw;
    right: 15vw;
  }

  #lp__contents .s4_youkou {
    position: absolute;
    top: 430vw;
    left: 15vw;
    right: 15vw;
  }

  #lp__contents .s4_youkou_bx {
    height: 60vh;
    width: 90vw;
    overflow: auto;
    white-space: wrap;
    margin: 0 auto;
  }

  #lp__contents .s4_youkou_inner {
    background-color: #fff;
    padding: 2vw 3vw 2vw 2vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  #lp__contents .s4_youkou_inner p {
    font-size: 3.1vw;
    line-height: 1.6;
  }

  #lp__contents .s4_youkou_inner span {
    font-size: 3.0vw;
  }

  #lp__contents .s4_youkou_inner h5 {
    font-size: 3.3vw;
  }

  #lp__contents .s5 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 398%;
    padding-bottom: 10vw;
    margin: 0 auto;
    position: relative;
  }

  #lp__contents .s5_title {
    position: absolute;
    top: 1vw;
    left: 5vw;
    right: 5vw;
    z-index: 2;
  }

  #lp__contents .s5_chara {
    position: absolute;
    top: 15vw;
    right: 0;
    left: 64vw;
    z-index: 1;
  }

  #lp__contents .s5_prize {
    position: absolute;
    top: 56vw;
    left: 5vw;
    right: 5vw;
    z-index: 3;
  }

  #lp__contents .s5_txt {
    position: absolute;
    top: 359vw;
    left: 5vw;
    right: 5vw;
    text-align: left;
  }

  #lp__contents .s5_txt p {
    font-size: 3.1vw;
  }

  #lp__contents .s6 {
    background-image: url(../spimages/bg02.gif);
    background-repeat: repeat;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10vw;
  }

  #lp__contents .s6_inner {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    padding-top: 245%;
  }

  #lp__contents .s6_title {
    position: absolute;
    top: 2vw;
    left: 0;
    right: 5vw;
    z-index: 2;
  }

  #lp__contents .s6_prize {
    position: absolute;
    top: 63vw;
    left: 5vw;
    right: 5vw;
    z-index: 3;
  }

  #lp__contents .s6_btn {
    position: absolute;
    top: 214vw;
    left: 15vw;
    right: 15vw;
    z-index: 3;
  }

  #lp__contents .s7_inner {
    margin: 0 auto;
    max-width: 90vw;
    padding: 10vw 0;
  }

  #lp__contents .s7_title {
    margin: 0 5vw;
  }

  #lp__contents .s7_lt {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    margin: 8vw auto;
  }

  #lp__contents .s7_photo {
    flex-basis: 60%;
    margin: 0 auto 8vw;
  }

  #lp__contents .s7_txt {
    flex-basis: 100%;
    text-align: left;
  }

  #lp__contents .s7_txt p {
    font-size: 3.1vw;
    color: #fff;
    line-height: 1.9;
  }

  #lp__contents .s7_entry {
    margin: 0 10vw;
  }

  #lp__contents .s8 {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8vw 0 0;
  }

  #lp__contents .s8_title {
    margin: 0 5vw 5vw;
    display: block;
  }

  #lp__contents .s8 h4 {
    font-size: 3.3vw;
    margin: 0 5vw;
  }

  #lp__contents .s8 h3 {
    font-size: 5.8vw;
    padding-bottom: 2vw;
  }

  #lp__contents .s8 p {
    font-size: 3.3vw;
    margin-bottom: 6vw;
  }
}
