@charset "UTF-8";
/* *********************************************
  reset(ress)
********************************************* */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* *********************************************
  common
********************************************* */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2b2b2b;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: min(4.27dvw, 32px);
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

#wrapper {
  max-width: 768px;
  margin: auto;
}

/* *********************************************
  variable
********************************************* */
/* *********************************************
  mixin
********************************************* */
/* Media Queries */
/* *********************************************
  header
********************************************* */
header .gm_logo {
  display: grid;
  place-items: center;
  height: min(13.4vw, 92px);
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
header .gm_logo img {
  width: 40%;
}
header .ad {
  margin: 10px auto;
  text-align: center;
}

/* *********************************************
  footer
********************************************* */
.footer_gm_link {
  padding-top: 5%;
  text-align: center;
  background: white;
}
.footer_gm_link a {
  color: #f5a525;
  font-weight: bold;
}

footer {
  padding: 8% 0;
  background: white;
}
footer .gm_logo {
  display: block;
  width: 40%;
  margin: 0 auto 8%;
  text-align: center;
}
footer .sns {
  margin: 0 auto 6%;
  text-align: center;
}
footer .sns li {
  display: inline-block;
  width: min(10.14vw, 76px);
  height: min(10.14vw, 76px);
  margin: 0 2%;
  border-radius: 50%;
}
footer .sns li.icon_fb {
  background: #254887;
}
footer .sns li.icon_x {
  background: #111;
}
footer .text_link {
  margin-bottom: 5%;
  text-align: center;
  font-size: 0.75em;
}
footer .text_link li {
  display: inline-block;
  margin: 0 0.5em;
}
footer .text_link li a {
  color: #c2b285;
  text-decoration: none;
}
footer .copyright {
  font-size: 0.6875em;
  text-align: center;
  color: #696869;
}

/* Return Top Btn */
#page_top {
  display: none;
  opacity: 0.35;
  position: fixed;
  bottom: 4%;
  right: 3%;
  width: min(11.2vw, 76px);
  height: min(11.2vw, 76px);
}
@media screen and (min-width: 768px) {
  #page_top {
    left: 0;
    right: 0;
    margin: 0 auto;
    translate: 330px 0;
  }
}

/* *********************************************
  main
********************************************* */
main {
  padding: 5% 2.5% 10%;
  background: url("../img/bg_img.png") center top/100% repeat-y;
}
main .gm_event_link .gm_event_title {
  margin-bottom: 6%;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(64, 64, 64, 0.15));
          filter: drop-shadow(2px 2px 3px rgba(64, 64, 64, 0.15));
}
main .gm_event_link.focus {
  padding: 16% 3% 0;
}
main .gm_event_link.focus .event {
  position: relative;
  margin-bottom: 25%;
  padding: 5% 3% 8%;
  border-radius: min(1.34vw, 10px);
  background: #fff;
}
main .gm_event_link.focus .event:last-of-type {
  margin-bottom: 16%;
}
main .gm_event_link.focus .event .event_title {
  translate: 0 -65%;
}
main .gm_event_link.focus .event .event_img {
  display: block;
  margin-top: -19%;
}
main .gm_event_link.focus .event .acc_box {
  display: none;
}
main .gm_event_link.focus .event .acc_box.opened {
  display: block;
}
main .gm_event_link.focus .event .acc_box.opened .event_link {
  margin-bottom: 0.5em;
}
main .gm_event_link.focus .event .acc_box .event_text {
  margin: 0.5em 0 1em;
  color: #2b2b2b;
  font-weight: bold;
}
main .gm_event_link.focus .event .acc_box .event_text span {
  color: #ea346c;
}
main .gm_event_link.focus .event .acc_box .notice {
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 1.5em;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  text-indent: -1em;
  background: #57910a;
}
main .gm_event_link.focus .event .acc_box .event_link {
  display: block;
  width: 80%;
  margin: 0 auto 1em;
  text-decoration: none;
  border-radius: min(3.2vw, 24px);
}
main .gm_event_link.focus .event .acc_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 58%;
  margin: 0 auto;
  translate: 0 50%;
}
main .gm_event_link.normal .gm_event_title {
  padding-top: 4%;
}
main .gm_event_link.normal a {
  display: block;
  margin-bottom: 3%;
}
main .gm_event_link.large .gm_event_title {
  padding-top: 2%;
}
main .gm_event_link.large a {
  display: block;
  margin-bottom: 2%;
}
main .select_btn_wrap .select_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
main .select_btn_wrap .select_btn_list li {
  width: 18%;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(64, 64, 64, 0.15));
          filter: drop-shadow(2px 2px 3px rgba(64, 64, 64, 0.15));
  cursor: pointer;
}
main .select_btn_wrap .type_all {
  padding: 5% 0 3%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(64, 64, 64, 0.15));
          filter: drop-shadow(2px 2px 3px rgba(64, 64, 64, 0.15));
  cursor: pointer;
}
main .store_list {
  margin: 0 auto;
  padding-bottom: 5%;
}
main .store_list a {
  display: block;
  margin-bottom: 3%;
}/*# sourceMappingURL=style.css.map */