@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: 100%;
}

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,
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,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, time, mark {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  color: #000;
  background: #FFF;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, keygen {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea, button {
  /* iosでボタンなどのデフォルト装飾を解除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Firefoxでボタン系の高さが1pxずれる対策 */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0px;
}

/*----------------------
     html base
---------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body,
body.__parts_body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 400;
}

html,
body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a.-inner {
  color: #641344;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.l-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url(../images/bg_footer.png) no-repeat top center;
  width: 100%;
  height: 12rem;
}
.l-footer_index {
  display: none;
}
.l-footer a {
  display: block;
}
@media (min-width: 1024px) {
  .l-footer {
    background-repeat: repeat-x;
  }
}

.l-container {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .l-contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-contents {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media (min-width: 1024px) {
  .l-contents_full {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-contents_full {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .l-contents_full {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

@media (min-width: 1024px) {
  .l-form {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-form {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .l-form {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

.l-btn_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .l-btn_block {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-btn_block {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .l-btn_block {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .l-btn_block {
    flex-direction: column;
  }
}

.l-pager {
  padding: 0 1em;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-pager {
    padding: 0;
    margin-bottom: 0.8rem;
  }
}
.l-pager_main {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-pager_main {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.l-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
}
.l-pagination .page_link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  border: 1px solid;
  background-color: #fff;
  border-color: #d7d7d7;
  margin-left: -1px;
}
.l-pagination .active .page_link {
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  color: #fff;
  z-index: 10;
}

.c-icon_list_item {
  display: flex;
}
.c-icon_list_item:before {
  content: attr(data-icon);
  display: block;
  margin-right: 0.5em;
}

.c-link_underline {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.p-body {
  background-color: #fffbd0;
  color: #000;
}

.p-mypage {
  margin-bottom: 12rem;
}

.p-contents_title {
  text-align: center;
  border-bottom: 2px solid #1A1A1A;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Murecho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  margin-bottom: calc(1.6rem * 1);
}

.p-text {
  line-height: 1.6;
}
.p-text.__center {
  text-align: center;
}

button {
  cursor: pointer;
}

.p-form_container {
  border: 3px solid #f29600;
  border-radius: 1rem;
  padding: 2.4rem;
  background: #fff;
}
.p-form_input:not(:last-of-type) {
  margin-bottom: calc(1.6rem * 1);
}
.p-form_input_label {
  border-bottom: 1px solid #cecece;
  display: flex;
  gap: 0.5em;
  padding: 0.5em;
  margin-bottom: calc(1.6rem * 0.5);
}
.p-form_input_label.__required:before {
  content: attr(data-icon);
  color: #c92339;
}
.p-form_input_label .__caption {
  font-size: 80%;
}
.p-form_input_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(1.6rem * 0.5);
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.p-form_input_inline {
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.p-form_input_notice {
  font-size: 80%;
  line-height: 1.2;
  padding: 0.8rem;
  background: #c3d782;
  margin-bottom: 1.6rem;
}
.p-form_remark {
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-form .__middle {
  width: 80% !important;
}
.p-form_confirm .confirm_inner {
  display: flex;
}

.p-form_input button, .p-form_input input, .p-form_input textarea {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}
.p-form_input input[type=text],
.p-form_input input[type=date],
.p-form_input input[type=time],
.p-form_input input[type=password],
.p-form_input textarea, .p-form_input select {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid;
  background-color: #fff;
  border-color: #d7d7d7;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.p-form_input input[type=text]:focus,
.p-form_input input[type=date]:focus,
.p-form_input input[type=time]:focus,
.p-form_input input[type=password]:focus,
.p-form_input textarea:focus, .p-form_input select:focus {
  border: 1px solid rgb(183, 143, 0);
}
.p-form_input input[type=text].__error,
.p-form_input input[type=date].__error,
.p-form_input input[type=time].__error,
.p-form_input input[type=password].__error,
.p-form_input textarea.__error, .p-form_input select.__error {
  border: 1px solid #d13535;
}
.p-form_input textarea {
  height: 10em;
}
.p-form_input textarea.multi_text {
  height: 4em;
}
.p-form_input input[type=radio],
.p-form_input input[type=checkbox] {
  transform: scale(1.5, 1.5);
  margin-right: 0.5em;
}
.p-form_input input[type=time] {
  width: 6em;
}

.p-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  min-height: 3em;
  border-radius: 2em;
  text-align: center;
  background-color: #e95513;
  color: #fff;
  font-weight: 700;
  font-size: rem;
}
.p-btn_next:after {
  content: "\e5e1";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}
.p-btn_back {
  background-color: #587009;
  color: #fff;
}
.p-btn_back:before {
  content: "\e5e0";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
.p-btn_disabled {
  background-color: #cecece;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  min-height: 3em;
  border-radius: 2em;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.8em;
  transition: all 0.3s;
  /* 管理画面form 対策*/
}
.c-btn.__regist {
  background: #c00000;
  color: #fff;
}
.c-btn.__draft {
  background: #333;
  color: #fff;
}
.c-btn.__back {
  background: #333;
  color: #fff;
}
.c-btn.__entry {
  background: #1473e6;
  color: #fff;
}
.c-btn.__remind {
  background: #b4b4b4;
  color: #fff;
}
.c-btn.file_label {
  border-radius: 0;
  color: #1A1A1A;
  color: #fff;
}
.c-btn.__event {
  background: linear-gradient(#464646, #1e1e1e);
  color: #fff;
}
.c-btn:hover {
  border-radius: 0;
  opacity: 0.7;
}
.c-btn.__disabled {
  background: #8a8a8a;
  border-radius: 0;
  pointer-events: none;
}

.p-login {
  /* Label */
  /* Underline */
  /* Highlight */
}
.p-login_main {
  align-items: center;
}
.p-login_container {
  width: 100%;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2rem;
  min-width: 30rem;
}
@media (max-width: 767px) {
  .p-login_container {
    padding: 3.2rem 1.6rem;
    min-width: 90vw;
  }
}
.p-login_logo {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-login_logo {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-login_logo {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-login_logo {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-login_group {
  position: relative;
  margin-bottom: 45px;
}
.p-login_description {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-login_description {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-login_description {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-login_description {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-login_input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  background: #fff;
  color: #636363;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #757575;
  /* active */
  /* active */
}
.p-login_input:focus {
  outline: none;
}
.p-login_input:focus ~ .p-login_label, .p-login_input.__used ~ .p-login_label {
  top: -20px;
  transform: scale(0.75);
  left: -30px;
}
.p-login_input:focus ~ .p-login_bar:before, .p-login_input:focus ~ .p-login_bar:after {
  width: 50%;
}
.p-login_label {
  color: #b4b4b4;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all 0.2s ease;
  display: flex;
  gap: 0.5em;
}
.p-login_label img {
  height: 1em;
}
.p-login_bar {
  position: absolute;
  display: block;
  top: 48px;
  width: 100%;
}
.p-login_bar:before, .p-login_bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #4a89dc;
  transition: all 0.2s ease;
}
.p-login_bar:before {
  left: 50%;
}
.p-login_bar:after {
  right: 50%;
}
.p-login_highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.p-header_login {
  border-right: 1px solid #464646;
  border-left: 1px solid #1e1e1e;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-header_login {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1.5fr) 1fr;
  }
}
.p-header_link {
  border-right: 1px solid #1e1e1e;
  border-left: 1px solid #464646;
  width: 20rem;
  text-align: center;
  padding: 1em;
}
@media (max-width: 767px) {
  .p-header_link {
    width: auto;
    display: grid;
    align-items: center;
    padding: 1em 0.2em;
  }
}

.p-footer_inner {
  display: flex;
  justify-content: space-around;
  gap: 1.6rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.p-footer_inner li {
  padding: 0.8rem;
}
@media (min-width: 1024px) {
  .p-notice {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-notice {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-notice {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-notice .__title {
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  padding: 1.6rem;
  position: relative;
}
.p-notice .__title:after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}
.p-notice .__title.__open:after {
  content: "\e5ce";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}
.p-notice .__detail {
  background: #fff;
  border: 2px solid #000;
  border-top: none;
  line-height: 1.6;
  font-size: 1.4rem;
  padding: 1.6rem;
  display: none;
}
.p-notice .__detail li {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-notice .__inner_text {
  background: #c3d782;
  padding: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-notice .__inner_text {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-notice .__inner_text {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-notice .__inner_text {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}

.p-precaution {
  border: 3px solid #f29600;
  border-radius: 1rem;
  padding: 2.4rem;
  background: #fff;
}
.p-precaution_inner {
  padding: 1.6rem;
}
.p-precaution .__title {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-precaution .__title:before {
  color: #f29600;
}
.p-precaution .__detail {
  line-height: 1.4;
  font-size: 1.4rem;
  padding: 0.5em 0 1em;
  border-bottom: 1px solid #cecece;
  margin-bottom: calc(1.6rem * 1);
}
@media (min-width: 1024px) {
  .p-precaution .__list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-precaution .__list {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-precaution .__list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-precaution .__icon:before {
  color: #e95513;
}
.p-precaution .__subtitle {
  color: #fffbd0;
}
.p-precaution .__inner_text {
  background: #c3d782;
  padding: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-precaution .__inner_text {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-precaution .__inner_text {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-precaution .__inner_text {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-precaution .__flex_text {
  display: flex;
  align-items: center;
}
.p-precaution .__icon_image {
  display: inline-block;
  width: 4rem;
}

.p-account {
  background-color: #c3d782;
  padding: 2.4rem 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-account .__nick_name,
.p-account .__member_no {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-account .__nick_name span,
.p-account .__member_no span {
  font-weight: 400;
  font-size: 2rem;
  color: #e95513;
}
.p-account .__note {
  font-weight: 400;
  font-size: 1.2rem;
}

.p-stamp {
  background: #c9bc9c;
  overflow: hidden;
}
.p-stamp_sheet {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 2.4rem;
}
.p-stamp_sheet .__stamp_image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
}
.p-stamp_sheet .__item {
  position: relative;
  background: #fff;
  border-radius: 50%;
  padding: 0.8rem;
  width: 10rem;
  height: 10rem;
  margin: auto;
}
.p-stamp_sheet .__item2:before,
.p-stamp_sheet .__item5:before,
.p-stamp_sheet .__item10:before,
.p-stamp_sheet .__item17:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-stamp_sheet .__item2:before {
  background: url(../images/sheet_stamp2.svg) no-repeat center center;
}
.p-stamp_sheet .__item5:before {
  background: url(../images/sheet_stamp5.svg) no-repeat center center;
}
.p-stamp_sheet .__item10:before {
  background: url(../images/sheet_stamp10.svg) no-repeat center center;
}
.p-stamp_sheet .__item17:before {
  background: url(../images/sheet_stamp17.svg) no-repeat center center;
}

.p-present {
  position: relative;
}
.p-present_title {
  position: relative;
  z-index: 2;
}
.p-present_inner {
  position: relative;
  margin-top: -2rem;
  margin-bottom: -2rem;
  background-color: #ffeba5;
  border: 3px solid #f29600;
  border-radius: 1rem;
  padding: 3.6rem 2.4rem 1.6rem;
}
@media (max-width: 767px) {
  .p-present_inner {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.p-present .__image_title {
  width: 80%;
  margin: auto;
}
.p-present .__image_text {
  margin-bottom: calc(1.6rem * 1);
}
.p-present .__image_text2 {
  margin-bottom: calc(1.6rem * 1);
  text-align: center;
}
.p-present .__image_text2 img {
  width: 80%;
}
.p-present .__text {
  font-family: "Murecho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  color: #e95513;
}
.p-present .__5stamp {
  position: relative;
}
.p-present .__5stamp:after {
  content: "";
  position: absolute;
  right: -7rem;
  top: -1rem;
  background: url(../images/icon_5stamp.svg) no-repeat;
  width: 18vw;
  height: 18vw;
}

.p-award {
  position: relative;
  background: url(../images/bg_award.png) no-repeat center center/cover;
  width: 100%;
  max-width: 90vw;
  aspect-ratio: 750/814;
  border: 3px solid #f29600;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
}
.p-award img {
  width: 100%;
  max-width: 80vw;
}
.p-award_btn {
  bottom: 3rem;
}

@media (min-width: 1024px) {
  .p-spot .spot_list {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-spot .spot_list {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-spot .spot_list {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-spot .spot_list .__title {
  color: #fff;
  text-align: left;
  padding: 1.6rem 0.8rem;
  position: relative;
}
.p-spot .spot_list .__title:after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25em;
}
.p-spot .spot_list .__detail {
  border-top: none;
  line-height: 1.6;
  font-size: 1.6rem;
  width: 100%;
}
.p-spot .spot_list .__detail li {
  border-bottom: 1px solid #d7d7d7;
  padding: 1.4rem 2.5em 1.6rem;
  display: block;
  align-items: center;
  position: relative;
  padding-left: 2.5em;
  padding-right: 2.5em;
  width: 100%;
}
.p-spot .spot_list .__detail li:before {
  content: "\e835";
  font-family: "Material Icons";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
.p-spot .spot_list .__detail li.__pass:before {
  content: "\e834";
  font-family: "Material Icons";
}
.p-spot .spot_list .__detail.__spot1 li a:before, .p-spot .spot_list .__detail.__spot1 li a:after {
  color: #c00000;
}
.p-spot .spot_list .__detail.__spot2 li a:before, .p-spot .spot_list .__detail.__spot2 li a:after {
  color: #fffbd0;
}
.p-spot .spot_comment {
  text-align: center;
  font-size: 1.4rem;
}
.p-spot .spot_notice {
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .p-certificate .__image {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-certificate .__image {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-certificate .__image {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-certificate .__image canvas {
  width: 100%;
}

.p-cookie {
  /*----------------------
  	 html base
  ---------------------------------------- */
  /*----------------------
  	 html body
  ---------------------------------------- */
  /*----------------------
  	 header footer
  ---------------------------------------- */
}
.p-cookie html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}
.p-cookie body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  background-color: #eeeeee;
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 400;
}
.p-cookie a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
.p-cookie a:hover {
  opacity: 0.7;
}
.p-cookie button, .p-cookie input, .p-cookie textarea {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, メイリオ, Meiryo, Arimo, sans-serif;
}
.p-cookie input[type=text], .p-cookie textarea, .p-cookie select, .p-cookie input[type=password] {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}
.p-cookie textarea {
  height: 10em;
}
.p-cookie button {
  cursor: pointer;
}
.p-cookie .input_wrap {
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .confirm_form .confirm_inner {
  display: flex;
}
.p-cookie .input_label {
  border-bottom: 1px solid #d7d7d7;
  padding: 0.5em 0;
  margin-bottom: calc(1.6rem * 1);
  display: block;
}
.p-cookie .input_label.__required:before {
  color: #c92339;
}
.p-cookie .input_label .__caption {
  font-size: 80%;
  align-self: center;
  display: inline-block;
  margin-left: 0.5em;
}
.p-cookie .input_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(1.6rem * 0.5);
}
.p-cookie .input_flex {
  display: flex;
  align-items: center;
}
.p-cookie .input_notice {
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 0.8rem;
  background: #c3d782;
  margin-bottom: calc(1.6rem * 1);
}
@media (min-width: 1024px) {
  .p-cookie .input_button {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .input_button {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-cookie .input_button {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-cookie .input_button_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-cookie .input_button_inner {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .input_button_inner {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .input_button_inner {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .icon_list_item {
  display: flex;
}
.p-cookie .icon_list_item:before {
  content: attr(data-icon);
  display: block;
  margin-right: 0.5em;
}
.p-cookie .btn_base {
  color: #fff;
  padding: 1em;
  text-align: center;
  border-radius: 2em;
  display: block;
  width: 100%;
  position: relative;
  font-weight: 700;
}
.p-cookie .btn_base.__unbtn {
  background: none;
}
.p-cookie .btn_base.__arrow_r:after {
  content: "\e5e1";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}
.p-cookie .btn_base.__arrow_l:before {
  content: "\e5e0";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
.p-cookie .btn_base.__login {
  background: #c00000;
}
.p-cookie .btn_base.__disable {
  background: #d7d7d7;
  color: #fff;
  pointer-events: none;
}
.p-cookie .btn_base.__extarnal {
  background: #fff;
  border: 2px solid #fffbd0;
  color: #fffbd0;
}
.p-cookie .btn_base.__extarnal:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.p-cookie .link_button {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-cookie .link_button {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .link_button {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-cookie .link_button {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-cookie .input_normal {
  width: 100% !important;
}
.p-cookie .input_xsmall {
  width: 15% !important;
}
.p-cookie .input_small {
  width: 25% !important;
}
.p-cookie .input_xhalf {
  width: 40% !important;
}
.p-cookie .input_half {
  width: 50% !important;
}
.p-cookie .input_xmiddle {
  width: 65% !important;
}
.p-cookie .input_middle {
  width: 75% !important;
}
@media (max-width: 767px) {
  .p-cookie .input_small {
    width: 40% !important;
  }
}
.p-cookie .form_message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.p-cookie .form_message_inline {
  font-size: 1.4rem;
  padding: 0.5rem 0.75rem;
}
.p-cookie .message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.p-cookie .message_inline {
  font-size: 1.4rem;
  padding: 0.5rem 0.75rem;
}
.p-cookie .success {
  color: #18603a;
  background-color: #d5f1de;
  border-color: #c4ebd1;
}
.p-cookie .error {
  color: #772b35;
  background-color: #fadddd;
  border-color: #f8cfcf;
}
.p-cookie html,
.p-cookie body {
  width: 100%;
}
.p-cookie img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-cookie img {
    max-width: 100%;
  }
}
.p-cookie .ellipsis {
  display: inline-block !important;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.p-cookie .container {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-height: 100vh;
  padding-bottom: calc(1.6rem * 5);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .container {
    padding-bottom: calc(1.6rem * 8);
  }
}
.p-cookie .container.__index {
  background: linear-gradient(180deg, rgba(195, 215, 130, 0) 0%, rgba(195, 215, 130, 0) 90%, #c3d782 90%, #c3d782 100%);
}
.p-cookie .container.__qr {
  background: #c3d782;
  padding-bottom: 0;
}
.p-cookie .header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-cookie .footer {
  background: url(../images/bg_footer.png) no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-cookie .footer_inner {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 3.2rem;
}
.p-cookie .footer_inner li {
  width: 25%;
}
.p-cookie .footer_inner a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 0.8rem;
  height: 10vh;
  color: #fff;
  font-size: 1rem;
}
.p-cookie .footer_icon {
  height: 7vh;
  max-height: 5rem;
}
.p-cookie .contents {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 3vw;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.p-cookie .contents.__xoverflow {
  overflow: visible;
}
.p-cookie .contents.contents_full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-cookie .contents.__qr {
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .p-cookie .contents_inner {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .contents_inner {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .contents_inner {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .contents_inner .__ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 60%;
  max-width: 30rem;
}
.p-cookie .contents .__note {
  line-height: 1.6;
  text-align: center;
}
.p-cookie .deco_heading {
  font-family: "Murecho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #000;
  padding: 1.6rem;
  border-bottom: 2px solid #000;
}
@media (min-width: 1024px) {
  .p-cookie .deco_heading {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .deco_heading {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .deco_heading {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .deco_title {
  font-family: "Murecho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-cookie .deco_title {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .deco_title {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .deco_title {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .deco_title.__small {
  font-size: 1.6rem;
}
.p-cookie .deco_slash {
  display: flex;
  justify-content: space-around;
}
.p-cookie .deco_slash:before, .p-cookie .deco_slash:after {
  content: "";
  width: 2rem;
  height: 1px;
  border-top: 1px solid #000;
  display: block;
  position: relative;
  top: 1rem;
}
.p-cookie .deco_slash:before {
  transform: rotate(75deg);
  margin-left: -0.8rem;
}
.p-cookie .deco_slash:after {
  transform: rotate(-75deg);
  margin-right: -0.8rem;
}
.p-cookie .inner_title {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.p-cookie .contents_border {
  border: 3px solid;
  background: #fff;
  border-radius: 1rem;
  padding: 2.4rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-cookie .contents_border {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .contents_border {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .contents_border {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .contents_border.__with_ribbon {
  padding-top: 3.2rem;
}
.p-cookie .contents_border.__login {
  border-color: #c00000;
}
.p-cookie .contents_radius {
  margin-top: 8rem;
  background: #fff;
  border-radius: 1rem;
  padding: 2.4rem;
  position: relative;
}
.p-cookie .contents_radius.__with_title {
  padding-top: 4.2rem;
}
.p-cookie .contents_radius.__login {
  border-color: #c00000;
}
.p-cookie .contents_radius.__base {
  border-color: #fffbd0;
}
.p-cookie .schedule {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10vw;
}
@media (min-width: 1024px) {
  .p-cookie .schedule {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .schedule {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .schedule {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .account_info {
  background: #c3d782;
  padding: 2.4rem 0;
  margin: 1.6rem;
  text-align: center;
  font-size: 1.4rem;
}
.p-cookie .account_info .__nick_name {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-cookie .account_info .__nick_name span {
  color: #c00000;
  font-size: 2rem;
}
.p-cookie .account_info .__member_no span {
  color: #c00000;
  font-size: 2rem;
}
.p-cookie .account_info .__note {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
}
.p-cookie .account_info .__note .__line {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-cookie .stamp_block {
  background: #c3d782;
}
.p-cookie .stamp_title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.p-cookie .stamp_title img {
  width: calc(65% + 20vw);
}
.p-cookie .stamp_sheet {
  display: grid;
  grid-template-columns: repeat(3, minmax(22%, 22vw));
  justify-content: center;
  gap: 0.8rem 1.6rem;
}
.p-cookie .stamp_sheet .__item {
  width: 22vw;
  height: 22vw;
  max-width: 23rem;
  max-height: 23rem;
  text-align: center;
  background: url(../images/sheet_stamp.svg) no-repeat;
  position: relative;
}
.p-cookie .stamp_sheet .__item img {
  width: 18vw;
  height: 18vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-cookie .stamp_sheet .__item2 {
  background: url(../images/sheet_stamp2.svg) no-repeat;
}
.p-cookie .stamp_sheet .__item5 {
  background: url(../images/sheet_stamp5.svg) no-repeat;
}
.p-cookie .stamp_sheet .__item12 {
  background: url(../images/sheet_stamp12.svg) no-repeat;
}
.p-cookie .stamp_sheet .__item30 {
  background: url(../images/sheet_stamp30.svg) no-repeat;
}
.p-cookie .point_info {
  background: #c3eae8;
  border-radius: 1rem;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-cookie .point_info .__title {
  display: flex;
  align-items: center;
  width: 75%;
}
.p-cookie .point_info .__title img {
  width: 2rem;
  margin-right: 1.6rem;
}
.p-cookie .point_info .__point span {
  font-size: 3.2rem;
  font-weight: 700;
  color: #c00000;
}
.p-cookie .stamp_info {
  background: #fdefe5;
  border-radius: 1rem;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-cookie .stamp_info .__title {
  display: flex;
  align-items: center;
  width: 75%;
}
.p-cookie .stamp_info .__title img {
  width: 2rem;
  margin-right: 1.6rem;
}
.p-cookie .stamp_info .__point span {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fffbd0;
}
@media (min-width: 1024px) {
  .p-cookie .spot_point_info {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .spot_point_info {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .spot_point_info {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .spot_point_info .__note {
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: center;
}
.p-cookie .present_block {
  background: linear-gradient(180deg, rgba(195, 215, 130, 0) 0%, rgba(195, 215, 130, 0) 10%, #c3d782 10%, #c3d782 100%) no-repeat scroll center 10px, url(../images/bg_present.png) no-repeat scroll center 10px;
  background-size: contain;
  padding: 1px 0 0 0;
}
.p-cookie .present_info {
  padding: 1.6rem;
  border: 4px solid;
}
.p-cookie .present_info .__note {
  margin-bottom: calc(1.6rem * 1);
  position: absolute;
  top: 0;
  left: -2rem;
}
.p-cookie .present_info .__note_wrap {
  position: relative;
  height: 6rem;
}
.p-cookie .present_info .__day {
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
}
.p-cookie .present_info .__day img {
  width: auto;
  height: 7rem;
}
.p-cookie .present_info .__day_wrap {
  position: relative;
  height: 9rem;
}
.p-cookie .present_info .__note2 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .present_info .__present_list li.__flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.p-cookie .present_info .__present_list li {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-cookie .present_info .__present_list li .__num {
  width: 20%;
  flex-shrink: 0;
  text-align: right;
}
.p-cookie .present_info .__present_list li .__text {
  line-height: 1.4;
}
.p-cookie .present_info .__present_list li .__image {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-cookie .present_info .__present_list li .__5stamp:after {
  content: "";
  position: absolute;
  right: -7.5rem;
  top: -1rem;
  background: url(../images/icon_5stamp.svg) no-repeat;
  width: 18vw;
  height: 18vw;
}
.p-cookie .award_info {
  background: url(../images/bg_award.png) no-repeat;
  background-size: cover;
  padding: 1.6rem 2.4rem 2.4rem;
  border: 4px solid;
  border-radius: 10px;
}
.p-cookie .award_info.__disable {
  filter: grayscale(100%);
  opacity: 0.7;
}
.p-cookie .award_info .__award_list li {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-cookie .award_info .__award_list li .__image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-cookie .award_info .__award_list li .__5area {
  width: 95%;
}
.p-cookie .award_info .__award_list .__disable {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}
.p-cookie .notice_block .__title {
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  padding: 1.6rem;
  position: relative;
}
.p-cookie .notice_block .__title:after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}
.p-cookie .notice_block .__title.__open:after {
  content: "\e5ce";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}
.p-cookie .notice_block .__detail {
  background: #fff;
  border: 2px solid #000;
  border-top: none;
  line-height: 1.6;
  font-size: 1.4rem;
  padding: 1.6rem;
  display: none;
}
.p-cookie .notice_block .__detail li {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-cookie .notice_block .__inner_text {
  background: #c3d782;
  padding: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-cookie .notice_block .__inner_text {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .notice_block .__inner_text {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .notice_block .__inner_text {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .stamp_notice {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.6;
  padding: 1.6rem;
}
@media (min-width: 1024px) {
  .p-cookie .stamp_notice {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .stamp_notice {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-cookie .stamp_notice {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-cookie .contents_err {
  line-height: 1.6;
  padding: 1.6rem;
}
.p-cookie .notice_text {
  border: 1px solid #c92339;
  border-radius: 6px;
  background: #fff;
  color: #c92339;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
  padding: 0.8rem 0.5em 1em;
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .pass_text {
  border: 1px solid #fffbd0;
  border-radius: 6px;
  color: #fffbd0;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.8rem 0.5em 1em;
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .not_pass_text {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6;
  padding: 0.8rem 0.5rem 1em;
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .get_stamp .__image {
  position: relative;
}
.p-cookie .get_stamp .__name {
  font-size: 2rem;
  font-family: "Murecho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: center;
  font-weight: 700;
  margin-bottom: calc(1.6rem * 1);
  position: absolute;
  bottom: -5px;
  right: 5vw;
  width: 60%;
  line-height: 1.4;
  border: 2px solid;
  padding: 0.2em;
  border-radius: 6px;
}
.p-cookie .get_stamp_info {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.p-cookie .get_stamp_info_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -55%);
}
.p-cookie .get_stamp_info .__icon {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .get_stamp_info .__note {
  text-align: center;
  line-height: 1.6;
  font-size: 1.4rem;
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .get_stamp_info .__exp {
  text-align: center;
  line-height: 1.6;
  margin-bottom: calc(1.6rem * 1.5);
  margin-top: calc(1.6rem * 1.5);
}
.p-cookie .get_stamp_info .__complete {
  text-align: center;
  line-height: 1.6;
  margin-bottom: calc(1.6rem * 1);
  margin-top: calc(1.6rem * 1);
}
.p-cookie .get_stamp_info .__complete_btn {
  padding: 0 10vw;
}
.p-cookie .get_stamp_info_close {
  text-align: center;
  margin-top: calc(1.6rem * 1);
}
.p-cookie .get_stamp_info_close .__close {
  font-size: 3.2rem;
  background: radial-gradient(#fff 40%, transparent 40%);
}
.p-cookie .contents .__note2 {
  text-align: left;
}
@media (min-width: 1024px) {
  .p-cookie .contents .__note2 {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .contents .__note2 {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .contents .__note2 {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .map_pin_exp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.2rem;
}
.p-cookie .map_pin_exp .pin_list {
  padding: 0.5em;
}
.p-cookie .map_pin_exp .pin_list.__spot1 i {
  color: #c00000;
}
.p-cookie .map_pin_exp .pin_list.__spot2 i {
  color: #fffbd0;
}
.p-cookie .gmap {
  width: 100%;
  height: 50vh;
}
.p-cookie .spot_category a {
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 2.4rem 1.6rem;
}
.p-cookie .spot_category .__arrow_r {
  position: relative;
}
.p-cookie .spot_category .__arrow_r:after {
  content: "\e5e1";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}
@media (min-width: 1024px) {
  .p-cookie .spot_list {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .spot_list {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-cookie .spot_list {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-cookie .spot_list .__title {
  color: #fff;
  text-align: left;
  padding: 1.6rem 0.8rem;
  position: relative;
}
.p-cookie .spot_list .__title:after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  font-size: 150%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25em;
}
.p-cookie .spot_list .__title.__open:after {
  content: "\e5ce";
}
.p-cookie .spot_list .__title.__spot1 {
  background: #c00000;
}
.p-cookie .spot_list .__title.__spot2 {
  background: #fffbd0;
}
.p-cookie .spot_list .__detail {
  background: #fff;
  border-top: none;
  line-height: 1.6;
  font-size: 1.6rem;
  width: 100%;
}
.p-cookie .spot_list .__detail li {
  border-bottom: 1px solid #d7d7d7;
  padding: 1.4rem 2.5em 1.6rem;
  display: block;
  align-items: center;
  position: relative;
  padding-left: 2.5em;
  padding-right: 2.5em;
  width: 100%;
}
.p-cookie .spot_list .__detail li:before {
  content: "\e835";
  font-family: "Material Icons";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
.p-cookie .spot_list .__detail li.__pass:before {
  content: "\e834";
  font-family: "Material Icons";
}
.p-cookie .spot_list .__detail.__spot1 li a:before, .p-cookie .spot_list .__detail.__spot1 li a:after {
  color: #c00000;
}
.p-cookie .spot_list .__detail.__spot2 li a:before, .p-cookie .spot_list .__detail.__spot2 li a:after {
  color: #fffbd0;
}
.p-cookie .spot_comment {
  text-align: center;
  font-size: 1.4rem;
}
.p-cookie .login_btn_block {
  padding: 2.4rem 0;
  text-align: center;
  font-size: 1.4rem;
}
.p-cookie .precautions_inner {
  padding: 1.6rem;
}
.p-cookie .precautions .__title {
  margin-bottom: calc(1.6rem * 0.5);
}
.p-cookie .precautions .__detail {
  line-height: 1.4;
  font-size: 1.4rem;
  padding: 0.5em 0 1em;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: calc(1.6rem * 1);
}
@media (min-width: 1024px) {
  .p-cookie .precautions .__list {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .precautions .__list {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-cookie .precautions .__list {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-cookie .precautions .__subtitle {
  color: #fffbd0;
}
.p-cookie .precautions .__inner_text {
  background: #c3d782;
  padding: 1.6rem;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .p-cookie .precautions .__inner_text {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-cookie .precautions .__inner_text {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-cookie .precautions .__inner_text {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-cookie .precautions .__flex_text {
  display: flex;
  align-items: center;
}
.p-cookie .precautions .__icon_image {
  display: inline-block;
  width: 4rem;
}
.p-cookie .precautions .__orange:before {
  color: #fffbd0;
}
.p-cookie .precautions .__green:before {
  color: #c00000;
}
.p-cookie .cookie .__note {
  text-align: left;
}
.p-cookie .link_line {
  text-decoration: underline;
}
.p-cookie .type_title {
  background: #c00000;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .tab_btn {
  width: 50%;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #fff;
  color: #c00000;
  background: #fff;
  cursor: pointer;
}
.p-cookie .tab_btn_wrap {
  display: flex;
}
.p-cookie .tab_btn.__active {
  background: #c00000;
  color: #fff;
}
.p-cookie .tab_target {
  display: none;
}
.p-cookie .tab_target.__active {
  display: block;
}
.p-cookie .faq_list {
  line-height: 1.6;
}
.p-cookie .faq_list .__group {
  margin-bottom: calc(1.6rem * 1);
  border-bottom: 1px solid #d7d7d7;
}
.p-cookie .faq_list .__title {
  font-weight: 700;
  padding: 0 0 0.8rem 0;
}
.p-cookie .faq_list .__detail {
  padding: 0 0 0.8rem 0;
}
.p-cookie .faq_list .__detail .__answer {
  color: #c92339;
}
.p-cookie .kanso .__exp {
  text-align: left;
  line-height: 1.6;
  margin-bottom: calc(1.6rem * 1);
}
.p-cookie .kanso .__image canvas {
  width: 100%;
}
.p-cookie .route_title {
  padding-bottom: 0.5em;
}

.p-get_stamp_notice {
  text-align: center;
  line-height: 1.6;
  padding: 1.6rem;
}
.p-get_stamp .__image {
  position: relative;
}
.p-get_stamp .__name {
  font-size: 2rem;
  font-family: "Murecho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: left;
  font-weight: 700;
  margin-bottom: calc(1.6rem * 1);
  position: absolute;
  bottom: -5px;
  right: 5vw;
  width: 60%;
  line-height: 1.4;
  border: 2px solid #f29600;
  padding: 0.2em;
  border-radius: 6px;
  background: #ffeba5;
}
.p-get_stamp_info {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.p-get_stamp_info_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -55%);
}
.p-get_stamp_info .__icon {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(1.6rem * 1);
}
.p-get_stamp_info .__note {
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-bottom: calc(1.6rem * 1);
}
.p-get_stamp_info .__exp {
  text-align: center;
  line-height: 1.2;
  margin-bottom: calc(1.6rem * 1.5);
  margin-top: calc(1.6rem * 1.5);
}
.p-get_stamp_info .__complete {
  text-align: center;
  line-height: 1.2;
  margin-bottom: calc(1.6rem * 1);
  margin-top: calc(1.6rem * 1);
}
.p-get_stamp_info .__complete_btn {
  padding: 0 10vw;
}
.p-get_stamp_info_close {
  text-align: center;
  margin-top: calc(1.6rem * 1);
}
.p-get_stamp_info_close .__close {
  font-size: 3.2rem;
  background: radial-gradient(#fff 40%, transparent 40%);
}

.p-link_remark {
  padding: 1em 0.5em;
}

.message_section {
  margin-bottom: 1.6rem;
}

.form_message,
.message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  width: 100%;
}

.message_inline {
  font-size: 1.4rem;
  padding: 0.5rem 0.75rem;
}

.success {
  color: #18603a;
  background-color: #d5f1de;
  border-color: #c4ebd1;
}

.error {
  color: #772b35;
  background-color: #fadddd;
  border-color: #f8cfcf;
}

.contents_err {
  line-height: 1.6;
  padding: 1.6rem;
}

@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .event_consent.sp_only {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none;
  }
  .pc_only {
    display: none;
  }
}
.ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hp_mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_mb0 {
    margin-bottom: 0rem !important;
  }
}

.hp_mt0 {
  margin-top: 0rem !important;
}

.hp_pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .hp_pb0 {
    padding-bottom: 0rem !important;
  }
}

.hp_mb10 {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb10 {
    margin-bottom: 0.8rem !important;
  }
}

.hp_mt10 {
  margin-top: 1.6rem !important;
}

.hp_pb10 {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb10 {
    padding-bottom: 0.8rem !important;
  }
}

.hp_mb20 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb20 {
    margin-bottom: 1.6rem !important;
  }
}

.hp_mt20 {
  margin-top: 3.2rem !important;
}

.hp_pb20 {
  padding-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb20 {
    padding-bottom: 1.6rem !important;
  }
}

.hp_mb30 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb30 {
    margin-bottom: 2.4rem !important;
  }
}

.hp_mt30 {
  margin-top: 4.8rem !important;
}

.hp_pb30 {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb30 {
    padding-bottom: 2.4rem !important;
  }
}

.hp_mb40 {
  margin-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb40 {
    margin-bottom: 3.2rem !important;
  }
}

.hp_mt40 {
  margin-top: 6.4rem !important;
}

.hp_pb40 {
  padding-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb40 {
    padding-bottom: 3.2rem !important;
  }
}

.hp_mb50 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_mb50 {
    margin-bottom: 4rem !important;
  }
}

.hp_mt50 {
  margin-top: 8rem !important;
}

.hp_pb50 {
  padding-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .hp_pb50 {
    padding-bottom: 4rem !important;
  }
}

.hp_mb60 {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_mb60 {
    margin-bottom: 4.8rem !important;
  }
}

.hp_mt60 {
  margin-top: 9.6rem !important;
}

.hp_pb60 {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .hp_pb60 {
    padding-bottom: 4.8rem !important;
  }
}

.hp_mb70 {
  margin-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_mb70 {
    margin-bottom: 5.6rem !important;
  }
}

.hp_mt70 {
  margin-top: 11.2rem !important;
}

.hp_pb70 {
  padding-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .hp_pb70 {
    padding-bottom: 5.6rem !important;
  }
}

.hp_mb80 {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_mb80 {
    margin-bottom: 6.4rem !important;
  }
}

.hp_mt80 {
  margin-top: 12.8rem !important;
}

.hp_pb80 {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .hp_pb80 {
    padding-bottom: 6.4rem !important;
  }
}

.hp_mb90 {
  margin-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_mb90 {
    margin-bottom: 7.2rem !important;
  }
}

.hp_mt90 {
  margin-top: 14.4rem !important;
}

.hp_pb90 {
  padding-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .hp_pb90 {
    padding-bottom: 7.2rem !important;
  }
}

.hp_mb100 {
  margin-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_mb100 {
    margin-bottom: 8rem !important;
  }
}

.hp_mt100 {
  margin-top: 16rem !important;
}

.hp_pb100 {
  padding-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .hp_pb100 {
    padding-bottom: 8rem !important;
  }
}

.-mb5 {
  margin-bottom: 0.5rem !important;
}

.-mb10 {
  margin-bottom: 1rem !important;
}

.-mb20 {
  margin-bottom: 2rem !important;
}

.-mt5 {
  margin-top: 0.5rem !important;
}

.-mt10 {
  margin-top: 1rem !important;
}

.-mt20 {
  margin-top: 2rem !important;
}

.-tac {
  text-align: center;
}

.hp_bold {
  font-weight: 700;
}

.hp_white {
  color: #fff;
}

.hp_black {
  color: #000;
}

.hp_tac {
  text-align: center;
}

@media (max-width: 767px) {
  .hp_sp_tal {
    text-align: left;
  }
}

.hp_tal {
  text-align: left;
}

@media (max-width: 767px) {
  .hp_sp_padding {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.hp_bg_white {
  background: #fff;
}
.hp_bg_white .__note {
  color: #000;
}

.hp_bg_radius {
  border-radius: 1.4rem;
}

.hp_contents_padding {
  padding: 2.4rem;
}

.hp_image_org_width img {
  width: auto !important;
}

.hp_fontL {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .hp_fontL {
    font-size: 1.8rem;
  }
}

.hp_fontS {
  font-size: 80%;
}

.hp_notice {
  font-size: 80%;
}

.hp_hide {
  display: none;
}