@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}

*:focus {
  outline: none;
}

/* common */
html {
  font-size: 16px;
  overscroll-behavior-y: none;
}

body {
  font-family: "M PLUS Rounded 1c", Arial, sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 16px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
}

img {
  width: 100%;
  vertical-align: bottom;
}
img.auto {
  width: auto;
}

a {
  color: #FFABB0;
  text-decoration: underline;
}
a.td-none {
  text-decoration: none;
}
a.link-gray {
  color: #d8d8d8;
}
a i img {
  width: 14px;
  height: 16px;
}

section {
  margin-bottom: 32px;
}
section:last-child {
  margin-bottom: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.wr {
  word-wrap: break-word;
  display: inline-block;
}

.ws_nw {
  white-space: nowrap;
}

.w100 {
  width: 100%;
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/*-------------------------*/
.flex {
  display: flex;
}
.flex.md-flex {
  display: block;
}
@media (min-width: 768px) {
  .flex.md-flex {
    display: flex;
  }
}
.flex.flex-sb {
  justify-content: space-between;
}
.flex.flex-jc-center {
  justify-content: center;
}
.flex.flex-ai-center {
  align-items: center;
}
.flex.flex-ai-start {
  align-items: flex-start;
}
.flex.flex-ai-end {
  align-items: flex-end;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-d-c {
  flex-direction: column;
}
.flex .w-49 {
  width: 49%;
}
.flex .w-49 a {
  display: block;
}

.disp-none {
  display: none !important;
}

/*-----------------------------------*/
/*ここからmegry Web化追加分（霜多）*/
.meguru {
  background: #D8D8D8;
  width: 100%;
}

.wrap {
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  background: #F2F7FA;
  padding-top: calc(60px + env(safe-area-inset-top));
  padding-bottom: calc(70px + env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
  .wrap {
    width: 390px;
    margin: 0 auto;
  }
}
.wrap.black {
  background: #000000;
}
.no-header .wrap {
  padding-top: env(safe-area-inset-top);
}
.no-footer .wrap {
  padding-bottom: env(safe-area-inset-bottom);
}

.contents {
  background: #FFF;
  width: 100%;
  padding: 26px 12px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contents {
    width: 390px;
  }
}
.inner {
  background: #F2F7FA;
  width: 100%;
  padding: 26px 12px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .inner {
    width: 390px;
  }
}
.w80 {
  width: 80%;
}

/*-----------------------------------*/
header {
  width: 100%;
  position: fixed;
  left: 0;
  text-align: center;
  top: 0;
  z-index: 100;
}
header > div {
  width: 100%;
  height: 60px;
  align-items: center;
  margin: 0 auto;
  position: relative;
  background: #FFF;
}
@media (min-width: 768px) {
  header > div {
    width: 390px;
  }
}
header > div .header-text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 5;
  padding: 0 31px;
}
header > div .header-text P {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
header > div .header-text img {
  width: 106px;
  height: 37px;
}
header > div .header-arrow {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
header > div .header-arrow img {
  display: block;
  width: 24px;
  height: 24px;
}
header > div img {
  width: 106px;
  height: 37px;
}

.stamp-header {
  background: #fff;
  padding: 8px;
  height: auto;
  border-top: 1px solid #d8d8d8;
}

/* footer */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
footer .copy {
  border-top: solid 1px #dadce0;
  text-align: center;
  padding: 16px 0;
  background: #f8f9fa;
  font-size: 10px;
}

main.active footer {
  transform: translateX(325px);
}
@media (min-width: 768px) {
  main.active footer {
    width: calc(100% - 325px);
  }
}

/* aside */
aside nav {
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 325px;
  height: 100%;
  border: solid 1px #d8d8d8;
}
aside nav > div {
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
  height: 56px;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
aside nav h1 {
  width: 138px;
}
aside nav div > i {
  display: inline-block;
  width: 14px;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  aside nav div > i {
    display: block;
  }
}
aside nav ul {
  overflow-y: scroll;
  height: calc(100% - 56px);
}
aside nav ul li a {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 16px;
  width: 100%;
  text-decoration: none;
  color: #333;
}
aside nav ul li a i {
  display: inline-block;
  margin-right: 20px;
  width: 24px;
}
aside nav ul li a.acitve {
  color: #FFABB0;
  background: #ffe5e5;
}
aside nav ul li a:hover {
  background: #d8d8d8;
}
aside nav ul li.in-menu > a {
  position: relative;
}
aside nav ul li.in-menu > a:after {
  position: absolute;
  content: "";
  background: url("../img/icon/menu-down.svg");
  width: 20px;
  height: 20px;
  right: 10px;
}
aside nav ul li.in-menu ol {
  display: none;
}
aside nav ul li.in-menu ol li a {
  padding-left: 44px;
}
aside nav ul li.in-menu ol li a.on {
  background: #f3f3f3;
}
aside nav ul li.in-menu.active ol {
  display: block;
}
aside nav::-webkit-scrollbar {
  width: 5px;
}
aside nav::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
}
aside.active nav {
  transform: translateZ(0);
  position: fixed;
}

/* common */
body {
  line-height: 1.5;
}

.l-container p, .l-container div {
  line-height: 1.5;
}

h1 {
  font-size: 18px;
  font-weight: 700;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

p {
  font-size: 16px;
}

small {
  font-size: 12px;
  display: block;
}

/*-text------*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}

/*-weight------*/
.bold {
  font-weight: bold;
}

/*-size------*/
.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

/*-color------*/
.text-red {
  color: #ff0000;
}

/*text_end-------------------------------------*/
/* margin */ /*-padding------*/
/*-----------------------------------*/
.pt24 {
  padding-top: 24px;
}

.pb24 {
  padding-bottom: 24px;
}

/*-margin-top------*/
.mgt0 {
  margin-top: 0px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt16 {
  margin-top: 16px !important;
}

.mgt32 {
  margin-top: 32px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

/*-margin-bottom------*/
.mgb0 {
  margin-bottom: 0px !important;
}

.mgb4 {
  margin-bottom: 4px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb16 {
  margin-bottom: 16px !important;
}

.mgb24 {
  margin-bottom: 24px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb48 {
  margin-bottom: 48px !important;
}

.mgb64 {
  margin-bottom: 64px !important;
}

/*-margin-right------*/
.mgr4 {
  margin-right: 4px !important;
}

.mgr8 {
  margin-right: 8px !important;
}

.mgr16 {
  margin-right: 16px !important;
}

.mgr24 {
  margin-right: 24px !important;
}

.mgr32 {
  margin-right: 32px !important;
}

.mgrauto {
  margin-right: auto !important;
}

/*-margin-left------*/
.mgl0 {
  margin-left: 0px !important;
}

.mgl32 {
  margin-left: 32px !important;
}

.mglauto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .pc-mgl64 {
    margin-left: 64px !important;
  }
}
/*-----------------------------------*/
.overlay::before,
.overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

/*スクロールバー非表示（Chrome・Safari）*/
.overlay::-webkit-scrollbar {
  display: none;
}

.overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 120;
  max-width: 670px;
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  height: -moz-max-content;
  height: max-content;
  max-height: 90vh;
  display: inline-block;
}
.modal-content .modal-close {
  position: absolute;
  font-size: 32px;
  top: -16px;
  right: -16px;
  background: #fff;
  border-radius: 50%;
}
.modal-content h1 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .modal-content h1 {
    margin-bottom: 32px;
  }
}
.modal-content small {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  color: #70757A;
}
.modal-content textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #DADCE0;
  height: 11.2em;
  line-height: 1.3;
  overflow: hidden;
  /*resize: none;*/
}
.modal-content input,
.modal-content select {
  width: 100%;
  padding: 4px;
  border: none;
  border-bottom: 2px solid #DADCE0;
}
.modal-content .btn_area {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.modal-content .form__group {
  overflow-y: scroll;
  height: 50vh;
}

.modal-account {
  width: 300px;
  position: absolute;
  top: 64px;
  right: 7px;
  z-index: 110;
  padding: 24px;
  background: #fff;
  border: 1px solid #dadce0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: left;
}
.modal-account .acount-profile__name {
  font-size: 14px;
  margin-bottom: 8px;
}
.modal-account .acount-profile__email {
  font-size: 14px;
  margin-bottom: 24px;
}

.account-overlay {
  /*　要素を重ねた時の順番　*/
  z-index: 5;
  /*　画面全体を覆う設定　*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* これを追加 */
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}

/*-btn------*/
.btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  height: 48px;
  line-height: 28px;
  padding: 10px 0px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: bold;
}
.btn i {
  font-size: 24px;
  margin-right: 5px;
}
.btn.sizeS {
  height: 40px;
  border-radius: 20px;
  line-height: initial;
}
.btn.sizeS i {
  font-size: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
.btn.is-inactive {
  background: #d8d8d8;
  pointer-events: none;
}

.btn-default {
  width: 80%;
}

.btn-w150 {
  width: 150px;
}

.btn-small {
  min-width: 80px;
}

.btn-main-color {
  color: #fff;
  background: #00B3B8;
}

.btn-outline-main-color {
  color: #00B3B8;
  background: #fff;
  border: solid 1px #00B3B8;
}

.btn-gray {
  color: #fff;
  background: #d8d8d8;
}

/* form */
form {
  /* 旧Edge対応 */
  /* IE対応 */
}
form label {
  display: inline-block;
}
form label i {
  display: inline-block;
  top: 0px;
  position: relative;
  left: 0;
  margin-right: 8px;
}
form dl {
  margin: 0;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox]:checked + label.hashtag {
  color: #fff;
  background: #FFABB0;
}
form input[type=checkbox] + label.form-check-label {
  position: relative;
  margin-left: 20px;
  margin-right: 24px;
  margin-bottom: 16px;
  padding-left: 4px;
  min-height: 1em;
  cursor: pointer;
}
form input[type=checkbox] + label.form-check-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -8px;
  background: #fff;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  border: solid 2px #d8d8d8;
}
form input[type=checkbox] + label.form-check-label:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 11px;
  height: 6px;
  margin-top: -5px;
  top: 50%;
  left: -18px;
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #fff;
}
form input[type=checkbox]:checked + label.form-check-label:before {
  background: #00B3B8;
  border: none;
}
form input[type=checkbox]:checked + label.form-check-label:after {
  border-color: #fff;
}
form .another_address {
  display: none;
}
form input[type=checkbox]:checked ~ .another_address {
  display: block;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + label.form-check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-right: 15px;
}
form input[type=radio] + label.form-check-label:before, form input[type=radio] + label.form-check-label:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
form input[type=radio] + label.form-check-label:before {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  left: 0;
}
form input[type=radio]:checked + label.form-check-label:before {
  border: 1px solid #d8d8d8;
}
form input[type=radio]:checked + label.form-check-label:after {
  background-color: #d8d8d8;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  left: 5px;
}
form .select-present {
  position: relative;
  border: 1px solid #333;
  border-radius: 5px;
}
form .select-present .about-present {
  border: none;
}
form .select-present .select-area {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  border-radius: 0 0 5px 5px;
}
form .select-present .select-area::before {
  content: "この特典を選択する";
}
form .select-present:has(input[type=radio]:checked) {
  border: 1px solid #00B3B8;
}
form .select-present input[type=radio]:checked + label .select-area {
  background: #00B3B8;
}
form .select-present input[type=radio]:checked + label .select-area::before {
  content: "選択中";
}
form .select-present.close {
  opacity: 0.5;
  pointer-events: none;
}
form .select-present.close .select-area::before {
  content: "この特典は終了しました";
}
form .select-present.close::after {
  content: "応募受付を\a終了しました";
  white-space: pre-line;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  height: 92px;
  color: #00B3B8;
  text-shadow: 2px 2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px -2px 0 #FFF, 2px 0 0 #FFF, -2px 0 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
}
form textarea.form-control {
  height: unset;
}
form .form-select {
  background: #fff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  height: 40px;
}
form .form-select::-ms-expand {
  display: none;
}
form .form-date {
  width: 32%;
}
form .form-w100 {
  width: 100%;
}
form .form-w80 {
  width: 80%;
}
form .form-w50 {
  width: 50%;
}
form .form-w49 {
  width: 49%;
}
form .form-w40 {
  width: 40%;
}
form .form-w30 {
  width: 30%;
}
@media (min-width: 768px) {
  form .form-pc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  form .form-pc-w49 {
    width: 49%;
  }
}
form ::-moz-placeholder {
  color: #d8d8d8;
}
form ::placeholder {
  color: #d8d8d8;
}
form ::-ms-input-placeholder {
  color: #d8d8d8;
}
form :-ms-input-placeholder {
  color: #d8d8d8;
}
form .form-calender span {
  display: inline-block;
  padding: 8px 0;
}
@media (min-width: 768px) {
  form .form-calender span {
    padding: 8px;
  }
}
form .form-calender i {
  position: relative;
  display: inline-block;
}
form .form-calender i:after {
  position: absolute;
  content: "";
  margin-top: -16px;
  display: inline-block;
  right: 10px;
  width: 18px;
  height: 20px;
  background: url("../img/icon/calender.svg") no-repeat;
}
@media (min-width: 768px) {
  form .form-calender i:after {
    margin-top: -11px;
  }
}
form .btn_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form h2 {
  position: relative;
}
form h2 .link-btn {
  color: #0066CC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.error_area p {
  color: #ff0000;
  font-weight: bold;
  padding: 4px 8px;
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
}

.file_upload {
  background: #FCFCFC;
  border: 2px dashed #DADCE0;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

#wrapper {
  height: calc(100vh - (60px + env(safe-area-inset-top)));
  position: relative;
}
#wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/camera_flame.svg") no-repeat center/80%;
  z-index: 55;
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

#camera-canvas {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

#rect-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

#qr-msg {
  position: absolute;
  top: 500px;
  left: 0px;
}

/*-login-index----------------------------------*/
.login-index {
  min-height: calc(100vh - 71px);
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.login-index h1 {
  margin: auto auto 90px;
  text-align: center;
}
@media (min-width: 768px) {
  .login-index h1 {
    margin: auto auto 60px;
  }
}
.login-index h1 img {
  width: 194px;
}
.login-index > div {
  width: 100%;
}

/*-review-detail----------------------------------*/
.gallery_area ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gallery_area ul li {
    width: 23%;
    margin-right: 2%;
  }
}
.gallery_area ul li:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .gallery_area ul li:nth-child(even) {
    margin-right: 1%;
  }
}
@media (min-width: 768px) {
  .gallery_area ul li:nth-child(4n) {
    margin-right: 0;
  }
}

.heart_area ul li {
  margin-right: 8px;
}
.heart_area ul li img {
  width: 32px;
}

/*--level---------------------------------*/
.level h3 {
  background: #DDF5DB;
  font-weight: 600;
  font-size: 14px;
  padding: 4px;
  margin-bottom: 32px;
}
.level h4 {
  background: #F1F1F1;
  font-weight: 600;
  font-size: 14px;
  padding: 4px;
  margin-bottom: 32px;
}

/*--photo---------------------------------*/
.file_upload {
  border: dashed 2px #ddd;
  background-color: #f8f8f8;
  text-align: center;
  padding: 80px 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .file_upload {
    padding: 120px 10px;
  }
}
.file_upload.disabled {
  background-color: #999999;
  cursor: default;
}
.file_upload.disabled .btn label {
  opacity: 0.5;
  cursor: default;
}
.file_upload.disabled .btn label:hover {
  opacity: 0.5;
}
.file_upload p {
  display: none;
}
@media (min-width: 768px) {
  .file_upload p {
    display: block;
  }
}
.file_upload.active {
  background-color: #e3e3e3;
}
.file_upload .btn label {
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #de2d27;
  height: 36px;
  border: 1px solid #de2d27;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
  transition: opacity 0.3s;
}
.file_upload .btn label:hover {
  opacity: 0.7;
}

.hidden {
  display: none !important;
}

.uploadimg__area {
  margin-top: 40px;
}
.uploadimg__area h2 {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 20px;
}

.drag-list li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 24px;
  position: relative;
  border-bottom: solid 1px #eee;
  padding-bottom: 24px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .drag-list li {
    padding-left: 54px;
  }
}
.drag-list li.drag-item {
  background: #fff;
}
.drag-list li span {
  position: absolute;
  top: calc(50% - 28px);
  left: 0;
  width: 28px;
  cursor: move;
  height: 28px;
}
.drag-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -26px;
  background: url("../img/icon/drag.png") no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
}
.drag-list li dl {
  display: flex;
  align-items: center;
}
.drag-list li dt {
  width: 20px;
  text-align: center;
}
.drag-list li dd {
  margin-left: 24px;
  width: calc(100% - 20px);
  display: block;
  align-items: center;
}
@media (min-width: 768px) {
  .drag-list li dd {
    display: flex;
  }
}
.drag-list li dd figure {
  position: relative;
  margin-bottom: 8px;
}
.drag-list li dd figure img {
  width: 100%;
  max-width: 120px;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  border: solid 1px #eee;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .drag-list li dd figure {
    margin-bottom: 0;
  }
  .drag-list li dd figure img {
    max-width: 180px;
  }
}
.drag-list i.close {
  background: rgba(0, 0, 0, 0.5);
  width: 24px;
  height: 24px;
  border-radius: 15px;
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  cursor: pointer;
}
.drag-list i.close:before, .drag-list i.close:after {
  content: "";
  position: absolute;
  top: 11px;
  width: 16px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #fff;
}
.drag-list i.close:before {
  transform: rotate(-45deg);
}
.drag-list i.close:after {
  transform: rotate(45deg);
}

