@charset "UTF-8";
/* ========================================

○○○○スタンプラリー

=========================================*/
/* ================================================
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
Changed from CSS to SCSS 
================================================ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: -apple-system, tbudgothic-std, "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-touch-callout: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Add Reset Code */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-size: 16px;
  position: relative;
  color: #333333;
  font-family: -apple-system, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
  background-color: #f6ebab3d;

}
@media only screen and (max-width: 480px) {
  body {
    background-color: #fff !important;
  }
}


@media all and (-ms-high-contrast: none) {
  body {
    text-shadow: none;
  }
}
img {
  max-width: 100%;
}

p {
  overflow-wrap: break-word;
}

form textarea,
form input,
form select {
  font-size: 16px; /* iOSで文字入力時に拡大されるのを防ぐため */
}

.clearfix::after {
  content: "";
  display: block; /* ブロック要素にする */
  clear: both; /* floatを解除 */
}

.menu {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #046535;
  padding-top: 5px;
  z-index: 3;
  max-width: 735px;
}

.menu .menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 95%;
  max-width: 100%;
}

.menu .menu-list li {
  flex-basis: 25%;
  max-width: 25%;
}

.menu .menu-list li a {
  display: block;
  text-align: center;
}

.menu .menu-list li a img {
  width: 70.5px;
}

.section-top {
  margin-top: 30px;
}

.section-top .logo-top {
  background: url(./img/logo-top.svg) no-repeat center;
  background-size: contain;
  width: 90%;
  height: 167px;
  margin: auto;
  margin-top: 50px;
}

.section-top .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 95%;
  margin-top: 10px;
  margin-bottom: 12px;
  max-width: 90%;
}

.section-top .bottom .time-placement {
  flex-basis: 35%;
  max-width: 35%;
  position: relative;
}

.section-top .bottom .time-placement .date-data {
  background: url(../img/date-data.svg) no-repeat center;
  width: 100%;
  height: 87px;
  position: absolute;
  background-size: contain;
  top: 0px;
  right: 0;
}

.section-top .bottom .time-placement .time-data {
  background: url(../img/time-data.svg) no-repeat center;
  width: 65%;
  height: 95px;
  position: absolute;
  top: 19px;
  right: 0;
}

.section-top .bottom .catch-phrase {
  flex-basis: 60%;
  max-width: 60%;
  background: url(../img/catchphrase.svg) no-repeat center;
  width: 100%;
  height: 63px;
  margin-top: 10px;
}

.stamp-placement {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}
.stamp-placement .title {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin-bottom: 20px;
  position: absolute;
  top: 4.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  max-width: 80%;
  z-index: 1;
  font-size: 3.5vw;
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}
@media (min-width: 735px) {
  .stamp-placement .title {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 27px;
  }
}

.stamp-placement-desc {
  text-align: right;
  padding-right: 5%;
}
.stamp-placement-desc .asset {
  display: inline-block;
  width: 6%;
}
.stamp-placement-desc span {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4svw;
}
@media (min-width: 735px) {
  .stamp-placement-desc span {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 27px;
  }
}

