@charset "UTF-8";
/*xlab css*/
@import url("reset.css");
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #595959;
  background: #FFF;
  font-size: 1.6rem;
  line-height: 1.6;
  scroll-behavior: smooth; }

img {
  width: 100%;
  height: auto; }

a {
  transition: 1s;
  text-decoration: none; }

a:hover {
  opacity: 0.8; }

/*****************************

header

*****************************/
.header-contents {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }

@media only screen and (max-width: 750px) {
  .header-contents {
    width: 100%; } }
/*****************************

トップページ

*****************************/
.contents {
  max-width: 980px;
  margin: 4rem auto;
  text-align: center;
  padding-bottom: 2rem; }

.start-btn {
  margin: 2rem 5%; }

/* 点滅アニメーション */
.blinking {
  animation: blink 1s ease-in-out infinite alternate; }

@keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
h2 {
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 4rem; }

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
  width: 120px;
  height: 8px;
  content: '';
  border-radius: 3px;
  background: #004098; }

.map-wrap {
  margin: 0 2% 4rem 2%;
  padding-top: 1rem; }

.moreBtn {
  margin: 0 auto 4rem auto;
  text-align: center; }
  .moreBtn a {
    padding: 20px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #036E88;
    background: -webkit-linear-gradient(to right, #88508D, #036E88);
    background: linear-gradient(to right, #88508D, #036E88);
    color: #fff;
    line-height: 2;
    width: 300px;
    text-decoration: none;
    font-weight: 200; }
  .moreBtn a:hover {
    opacity: 0.8; }

.regu-wrap {
  padding: 3rem 2% 3rem 2%;
  display: flex;
  justify-content: space-around; }
  .regu-wrap .moreBtn {
    margin: 0 auto 4rem auto;
    text-align: center; }
    .regu-wrap .moreBtn a {
      padding: 20px 40px;
      border-radius: 40px;
      font-size: 18px;
      background: #036E88;
      background: -webkit-linear-gradient(to right, #88508D, #036E88);
      background: linear-gradient(to right, #88508D, #036E88);
      color: #fff;
      line-height: 2;
      text-decoration: none;
      font-weight: 200; }
    .regu-wrap .moreBtn a:hover {
      opacity: 0.8; }
  .regu-wrap .moreBtn2 {
    margin: 0 auto 4rem auto;
    text-align: center; }
    .regu-wrap .moreBtn2 a {
      padding: 20px 84px;
      border-radius: 40px;
      font-size: 18px;
      background: #036E88;
      background: -webkit-linear-gradient(to right, #88508D, #036E88);
      background: linear-gradient(to right, #88508D, #036E88);
      color: #fff;
      line-height: 2;
      text-decoration: none;
      font-weight: 200; }
    .regu-wrap .moreBtn2 a:hover {
      opacity: 0.8; }

.txt-wrap {
  margin: 0 2% 3rem 2%; }
  .txt-wrap p {
    font-weight: 700;
    font-size: 1.4rem; }

.txt-wrap2 {
  margin: 0 2% 3rem 2%;
  text-align: left; }
  .txt-wrap2 p {
    font-weight: 700;
    font-size: 1.4rem; }

.camera-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 2% 5rem 2%; }
  .camera-wrap .item {
    width: 46%; }

.howto-wrap {
  margin: 0 2% 4rem 2%; }
  .howto-wrap p {
    font-size: 1.7rem;
    text-align: left;
    font-weight: 600;
    border-bottom: dotted 2px #CCC;
    padding: 1% 0; }
  .howto-wrap .item-img {
    margin: 3rem 10% 0 10%; }
  .howto-wrap .result-wrap {
    display: flex;
    margin: 3rem 0% 0 0%;
    justify-content: center;
    flex-wrap: wrap; }
    .howto-wrap .result-wrap .item {
      width: 33%; }

h3 {
  background: #B5B5B5;
  padding: 10px;
  color: #FFF;
  text-align: left;
  font-weight: 300;
  margin-bottom: 2rem; }

.system-wrap {
  margin: 0 2% 4rem 2%;
  text-align: left; }
  .system-wrap p {
    font-size: 1.4rem;
    padding-bottom: 1rem; }

@media only screen and (max-width: 750px) {
  .contents {
    width: 96%;
    margin: 2rem 2%; }

  h2 {
    position: relative;
    padding: 5px;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 2rem; }

  h2:before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 40px);
    width: 80px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #004098; }

  .camera-wrap {
    margin: 0 2% 2rem 2%; }
    .camera-wrap .item {
      width: 100%;
      padding-bottom: 1rem; }

  .howto-wrap .result-wrap .item {
    width: 50%; }

  .regu-wrap {
    padding: 3rem 2% 1rem 2%;
    flex-wrap: wrap; } }
/* stamp action */
@keyframes scaleZoomin {
  0% {
    width: 400%;
    opacity: 0; }
  100% {
    width: 90%;
    opacity: 1; } }
/*

@keyframes kiran {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.to-link { position: relative; 
	.svBtn { position: absolute; top: 0; margin-top: 5%; margin-bottom: 5%; left: 7.3%; right: 7.3%; z-index: 100; overflow: hidden; }
	.svBtn::before { position: absolute; content: ''; display: inline-block; top: -180px; left: 0; width: 30px; height: 100%; background-color: #fff; animation: kiran 4s ease-in-out infinite;}
}


*/
/*****************************

アンケート

*****************************/
.question {
  margin: 5% 0; }
  .question h2 {
    font-size: 2.4rem;
    color: #FFF;
    padding: 10px;
    border-bottom: 3px solid #680012;
    background: #C30D23;
    margin-bottom: 20px; }
  .question h3 {
    font-size: 1.8rem;
    text-align: left;
    padding: 5px;
    border-bottom: 3px solid #333;
    margin-bottom: 10px; }
  .question p {
    padding: 10px 5px; }

input, select {
  font-size: 1.6rem; }

/*select*/
.form-select {
  position: relative;
  margin: 10px 0; }
  .form-select select {
    height: 40px;
    width: 100%;
    padding: 0 5px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
  .form-select select::-ms-expand {
    display: none; }
  .form-select select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #680012 inset; }

.form-select:before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none; }

/*radio*/
/* radio */
/* ---------------- */
.form-radio {
  text-align: left;
  padding: 5px; }
  .form-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px; }

.form-radio-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #666; }

.form-radio-name:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0; }

.form-radio input:checked + .form-radio-name:before {
  border: solid 2px #680012; }

.form-radio input:checked + .form-radio-name {
  color: #680012; }

.form-radio input:focus + .form-radio-name {
  color: #680012; }

.form-submit {
  margin: 20px auto 0;
  width: 280px; }
  .form-submit .form-submit {
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
  .form-submit .form-submit:hover {
    background-color: #C30D23; }
  .form-submit .form-submit:focus {
    outline: 0;
    background-color: #C30D23; }

/*****************************

footer メニュー

*****************************/
/*****************************

#footer 共通

*****************************/
#footer {
  margin: 0;
  background: #999; }
  #footer .copyrightArea {
    padding: 30px 5%;
    text-align: center;
    position: relative;
    z-index: 1; }
    #footer .copyrightArea p {
      font-size: 1.2rem;
      line-height: 2;
      letter-spacing: 1px;
      color: #FFF; }

/*****************************

マージン

*****************************/
.mt2 {
  margin-top: 2%; }

.mt5 {
  margin-top: 5%; }

/***************************************************

ローディング

****************************************************/
#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D9F3FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 9999; }

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 1rem;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-ani 1.1s infinite linear;
  animation: load-ani 1.1s infinite linear; }

@-webkit-keyframes load-ani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-ani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.completed {
  opacity: 0;
  visibility: hidden; }
