/* CSS Document */

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.kop_inner {
  width:1000px;
  margin: auto;
}
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
.fadein2 {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
}
.fadein3 {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


body {
  font-size: 18px;
  color: #131345;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}

img {max-width:100%;}
.kop_character img {max-height:362px;}
h2 {
  font-family: ryo-display-plusn, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}
h3 {
  margin-bottom: 30px;
  font-family: ryo-display-plusn, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}

ul li {
  list-style: none;
}

/* メインビジュアル */
.kop_main {
  background:url("../img/bg_main.png") center top no-repeat;
  box-sizing: border-box;
  text-align: center;
  min-width: 1000px;
  margin-bottom: 120px;
  padding-top:505px;
}
.kop_main ul {
  margin-top: 30px;
}
.kop_main ul li {
  width: 315px;
}
.kop_main ul li a {
  display:block;
  transition: .4s;
}
.kop_main ul li a:hover {
  opacity: .5;
}


/* 結果発表 */
.kop_result {
  text-align: center;
}
.kop_result .kop_inner{
  background-image: url("../img/bg_kira1.png"),url("../img/bg_kira2.png");
  background-repeat: no-repeat;
  background-position: left 40px, right 40px;
}
.kop_result h2 {
  font-size:50px;
  margin-bottom: 70px;
}
.kop_result h3 {
  background:url("../img/icon_1st.png") center top no-repeat;
  padding-top: 80px;
}
.kop_result h3:first-of-type {
  color:#C39000;
}
.line {
  display:block;
  margin: 160px auto 120px;
}
.kop_best {
  margin-bottom: 100px;
  font-size:30px;
  font-weight:bold;
}
.kop_best p {
  box-sizing: border-box;
  background: #CD8E00;
  display: inline-block;
  padding: 20px;
  margin-bottom: 20px;
}
.kop_character div {
  width: 302px;
  font-size:20px;
  font-weight:bold;
}
.kop_character div p {
  padding: 15px;
  box-sizing: border-box;
  background: #29285D;
  margin-bottom: 20px;
}

/* 概要 */
#kop_gaiyo {
  text-align: center;
  background:url("../img/bg_contest.png") center 20px no-repeat;
  padding-bottom: 140px;
  margin-bottom: 120px;
  min-width: 1000px;
}
#kop_gaiyo p {
  line-height: 2;
}
#kop_gaiyo span {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  margin-top: 10px;
}
#kop_gaiyo h2 {
  margin: 100px 0 30px;
}
.kop_gaiyo_box {
  margin: 80px 0;
}
.kop_gaiyo_box > div {
  width: 470px;
  background-image: url("../img/line2.png"), url("../img/line2.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  padding: 50px 0;
}

/* 開催店舗 */
#kop_shop h2 {
  text-align: center;
}
#kop_shop h3 {
  background: url("../img/line3.jpg") left center repeat-x;
  font-size: 24px;
  margin-top: 70px;
}
#kop_shop h3 span {
  display: inline-block;
  background: #FFF;
  padding-right: 30px;
}
#kop_shop ul li {
  margin:0 40px 20px 0;
  position: relative;
}
#kop_shop ul li a:before {
  position: absolute;
  content: "▼";
  left: 0;
}
#kop_shop ul li a {
  text-decoration: none;
  color: #131345;
  padding-left: 25px;
}

/* 店舗写真 */
#kop_picture {
  background:url("../img/bg_shop.png") center top no-repeat;
  text-align: center;
  padding: 240px 0 150px 0;
  min-width: 1000px;
}
#kop_picture h2 {
  margin-bottom: 0px;
}
#kop_picture h3 {
  margin-top: 80px;
  display: inline-block;
  position: relative;
}
#kop_picture h3:before {
  content:url("../img/line4.png");
  position: absolute;
  left: -220px;
  top: -7px;
}
#kop_picture h3:after {
  content:url("../img/line5.png");
  position: absolute;
  right: -220px;
  top: -7px;
}
#kop_picture ul li {
  width: 235px;
  margin:0 20px 30px 0;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