.midashi-box {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.midashi-box img {
  width: 100%;
}
.midashi-box h2 {
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  max-width: 90%;
  color: white;
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}
.midashi-box h2 .step {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6svw;
}
@media (min-width: 735px) {
  .midashi-box h2 .step {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 36px;
  }
}
.midashi-box h2 .number {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8svw;
  margin-left: 1%;
}
@media (min-width: 735px) {
  .midashi-box h2 .number {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 57px;
  }
}
.midashi-box h2 .title {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5svw;
  margin-left: 2%;
}
@media (min-width: 735px) {
  .midashi-box h2 .title {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 43px;
  }
}

.present-midashi-box {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.present-midashi-box img {
  width: 23svw;
}
@media (min-width: 735px) {
  .present-midashi-box img {
    /* 画面サイズが735px以上の場合の設定 */
    width: 133px;
  }
}
.present-midashi-box h2 {
  display: flex;
  align-items: center;
  width: 100%;
  color: #699b50;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.present-midashi-box h2 .step {
  font-size: 6svw;
}
@media (min-width: 735px) {
  .present-midashi-box h2 .step {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 46px;
  }
}
.present-midashi-box h2 .number {
  font-size: 9svw;
  /* margin-left: 1%; */
}
@media (min-width: 735px) {
  .present-midashi-box h2 .number {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 57px;
  }
}
.present-midashi-box h2 .title {
  font-size: 7.5svw;
}
@media (min-width: 735px) {
  .present-midashi-box h2 .title {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 58px;
  }
}

.present-box {
  max-width: 95%;
  margin: 0 auto;
}
.present-box .text-align-center{
  text-align: center;
}
.present-box .sub-title {
  font-size: 5svw;
  text-align: center;
  margin-bottom: 5%;
  font-weight: bold;
  margin-top: 3%;
}
@media (min-width: 735px) {
  .present-box .sub-title {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 36px;
  }
}
.present-box .place {
  text-align: center;
  display: block;
  margin-bottom: 4%;
  color: rgb(105, 155, 80);
  font-size: 4svw;
}
@media (min-width: 735px) {
  .present-box .place {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 27px;
  }
}
.present-box img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.present-box .desc {
  font-size: 4svw;
  text-align: center;
  font-weight: bold;
  margin-top: 5%;
  margin-bottom: 9%;
}
@media (min-width: 735px) {
  .present-box .desc {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 27px;
  }
}
.present-box .note {
  font-size: 3.5svw;
  margin-bottom: 9%;
  width: 79%;
  margin: 0 auto;
  margin-bottom: 9%;
}
.present-box .note span {
  position: relative;
  display: block;
  padding-left: 7%;
  line-height: 1.4;
  margin-bottom: 2%;
}
.present-box .note span:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 735px) {
  .present-box .note {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 27px;
  }
}
.present-box .more-info {
  text-align: center;
  font-size: 4svw;
  margin-top: 5%;
  font-weight: bold;
}
@media (min-width: 735px) {
  .present-box .more-info {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 27px;
  }
}
.present-box .btn-exchange {
  font-size: 5svw;
  background-color: #006837;
  color: white;
  padding: 5% 2%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  text-decoration: none;
  /*グレースケール*/
  filter: grayscale(100%);
  cursor: not-allowed;
  opacity: 0.4;
}
.present-box .btn-exchange.active {
  filter: grayscale(0%);
  cursor: pointer;
  opacity: 1;
}
.present-box .btn-exchange.cancel {
  filter: grayscale(0%);
  cursor: pointer;
  opacity: 1;
  color: #006837;
  background-color: #ffffff;
  border: 2px solid #006837;
}
@media (min-width: 735px) {
  .present-box .btn-exchange {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 36px;
  }
}

.ttl-section {
  width: 90%;
  height: 47px;
  margin: auto;
}

.stamp-points {
  position: relative;
  margin-bottom: 10%;
}

.stamp-points .ttl-section {
  background: url(../img/ttl-stamp-points.svg) no-repeat center;
}

.stamp-points .rally-points {
  margin: 0 auto;
  width: 100%;
  max-width: 90%;
}

.stamp-points .rally-points .rally {
  margin-bottom: 16px;
}

.stamp-points .rally-points .rally.hidden {
  display: none;
}

.stamp-points .rally-points .rally {
  position: relative;
  margin-bottom: 5%;
}
.stamp-points .rally-points .rally .fukidashi {
  position: absolute;
  top: -36%;
  right: 4%;
  margin: 0 auto;
  display: block;
  width: 30%;
}
.stamp-points .rally-points .rally .fukidashi span {
  color: white;
  text-shadow: 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a, 0 0 2px #de000a;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 11%;
  right: 10%;
  text-align: center;
  font-size: 3.3svw;
}
@media (min-width: 735px) {
  .stamp-points .rally-points .rally .fukidashi span {
    /* 画面サイズが735px以上の場合の設定 */
    font-size: 27px;
  }
}
.stamp-points .rally-points .rally a {
  text-decoration: none;
  color: inherit;
  display: flex;
  background-color: #f6ebab;
  box-shadow: 0px 1svw 0 #e7bb59;
  border-radius: 20px;
  padding: 3% 4%;
  align-items: center;
  color: #2c4a26;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6svw;
  line-height: 1.3;
}
.stamp-points .rally-points .rally a .icon {
  display: inline-block;
  width: 10svw;
  margin-right: 3%;
}
.stamp-points .rally-points .rally.stamp-8 a {
  font-size: 4.8svw;
}
.stamp-points .rally-points .rally.stamp-9 a {
  font-size: 4.7svw;
}
.stamp-points .rally-points .rally.stamp-7 a, .stamp-points .rally-points .rally.stamp-8 a, .stamp-points .rally-points .rally.stamp-9 a {
  color: #59401c;
}
.stamp-points .rally-points .rally.clear {
  /*グレースケール*/
  filter: grayscale(100%);
}
.stamp-points .rally-points .rally.clear .fukidashi {
  display: none;
}
@media (min-width: 735px) {
  .stamp-points .rally-points .rally {
    /* 画面サイズが735px以上の場合の設定 */
  }
  .stamp-points .rally-points .rally a {
    font-size: 42px;
  }
  .stamp-points .rally-points .rally a .icon {
    width: 60px;
  }
  .stamp-points .rally-points .rally.stamp-7 a, .stamp-points .rally-points .rally.stamp-8 a, .stamp-points .rally-points .rally.stamp-9 a {
    font-size: 36px;
  }
}

.stamp-points .questionnaire {
  margin: 32px auto;
  text-align: center;
}

.stamp-points .questionnaire img {
  width: 30%;
}

.stamp-points .questionnaire p {
  color: #910782;
  font-size: 12px;
}

.stamp-points .read-more-button {
  cursor: pointer;
  width: 100%;
  background-color: white;
  margin: 0 auto;
  height: 120px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 95%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%);
}