/*--autocomplete---------------------------------*/
.suggest-item p.name {
  font-size: 14px;
  color: #202124 !important;
  margin-bottom: 4px;
}
.suggest-item span.id {
  font-size: 12px;
  color: #BBBBBB !important;
}

.vue-simple-suggest > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vue-simple-suggest.designed {
  position: relative;
}

.vue-simple-suggest.designed, .vue-simple-suggest.designed * {
  box-sizing: border-box;
}

.vue-simple-suggest.designed .input-wrapper input {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 3px;
  color: black;
  border-bottom: 2px solid #DADCE0;
  background: white;
  outline: none;
  transition: all 0.1s;
  transition-delay: 0.05s;
}

.vue-simple-suggest.designed .suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  top: calc(100% + 5px);
  border-radius: 3px;
  border: none;
  background-color: #fff;
  opacity: 1;
  z-index: 1000;
  max-height: 25vh;
  overflow-y: auto;
}

.vue-simple-suggest.designed .suggestions .suggest-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.vue-simple-suggest.designed .suggestions .suggest-item,
.vue-simple-suggest.designed .suggestions .misc-item {
  padding: 12px 16px;
}

.vue-simple-suggest.designed .suggestions .suggest-item.hover {
  background-color: #F1F1F1 !important;
}

