@charset "utf-8";

section {
  margin-bottom: 3%;
}

body#entryPage {
    background-color: #ebebeb;
}
body#policyPage {
    background-color: #ebebeb;
}
body#rulePage {
  background-color: #ccebff;
}
body#prizePage {
  background-color: #ffecde;
}

img {
  border-radius: 10px;
}

.innerBlock {
  max-width: 1200px;
  width: 94%;
  border-radius: 30px;
  margin: 0 auto 150px;
  padding: 60px 70px 100px;
  box-sizing: border-box;
  background-color: #fff;
}

.c_heading {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-size: 70px;
  position: relative;
  z-index: 2;
  letter-spacing: 10px;
}
.s_heading {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-left: 5px;
}



#mainImg {
  border-radius: 10px;
  box-shadow: 7px 11px 4px #cfcfcf;
  margin-bottom: 25px;
}

#heading {
  padding: 60px 0 50px;
  text-align: center;
}

#heading .s_heading {
  display: block;
  margin-left: 0;
  margin-top: 25px;
}

main #contents h2 {
  position: relative;
  margin: 40px 0 10px;
  line-height: 1.5;
  font-size: 36px;
  z-index: 1;
  letter-spacing: 1px;
}
main #contents h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cfcfcf;
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: -1;
}
main #contents h2 span {
  background: #fff;
  padding-right: 2%;
}

main #contents p {
  font-size: 18px;
  padding-left: 1em;
  margin-top: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
}
main #contents .strong {
  font-weight: bold;
  font-size: 24px;
}

main #contents ul {
  margin-top: 15px;
}

main #contents ul li,
main #contents ol li {
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 2em;
}

.subImg {
    width: 50%;
    margin: 50px auto;
    text-align: center;
    display: block;
}

#googleMap {
  margin-top: 30px;
  height: 500px;
}

#ngParts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
#ngParts li {
  padding-left: 0 !important;
  text-indent: 0 !important;
  width: 32%;
}

#wayinOk {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
#wayinOk li {
  padding-left: 0 !important;
  text-indent: 0 !important;
  width: 48%;
}
#wayinNg {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
#wayinNg li {
  width: 48%;
  padding: 0 !important;
  text-indent: 0 !important;
}

#resultAll {
  background-color: #C3C6FF;
}
#resultAll #result_scrollBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}
#resultAll #result_scrollBox li {
  padding-left: 0;
  width: 22%;
  border: 1px solid #222222;
  position: relative;
  margin-top: 30px;
  margin-right: 29px;
  border-radius: 16px;
}

#resultAll #result_scrollBox li.active {
  display: block !important;
}
#resultAll #result_scrollBox li.hidden {
  display: none;
}

#resultAll #result_scrollBox li .sizeBox{
  border: 1px solid #222;
  border-radius: 15px;
  transition: all 0.2s;
}
#resultAll #result_scrollBox li:hover .sizeBox {
  background-color: #252525;
  color: #ffffff;
}
#resultAll #result_scrollBox li img{
  margin-top: 20px;
}
#resultAll #result_scrollBox li:hover img {
  transform: scale(1.05);
  opacity: 1;
}
#resultAll #result_scrollBox li:last-child {
  display: none;
}
/* #resultAll #result_scrollBox li:nth-child(4n) {
  margin-right: 0;
} */
#resultAll #result_scrollBox li a {
  color: #222222;
  padding: 12px 16px 34px;
  display: block;
}
#resultAll #result_scrollBox li a {
  opacity: 1;
}
#resultAll #result_scrollBox li .sizeBox, #resultAll #result_scrollBox li .lure {
  text-align: center;
}
#resultAll #result_scrollBox li .lure {
  margin-top: 6px;
  text-decoration: underline;
}
#resultAll #result_scrollBox li p{
  padding-left: 0;
  text-indent: 0;
  margin-top: 0;
  font-size: 16px;
}
#resultAll #result_scrollBox li a .tweet {
  height: 76px;
  overflow: hidden;
}
#resultAll #result_scrollBox li h4 {
  text-indent: 0;
}
#resultAll #result_scrollBox li .date {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#resultAll #lureList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

#resultAll #lureList li {
  font-size: 12px;
  text-indent: 0;
  padding: 0px 10px;
  box-sizing: border-box;
  border: 1px solid #222;
  margin-left: 10px;
  transition: all 0.4s;
  display: flex;
  border-radius: 6px;
}
#resultAll #lureList li h4 {
  font-weight: normal;
}
#resultAll #lureList li.active {
  color: #ffffff;
  background-color: #222;
}
#resultAll #lureList li:hover {
  color: #ffffff;
  background-color: #222;
  cursor: pointer;
}
#resultAll #lureList li:hover .lureCountBox {
border-color: #fff;
}
#resultAll #lureList li.active .lureCountBox {
  border-color: #fff;
}
#resultAll #lureList .lureCountBox {
  font-size: 12px;
  padding-left: 0;
  text-align: center;
  margin: 0;
  font-weight: bold;
}



@media (max-width: 959px) {
}

@media (max-width: 750px) {
  #heading {
    padding: 6vw 0 8vw;
  }

  #heading .s_heading {
    margin-top: 4vw;
  }

  .innerBlock {
    padding: 8vw 4vw;
    margin: 0 auto 15vw;
    border-radius: 4vw;
  }

  main #contents p {
    font-size: 4vw;
    margin-top: 2vw;
  }
  main #contents h2 {
    display: block;
    font-size: 6vw;
    margin: 6vw 0 5vw;
  }
  main #contents h2:before {
    width: 100%;
    height: 1px;
    bottom: -2vw;
    left: 0;
  }
  main #contents ul li,
  main #contents ol li {
    font-size: 4vw;
    margin-top: 2vw;
  }


  .c_heading {
    font-size: 10vw;
  }
  .s_heading {
    font-size: 3vw;
    margin-left: 1vw;
  }


  #resultAll #result_scrollBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
  }

  #resultAll #result_scrollBox li {
    width: 48%;
    margin-top: 6vw;
    margin-right: 0;
  }
  #resultAll #result_scrollBox li .sizeBox {
    font-size: 4vw;
  }
  #resultAll #result_scrollBox li .lure {
    font-size: 4vw;
    margin-top: 1vw;
  }
  #resultAll #result_scrollBox li img {
    margin-top: 3vw;
  }
  #resultAll #result_scrollBox li a .tweet {
    font-size: 3.4vw;
    height: 4.6em;
  }

  #resultAll #result_scrollBox li a {
    padding: 3vw ​3vw 5vw;
  }

  #resultAll #result_scrollBox li .date {
    font-size: 3vw;
    bottom: 2vw;
    right: 3vw;
  }






}