.read-more-text {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #575757;
  animation: poyopoyo 1.5s infinite;
}

.read-more-text::before {
  content: "▼";
  position: absolute;
  right: 0;
  bottom: -24px;
  font-size: 20px;
  margin: 0 auto;
  width: 100%;
  transform: scaleY(0.4);
}

@keyframes poyopoyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.section-map {
  margin-top: 30px;
}

.section-map .ttl-section {
  background: url(../img/ttl-map.svg) no-repeat center;
}

.section-map .map-image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.section-map .map-image img {
  width: 70%;
}

.section-map .list-map {
  max-width: 90%;
  margin: auto;
  margin-top: 30px;
  list-style: none;
  padding-left: 1rem;
  counter-reset: circle-counter;
}

.section-map .list-map li {
  padding-bottom: 10px;
  counter-increment: circle-counter;
  margin-bottom: 0.25rem;
  padding-left: 1.2rem;
}

.section-map .list-map li:before {
  content: counter(circle-counter);
  background-color: #f107ba;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
  position: relative;
  top: 0px;
  float: left;
  margin-left: -1.9rem;
}

.section-map .list-map li:last-child {
  margin-bottom: 0;
}

.section-map .list-map li .title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.section-map .list-map li .link a {
  color: white;
  text-decoration: none;
}

.section-map .list-map li .link .btn-map {
  border-radius: 8px;
  padding: 3px 8px;
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 5px;
}

.section-map .list-map li .link .btn-map.map {
  background-color: #d286e8;
}

.section-map .list-map li .link .btn-map.place {
  background-color: #e88686;
}

.section-map .list-map li .link .btn-map.hp {
  background-color: #5cbe72;
}

.section-present {
  text-align: center;
  margin-top: 30px;
}

.section-present .ttl-section {
  background: url(../img/ttl-present.svg) no-repeat center;
}

.section-present .img-badge {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
}

.section-present .img-badge img {
  width: 100%;
}

.section-present .btn-exchange {
  color: white;
  font-size: 18px;
  font-weight: bold;
  background-color: #d1d1d1;
  padding: 20px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  width: 60%;
}

#exchange_place p:first-child::before {
  content: "■";
  color: #910782;
}

#btn-questionnaire {
  color: white;
  font-size: 18px;
  font-weight: bold;
  background-color: #d1d1d1;
  padding: 20px 0;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  width: 60%;
}

#btn-questionnaire.active {
  background-color: #8686e8;
}

#btn-entry {
  color: white;
  font-size: 18px;
  font-weight: bold;
  background-color: #d1d1d1;
  padding: 20px 0;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  width: 60%;
}

#btn-entry.active {
  background-color: #8686e8;
}

.section-present .btn-exchange.active {
  background-color: #8686e8;
}