.vue-simple-suggest.designed .suggestions .suggest-item.selected {
  background-color: #F1F1F1;
}

/*-----------------------------------*/
.st-search-result {
  margin-bottom: 40px;
}
.st-search-result dl dt {
  color: #333333 !important;
  font-weight: normal !important;
}
.st-search-result .st-pagenation > li {
  margin-right: 4px;
}
.st-search-result .st-pagenation > li:last-child {
  margin-right: 0;
}
.st-search-result .st-pagenation > li > a {
  font-size: 16px;
  line-height: 1;
  padding: 12px 0;
  display: inline-block;
  width: 40px;
  text-decoration: none;
  color: #ffffff;
  background: #FFABB0;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
}
.st-search-result .st-pagenation > li > a:hover {
  opacity: 0.5;
}
.st-search-result .st-pagenation > li.active > a {
  background: #ffffff;
  color: #FFABB0;
  border: 1px solid #FFABB0;
  cursor: default;
}
.st-search-result .st-pagenation > li.active > a:hover {
  opacity: 1;
}
.st-search-result .st-pagenation > li.inactive > a {
  opacity: 0.5;
  cursor: default;
}
.st-search-result .st-table-wrap {
  overflow-x: scroll;
  margin-bottom: 40px;
}
.st-search-result .st-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.st-search-result .st-table-wrap table tr {
  cursor: pointer;
}
.st-search-result .st-table-wrap table tr:hover {
  background: #FFE9EA;
}
.st-search-result .st-table-wrap table tr th {
  color: #ffffff;
  background: #FFABB0;
  border: 1px solid #ffffff;
  padding: 12px 24px;
  white-space: nowrap;
  line-height: 1;
}
.st-search-result .st-table-wrap table tr td {
  max-width: 200px !important;
  border: 1px solid #d8d8d8;
  padding: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/* introduction */
.introduction_title {
  color: #00B3B8;
  display: inline-block;
  border-bottom: 3px solid #00B3B8;
  padding-bottom: 5px;
  width: 100%;
}

.introduction_section {
  margin-bottom: 32px;
}

.browser_info {
  background-color: #EBEBEB;
  height: 210px;
  border-radius: 5px;
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
}

.figure_browser {
  margin: 8px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.browser_logo {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.sns_logo_group {
  display: flex;
  justify-content: space-around;
  width: 366px;
  margin: 0 auto;
  position: relative;
}
.sns_logo_group::before {
  content: "";
  display: block;
  position: absolute;
  top: -46px;
  right: 0px;
  left: 24px;
  height: 32px;
  width: 40px;
  background-image: linear-gradient(#333, #333), linear-gradient(#333, #333);
  background-size: 1px 100%, 100% 1px;
  background-position: center left, center top;
  background-repeat: no-repeat;
}
.sns_logo_group::after {
  content: "";
  display: block;
  position: absolute;
  top: -46px;
  right: 0px;
  left: 304px;
  height: 32px;
  width: 40px;
  background-image: linear-gradient(#333, #333), linear-gradient(#333, #333);
  background-size: 1px 100%, 100% 1px;
  background-position: center right, center top;
  background-repeat: no-repeat;
}

.sns_logo {
  width: 60px;
  height: 60px;
}

/*ボタン*/
.btn_main_color_round {
  color: #fff;
  background: #00B3B8;
  border-radius: 32px;
  width: 100%;
  max-width: 366px;
  height: 48px;
  margin: 0 auto;
  display: block;
}

/*フォント*/
.text-main-color {
  color: #00B3B8;
}

.text-yellow {
  color: #FFD88C;
}

.fs-40 {
  font-size: 40px;
  line-height: 44px;
}

/* stampbook */
.get-stamp-number {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
  padding-top: 8px;
}

.present_btn {
  color: #D8D8D8;
  display: flex;
  width: 240px;
  height: 80px;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.spot_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 0 auto;
}

.spot_container a {
  text-decoration: none;
  color: inherit;
}

.spot_content {
  background-color: #FFF;
  text-align: center;
  padding: 8px;
}

.spot_img_wrap {
  position: relative;
}

.spot_img_wrap .spot_img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spot_content.got_stamp_already .spot_img {
  opacity: 0.5; /* 不透明度50% */
}

.got_stamp_already .spot_img_wrap::before, .got_stamp_already .spot_img_wrap::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.got_stamp_already .spot_img_wrap::before {
  z-index: 1;
  content: "";
  width: 90%;
  height: 90%;
  border: 3px solid #00B3B8;
  padding: 5px;
  border-radius: 50%;
}
.got_stamp_already .spot_img_wrap::after {
  content: "済"; /* 表示する文字 */
  color: #00B3B8;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}

/* overview */
html.no-transform {
  transform: none !important;
}

.mainvisual {
  background-color: #FFF;
  width: 100%;
  padding: 0px 12px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mainvisual {
    width: 390px;
  }
}
.stamprally_img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.join_stamprally_btn {
  color: #FFF;
  display: flex;
  height: 84px;
  width: 100%;
  max-width: 366px;
  padding: 13px 6px;
  align-items: center;
  border-radius: 10px;
}
.join_stamprally_btn.event-closed {
  background: #D8D8D8;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
.join_stamprally_btn.event-open {
  background: #00B3B8;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
.join_stamprally_btn.event-joined {
  opacity: 0.5;
  background: #00B3B8;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}

.stamprally_face_icon {
  width: 57px;
  height: 53px;
}

.basic_information_contents {
  background: #FFF;
  width: 100%;
  padding: 16px 12px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .basic_information_contents {
    width: 390px;
  }
}
.basic_information_icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mgauto {
  margin: 0 auto;
}

.pdtb16 {
  padding: 16px 0px;
}

.url-text {
  color: #0066CC;
  text-decoration: none;
}
.url-text:hover {
  text-decoration: underline;
}

.mgtb12 {
  margin: 12px 0px;
}

.basic_information_contents dl {
  margin: 0; /* dlに上下16pxのマージンがあったため */
}

.underline_gr {
  border-bottom: 1px solid #F2F7FA; /* 太さと色を指定 */
}

/* 特典 */
.about-present {
  display: flex;
  align-items: center;
  height: 152px;
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #333;
  background: #FFF;
  color: #333;
  text-decoration: none;
}

.present_img {
  aspect-ratio: 1/1;
  margin-right: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 120px;
  width: 120px;
}

.present_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* 表示する行数 */
}

.present_detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* 表示する行数 */
}

/* swiper */
.swiper-slide {
  position: relative;
}

.swiper-slide .application_closed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(216, 216, 216, 0.5); /* 50%不透明度 */
}
.swiper-slide .application_closed:after {
  content: "応募受付を\a終了しました";
  white-space: pre-line;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  height: 92px;
  color: #00B3B8;
  text-shadow: 2px 2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px -2px 0 #FFF, 2px 0 0 #FFF, -2px 0 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
}

.slide-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.swiper-pagination {
  width: 100% !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
  background: #d8d8d8 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #00B3B8 !important;
  opacity: 1;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px !important;
}

/* QR読み取りボタンのアイコン */
.qr_icon {
  position: fixed;
  bottom: calc(90px + env(safe-area-inset-bottom));
  right: 20px;
  width: 75px;
  height: 75px;
  background-color: #00B3B8;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 1;
  padding-top: 8px;
}

@media (min-width: 768px) {
  .qr_icon {
    right: calc((100% - 320px) / 2 - 20px); /* 幅390pxの右端に配置 */
  }
}
.qr_icon_img {
  width: 33px;
  height: 32px;
}

/* 特典詳細のポップアップ */
.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.5); /* 背景を暗くする */
  z-index: 1000;
}

.popup-content {
  background-color: white;
  padding: 32px 24px 24px 24px;
  border-radius: 10px;
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cross_button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross_button:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #333; /* Xの色 */
  transform: rotate(45deg); /* 斜めに線を配置 */
}
.cross_button:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #333; /* Xの色 */
  transform: rotate(-45deg); /* 逆の斜めに線を配置 */
}
.cross_button.white {
  left: 10px;
  right: initial;
  cursor: pointer;
}
.cross_button.white:before, .cross_button.white:after {
  background: #ffffff;
}

/*ボタン*/
.btn_white_round {
  color: #00B3B8;
  background: #fff;
  border: 1px solid #00B3B8;
  border-radius: 32px;
  width: 100%;
  max-width: 366px;
  height: 48px;
  margin: 0 auto;
  display: block;
}

.begin-now {
  color: #787878;
  text-decoration: underline;
  display: block;
  margin: 0 auto;
}

/* spot */
.spot_index .mainvisual {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto;
}
.spot_index .mainvisual .spot_main_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/2;
}
@media (min-width: 768px) {
  .spot_index .mainvisual {
    width: 390px;
  }
}
.spot_index .inner {
  padding: 24px 0px 0px;
}
.spot_index .inner-contents {
  margin: 0px 30px;
}
.spot_index .contents {
  padding: 24px 30px;
}
.spot_index .quiz_contents {
  margin: 0 auto;
  width: 100%;
}
.spot_index .answer_contents {
  margin: 0 auto;
}
.spot_index .answer_contents._photo {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* カード間のスペースを調整 */
  width: 100%;
}
.spot_index .answer_contents._photo .quiz_answer {
  width: calc(50% - 8px); /* 親要素の50%幅からgapの半分を引く */
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 8px;
  margin: 0 auto;
}
.spot_index .answer_contents._photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
  aspect-ratio: 1/1;
}
.spot_index .answer_contents._horizontal .quiz_answer {
  width: 340px;
  height: 64px;
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.spot_index .answer_contents._horizontal .quiz_answer_font {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spot_index .answer_contents._horizontal .quiz_answer_font img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  margin-right: 8px;
}
.spot_index .answer_contents._horizontal .quiz_answer_font span {
  flex: 1;
}
.spot_index .answer_contents._input .quiz_input {
  width: 340px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #CCC;
}
.spot_index .basic_information_contents {
  background: #FFF;
  width: 100%;
  padding: 16px 12px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .spot_index .basic_information_contents {
    width: 390px;
  }
}
.spot_index .basic_information_icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

.quiz_answer {
  cursor: pointer; /* 手のマークを表示 */
}

.quiz_answer.selected { /* selectedクラスにメインカラーのスタイルを適用 */
  border: 3px solid #00B3B8 !important;
  background: rgba(0, 179, 184, 0.1);
  color: #00B3B8;
}

.mgb12 {
  margin-bottom: 12px;
}

img.stamp_get_icon {
  width: 90px;
  height: 90px;
}

/*ボタン*/
.btn_round {
  border-radius: 32px;
  width: 155px;
  height: 44px;
  margin: 0 auto;
  display: block;
}
.btn_round._pink {
  color: #fff;
  background: #00B3B8;
}
.btn_round._white {
  color: #00B3B8;
  background: #fff;
  border: 1px solid #00B3B8;
  border-radius: 32px;
}
.btn_round._gray {
  color: #fff;
  background: #CCC;
}
.btn_round._bs284 {
  width: 284px;
}
.btn_round.fixed {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.fixed-nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  padding-bottom: env(safe-area-inset-bottom);
  background: #fff;
}
.fixed-nav > div {
  width: 100%;
  height: 70px;
  background: #fff;
  justify-content: space-around;
  margin: 0 auto;
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .fixed-nav > div {
    max-width: 390px;
  }
}
.fixed-nav > div a {
  width: 20%;
  transition: 0.3s;
  padding: 12px 0;
  text-decoration: none;
}

.fixed-nav .flex a {
    display: flex;
    flex-direction: column; /* アイコンと文字を縦に並べる */
    align-items: center;    /* 左右中央寄せ */
    justify-content: center; /* 上下中央寄せ（必要に応じて） */
    text-decoration: none;
}

.fixed-nav .flex a span {
    position: relative;
    display: inline-block;
}
.fixed-nav > div a span {
  display: block;
  margin-bottom: 2px;
  text-align: center;
}
.fixed-nav > div a p {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  color: #ccc;
}
.fixed-nav > div a.active span svg {
  fill: #31B0C7;
}
.fixed-nav > div a.active span svg .stroke{
    stroke: #31B0C7;
}
.fixed-nav > div a.active p {
  color: #31B0C7;
}
.fixed-nav > div a:hover span svg {
  fill: #31B0C7;
}
.fixed-nav > div a:hover p {
  color: #31B0C7;
}
.fixed-nav > div a:hover span svg .stroke {
    stroke: #31B0C7;
}

.fixed-nav .flex a span {
    position: relative;
    display: inline-block; /* 幅と高さを持たせるため */
}

.fixed-nav .flex a span.has-benefit::after {
    content: "";
    position: absolute;
    top: -2px;    /* 上からの位置調整 */
    right: -2px;  /* 右からの位置調整 */
    width: 10px;  /* 点の大きさ */
    height: 10px; /* 点の大きさ */
    background-color: #ff0000; /* 通知の赤色 */
    border-radius: 50%; /* 丸くする */
    border: 2px solid #fff; /* 背景色に合わせて縁取りすると見やすくなります */
    z-index: 1;
}

/* edit */
.edit .contents {
  padding: 30px;
  margin: 0 auto;
}
.edit .form-item-head {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
}
.edit .input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background-color: #f3f3f3;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
}
.edit .invalid-message {
  font-size: 12px;
  font-size: 14px;
  color: #ba0015;
  margin-top: 8px;
}
.edit .btn_round {
  border-radius: 32px;
  width: 240px;
  height: 44px;
  margin: 0 auto;
  display: block;
}
.edit .btn_round._blue {
  color: #fff;
  background: #00B3B8;
}

.list-page a {
  text-decoration: none;
  color: #333;
}
.list-page .list-tab {
  background: #fff;
  margin: 16px auto;
  width: 84.615385%;
  border-radius: 50px;
  position: relative;
}
.list-page .list-tab p {
  width: 33.333333%;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 10;
  transition: 0.3s;
  overflow: hidden;
}
.list-page .list-tab p a {
  color: #00B3B8;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
  padding: 8.5px 0;
}
.list-page .list-tab p.listBtn-active a {
  color: #fff;
}
.list-page .list-tab span {
  position: absolute;
  content: "";
  top: 0;
  width: 33.333333%;
  height: 100%;
  border-radius: 50px;
  background: #00B3B8;
  transition: 0.3s;
}
.list-page.list-public-page .list-tab span {
  left: 0;
}
.list-page .rally-list {
  background: #fff;
  padding: 16px;
}
.list-page .rally-list ul {
  flex-direction: column;
}
.list-page .rally-list ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
.list-page .rally-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  width: 100%;
}
.list-page .rally-list ul li a {
  align-items: stretch;
  width: 100%;
  transition: 0.3s;
}
.list-page .rally-list ul li a::after {
  content: "";
  display: block;
  width: 22px;
  background: url("/assets/img/icon/arrow_forward_ios_black_24dp-r.png") no-repeat center/22px 22px;
  flex-shrink: 0;
}
.list-page .rally-list ul li a:hover {
  opacity: 0.7;
}
.list-page .rally-list ul li a:hover .rally-list-img-wrap .rally-list-img img {
  transform: scale(1.1, 1.1);
}
.list-page .rally-list ul li .rally-list-img-wrap {
  flex-shrink: 0;
  align-items: center;
}
.list-page .rally-list ul li .rally-list-img-wrap .rally-list-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.list-page .rally-list ul li .rally-list-img-wrap .rally-list-img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  position: relative;
}
.list-page .rally-list ul li .rally-list-text {
  flex-direction: column;
  margin: 0 4.1025641%;
  flex-grow: 1;
}
.list-page .rally-list ul li .rally-list-text h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  flex-grow: 1;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-page .rally-list ul li .rally-list-text dl {
  font-size: 14px;
  font-size: 0.875rem;
  flex-wrap: wrap;
  line-height: 1.5;
  align-items: baseline;
  margin: 0;
}
.list-page .rally-list ul li .rally-list-text dl dt::after {
  content: ":";
  padding: 0 4px;
}
.list-page .rally-list ul li .rally-list-text dl dd .rally-start::after {
  content: "〜";
  padding: 0 4px;
}
.list-page .rally-list ul li.soon .rally-list-img::before {
  content: "開催予定";
  display: block;
  width: 83px;
  padding-left: 13px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  background: #00B3B8;
  position: absolute;
  transform: rotate(-35deg);
  left: -13px;
  top: 8px;
  z-index: 20;
}

