@charset "UTF-8";
@media (max-width: 1024px) {
  .pc_only {
    display: block !important;
  }
}
@media (max-width: 680px) {
  .pc_only {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
}
@media (max-width: 420px) {
  .sp_only {
    display: block !important;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h2 img {
  max-width: 340px;
}
@media (max-width: 420px) {
  h2 img {
    max-width: 280px;
  }
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #f6f5d6;
  margin: auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #775d07;
}

img {
  width: 100%;
  backface-visibility: hidden;
}

section {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding: 50px 10px;
}
section#mv {
  padding: 30px 10px;
}

a {
  text-decoration: underline;
  color: #27aebb;
}

a:hover {
  opacity: 0.8;
}

button {
  display: block;
  margin: 10px auto;
  padding: 10px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  width: 98%;
  border-radius: 5px;
  text-align: center;
}

header h1 {
  display: none;
}

.mt50 {
  margin-top: 50px;
}

/* ヒーローイメージ　*/
#mv {
  background: url(../img/deco.png), #f9f9ae;
  background-repeat: no-repeat, repeat;
  background-position: top center;
}
@media (max-width: 420px) {
  #mv {
    background-size: 100%;
  }
}

.mv {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
}
@media (max-width: 420px) {
  .mv {
    margin: 0 auto;
  }
}
.mv img {
  margin: 50px auto;
}
@media (max-width: 420px) {
  .mv img {
    margin: 0 auto;
  }
}
.mv_subtxt {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ff7a33;
}
@media (max-width: 420px) {
  .mv_subtxt {
    font-size: 1.7rem;
  }
}
.mv_subtxt span {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .mv_subtxt span {
    font-size: 1.1rem;
    margin: 10px auto;
  }
}
.mv_lead {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}
.mv_lead img {
  margin: 0 auto 30px;
}
.mv_lead p {
  padding: 10px 0 30px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.mv_lead p.larger {
  font-size: 1.8rem;
}
@media (max-width: 420px) {
  .mv_lead p.larger {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  .mv_lead p {
    padding: 10px 10px 20px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.hirameki {
  width: 98%;
  margin: 20px auto 0;
}
.hirameki img {
  mix-blend-mode: multiply;
  max-width: 600px;
}

/* ストーリー　*/
#story {
  background: url(../img/chara01.png), url(../img/deco02.png);
  background-repeat: no-repeat, repeat;
  background-position: 80% bottom, center;
  background-size: 200px, 100%;
  font-weight: 700;
}
@media (max-width: 420px) {
  #story {
    background: none;
  }
}

.story {
  padding: 30px 10px;
}
.story_txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.story_txt span {
  font-size: 1.9rem;
  font-weight: 700;
  display: block;
  margin: 20px auto;
}
@media (max-width: 420px) {
  .story_txt {
    font-size: 1.3rem;
  }
}
.story_txt_red {
  font-size: 2rem;
  color: #f61401;
  font-weight: 900;
}
@media (max-width: 420px) {
  .story_txt_red {
    font-size: 1.6rem;
  }
}
.story_fuki {
  font-size: 1.8rem;
  color: #f61401;
  font-weight: bold;
}
@media (max-width: 420px) {
  .story_fuki {
    font-size: 1.6rem;
  }
}
.story_icon img {
  max-width: 200px;
  margin: 20px auto;
}
@media (max-width: 420px) {
  .story_icon img {
    max-width: 150px;
  }
}

/* howto　*/
.howtoList {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
}
.howtoList_item {
  background: #f6749f;
  border-radius: 20px;
  margin: 30px 20px;
  padding: 20px 20px 20px 50px;
  position: relative;
  text-align: left;
  color: #fff;
}
@media (max-width: 420px) {
  .howtoList_item {
    margin: 30px 10px 30px 50px;
    padding: 20px 10px 20px 30px;
  }
}
.howtoList_item_num {
  width: 60px;
  position: absolute;
  top: -5px;
  left: -50px;
}
.howtoList_item h4 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.5;
}
.howtoList_item p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.howtoIconList {
  width: 98%;
  max-width: 940px;
  margin: 30px auto;
  display: flex;
}
@media (max-width: 420px) {
  .howtoIconList {
    flex-wrap: wrap;
  }
}
.howtoIconList_item {
  width: 23%;
  margin: 1%;
}
@media (max-width: 420px) {
  .howtoIconList_item {
    width: 48%;
  }
}

.howtoFlex {
  width: 100%;
  display: flex;
}
.howtoFlex_img03 img {
  width: 130px;
}
@media (max-width: 420px) {
  .howtoFlex {
    flex-direction: column;
  }
  .howtoFlex_img {
    text-align: center;
  }
  .howtoFlex_img01 img {
    width: 120px;
  }
  .howtoFlex_img02 img {
    width: 140px;
  }
  .howtoFlex_img04 img {
    width: 120px;
  }
}

.howtoAttList {
  width: 96%;
  max-width: 900px;
  margin: 10px auto;
  text-align: left;
}
.howtoAttList li {
  margin: 10px;
  line-height: 1.4;
  list-style-type: disc;
}

/* term　期間 */
.kikan {
  color: #f6749f;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 30px auto;
}

.term_att {
  width: 96%;
  max-width: 800px;
  margin: 10px auto;
  text-align: left;
}
.term_att li {
  margin: 10px;
  line-height: 1.4;
  list-style-type: disc;
}

/* パスワードつきリンク */
#goto_omake {
  width: 98%;
  margin: 0 auto;
}
#goto_omake img {
  width: 100%;
  max-width: 600px;
  border: 3px solid #e2d06e;
}