.banner {
  margin: 80px auto 48px auto;
  text-align: center;
}

.banner p {
  margin-bottom: 24px;
  font-size: 90%;
}

.banner a {
  text-decoration: none;
}

.banner a:link {
  color: #000000;
}

.banner a:visited {
  color: #000000;
}

.banner img {
  width: 80%;
}

main {
  position: relative;
  margin: 0 auto;
  max-width: 735px;
  background-color: white;
  padding-bottom: 30px;
}

main:before {
  background: url(../img/bg-main.jpg?=20240701025146) no-repeat center;
  background-size: cover;
  content: "";
  position: fixed;
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

main.top:before {
  background: url(../img/bg-main.jpg?=20240701025146) no-repeat center;
  /* background: url(../img/bg-main.jpg) no-repeat center; */
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  /* position: fixed; */
  top: 0px;
  /* top: 80px; */
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

main .logo-top {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

main .logo-top img {
  width: 100%;
  display: block;
}

main .extra_up {
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
  width: 80%;
}

main .extra_up-top img {
  max-width: 100%;
}

main .extra_down {
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
  width: 80%;
}

main .extra_down-top img {
  max-width: 100%;
}

.section-title {
  margin: 64px auto 10px auto;
  padding-top: 16px;
  width: 95%;
  text-align: center;
}

.section-title img {
  max-width: 100%;
}

.section-logo {
  width: 95%;
  margin: auto;
  text-align: center;
  position: relative;
}

.section-logo img {
  max-width: 100%;
}

.section-info {
  width: 90%;
  margin: auto;
  text-align: center;
}

.section-info img {
  max-width: 100%;
  margin-bottom: 8px;
}

.section-info .info-text {
  font-size: 12px;
  margin-bottom: 48px;
}

.section-info .info-image {
  margin: 0 auto;
}

.section-frommap {
  margin: auto;
  text-align: center;
  position: relative;
}

.section-frommap .place-map {
  max-width: 50%;
}

.section-frommap .bg-arrow {
  position: absolute;
  right: 32px;
  bottom: -40px;
  background: url(../img/img-arrow-frommap.png) no-repeat right bottom;
  width: 60px;
  height: 86px;
  background-size: contain;
}

.section-frommap img {
  max-width: 100%;
  margin-bottom: 8px;
}

.section-frommap .info-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 48px;
}

.modal {
  display: none;
  position: absolute;
  top: -20%;
  width: 100%;
  margin: auto;
  background: white;
  min-height: 300px;
  z-index: 2;
}

.modal .btn-close {
  position: absolute;
  top: -20px;
  right: 10px;
  background-color: #e4007f;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.modal .toggle-modal {
  max-width: 100%;
}

.section-fromimage img {
  max-width: 100%;
  margin-bottom: 8px;
}

.section-fromimage .info-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 48px;
}

.section-fromvideo img {
  max-width: 100%;
  margin-bottom: 8px;
}

.section-fromvideo .info-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 48px;
}

.section-fromsounds img {
  max-width: 100%;
  margin-bottom: 8px;
}

.section-fromsounds .info-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 48px;
}

.video {
  width: 100%;
  margin: auto;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.section-events .event-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 95%;
  font-size: 16px;
  font-weight: bold;
  width: 80%;
}

.section-events .event-list li .event {
  margin-bottom: 32px;
  font-weight: normal;
}

.section-events img {
  max-width: 100%;
  margin-bottom: 8px;
}

.section-events .info-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 48px;
}

.section-store {
  text-align: center;
}

.section-store .stores {
  width: 80%;
  margin: auto;
}

.section-store .stores .store {
  padding-bottom: 40px;
}

.section-store .stores .store .img-store {
  max-width: 100%;
  width: 100%;
}

.section-store .stores .store .ttl-store {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: justify;
}

.section-store .stores .store p {
  font-size: 14px;
  text-align: justify;
}

.section-store img {
  max-width: 100%;
  margin-bottom: 8px;
}

.section-store .info-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 48px;
}

.section-stamp {
  width: 80%;
  margin: 64px auto;
  padding-bottom: 64px;
  text-align: center;
}

.section-stamp img {
  max-width: 100%;
}

