@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 {
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: 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);
}

@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: rgba(145, 7, 130, 0.9176470588);
  padding-top: 5px;
  z-index: 3000;
}

.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-center{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    width: 95%;
}

.section-w100{
    width:100%;
}

.section-header{
    border-bottom: solid 1px #ccc;
    margin: 16px 0;
    text-align: left;
}
.section-header::before{
  content: "■";
  color: #910782;
}


.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: 80%;
  margin: auto;
  position: relative;
  margin-top: 4px;
  text-align: center;
}

.ttl-section {
  width: 90%;
  height: 47px;
  margin: auto;
}

.stamp-points {
  margin-top: 30px;
  position: relative;
}

.stamp-points .ttl-section {
  background: url(../img/ttl-stamp-points.svg) no-repeat center;
}

.stamp-points .rally-points {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 95%;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 1%; /* 1行目のスタンプGET画像が上にはみ出るように余白を作っておく */
  padding-right: 2%; /* 左右にならぶチェックポイントのうち右側のスタンプGET画像が右側にはみ出るように余白を作っておく */
  padding-left: 2%; /* 左右で余白の大きさを揃えておく */
  transition: max-height 1s;
}

.stamp-points .rally-points .rally {
  flex-basis: 48%;
  max-width: 48%;
  text-align: center;
  /* padding-top: 15px; */
  margin-bottom: 16px;
  opacity: 0.4;
}
.stamp-points .rally-points .rally.hidden {
  display: none;
}
.stamp-points .rally-points .rally a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  border-bottom: 1px dotted #cbcbcb;
  padding-bottom: 10px;
}
.stamp-points .rally-points .rally .thumb {
  position: relative;
  margin-bottom: 7px;
}
.stamp-points .rally-points .rally img {
  display: block;
  width: 100%;
}
.stamp-points .rally-points .rally img:not(.get) {
  object-fit: cover;
  aspect-ratio: 640 / 480;
}
.stamp-points .rally-points .rally .thumb .get {
  position:absolute;
  margin: 0 auto;
  width: 50%;
  right: -4%;
  top: -4%;
}
.stamp-points .rally-points .rally p {
  color: #910782;
  font-size: 12px;
}
.stamp-points .rally-points .rally .name {
  font-size: 15px;
  text-align: justify;
}

.stamp-points .rally-points .rally.active {
  opacity: 1;
}

.stamp-points .rally-points.enquete .rally {
  opacity: 1;
}

.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, rgba(255, 255, 255, 1) 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%;
}

.btn-exchange-base {
  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%;
  text-align: center;
}

.section-present .btn-exchange-do {
  background-color: #8686ea;
}

.section-present .btn-exchange-back {
  background-color: #770f72;
}


#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%;
  text-align: center;
}

#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: 150px 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-bottom: 140px;
}

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;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

main .logo-top img {
  width: 100%;
}

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 20px;
  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 p.questionnaire_title{
  margin-top: 2em;
}


.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 0 0;
}

.common-content .button {
  margin: 16px auto;
  padding: 16px 32px;
  font-size: 110%;
}

.common-content .text {
  margin: 8px 0 0 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: 60%;
}

.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 textarea,
.common-content .content p textarea {
  width: 100%;
  margin: 8px 0 0 0;
  padding: 14px;
}

#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%;
  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 #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;
}/*# sourceMappingURL=style.css.map */



#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;
  }
}

form .q_block {
  margin-bottom: 45px;
}

form .q_block:has(input[type="checkbox"]) div:has(input[type="checkbox"]) {
  white-space: nowrap;
  display: inline-block;
  font-size: medium;
  margin-right: 12px;
  margin-bottom: 6px;
}

form .q_block:has(input[type="checkbox"]) label {
  word-break: break-all;
  text-wrap: auto;
}

form .q_block .questionnaire_title {
  margin-bottom: 10px;
}