/* 注意事項 */
.attList {
  width: 98%;
  max-width: 900px;
  margin: 50px auto;
  text-align: left;
}
.attList h4 {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px dashed #ff7a33;
}
.attList li {
  margin: 7px;
}
.attList li p {
  padding: 10px;
  line-height: 1.4;
}

/* 主催 */
#sponsor h3 {
  padding: 50px 10px 20px;
}

/* フッター */
footer {
  background: #775d07;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  font-size: 1rem;
}

.sponsor_logo img {
  max-width: 280px;
  margin: 0 auto 10px;
  mix-blend-mode: multiply;
}

/* ナゾエリア */
#nazo {
  background: url(../img/chara02.png), #f8de99;
  background-repeat: no-repeat, repeat;
  background-position: 5% bottom, center;
  background-size: 110px, 100%;
  padding: 80px auto;
}
@media (max-width: 420px) {
  #nazo {
    background: #f8de99;
  }
}

.nazo_area_ttl, .omake_nazo_ttl {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  padding: 20px 30px;
  background: #f6749f;
  border-radius: 10px;
  text-align: center;
}
.nazo_area_ttl img, .omake_nazo_ttl img {
  max-width: 400px;
}

.nazoBlock {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 20px;
  padding: 30px 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  position: relative;
}
@media (max-width: 420px) {
  .nazoBlock {
    width: 98%;
  }
}
.nazoBlock_ttl {
  position: absolute;
  top: -70px;
  left: 0;
}
.nazoBlock_ttl_center {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
}

.nazoList {
  width: 90%;
  margin: 120px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 420px) {
  .nazoList {
    width: 98%;
  }
}
.nazoList li {
  width: 48%;
  margin: 20px 1%;
}
@media (max-width: 420px) {
  .nazoList li {
    width: 98%;
  }
}
.nazoList_step2 {
  margin: 180px auto 0;
}
@media (max-width: 420px) {
  .nazoList_step2 {
    margin: 80px auto 0;
  }
}
.nazoList_shain {
  margin: 80px auto 0;
}
@media (max-width: 420px) {
  .nazoList_shain {
    margin: 50px auto 0;
  }
}
.nazoList_step3 {
  margin: 80px 0 0 0;
}
.nazoList_omake {
  width: 93%;
  margin: 100px 0 0 7%;
}
@media (max-width: 420px) {
  .nazoList_omake {
    margin: 50px 0 0 7%;
  }
}
.nazoList_omake li {
  width: 30%;
  margin: 20px 1%;
}
@media (max-width: 420px) {
  .nazoList_omake li {
    width: 98%;
  }
}