.btn-stamp {
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background-color: #8e38f2;
  padding: 10px 30px;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.inactive {
  display: none;
}

.common-content {
  width: 90%;
  margin: auto;
  margin-top: 16px;
}

.common-content .ttl-content {
  text-align: center;
  background-color: #910782;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px 15px 0 0;
  display: block;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.common-content .content {
  padding: 24px 0px;
  background-color: white;
  border-radius: 0 0 15px 15px;
}

.common-content .content > p,
.common-content .content > ul,
.common-content .content > ol {
  margin-bottom: 20px;
}

.common-content .content img {
  max-width: 100%;
}

.common-content .content .term-list .term {
  padding-bottom: 20px;
}

.common-content .content .term-list .term .title {
  font-weight: bold;
  padding-bottom: 5px;
}

.common-content .content #outer .title {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 20px;
}

.common-content .content #outer .title:before {
  content: "■";
  color: #910782;
  padding-right: 5px;
}

.common-content .content .term-list .term .title:before {
  content: "■";
  color: #910782;
  padding-right: 5px;
}

.common-content .content .term-list .term ol {
  list-style-type: disc;
  padding-left: 20px;
  padding-top: 5px;
}

.common-content .content .term-list .term ol li {
  padding-bottom: 0px;
}

.common-content .content #outer ol {
  list-style-type: disc;
  padding-left: 20px;
  padding-top: 5px;
}

.common-content .content #outer ol li {
  padding-bottom: 0px;
}

.common-content .content .use-steps {
  list-style: none;
  padding-left: 1rem;
  counter-reset: circle-counter;
  padding: 50px 20px;
}

.common-content .content .use-steps .use-step {
  counter-increment: circle-counter;
  margin-bottom: 0.25rem;
  padding: 20px 20px 0;
}

.common-content .content .use-steps .use-step:before {
  content: counter(circle-counter);
  background-color: #f107ba;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
  float: left;
  margin-left: -1.5rem;
}

.common-content .content .use-steps .use-step:last-child {
  margin-bottom: 0;
}

.common-content .content .use-steps .use-step p {
  padding-bottom: 20px;
}

.common-content .content .use-steps .use-step p span {
  color: #f107ba;
  font-size: 12px;
}

.common-content .content .use-steps .use-step .img-step {
  text-align: center;
  margin: auto;
}

.common-content .content .use-steps .use-step .img-step span {
  color: #f107ba;
  font-size: 12px;
  padding-bottom: 20px;
  display: block;
}

.common-content h2 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 5px;
}

.common-content h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

.common-content select {
  width: 100%;
  height: 48px;
  padding: 10px;
  margin: 8px 0 32px 0;
}

.common-content .button {
  margin: 16px auto;
  padding: 16px 32px;
  font-size: 110%;
}

.common-content .text {
  margin: 8px 0 32px 0;
}

.common-back {
  margin: 36px auto 0 auto;
  width: 100%;
  text-align: center;
}

.swiper-wrapper {
  width: 95%;
}

.swiper-slide {
  text-align: center;
  margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% - 20px) !important;
}

.swiper-button-next {
  background-image: url(../img/icon-slide-right.svg) !important;
  right: 10px !important;
  width: 14px;
  height: 35px;
  background-size: contain;
}

.swiper-button-prev {
  background-image: url(../img/icon-slide-left.svg) !important;
  left: 10px !important;
  width: 14px;
  height: 35px;
  background-size: contain;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -5px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #c7c5c5;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #c7c5c5;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10;
}

#overlay.open {
  display: block;
}

.dummy {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background-image: none !important;
}

.go-top {
  background: url(../img/icon-arrow-up-white.svg);
  background-size: 50px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: -64px;
}

.get-point {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 735px;
  background-color: white;
}

.point-image {
  width: 100%;
  text-align: center;
  opacity: 0;
  animation-name: point-image;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes point-image {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.point-image img {
  width: 100%;
}

.btn-back {
  color: white;
  font-size: 18px;
  font-weight: bold;
  background-color: #8a8a8a;
  padding: 10px 30px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

div#checkpoint-main {
  display: block;
  width: 80%;
  margin: 0 auto;
}

div#checkpoint-main .logo-top {
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

div#checkpoint-main .section-logo {
  margin-bottom: 1em;
}

div#checkpoint-main div#id-section-image {
  text-align: center;
  margin-bottom: 2em;
}

