@charset "utf-8";

html,body{
  font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/******* GROBAL *********/

#wrapper{
  height: auto;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  border: 5px solid #492134;
  box-sizing: border-box;
  min-height: 100vh;
}
#wrapper.finish{
  background: #000;
}
#wrapper:after{
  content: "";
  position: fixed;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #492134;
  z-index: 1000;
}
.spbr, .spbr2{
  display: none;
}
.line {
    margin: 40px auto;
    height: 1px;
    width: 16px;
    background-color: #999;
    overflow: hidden;
}
img{
  max-width: 100%;
  height: auto;
} 
/******* HEADER *********/

header#top{
  text-align: center;
  background: #492134;
}
header .mv{
  background: #000;
  text-align: center;
    line-height: 0;
}
header .mv img{
  max-width: 800px;
  width: 100%;
  height: auto;
}
header .headerText{
  color: #FFF;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 100px;
}

header .headerText h1{
  font-size: 20px;
  line-height: 1.8em;
}
header .headerText p{
  line-height: 1.8em;
  margin-top: 1.8em;
}
header .headerText p.lead.strong{
  font-size: 110%;
  font-weight: bold;
  line-height: 2em;
}
header .headerText ul.note{
  margin: 1em 0;
}
header .headerText ul.note li{
  line-height: 1.6em;
  font-size: 13px;
}
nav{
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #273137;
  z-index: 999;
}
nav .spmenu{
  display: none;
}
nav ul{
  text-align: center;
  padding: 30px 0; 
  display: flex;
  align-content: center;
  justify-content: center;
}
nav ul li{
  height: 20px;
  border-left: 1px solid #FFF;
}
nav ul li:first-child{
  border-left: none;
  text-decoration: none;
}
nav ul li a{
  color: #FFF;
  line-height: 20px;
  display: inline-block;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 10;
  overflow: hidden
}
nav ul li a:before,
nav ul li a:after{
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  left: 50%;
  top: 0;
  height: 20px;
  z-index: -1;
  background: #000;
  transition: .4s;
  -webkit-transition: .4s;
}
nav ul li a:before{
  left: auto;
  right: 50%;
}

nav ul li a:hover:before,
nav ul li a:hover:after{
  width: 100%;
}

/******* COMMMON *********/
.mainsection .inner{
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 100px;
}
.mainsection .inner h2{
  padding-bottom: 60px;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}

/******* CONTENTS *********/

/* campaign */
#campaign .candy-head{
  position: relative;
}
#campaign .mv{
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
#campaign .mv h2{
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#campaign .mv h2 span{
  display: block;
}
#campaign .mv h2 span.p,
#campaign .mv h2 span.m{
  position: absolute;
  left: 0;
  top: 0;
}

#campaign .more{
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 85px;
  width: 0;
  overflow: hidden;
}
#campaign .more:before{
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
}
#campaign .more span{
  position: absolute;
  width: 35px;
  bottom: 100%;
  left: 0;
  z-index: 10;
}

#campaign .more.scrollIn{
  width: 85px;
  transition: .3s;
  -webkit-transition: .3s;
}
#campaign .more.scrollIn:before{
  width: 4px;
  transition: .5s ease .3s;
  -webkit-transition: .5s ease .3s;
}
#campaign .more.scrollIn span{
  bottom: 10px;
  transition: 0s;
  -webkit-transition: 0s;
  transition: .5s ease .8s;
  -webkit-transition: .5s ease .8s;
}

/* CAMPAIGN */
#campaign{
  color: #000;
}
#campaign .inner{
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 100px;
}
#campaign .inner h2{
  font-size: 20px;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}
#campaign h2 span{
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#campaign h2.title-line span:before{
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  background: #9d8791;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding-right: 3em;
  z-index: -1;
  left: -100%;
  transition: .5s;
  -webkit-transition: .5s;
}
#campaign  h2.title-line.scrollIn span:before{
  left: 0%;
}
#campaign .list{
    overflow: hidden;
    margin: 0 -20px;
}
#campaign .list .item{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
#campaign .list .prizenote{
  clear: both;
}
#campaign .list .prizenote h3{
  margin: 1em 0;
}
#campaign .list .prizenote p{
  font-size: 12px;
}
#campaign p.lead{
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6em;
  padding-top: 0.4em;
  margin-bottom: 1.6em;
}
#campaign p.lead span{
    font-size: 16px;
}
#campaign figure{
  margin: 0 auto;
  max-width: 400px;
}
#campaign ul.note li{
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    line-height: 1.8em;
}

