@charset "UTF-8";
/* *********************************************
  Common
********************************************* */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap");
/* *********************************************
  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;
}

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;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

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

img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pc_bg {
    margin: 0;
    padding-top: 0;
  }
}
/* *********************************************
  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%;
}

/* *********************************************
  Index
********************************************* */
.index {
  font-size: min(4.27vw, 32px);
}
.index .title {
  display: grid;
  place-items: center;
  width: 90%;
  margin: 5% auto 2.5%;
}
.index .title img {
  width: 90%;
}
.index .about {
  margin-bottom: 5%;
}
.index .slide_banner {
  position: relative;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.index .slide_banner .slide_banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  overflow: hidden;
}
.index .slide_banner .slide_banner_list .banner {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.index .slide_banner .slide_banner_list .banner img {
  padding: 0.1%;
}
.index .slide_banner .slide_banner_list.single {
  display: block;
  margin-bottom: 5%;
}
.index .dots {
  text-align: center;
  margin: 0 auto 2%;
}
.index .dots .dot {
  display: inline-block;
  width: min(1.6vw, 12px);
  height: min(1.6vw, 12px);
  background-color: #ccc;
  border-radius: 50%;
  margin: 1% 2%;
  cursor: pointer;
}
.index .dots .dot.active {
  background-color: #fbc53e;
}
.index .sec_title {
  width: 95%;
  margin: 0 auto;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: min(5.34vw, 40px);
  font-weight: 800;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.index .gashapon_area .gashapon_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  list-style: none;
}
.index .gashapon_area .gashapon_list .gashapon {
  margin: 0 -0.5px;
  padding-top: 15%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(238, 208, 99)), color-stop(15%, rgb(238, 208, 99)), color-stop(15%, rgb(247, 232, 177)), color-stop(22%, rgb(236, 204, 97)), color-stop(22%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgb(238, 208, 99) 0%, rgb(238, 208, 99) 15%, rgb(247, 232, 177) 15%, rgb(236, 204, 97) 22%, rgb(255, 255, 255) 22%, rgb(255, 255, 255) 100%);
}
.index .gashapon_area .gashapon_list .gashapon:has(.new_p), .index .gashapon_area .gashapon_list .gashapon:has(.new_p) + .empty, .index .gashapon_area .gashapon_list .gashapon:has(.new_p) + .empty + .empty, .index .gashapon_area .gashapon_list .gashapon:has(.new_a), .index .gashapon_area .gashapon_list .gashapon:has(.new_a) + .empty, .index .gashapon_area .gashapon_list .gashapon:has(.new_a) + .empty + .empty, .index .gashapon_area .gashapon_list .gashapon:has(.limited), .index .gashapon_area .gashapon_list .gashapon:has(.limited) + .empty, .index .gashapon_area .gashapon_list .gashapon:has(.limited) + .empty + .empty {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(238, 208, 99)), color-stop(13.48%, rgb(238, 208, 99)), color-stop(13.48%, rgb(247, 232, 177)), color-stop(19.78%, rgb(236, 204, 97)), color-stop(19.78%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgb(238, 208, 99) 0%, rgb(238, 208, 99) 13.48%, rgb(247, 232, 177) 13.48%, rgb(236, 204, 97) 19.78%, rgb(255, 255, 255) 19.78%, rgb(255, 255, 255) 100%);
}
.index .gashapon_area .gashapon_list .gashapon.empty {
  height: 100%;
  padding-top: 0;
}
.index .gashapon_area .gashapon_list .gashapon .gashapon_title {
  min-height: 2.5em;
  margin-bottom: 3%;
  padding: 0 0.25em;
  font-size: min(3.74vw, 28px);
  font-weight: bold;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.index .gashapon_area .gashapon_list .gashapon .gashapon_title.centered {
  display: grid;
  place-items: center;
  min-height: 2.5em;
  text-align: center;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.index .gashapon_area .gashapon_list .gashapon .gashapon_title.new_p::before, .index .gashapon_area .gashapon_list .gashapon .gashapon_title.new_a::before, .index .gashapon_area .gashapon_list .gashapon .gashapon_title.limited::before {
  content: "";
  display: block;
  width: 100%;
  height: 2em;
  margin-bottom: 0.5em;
}
.index .gashapon_area .gashapon_list .gashapon .gashapon_title.new_p.centered, .index .gashapon_area .gashapon_list .gashapon .gashapon_title.new_a.centered, .index .gashapon_area .gashapon_list .gashapon .gashapon_title.limited.centered {
  place-items: start center;
  min-height: 5em;
}
.index .gashapon_area .gashapon_list .gashapon .gashapon_title.new_p::before {
  background: url("../img/index/icon_new_product.png") no-repeat center/contain;
}
.index .gashapon_area .gashapon_list .gashapon .gashapon_title.new_a::before {
  background: url("../img/index/icon_new_arrival.png") no-repeat center/contain;
}
.index .gashapon_area .gashapon_list .gashapon .gashapon_title.limited::before {
  background: url("../img/index/icon_limited.png") no-repeat center/contain;
}
.index .gashapon_area .gashapon_list .gashapon .play_btn {
  display: block;
  width: 72%;
  margin: 9% auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 100vh;
  background: #000;
}
.index .gashapon_area .gashapon_list .gashapon .play_btn::after {
  content: "";
  display: inline-block;
  margin-left: 0.25em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.6em solid #fff;
}
.index .gashapon_area .show_more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5% auto 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125em;
  font-weight: 800;
  border: none;
  outline: none;
  background: none;
}
.index .banner_area {
  width: 95%;
  margin: 10% auto 0;
}
.index .banner_area a {
  display: block;
}
.index .banner_area a:not(:first-of-type) {
  margin: 5% auto;
}

#modal_img_viewer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100dvh;
  place-items: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#modal_img_viewer .modal_contents {
  height: 90dvh;
}
#modal_img_viewer .modal_contents .view_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.75em 1.125em;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(rgb(214, 186, 85)), color-stop(50%, rgb(237, 208, 100)), color-stop(50%, rgb(237, 208, 100)), to(rgb(220, 165, 1)));
  background: linear-gradient(to right, rgb(214, 186, 85), rgb(237, 208, 100) 50%, rgb(237, 208, 100) 50%, rgb(220, 165, 1));
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
}
#modal_img_viewer .modal_contents .view_img {
  display: block;
  height: 75dvh;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 4%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}

/* *********************************************
  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: 769px) {
  #page_top {
    left: 0;
    right: 0;
    margin: 0 auto;
    translate: 330px 0;
  }
}/*# sourceMappingURL=style.css.map */