.nazoList_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nazoList_item_img {
  width: 40%;
  margin-right: 14px;
}
.nazoList_item_btns {
  width: 40%;
}
.nazoList_item_btns button {
  width: 180px;
  cursor: pointer;
}
.nazoList_item_btns button:hover {
  opacity: 0.8;
}
@media (max-width: 420px) {
  .nazoList_item_btns button {
    width: 140px;
  }
}

@media (max-width: 420px) {
  .nazoList_omake_item {
    display: flex;
  }
}

.step1 {
  background: #8fb86e;
  color: #fff;
  border: none;
}

.step2 {
  background: #3d62a6;
  color: #fff;
  border: none;
}

.step3 {
  background: #f8c184;
  color: #fff;
  border: none;
}
.step3_icon {
  width: 90px;
}

.c_nazo {
  background: #43b4ed;
  color: #fff;
  border: none;
  width: 180px;
}

.omake_nazo {
  background: #c54540;
  color: #fff;
  border: none;
  width: 180px;
}

.omake_nazo_no-hint {
  background: #999;
  color: #fff;
  border: none;
  width: 180px;
}

/* modal基本 ////////////////////*/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-container {
  text-align: center;
}

.modal-container p {
  padding: 20px;
  font-size: 2rem;
}
@media (max-width: 420px) {
  .modal-container p {
    padding: 20px 7px;
    font-size: 1.4rem;
  }
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-content {
  background: #fff;
  overflow-y: auto;
  padding: 20px 25px;
  width: 90%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 600px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal-close {
  color: #f6749f;
  text-decoration: none;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  padding: 0 8px;
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #FFF;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* modal ヒント　////////////////////*/
.modal-content_hint {
  background: #fcf2d6;
}

.hint {
  text-align: center;
}
.hint_icon {
  max-width: 180px;
  margin: 20px auto;
}
.hint_icon_step3 {
  max-width: 100px;
}
.hint_img {
  width: 100%;
  margin: 10px auto 20px;
}
.hint_step01_01 {
  max-width: 215px;
}
.hint_step01_03 {
  max-width: 400px;
}
.hint_shain_01 {
  max-width: 400px;
}
.hint_step03_04 {
  max-width: 350px;
}

/* modal answer　////////////////////*/
.modal-content_ans {
  background: #f8de99;
}

.ans {
  text-align: center;
}
.ans_icon {
  max-width: 180px;
  margin: 20px auto;
}
.ans_icon_step3 {
  max-width: 100px;
}
.ans_icon_omake {
  max-width: 100px;
}
.ans_icon02 {
  display: block;
  width: 80px;
  height: 80px;
  background: #f6749f;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 15px 5px;
  margin: 15px auto;
}
.ans_icon02 span.large {
  font-size: 25px;
}
.ans_real {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 70px;
}
.ans_img {
  width: 100%;
  margin: 10px auto 20px;
  max-width: 500px;
}
.ans_step01_01 {
  max-width: 500px;
}
.ans_step01_03 {
  max-width: 400px;
}
.ans_shain_01 {
  max-width: 400px;
}
.ans_step03_04 {
  max-width: 350px;
}

.sm_img {
  max-width: 300px;
}

/* おまけナゾ*/
#omake {
  background: url(../img/deco02.png);
  background-repeat: repeat;
}

.omake_nazo_ttl img {
  max-width: 254px;
}

.omake_nazo_img {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 10px;
}
.omake_nazo_img img {
  border: 3px solid #888;
}/*# sourceMappingURL=styles.css.map */