#campaign .text{
  font-size: 14px;
  line-height: 1.8em;
}
#campaign .text h3{
  font-size: 115%;
  line-height: 1.8em;
  margin: 1.5em 0 0.6em;
  text-indent: -0.4em;
}

#campaign .text p.note{
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}

#campaign dl{
  font-size: 13px;
  line-height: 1.8em;
  font-weight: bold;
}
#campaign dl dt{
  margin-top: 1.4em;
  font-size: 16px;
  line-height: 1.8em;
  padding-left: 1.8em;
  position: relative;
  letter-spacing: 0.1em;
}
#campaign dl dt:before{
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
#campaign dl dd{
  padding-left: 2.2em;
}
#campaign dl dd li{
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
#campaign dl dd .sample{
  max-width: 500px;
  padding-top: 1.8em;
}

/* FORM */
#form{
  background: #7f6371;
  position: relative;
}
#form .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#form h2{
  color: #FFF;
  padding: 60px 0 0;
  text-align: center;
  position: relative;
  font-size: 20px;
}
#form h2 span{
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#form h2.title-line span:before{
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  background: #492134;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: -1;
  left: -100%;
  transition: .5s;
  -webkit-transition: .5s;
}
#form h2.title-line.scrollIn span:before{
  left: 0%;
}


#form p{
  text-align: center;
  color: #FFF;
  line-height: 1.6em;
}

#form_field{
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  max-width: 500px;
}

#form_field .error em{
    color: red;
    font-style: normal;
    font-size: 13px;
}

#form_field form{
    margin: 0 auto;
}

#form_field form dl{
  text-align: center;
  color: #FFF;
}

#form_field form dl dt{
  font-size: 18px;
  padding: 30px 0;
  font-weight: bold;
}
#form_field form dl dd{
  overflow: hidden;
  font-size: 16px;
  line-height: 50px;
}
#form_field form dl dd .error{
  margin-top: 10px;
  padding: 5px 0;
}
#form_field form dl dd .error em{
  font-size: 14px;
  color: red;
  line-height: 1.6em;
  display: block;
  font-weight: bold;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

#form_field form dl dd input{
    width: 100%;
    box-sizing: border-box;
    padding: 3px 10px;
    height: 60px;
    font-size: 16px;
    appearance: normal;
    -webkit-appearance: normal;
    border: 1px solid #bbb;
    border-radius: 0;
}

#form_field form dl dd p.m-note{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 10px 0;
}

#form_field form .upload{
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    height: 60px;
    line-height: 60px;
    width: 240px;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    background: #FFF;
    cursor: pointer;
}

#form_field form .upload span{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 60px;
}

#form_field form .upload input{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

#form_field form p.files{
    padding-left: 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 15px;
}

#form_field form .submit{
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    position: relative;
    cursor: pointer;
    width: 240px;
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    line-height: 60px;
    background: #000;
    border: none;
    margin: 30px auto;
    text-align: center;
}

#form_field form .submit input{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-appearance: none;
}

#form_field .notice{
    font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN" , "MSP明朝","MS PMincho","MS 明朝",serif;
    padding-bottom: 50px;
    text-align: center;
}

#form_field .notice h4{
    font-size: 14px;
    text-align: center; 
    margin: 30px auto;
}

#form_field .notice p{
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0;
}

#form_field .notice ul{
    margin-bottom: 70px;
}

#form_field .notice ul li{
    line-height: 1.8em;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}

#form_field  .global_error{
    text-align: center;
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

#form_field  .global_error p{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: bold;
}

#form_field  .global_error ul li{
    font-size: 13px;
    line-height: 1.8em;
    color: #000;
}

#form_field  .global_error ul li:before{
    content: "※";
}

/* NOTICE */

#notice{
  background: #DADADA;
  color: #000;
}
#notice h2{
  font-size: 20px;
  padding-bottom: 40px;
}
#notice p{
  margin-bottom: 1em;
}
#notice p,
#notice ul li{
  font-size: 12px;
  line-height: 1.6em;
  margin: 0.4em 0;
}
#notice ul li{
  padding-left: 1em;
  text-indent: -1em;
}
#notice h3{
  margin-top: 2em;
  font-size: 13px;
  margin-bottom: 1em;
}


footer{
  position: relative;
  background: #492134;
  z-index: 1;
}

footer .links .sns{
  text-align: center;
  padding: 30px 0;
}
footer .links .sns li{
  display: inline-block;
  width: 26px;
  margin: 0 5px;
}
footer p{
  color: #FFF;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 0.8em;
}
footer p a{
  color: #FFF;
  text-decoration: none;
}
footer p a.official:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/link-icon.png) no-repeat center center;
    background-size: 100%;
    margin-left: 0.5em;
}

