@charset "UTF-8";
body {
  max-width: 428px;
  margin: auto; }

a {
  color: #fff; }

input[type="submit"] {
  -webkit-appearance: none; }

h2 {
  margin: 20px 0;
  text-align: center;
  font-size: 18px; }

.t-center {
  text-align: center; }

.wrap {
  width: 94%;
  margin: auto;
  line-height: 1.6; }

.bgStamp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url("../img/bg_02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 428px;
  height: 400px; }

.logobox {
  position: relative;
  width: 100%; }
  .logobox img {
    width: 16vw;
    padding: 20px;
    max-width: 67px;
    height: auto; }

.ttlbox {
  text-align: center; }
  .ttlbox__logo {
    margin: -60px 0 0; }
    .ttlbox__logo img {
      width: 48vw;
      max-width: 166px;
      height: auto; }
  .ttlbox__ttl {
    margin: 10px 0; }
  .ttlbox__img img {
    width: 90%;
    max-width: 317px;
    height: auto; }
  .ttlbox__txt {
    font-weight: 600;
    margin: 14px 0;
    line-height: 1.6;
    letter-spacing: .1em; }
  .ttlbox__btn {
    padding: 0 0 20px; }

.end {
  position: relative; }
  .end:after {
    width: 80%;
    padding: 20px;
    content: 'スタンプラリーは終了しました。';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #A70D1B;
    font-weight: 600;
    border: solid 3px;
    font-size: 20px; }

.wrapbox {
  padding: 20px 0;
  color: #933c06; }

.intro p {
  margin: 20px 0;
  font-weight: 600; }
.intro__img {
  margin: 30px auto 0;
  width: 90%; }
  .intro__img img {
    width: 100%;
    height: auto; }

.method {
  padding: 20px 0; }
  .method p:first-child {
    margin: 0 0 10px;
    text-align: center;
    font-weight: 600; }
  .method p:nth-child(2) {
    font-size: 14px; }
  .method__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; }
    .method__box--img {
      width: 30%; }
      .method__box--img img {
        width: 100%;
        height: auto; }
    .method__box--txt {
      width: 70%; }
  .method__txtbox {
    padding: 0 0 10px; }
  .method .btn {
    width: 100px;
    margin: 10px auto 0;
    text-align: center;
    display: block; }

.application dl dt {
  padding: 8px 10px;
  background-color: #933c06;
  color: #fff;
  font-weight: 600;
  line-height: 1; }
.application dl dd {
  padding: 10px 0 20px; }
  .application dl dd p {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: .5em; }
    .application dl dd p span {
      padding: .5em 0 0 1em;
      display: block;
      font-size: 14px; }

.main {
  padding: 72px 0 0; }
  .main__logo {
    margin: 20px 0;
    text-align: center; }
  .main__stamp {
    background-color: rgba(0, 0, 0, 0.18); }
    .main__stamp--box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .main__stamp--box div {
        width: 50%;
        padding: 14px;
        box-sizing: border-box; }
        .main__stamp--box div:nth-child(2) {
          padding: 14px 14px 14px 0; }
        .main__stamp--box div img {
          width: 100%;
          height: auto; }
        .main__stamp--box div p:nth-child(2) {
          margin: 10px 0;
          font-size: 14px; }
        .main__stamp--box div a {
          font-size: 14px;
          color: #deb406; }
      .main__stamp--box:nth-child(even) {
        flex-direction: row-reverse; }
        .main__stamp--box:nth-child(even) div:nth-child(2) {
          padding: 14px 0 14px 14px; }
    .main__stamp--ttl {
      text-align: center;
      transform: scale(1.05);
      padding: 20px 0 0;
      overflow: hidden; }
      .main__stamp--ttl img {
        width: 100%;
        height: auto;
        opacity: 0;
        animation: .3s ease 0s forwards fadeInAnime2; }
    .main__stamp--img {
      width: 90%;
      margin: auto;
      padding: 0 0 10px;
      overflow: hidden;
      animation: .3s ease 1s infinite strongAnime alternate; }
      .main__stamp--img img {
        width: 100%;
        height: auto;
        opacity: 0;
        animation: .3s ease-in .5s forwards fadeInAnime; }
  .main__btn {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    line-height: 1; }

@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInAnime2 {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1.05);
    opacity: 1; } }