div#checkpoint-main div#id-section-image img#id-section-image-main {
  width: 100%;
}

div#checkpoint-main div#id-section-text {
  margin-bottom: 2em;
  text-align: center;
}

div#checkpoint-main #id-section-text-main {
  white-space: pre-wrap;
  text-align: left;
}

div#checkpoint-main div#id-section-map {
  margin-bottom: 2em;
}

div#checkpoint-main div#id-section-gps {
  margin-bottom: 2em;
  text-align: center;
}

div#checkpoint-main div#id-section-gps p#id-section-gps-text-up {
  margin-bottom: 1em;
}

div#checkpoint-main div#id-section-gps button#id-section-gps-button {
  margin-bottom: 1em;
}

.req_text {
  color: indianred;
}

.common-content .content p textarea {
  width: 100%;
  margin: 8px 0 32px 0;
}

#submitQuestionnaire {
  font-size: 18px;
  padding: 20px 60px;
  border-radius: 12px;
  border-style: none;
  background-color: #8686e8;
  color: white;
  font-weight: bold;
}

.confirm-box {
  margin-top: 1em;
}

.confirm-box p {
  margin-top: 0.5em;
  padding: 5px;
  background-color: #f3f3f3;
  border: 1px solid #d9d9d9;
}

.confirm-box .questionnaireConfirmLabel {
  font-weight: bold;
}

.questionnaireConfirmLabel::before {
  content: "■";
  color: #910782;
}

#questionnaireConfirmBack {
  font-size: 18px;
  border-radius: 18px;
  border-style: none;
  background-color: #d1d1d1;
  color: black;
  padding: 20px;
  float: left;
}

#questionnaireConfirmForward {
  font-size: 18px;
  border-radius: 18px;
  border-style: none;
  background-color: #8686e8;
  color: white;
  font-weight: bold;
  padding: 20px;
  float: right;
}

#returnToTop {
  font-size: 18px;
  border-radius: 18px;
  border-style: none;
  background-color: #8686e8;
  color: white;
  font-weight: bold;
  padding: 20px;
}

#crane {
  width: 100%;
}

#outer img {
  width: 100%;
}

#modal-menu {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 735px;
  top: 0;
  left: 0;
  height: calc(100vh - 62px); /* 62px はフッターメニューの高さを指定*/
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  z-index: 2222;
}
#modal-menu {
  left: auto !important;
}
@media only screen and (max-width: 480px) {
  #modal-menu {
    left: 0 !important;
  }
}

@media only screen and (max-height: 735px) {
#modal-menu #menu_outer {
    display: block !important;
    margin: auto;
    width: 90% !important;
}
 
#modal-menu #menu_outer #menu_inner {
    max-width: 100% !important;
}
}




#modal-menu #modal-menu-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

#modal-menu #menu_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#modal-menu #menu_outer.topFix {
  align-items: flex-start;
  padding: 10px 0px;
}

#modal-menu #menu_outer #menu_inner {
  text-align: left;
  color: rgb(241, 241, 241);
  max-width: 85%;
  overflow: hidden;
  padding-top: 50px;
}