footer p.copyright{
  padding: 60px 0 30px;
  margin-bottom: 0;
}


/* FINISH */

#finish{
  background: #000;
  color: #FFF;
  padding-top: 100px;
}
#finish h2{
  border-top: 1px solid #CCC;
  font-size: 20px;
  line-height: 15vh;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0;
  margin-bottom: 15vh;
  max-width: none;
  transition: .4s;
  -webkit-transition: .4s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
#finish h2.loadin{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
#finish .finish-text{
  line-height: 1.8em;
  text-align: center;
  font-size: 14px;
}

#finish .btn-back a{
  display: block;
  margin: 30px auto;
  width: 240px;
  font-size: 13px;
  color: #000;
  background: #FFF;
  line-height: 50px;
  height: 50px;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border: 1px solid #FFF;
  text-decoration: none;
  transition: .4s;
  -webkit-transition: .4s;
}

#finish .next form .entry{
  display: block;
  margin: 30px auto;
  width: 240px;
  font-size: 16px;
  color: #000;
  background: #FFF;
  line-height: 50px;
  height: 50px;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border: 1px solid #FFF;
  transition: .4s;
  -webkit-transition: .4s;
}
#finish .next form .entry:hover{
  color: #FFF;
  background: #000;;
}
#finish .next form input{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-appearance: none;
}

#finish .finish-text h3{
  font-size: 18px;
  padding-bottom: 20px;
}

#finish .note ul li{
  font-size: 12px;
}

@media only screen and (max-width: 980px){
  nav ul li a{
    font-size: 14px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px){
  header .headerText,
  .mainsection .inner,
  #campaign .inner{
    padding: 40px 30px;
  }
  .mainsection .inner h2{
    padding-bottom: 40px;
  }
  nav{
    height: 50px;
  }
  nav .spmenu{
    display: block;
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    top: 5px;
    cursor: pointer;
  }
  nav .spmenu:before,
  nav .spmenu:after,
  nav .spmenu span{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    top: 19px;
    left: 8px;
    background: #FFF;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
  }
  nav .spmenu span{
    opacity: 0;
  }
  nav .spmenu:before{
    top: 15px;
  }
  nav .spmenu:after{
    top: 23px;
  }
  nav.open .spmenu:before{
    top: 19px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav.open .spmenu:after{
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav ul{
    padding-top: 50px;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #273137;
  }
  nav.open ul{
    height: 305px;
    border-bottom: 1px solid #666;
  }
  nav ul li{
    display: block;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 15px 0;
    border-top: 1px solid #666;
  }
  nav ul li a{
    padding: 2px 8px;
    letter-spacing: 1px;
    font-size: 16px;
  }
}


@media only screen and (max-width: 640px){
  .spbr{
    display: block;
  }
  .spbr2{
    display: none;
  }
  header .headerText h1{
    font-size: 15px;
  }
  header .headerText,
  .mainsection .inner,
  #campaign .inner{
    padding: 40px 15px;
  }
  header .headerText p{
    font-size: 12px;
  }
  header .headerText p.lead.strong{
    font-size: 14px;
  }
  .mainsection .inner h2{
    padding-bottom: 40px;
  }
  #campaign p.lead{
    font-size: 14px;
  }
  #campaign .text{
    font-size: 12px;
  }
  #campaign .more span{
    width: 25px;
  }
  #campaign .inner h2{
    font-size: 18px;
    padding-bottom: 10px;
  }
  #campaign .list{
    margin: 0 -10px;
  }
  #campaign .list .item{
    padding: 0 10px;
  }
  #campaign dl{
    font-size: 12px;
  }
  #campaign dl dt{
    font-size: 14px;
    margin-top: 1em;
  }
  #form_field{
    padding: 20px;
  }
  #form_field form dl dt{
    font-size: 16px;
  }
  #form_field form dl dd input{
    font-size: 14px;
  }
  #notice h2{
    font-size: 16px;
    padding-bottom: 20px;
  }
  #notice p, #notice ul li{
    font-size: 11px;
  }
  #notice h3{
    font-size: 12px;
  }
  #finish{
    padding-top: 40px;
  }
}

@media only screen and (max-width: 480px){
    .spbr2{
        display: block;
    }
    #campaign .list .item{
        float: none;
        width: auto;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px){
    .spbr2{
        display: block;
    }
}