@keyframes strongAnime {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.01); } }
.stampdeco {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.formwrap {
  width: 80%;
  margin: auto; }
  .formwrap .btn {
    max-width: 200px;
    display: block;
    margin: 20px auto;
    text-align: center;
    box-sizing: border-box; }
  .formwrap__note {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.6; }
  .formwrap p {
    line-height: 1.6; }

.strong {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0; }

.caution {
  display: block;
  margin: 10px 0 0;
  padding: 5px;
  line-height: 1.4;
  border: solid 1px;
  font-weight: normal;
  font-size: 16px;
  font-feature-settings: 'palt'; }
  .caution a {
    color: #deb406; }

form {
  /* inputは非表示にする */
  /* □ */
  /* ✓ */
  /* チェックが入ったときの□ */
  /* チェックが入ったときの✓ */ }
  form input {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    color: #494D52; }
  form input[type="submit"] {
    max-width: 200px;
    display: block;
    margin: auto;
    background-color: #deb406;
    color: #933c06;
    line-height: 1; }
  form .checkbox {
    display: block;
    position: relative;
    margin: 1em 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    /* テキストの選択を防ぐ */ }
  form .checkbox input {
    display: none; }
  form .checkbox p {
    line-height: 20px; }
  form .checkmark {
    position: absolute;
    top: 0;
    /* 上からの位置 */
    left: 0;
    height: 20px;
    /* 大きさ */
    width: 20px;
    /* 大きさ */
    border: solid 2px #fff;
    /* 線 */
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff; }
  form .checkmark:after {
    content: "";
    position: absolute;
    left: 4px;
    /* チェックの位置 */
    top: 1px;
    /* チェックの位置 */
    width: 6px;
    /* チェックの大きさ */
    height: 10px;
    /* チェックの大きさ */
    border: solid #933c06;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    /* 透明にしておく */ }
  form .checkbox input:checked + .checkmark {
    background: #deb406;
    /* チェック時の色 */
    border-color: #deb406;
    /* チェック時の色 */ }
  form .checkbox input:checked + .checkmark:after {
    opacity: 1;
    /* 透明を解除 */ }
  form input::placeholder {
    color: #BFC4CB; }

.repass {
  margin: 20px 0; }
  .repass a {
    color: #deb406; }

.registration {
  padding: 20px 0;
  border-top: solid 1px #fff; }
  .registration p {
    margin: 0 0 10px;
    font-weight: 600; }
  .registration .btn {
    color: #fff;
    border: solid 2px #fff; }

.rule {
  background-color: #fff;
  color: #494D52;
  padding: 10px;
  overflow: scroll;
  border-radius: 5px;
  height: 220px;
  line-height: 1.4; }
  .rule a {
    color: #933c06; }
  .rule li {
    margin: 10px 0;
    font-weight: 600;
    list-style: auto;
    list-style-position: inside; }
  .rule p {
    margin: 10px 0 0;
    font-weight: normal; }

.list li {
  margin: 10px 0;
  font-weight: 600;
  list-style: auto;
  list-style-position: inside; }
.list p {
  margin: 10px 0 0;
  font-weight: normal; }

.present {
  text-align: center; }
  .present__ttl {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 600; }
  .present__caption {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600; }
  .present .btn {
    margin: 10px auto 30px;
    text-align: center;
    min-width: 200px;
    line-height: 1; }
  .present img {
    width: 80%;
    height: auto;
    margin: auto; }

.applicationarea {
  font-weight: 600;
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  border: solid 2px #deb406;
  border-radius: 5px; }
  .applicationarea .btn {
    margin: 10px 0 0; }
  .applicationarea p {
    line-height: 1.6; }

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 14px; }
  .tabs__ttl {
    display: flex; }

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 4);
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  color: #933c06;
  display: block;
  float: left;
  background-color: #f4e4b1;
  font-feature-settings: 'palt'; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px;
  clear: both;
  overflow: hidden;
  color: #434345; }

/*選択されているタブのコンテンツのみを表示*/
#hokkaido:checked ~ #hokkaido_content,
#tohoku:checked ~ #tohoku_content,
#kanto:checked ~ #kanto_content,
#chubu:checked ~ #chubu_content,
#kinki:checked ~ #kinki_content,
#chugoku-shikoku:checked ~ #chugoku-shikoku_content,
#kyushu:checked ~ #kyushu_content,
#map:checked ~ #map_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #deb406;
  color: #933c06; }

.arealist__ttl {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600; }
.arealist__wrap--btn {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: rgba(222, 180, 6, 0.1);
  color: #933c06;
  font-weight: 600; }
  .arealist__wrap--btn p:last-child {
    margin: 0 0 0 20px; }
    .arealist__wrap--btn p:last-child:after {
      margin: 0 .5rem 0 0;
      transition-duration: .2s;
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      transform: rotate(135deg);
      border-top: solid 1px #933c06;
      border-right: solid 1px #933c06; }
.arealist__wrap--contents {
  display: none; }
.arealist__wrap ul li {
  padding: 10px;
  border-top: solid 1px #f4e4b1; }
  .arealist__wrap ul li p:first-child {
    font-weight: 600;
    color: #933c06; }

.active-btn p:last-child:after {
  transform: rotate(-45deg); }

.popup {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f4e4b1;
  color: #933c06; }

/*infoエリアをはじめは非表示*/
#info {
  display: none; }

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 600px; }

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc; }

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666; }