#modal-menu #menu_outer #menu_inner h2 {
  margin-bottom: 40px;
  font-size: 28px;
  /*長すぎる名前は省略*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#modal-menu #menu_outer #menu_inner h3 {
  color: #ff008d;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

#modal-menu #menu_outer #menu_inner a {
  color: inherit;
  margin-bottom: 16px;
  display: block;
  margin-left: 1em;
}

#modal-menu #menu_outer #menu_inner .btn {
  margin-top: 42px;
  flex-basis: 47%;
  text-align: center;
  padding: 5px 0px;
  border-radius: 20px;
  text-decoration: none;
  background-color: #E2007E;
  color: white;
} 
#popup {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow: auto;
}

#popup .center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#popup .center .dialog {
  width: 90%;
  max-width: 355px;
  background-color: #e6e6e6;
  padding: 35px;
  border-radius: 30px;
  text-align: center;
  position: relative;
}

#popup .center .dialog h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #c30d23;
}

#popup .center .dialog p {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
}

#popup .center .dialog a {
  display: block;
}

#popup .center .dialog a img {
  width: 100%;
  max-width: 239px;
  margin-bottom: 20px;
}

#popup .center .dialog input,
#popup .center .dialog label {
  cursor: pointer;
}

#popup .center .dialog .btn-area {
  text-align: center;
  margin-top: 20px;
}

#popup .center .dialog .btn-area .btn-close {
  margin: 0 10px;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: underline;
}

#popup .center .dialog .close-btn {
  position: absolute;
  right: -17px;
  top: -14px;
  width: 45px;
}

@media (max-width: 365px) {
  #popup .center .dialog {
    padding: 35px 0px;
  }
}
.common-top {
  position: relative;
}
.common-top .title {
  position: absolute;
  bottom: 5%;
  left: 6%;
  right: 0;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 5svw;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 4%;
}
.common-top .title img {
  width: 10svw;
}
.common-top .title.clear::after {
  content: "";
  display: block;
  width: 21svw;
  height: 21svw;
  background-image: url(../img/icon-clear.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 12svw);
  right: 3%;
}
@media (min-width: 735px) {
  .common-top {
    /* 画面サイズが735px以上の場合の設定 */
  }
  .common-top .title {
    font-size: 37px;
  }
  .common-top .title img {
    width: 60px;
  }
  .common-top .title.clear::after {
    width: 150px;
    height: 150px;
    top: calc(50% - 86px);
  }
}

.common-content .content {
  padding-top: 20px;
}
.common-content .content img.border {
  border: 1px solid gray;
}
.common-content .content h2 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  text-align: center;
  font-size: 24px;
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
  margin-bottom: 14px;
}
.common-content .content h2::before {
  content: "";
  background-color: #f6ebab;
  width: 100%;
  display: block;
  height: 20px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.common-content .content h2 .sub {
  font-size: 18px;
  display: block;
}
@media (min-width: 735px) {
  .common-content .content h2 {
    font-size: 37px;
  }
}
.common-content .content h4 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 5px;
}
.common-content .content .btn-clear {
  text-decoration: none;
  background-color: #006535;
  color: white;
  font-weight: bold;
  padding: 20px 20px;
  border-radius: 100px;
  font-size: 24px;
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.common-content .content .btn-clear.disabled {
  background-color: #8a8a8a;
  cursor: not-allowed;
}
.common-content .content .btn-clear:after {
  content: "";
  background-image: url(../img/btn-asset.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 100px;
  position: absolute;
  bottom: -57px;
  right: -47px;
}
.common-content .content p {
  line-height: 1.8;
}
.common-content .content p + h2,
.common-content .content img + h2 {
  margin-top: 30px;
}
.common-content .content .player-container {
  position: relative;
  width: 100%;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  /* ユーザーのHTML構造に合わせたラッパー */
}
.common-content .content .player-container .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.common-content .content .player-container .youtube #player,
.common-content .content .player-container .youtube #player-overlay,
.common-content .content .player-container .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.common-content .content .player-container .youtube #player-overlay {
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s;
}
.common-content .content .player-container .youtube #player-overlay.paused {
  background-color: rgba(0, 0, 0, 0.878);
}
.common-content .content .player-container .youtube #player-overlay.paused::after {
  content: "一時停止しました";
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  padding-top: 25%;
  position: absolute;
}
.common-content .content .player-container .youtube #player-overlay.paused::before {
  content: "PAUSED";
  display: block;
  width: 100%;
  height: 100%;
  color: #fff3b7;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  padding-top: 36%;
  position: absolute;
}
.common-content .content .player-container #progress-bar {
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
  display: block;
}
.common-content .content .player-container #progress-bar::-webkit-progress-bar {
  background-color: #444;
}
.common-content .content .player-container #progress-bar::-webkit-progress-value {
  background-color: #ff0000;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.common-content .content .player-container #progress-bar::-moz-progress-bar {
  background-color: #ff0000;
}
.common-content .content .player-container .custom-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  background-color: #282828;
  color: white;
  /* --- 全画面ボタンのために追加 --- */
}
.common-content .content .player-container .custom-controls .spacer {
  flex-grow: 1; /* 空白を追加して右端に寄せる */

}
.common-content .content .player-container .custom-controls button {
  background: none;
  border: none;
  border-radius: 4px; /* --- 追加 --- */
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s; /* --- 追加 --- */
}
.common-content .content .player-container .custom-controls button svg {
  width: 24px;
  height: 24px;
  fill: white;
  transition: transform 0.2s ease;
}
.common-content .content .player-container .custom-controls button:hover {
  background-color: rgba(255, 255, 255, 0.2); /* --- 追加 --- */
}
.common-content .content .player-container .custom-controls button:disabled { /* --- 追加 --- */
  opacity: 0.5;
  cursor: not-allowed;
  background-color: transparent;
}
.common-content .content .player-container .custom-controls #volume-slider {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100px;
  height: 4px;
  background: #555;
  outline: none;
  border-radius: 2px;
  transition: opacity 0.2s;
}
.common-content .content .player-container .custom-controls #volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.common-content .content .player-container .custom-controls #volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.common-content .content .player-container .custom-controls #time-display {
  font-size: 14px;
  font-family: monospace;
  min-width: 90px; /* 横幅のガタツキを防ぐ */
  text-align: center;
}