.list-page.list-participate-page .list-tab span {
  left: 33.333333%;
}
.list-page .rally-list.rally-list-participate ul li {
  flex-direction: column;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-img-wrap .rally-list-img {
  width: 100%;
  padding-bottom: 49.180328%;
  position: relative;
  margin-bottom: 8px;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-img-wrap .rally-list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-page .rally-list.rally-list-participate ul li .rally-list-text {
  margin: 0 auto 16px;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-text dl {
  margin: 0;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-text dl dd .stamp-count {
  color: #00B3B8;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-text dl dd .stamp-total::before {
  content: "/";
  padding: 0 4px;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-btn {
  justify-content: space-between;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-btn a {
  width: 44.808743%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  border: 2px solid #00B3B8;
  border-radius: 100px;
  color: #00B3B8;
  transition: 0.3s;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-btn a.btn-detail {
  background: #00B3B8;
  color: #fff;
}
.list-page .rally-list.rally-list-participate ul li .rally-list-btn a:hover {
  opacity: 0.7;
}

.list-page.list-history-page .list-tab span {
  left: 66.666666%;
}

.map-page .map-list-head {
  background: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  flex-direction: column;
  padding: 4px;
  position: fixed;
  z-index: 90;
  top: calc(60px + env(safe-area-inset-top));
  left: 0;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) {
  .map-page .map-list-head {
    left: calc((100% - 390px) / 2);
  }
}
.map-page .map-list-head p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.map-page .map-list-head p span {
  color: #00B3B8;
}
.map-page .map-list-head .map-list-stamp {
  padding: 0 8px;
  line-height: 1;
}
.map-page .map-list-head .map-list-stamp .stamp-count {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #00B3B8;
}
.map-page .map-list-head .map-list-stamp .stamp-total {
  font-size: 18px;
  font-size: 1.125rem;
}
.map-page .map-list-head .map-list-stamp .stamp-total::before {
  content: "/";
  padding: 0 4px;
}
.map-page .map-area #map {
  height: 100vh;
  position: relative;
}
.map-page .map-area #map .map-marker {
  position: absolute;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.map-page .map-area #map .map-marker #map-marker_off {
  display: none;
}
.map-page .map-area #map .map-marker.off #map-marker_off {
  display: block;
}
.map-page .map-area #map .map-popup {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.map-page .map-area #map .map-popup .popup-inner {
  background: #fff;
  padding: 28px;
  width: 238px;
  border-radius: 10px;
  position: relative;
}
.map-page .map-area #map .map-popup .popup-inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 17px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.map-page .map-area #map .map-popup .popup-inner p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
.map-page .map-area #map .map-popup .popup-inner .spotpage-btn {
  margin-bottom: 16px;
}
.map-page .map-area #map .map-popup .popup-inner .spotpage-btn a {
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  background: #fff;
  color: #00B3B8;
  padding: 14px 0;
  border: 1px solid #00B3B8;
  border-radius: 5px;
}
.map-page .map-area #map .map-popup .popup-inner .stampget-btn button {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  background: #00B3B8;
  color: #fff;
  padding: 14px 0;
  border-radius: 5px;
}
.map-page .map-area #map .map-popup .popup-inner .stampget-btn button:disabled {
  background: #d8d8dd;
}
.map-page .map-btn-area {
  position: fixed;
  bottom: calc(94px + env(safe-area-inset-bottom));
  right: 16px;
  color: #00B3B8;
  flex-direction: column;
}
@media (min-width: 768px) {
  .map-page .map-btn-area {
    right: calc((100% - 390px) / 2 + 16px);
  }
}
.map-page .map-btn-area div {
  text-align: center;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.map-page .map-btn-area div:first-child {
  margin-bottom: 10px;
}
.map-page .map-btn-area div button {
  font-size: 10px;
  line-height: 1.5;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  padding-top: 12px;
  padding-bottom: 7px;
  overflow: hidden;
}
.map-page .map-btn-area div button span {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-color: #A1A8CF;
}
.map-page .map-btn-area div.maplist-btn button span {
  background: url(/assets/img/icon/list_icon.png) center/contain;
}
.map-page .map-btn-area div.position-btn button span {
  background: url(/assets/img/icon/position_icon.png) center/contain;
}

.map-list .map-list-head {
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 18px 12px;
  border-top: 1px solid #ccc;
}
.map-list .map-list-head p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.map-list .map-list-head p span {
  color: #00B3B8;
}
.map-list .map-list-head .map-list-stamp {
  font-size: 18px;
  font-size: 1.125rem;
}
.map-list .map-list-head .map-list-stamp .stamp-count {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #00B3B8;
}
.map-list .map-list-head .map-list-stamp .stamp-total::before {
  content: "/";
  padding: 0 4px;
}
.map-list .map-list ul {
  flex-direction: column;
}
.map-list .map-list ul li {
  padding: 10px 8px;
  background: #fff;
  align-items: center;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.map-list .map-list ul li .map-list-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.map-list .map-list ul li .map-list-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.map-list .map-list ul li .map-list-text {
  margin-left: 11.4705882%;
  flex-direction: column;
}
.map-list .map-list ul li .map-list-text .spot-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
}
.map-list .map-list ul li .map-list-text .distance {
  margin-bottom: 8px;
}
.map-list .map-list ul li .map-list-text .distance span {
  color: #00B3B8;
  line-height: 1.2;
}
.map-list .map-list ul li .map-list-text .distance span::after {
  content: "m";
}
.map-list .map-list ul li .map-list-text .get-btn {
  text-decoration: none;
  display: inline-block;
  background: #00B3B8;
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}
.map-list .map-list ul li .map-list-text .get-btn:hover {
  opacity: 0.7;
}
.map-list .map-list ul li .map-list-arrow {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}/*# sourceMappingURL=common.css.map */