@charset "utf-8";

/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2019                                      */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* 全デバイス共通(SP向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
  color: #000;
  -webkit-text-size-adjust: 100%;
}

/* link */
/* -------------------------------------------------- */
a {
  color: #000;
}

/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}

/* デザイン */
/* -------------------------------------------------- */
section {
  max-width: 1040px;
  margin: 30px auto 140px;
  padding: 0 20px;
  box-sizing: border-box;
}
.center {
  text-align:center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
p {
  line-height: 2.2;
  letter-spacing: 1px;
}
.orange {
  color: #ea6101;
}
.bold {
  font-weight: bold;
}
.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}
.tume {
  font-feature-settings: "palt";
}
.small {
  font-size: 13px;
}


.logo {
  position: absolute;
  top: 30px;
  left: 40px;
  max-width: 149px;
}
.mv_wrap {
  height: 100%;
  min-height: 530px;
  background: url(../../img/mv_bg.jpg) center;
}
.mv_wrap .mv {
  height: 100%;
  min-height: 530px;
  background: url(../../img/mv.jpg) no-repeat center;
}
.present_tit {
  margin-bottom: 30px;
  text-align: center;
}
.present_tit p {
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: dotted 6px #e30212;
  color: #e30212;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
}
.text01 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
}
.img_box01 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 730px;
  margin: 55px auto 110px;
}
.prize_box {
  position: relative;
  margin-bottom: 100px;
  border: solid 5px #dd9dbf;
  border-radius: 30px;
}
.prize_box .prize_tit {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}
.prize_box .prize_inner01 {
  display: flex;
  align-items: center;
}
.prize_box .prize_inner01 .img01 {
  max-width: 264px;
  padding: 50px;
}
.prize_box .prize_inner01 .text_box .text01 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.prize_box .prize_inner01 .text_box .text02 {
  color: #e30212;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
}
.prize_box .prize_inner01 .text_box .text02 .span01 {
  margin-right: 2px;
  font-size: 60px;
  font-family: Roboto;
}
.prize_box .prize_inner01 .text_box .text02 .span02 {
  font-size: 40px;
}
.table01 table {
  width: 100%;
  border-bottom: solid 1px #bebebe;
  border-left: solid 1px #bebebe;
}
.table01 th {
  padding: 20px;
  background: #fffdf0;
  border-top: solid 1px #bebebe;
  border-right: dotted 1px #bebebe;
  border-bottom: solid 1px #bebebe;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  box-sizing: border-box;
}
.table01 td {
  padding: 20px;
  border-top: solid 1px #bebebe;
  border-right: solid 1px #bebebe;
  box-sizing: border-box;
}
.table01 td .mb1,
.table01 td .mb2 {
  margin-bottom: 5px;
}
.table01 td .mb3 {
  margin-bottom: 40px;
}
.title02 {
  margin: 110px 0 45px;
  color: #006bbb;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.form_table .first th,
.form_table .first td {
  border-top: dotted 1px #bebebe;
}
.form_table th {
  width: 230px;
  max-width: 23%;
  padding: 30px 0;
  border-bottom: dotted 1px #bebebe;
  text-align: left;
}
.form_table th.align {
  vertical-align: top;
}
.form_table th p {
  display: inline-block;
}
.form_table .icon01 {
  min-width: 32px;
  margin-left: 5px;
  padding: 3px 4px;
  border: solid 1px #e30212;
  color: #e30212;
  font-size: 11px;
  line-height: 1;
  box-sizing: border-box;
}
.form_table th .indent01 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.form_table td {
  width: 77%;
  max-width: 770px;
  padding: 30px 2.5%;
  border-bottom: dotted 1px #bebebe;
  letter-spacing: 1px;
}
.form_table input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: #f7f7f7;
  border: solid 1px #d5d5d5;
  box-sizing: border-box;
}
.form_table .input01 {
  max-width: 300px;
}
.form_table .input02 {
  max-width: 100px;
  margin-right: 10px;
}
.form_table .input03 {
  max-width: 720px;
}
.form_table textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 720px;
  min-height: 150px;
  padding: 10px;
  background-color: #f7f7f7;
  border: solid 1px #d5d5d5;
  box-sizing: border-box;
  resize: vertical;
}
.btn01 {
  max-width: 400px;
  margin: 40px auto 0;
}
.btn01 button {
  width: 100%;
  padding: 25px;
  background: #fff;
  border: solid 2px #006bbb;
  border-radius: 45px;
  color: #006bbb;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.btn01 button:hover {
  background: #006bbb;
  color: #fff;
}
.btn02 {
  max-width: 250px;
  margin: 30px auto 0;
}
.btn02 button {
  width: 100%;
  padding: 20px 0 19px;
  background: #fff;
  border: solid 2px #737373;
  border-radius: 35px;
  color: #737373;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.btn02 button:hover {
  background: #737373;
  color: #fff;
}