.common-content .content .player-container #complete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
  background-color: #0e0e0e;
}
.common-content .content .player-container #complete-overlay.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-content .content .player-container #complete-overlay .center {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px;
}
.common-content .content .player-container #complete-overlay .center a {
  color: #ffdb1f;
  text-decoration: underline;
}
.common-content .content .for-fullscreen.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background-color: #000000;
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}
.common-content .content .for-fullscreen.active .player-container {
  overflow: inherit;
  box-sizing: border-box;
  width: 100%;
}


.common-content .content .presentAccordionBtn {
  border: 2px solid #c7b299;
  border-radius: 10px;
  margin-bottom: 12px;
  background-color: #fff9ed;
}
.common-content .content .presentAccordionBtn h3 {
  position: relative;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 9px;
  padding-left: 32px;
  font-size: 15px;
  letter-spacing: -0.5px;
  transition: 1s;
  margin-bottom: 0px !important;
}
.common-content .content .presentAccordionBtn h3::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 7px;
  top: calc(50% - 10px);
  background-image: url(../img/icon-open-accordion.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.common-content .content .presentAccordionBtn.show h3 {
  border-radius: 5px 5px 0px 0px;
}
.common-content .content .presentAccordionBtn.show h3::before {
  background-image: url(../img/icon-open-accordion.png);
  transform: rotate(45deg);
}
.common-content .content .presentAccordionBtn .desc {
  display: none;
  padding: 10px;
  background-color: white;
  border-radius: 0px 0px 12px 12px;
}
.common-content .content .presentAccordionBtn .desc h3 {
  margin-top: 0px !important;
  border-bottom: 1px solid black;
  font-size: 18px;
  margin-bottom: 20px;
  background-color: inherit;
  color: inherit;
  text-align: inherit;
  border-radius: unset;
}
.common-content .content .presentAccordionBtn .desc h3::before {
  content: "■";
  margin-right: 10px;
}
.common-content .content .presentAccordionBtn .desc h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.common-content .content .presentAccordionBtn .desc p {
  text-align: justify;
  margin-left: 1em;
  margin-right: 0.5em;
  font-size: 15px;
}
.common-content .content .presentAccordionBtn .desc ul {
  list-style: disc;
  padding-left: 1em;
}
.common-content .content .presentAccordionBtn .desc ul:last-child {
  margin-bottom: 0px;
}
.common-content .content .presentAccordionBtn .desc ul li {
  margin-bottom: 5px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.common-content .content .presentAccordionBtn .desc ul li:last-child {
  margin-bottom: 0px;
}
.common-content .content .presentAccordionBtn .desc ul.note {
  list-style: none;
}
.common-content .content .presentAccordionBtn .desc ul.note li {
  position: relative;
}
.common-content .content .presentAccordionBtn .desc ul.note li::before {
  content: "※";
  position: absolute;
  left: -1.5em;
}
.common-content .content .presentAccordionBtn .desc .btn {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 1.4rem;
}
.common-content .content .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.common-content .content .flex.col-2 .item {
  width: 45%;
}
.common-content .content .flex .item {
  width: 30%;
  text-align: center;
  margin-bottom: 10px;
}
.common-content .content .flex .item img {
  width: auto;
}
.common-content .content .flex .item span {
  display: block;
}/*# sourceMappingURL=style.css.map */