#kop_picture ul li:nth-child(4n) {
  margin-right: 0px;
}
#kop_picture ul li img {
  height:160px;
  /*display: block;*/
}
#kop_picture ul li a {
  margin-bottom: 10px;
  display: block;
  background: #AD8B00;
  padding: 10px;
  box-sizing: border-box;
  line-height: 0; 
}
#kop_picture ul li form div > input {
  width: 100%;
  margin: 6px 0 0;
  text-align: center;
  background: #fff;
  color: #AD8B00;
  border: 1px solid #AD8B00;
  cursor: pointer;
  padding: 6px;
  font-weight: bold;
  -webkit-appearance: none;
   border-radius: 0;
  transition: .4s;
}
#kop_picture ul li form div > input:hover {
  width: 100%;
  margin: 6px 0 0;
  text-align: center;
  background: #AD8B00;
  color: #FFF;
  border: 1px solid #AD8B00;
  cursor: pointer;
  padding: 6px;
  font-weight: bold;
  -webkit-appearance: none;
   border-radius: 0;
}

.copy {
  text-align: center;
  margin: 50px 0;
}


/* 遷移後の画面 */
.ok,
.no {
  text-align: center;
}
 br.pc {
    display: inherit;
  }
br.sp {
    display: none;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 5vw;
  }
  h3 {
    font-size: 5vw;
  }
  
  .kop_inner {
    width: 90%;
    margin: auto;
  }
  
  .kop_main {
    min-width: 100%;
    background-size: 110%;
    padding-top: 40vw;
    margin-bottom: 15vw;
  }
  .kop_main ul.kop_main_start {
    margin-bottom: 30vw;
  }
  .kop_main ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 3vw;
  }
  .kop_result .kop_inner {
    background-position: left 25vw, right 25vw;
    background-size: 40%;
  }
  .kop_result h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
  .kop_best {
    margin-bottom: 15vw;
  }
  .kop_best p {
    padding: 10px;
  }
  .kop_character div {
    width: 48%;
    margin-bottom: 5vw;
  }
  .kop_character div p {
    padding: 10px;
  }
  .line {
    margin: 20vw auto 50vw;
  }
  
  #kop_gaiyo {
    background-size: 100%, 100%, cover;
    min-width: 100%;
    background-image:  url("../img/bg_top.png"), url("../img/bg_bottom.png"), url("../img/bg_contest_sp.png");
    background-repeat: no-repeat;
    background-position: center top, center bottom, center top;
    margin-bottom: 20vw;
  }
  #kop_gaiyo h2 {
    margin: 0vw 0 10vw;
    color: #FFF;
  }
  .kop_gaiyo_box {
    margin: 10vw 0;
  }
  .kop_gaiyo_txt {
    text-align: left;
    color: #FFF;
  }
  .kop_gaiyo_logo {
    position: relative;
    top: -20vw;
    width: 40%;
    margin: auto;
  }
  .kop_gaiyo_box > div {
    margin:0 0 7vw 0;
    width: 100%;
  }
  .kop_gaiyo_box > div p,
  .kop_gaiyo_box > div span {
    text-align: left;
  }
  .kop_gaiyo_box > div span {
    display: inline;
  }
  #kop_shop h3 {
    font-size: 5vw;
    margin-top: 10vw;
  }
  #kop_shop ul li {
    font-size:12px;
    margin-right: 15px;
  }
  #kop_shop ul li a {
    padding-left: 15px;
  }
  
  
  #kop_picture {
    padding-bottom: 0;
    background-image:url("../img/bg_top.png"), url("../img/bg_shop_sp.png");
    background-repeat: no-repeat, repeat-y;
    background-size: 100%, cover;
    background-position: center top, center top;
    padding: 0 0 10vw;
    margin-top: 20vw;
    min-width: 100%;
  }
  #kop_picture h2 {
    margin-bottom: 0;
  }
  #kop_picture h3 {
    margin: 20vw 0 5vw;
  }
  #kop_picture ul {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #kop_picture ul li {
    width: 48%;
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  #kop_picture ul li img {
    margin: 0 auto 10px;
  }
  #kop_picture ul li form div > input {
    margin: 6px 0 10px;
  }
  .ebina {
    display: none;
  }
  #kop_picture h3:before,
  #kop_picture h3:after {
    content: none;
  }
  
  br.sp {
    display: inherit;
  }
 br.pc {
    display: none;
  }
  
}