.conf .mg1 {
  margin-top: 90px;
}
.conf .mg2 {
  margin-bottom: 30px;
}

.thanks .thanks_text {
  margin: 90px 0 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

/* ---------------全デバイス共通 END--------------------- */

@media screen and (max-width:560px){/* sp */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    line-height: 1.8;
  }

  .logo {
    top: 10px;
    left: 10px;
    max-width: 70px;
  }
  .logo img {
    max-width: 70px;
  }
  .mv_wrap {
    height: auto;
    min-height: inherit;
    background: none;
  }
  .mv_wrap .mv {
    height: auto;
    min-height: inherit;
    background: none;
  }
  .mv_wrap .mv img {
    width: 100%;
  }
  section {
    max-width: inherit;
    margin: 0 auto 100px;
    padding: 0 15px;
  }
  .present_tit {
    margin-bottom: 15px;
  }
  .present_tit p {
    padding-bottom: 7px;
    border-bottom: dotted 4px #e30212;
    font-size: 25px;
    letter-spacing: 1px;
  }
  .text01 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
  }
  .img_box01 {
    max-width: inherit;
    margin: 30px auto 70px;
  }
  .img_box01 p {
    width: 48%;
  }
  .img_box01 p img {
    width: 100%;
  }
  .prize_box {
    margin-bottom: 40px;
    border: solid 3px #dd9dbf;
    border-radius: 15px;
  }
  .prize_box .prize_tit {
    top: -30px;
    max-width: 80px;
  }
  .prize_box .prize_tit img {
    width: 100%;
  }
  .prize_box .prize_inner01 {
    flex-wrap: wrap;
    flex-flow: column-reverse;
    padding: 45px 13px 30px;
  }
  .prize_box .prize_inner01 .img01 {
    width: 65%;
    max-width: inherit;
    margin: 20px auto 0;
    padding: 0;
  }
  .prize_box .prize_inner01 .img01 img {
    width: 100%;
  }
  .prize_box .prize_inner01 .text_box .text01 {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
  }
  .prize_box .prize_inner01 .text_box .text02 {
    font-size: 6.8vw;
    letter-spacing: 1px;
    text-align: center;
  }
  .prize_box .prize_inner01 .text_box .text02 .span01 {
    font-size: 12vw;
  }
  .prize_box .prize_inner01 .text_box .text02 .span02 {
    font-size: 6.8vw;
  }
  .table01 th {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-right: solid 1px #bebebe;
    border-bottom: dotted 1px #bebebe;
  }
  .table01 td {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-top: none;
  }
  .table01 td .mb1 {
    margin-bottom: 20px;
  }
  .table01 td .mb2 {
    margin-bottom: 10px;
  }
  .table01 td .mb3 {
    margin-bottom: 35px;
  }
  .table01 img {
    width: 100%;
  }
  .title02 {
    margin: 50px 0 25px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .form_table {
    width: 100%;
  }
  .form_table th {
    display: block;
    width: 100%;
    max-width: inherit;
    padding: 15px 0 10px;
    border-bottom: none;
  }
  .form_table td {
    display: block;
    width: 100%;
    max-width: inherit;
    padding: 0 0 20px;
  }
  .form_table .first td {
    border-top: none;
  }
  .form_table .input01 {
    max-width: inherit;
  }
  .form_table textarea {
    max-width: inherit;
  }
  .btn01 {
    width: 80%;
    max-width: inherit;
    margin-top: 25px;
  }
  .btn01 button {
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .btn02 {
    width: 55%;
    margin-top: 20px;
  }
  .btn02 button {
    padding: 11px 0;
    font-size: 15px;
  }

  .conf .mg1 {
    margin-top: 20px;
  }
  .conf .mg2 {
    margin-bottom: 15px;
  }

  .thanks .thanks_text {
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 1px;
  }


  /* -------------------sp END------------------------- */}






