@charset "UTF-8";
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

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

html {
  cursor: default;
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: auto;
  opacity: 0.3;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

@keyframes showImg {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
html,
body {
  min-width: 100%;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  transition: margin-top 0.3s ease-out;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-family: "A1 Gothic R", -apple-system, BlinkMacSystemFont, Gotham, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-break: normal;
}

img {
  max-width: 100%;
}
@media (max-width: 769px) {
  img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 769px) {
  br:not(.sp) {
    display: none;
  }
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
small,
a {
  margin: 0;
  padding: 0;
  position: relative;
}

th {
  font-weight: normal;
}

a {
  color: currentColor;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[target=new]::after, a[target=_new]::after, a[target=_blank]::after {
  font-family: Hobonichi-Icons;
  content: "\e914";
  font-weight: 400;
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
  margin-left: 5px;
  margin-right: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

input[type=email] {
  width: 100%;
}

button {
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

*:focus {
  outline: none;
}

.moicon {
  display: flex;
  align-items: center;
}

.btn-next,
.btn-prev {
  color: #9fa0a0;
  min-width: 3rem;
  font-size: 2.4rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-next::after,
.btn-prev::after {
  content: none;
}

.hidden {
  display: none;
}

.hiddenString {
  font-family: A1 Gothic M;
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

header {
  z-index: 1000;
  width: 100%;
  background-color: #e50012;
  position: sticky;
  top: 0;
  left: 0;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  header {
    height: initial;
  }
}
header a {
  text-decoration: none;
}
header .header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  header .header-content {
    gap: 2.4rem;
    margin-right: min(2vw, 80px);
    margin-left: min(2vw, 80px);
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
header .header-logo {
  width: 48%;
  max-width: 222px;
  margin-right: auto;
  transition: all 0.3s ease;
  padding-left: 14px;
}
header .header-logo img {
  width: auto;
  height: 30px;
}
@media (min-width: 769px) {
  header .header-logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 769px) {
  header .header-nav {
    position: fixed;
    right: 0;
    top: 54px;
    width: 70%;
    background-color: #fff;
    color: #e50012;
    padding: 20px;
    border-left: 1px solid #e50012;
    border-bottom: 1px solid #e50012;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  header .header-nav.active {
    transform: translateX(0%);
  }
}
@media (min-width: 769px) {
  header .header-nav {
    color: #fff;
  }
}
header .header-nav li {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  header .header-nav li {
    display: flex;
    align-items: center;
    margin-top: initial;
    margin-bottom: initial;
  }
  header .header-nav li:not(:last-child)::after {
    font-family: "moicon4";
    color: #fff;
    content: "\ea0d";
    font-size: 1.2em;
    margin-right: 0.2em;
    margin-left: 0.2em;
  }
}
@media (min-width: 769px) {
  header .header-nav-menu {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  header .header-nav-hobo {
    display: none;
  }
}
header .header-nav-hobo li:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}
header .header-nav-hobo li:nth-child(2) a {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .header-nav-hobo li:nth-child(2) a:before {
  font-size: 2.4rem;
}
header .header-nav-hobo li:nth-child(2) a:after {
  content: none;
}
header .header-nav-hobo li:nth-child(3) img {
  width: 148px;
}
header .btn-spmenu {
  position: relative;
  width: 54px;
  height: 54px;
}
@media (min-width: 769px) {
  header .btn-spmenu {
    display: none;
  }
}
header .btn-spmenu span {
  position: absolute;
  left: 15px;
  width: 24px;
  height: 4px;
  background-color: #fff;
  transition: all 0.3s;
  box-sizing: border-box;
  display: inline-block;
}
header .btn-spmenu span:nth-of-type(1) {
  top: 15px;
}
header .btn-spmenu span:nth-of-type(2) {
  top: 25px;
}
header .btn-spmenu span:nth-of-type(3) {
  top: 35px;
}
header .btn-spmenu.active span {
  width: 32px;
}
header .btn-spmenu.active span:nth-of-type(1) {
  transform: translateY(10px) translateX(-4px) rotate(40deg);
}
header .btn-spmenu.active span:nth-of-type(2) {
  opacity: 0;
}
header .btn-spmenu.active span:nth-of-type(3) {
  transform: translateY(-10px) translateX(-4px) rotate(-40deg);
}

.header-nav-lang {
  display: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: space-around;
  line-height: 1;
  font-size: 1.1rem;
  padding: 0.2em 0.8em;
  text-decoration: none;
  width: fit-content;
}
@media (min-width: 769px) {
  .header-nav-lang {
    margin-right: 14px;
  }
}
[data-lang] .header-nav-lang {
  display: flex;
}
.header-nav-lang span {
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.header-nav-lang span:not(:last-child)::after {
  font-family: "moicon4";
  color: #fff;
  content: "\ea0d";
  font-size: 1.2em;
}
[lang=ja] .header-nav-lang .ja {
  opacity: 1;
}
[lang=en] .header-nav-lang .en {
  opacity: 1;
}

footer {
  border-top: 1px solid #e50012;
  color: #e50012;
  font-family: "A1 Gothic M";
  padding-top: 35px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer .share-icon::before {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5em;
}
footer a {
  text-decoration: none;
}
footer h2 {
  font-size: 1.4rem;
}
footer .footer-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  footer .footer-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-contents {
    flex-wrap: nowrap;
  }
}
footer .footer-logo,
footer .footer-notes,
footer .footer-copyright {
  grid-column: 1/3;
}
@media (min-width: 769px) {
  footer .footer-logo,
  footer .footer-notes,
  footer .footer-copyright {
    grid-column: initial;
  }
}
footer .footer-logo {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  footer .footer-logo {
    grid-row: 1/3;
    max-width: 10rem;
  }
}
footer .footer-menu {
  font-size: 1.4rem;
  white-space: nowrap;
  grid-row: 2/4;
}
@media (min-width: 769px) {
  footer .footer-menu {
    grid-row: initial;
    grid-row: 1/3;
  }
}
footer .footer-menu ul {
  display: grid;
  gap: 4px;
}
footer .footer-menu li a:before {
  content: "＞";
  display: inline;
  font-family: "YuGothic";
}
footer .footer-contact {
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  footer .footer-contact .footer-contact-twitter {
    font-size: 1rem;
  }
}
footer .footer-share {
  grid-column-start: 2;
}
@media (min-width: 769px) {
  footer .footer-share {
    grid-column-start: initial;
  }
}
footer .footer-share h2 {
  margin-bottom: 5px;
}
footer .footer-share a:after {
  content: none;
}
footer .footer-contact,
footer .footer-share {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  footer .footer-contact,
  footer .footer-share {
    grid-row: 1/3;
  }
}
footer .footer-contact ul,
footer .footer-share ul {
  display: grid;
  gap: 10px;
}
footer .footer-company {
  font-size: 1rem;
}
@media (max-width: 769px) {
  footer .footer-company {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  footer .footer-company {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 769px) {
  footer .footer-company ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.5em;
  }
  footer .footer-company ul li:not(:first-child)::before {
    content: "／";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
@media (min-width: 769px) {
  footer .footer-company ul {
    list-style: initial;
    display: grid;
    gap: 5px;
  }
}
footer .footer-copyright {
  font-family: "A1 Gothic R";
  text-align: center;
}
@media (min-width: 769px) {
  footer .footer-copyright {
    grid-column-start: 5;
    text-align: left;
  }
}
footer .footer-copyright img {
  width: 50vw;
  max-width: 148px;
  margin-bottom: 8px;
}
footer .footer-copyright svg {
  color: #071D49;
  width: min(24%, 120px);
  aspect-ratio: 80/36;
  margin-bottom: 8px;
}
footer .footer-copyright small {
  font-size: 1rem;
}
@media (min-width: 769px) {
  footer .footer-copyright small {
    display: block;
  }
}

.widgets {
  width: 88%;
  max-width: 98rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 769px) {
  .widgets {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.widgets .caption {
  width: 100%;
}
.widgets h2 {
  margin-left: 5%;
  font-size: 2rem;
  font-family: "A1 Gothic M";
}
@media (min-width: 769px) {
  .widgets h2 {
    margin-left: 4.5rem;
  }
}

.widget {
  margin-top: 5.2rem;
  margin-bottom: 5.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
}
.widget > div {
  width: 100%;
}

[lang=ja] #widget-entries .date {
  display: none;
}

.widget-swiper {
  display: flex;
  width: 100%;
}
.widget-swiper .swiper-container {
  width: calc(100% - 9rem);
  overflow: hidden;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .widget-swiper .btn-next,
  .widget-swiper .btn-prev {
    font-size: 3rem;
  }
}
.widget-swiper.swiper-text {
  margin-top: 0.5rem;
}
.widget-swiper.swiper-text .btn-next,
.widget-swiper.swiper-text .btn-prev {
  pointer-events: none;
  visibility: hidden;
}
.widget-swiper.swiper-text span {
  display: inline-block;
}
.widget-swiper ul {
  list-style: none;
}
.widget-swiper img {
  border: 1px solid #acadad;
}
.widget-swiper a {
  text-decoration: none;
  color: #727171;
}

.btn-widget {
  border: 2px solid #e50012;
  color: #e50012;
  text-align: center;
  padding: 8px 24px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  align-self: center;
}

.tags {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.4rem;
  font-size: 1.2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  white-space: nowrap;
}
.tags .tag {
  border: 1px solid currentColor;
  background-color: #fff;
  padding: 0.1rem 0.8rem;
  color: #e50012;
}
.tags .tag.tag-green {
  color: #228f38;
}
.tags .tag.tag-blue {
  color: #036e9b;
}

.list {
  list-style: none;
  display: flex;
  gap: 1.6rem;
}
.news-topic .list {
  flex-direction: column;
}
.list a {
  text-decoration: none;
  position: relative;
  display: block;
}
.list .thumb {
  border: 1px solid #acadad;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}
.list .ttl,
.list .name {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .list .ttl,
  .list .name {
    font-size: 1.5rem;
  }
}
.list p {
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .list p {
    font-size: 1.4rem;
  }
}
.list p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.list .date,
.list .price-wrapper {
  display: block;
  color: #727171;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .list .date,
  .list .price-wrapper {
    font-size: 1.3rem;
  }
}

.list-pagenation {
  font-family: A1 Gothic M;
  color: #727171;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.list-pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-pagenation li {
  justify-content: center;
}
@media (max-width: 769px) {
  .list-pagenation li {
    min-width: 1.6em;
  }
}
@media (min-width: 769px) {
  .list-pagenation li {
    min-width: 2em;
  }
}
.list-pagenation li,
.list-pagenation a {
  display: flex;
  align-items: center;
}
.list-pagenation a {
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.list-pagenation .active {
  color: #333;
}
@media (min-width: 769px) {
  .list-pagenation .shop-nav-prev,
  .list-pagenation .shop-nav-next {
    margin-right: 2em;
    margin-left: 2em;
  }
}
.list-pagenation .shop-nav-prev.disabled,
.list-pagenation .shop-nav-next.disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 769px) {
  .list-pagenation .shop-nav-prev {
    margin-right: 1.2em;
  }
}
@media (max-width: 769px) {
  .list-pagenation .shop-nav-next {
    margin-left: 1.2em;
  }
}

.ribbon::before, .ribbon::after {
  position: absolute;
  pointer-events: none;
  z-index: 100;
}
.ribbon::before {
  content: "";
  bottom: 0;
  left: 0;
  border-top: 7rem solid transparent;
  border-left: 7rem solid #e50012;
}
.ribbon::after {
  display: block;
  bottom: 8px;
  left: 2px;
  font-size: 1.6rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.ribbon.ribbon-new::after {
  content: "NEW!";
}

.btn-link {
  border: 2px solid #e50012;
  color: #e50012;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  width: 72%;
  max-width: 24rem;
  margin: 2rem auto;
}

.share-icon {
  display: flex;
  align-items: center;
}
.share-icon::before {
  content: "";
  display: inline-block;
  background-size: cover;
}
.twitter .share-icon::before {
  background-image: url(/mother_project/img/icon_x.svg);
}
.facebook .share-icon::before {
  background-image: url(/mother_project/img/icon_fb.svg);
}
.line .share-icon::before {
  background-image: url(/mother_project/img/icon_line.svg);
}

hr {
  border: none;
  border-top: 1px solid #e50012;
  width: 100%;
  margin: 6rem auto;
}

main section,
aside section {
  width: 88%;
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
main hr,
aside hr {
  max-width: 100rem;
}
main h2,
aside h2 {
  font-family: A1 Gothic M;
  font-size: 2.4rem;
}

@media (min-width: 769px) {
  .heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.heading h1,
.heading h2 {
  font-size: 2.3rem;
  font-family: A1 Gothic M;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 769px) {
  .heading h1,
  .heading h2 {
    font-size: 2.8rem;
  }
}
.heading p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 769px) {
  .heading p {
    font-size: 1.4rem;
  }
}
.heading small {
  display: block;
}
.heading::after {
  content: "";
  background-size: contain;
  display: block;
}
@media (max-width: 769px) {
  .heading::after {
    height: 6rem;
    width: 100%;
    background-position: center;
  }
}
@media (min-width: 769px) {
  .heading::after {
    height: 8rem;
    aspect-ratio: 2/1;
    background-position: center right;
    margin-bottom: 1.6rem;
  }
}
.heading.heading-news::after {
  background-image: url(/mother_project/news/img/news_game_img_0.png);
}
.heading.heading-entry::after {
  background-image: url(/mother_project/entry/img/entry_game_img_0.png);
}
.heading.heading-about::after {
  background-image: url(/mother_project/img/top/about_game_img_0.png);
}
.heading.heading-subscribe::after {
  background-image: url(/mother_project/img/top/mm_game_img_0.png);
}
.heading.heading-shop-items::after {
  background-image: url(/mother_project/items/img/items_game_img_0.png);
}
@media (min-width: 769px) {
  .heading.heading-shop-items::after {
    height: 14rem;
    margin-bottom: initial;
  }
}
.heading.heading-shop-techo::after, .heading.heading-shop-other::after {
  height: initial;
}

.news .list {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 769px) {
  .news .list {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 3.2rem;
  }
}

.entry .list {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 769px) {
  .entry .list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 3.2rem;
  }
}
@media (min-width: 769px) {
  .entry .list-item:nth-child(-n+5) {
    flex: 1 1 calc((100% - 3.2rem) / 2);
  }
  .entry .list-item:nth-child(n+6) {
    flex: 1 1 calc((100% - 6.4rem) / 3);
    max-width: calc((100% - 6.4rem) / 3);
  }
}
.entry .year {
  font-size: 1.3rem;
  color: #727171;
  display: block;
}

.shop {
  /* global-e */
  /* list */
}
.shop .shop-items-notice {
  margin-top: 1em;
  display: block;
  font-size: 1.2rem;
  color: #878686;
}
@media (max-width: 769px) {
  .shop .shop-items-notice {
    font-size: 1.4rem;
    margin-right: 1em;
  }
}
.shop .heading {
  position: relative;
}
.shop .ge-flag {
  position: absolute;
  top: 0;
  right: 0;
}
.shop .ge-flag a {
  text-decoration: none;
}
.shop #GlobaleFreeShippingBannerContainer {
  display: none;
}
.shop .shop-items .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 769px) {
  .shop .shop-items .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.shop .shop-items .thumb {
  aspect-ratio: 1/1;
}
.shop .list-category {
  display: none;
  font-size: 1.5rem;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
@media (min-width: 769px) {
  .shop .list-category {
    display: block;
  }
}
.shop .list-category ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.shop .list-category .active a {
  background-color: #878686;
  color: #fff;
}
.shop .list-category a {
  display: block;
  cursor: pointer;
  user-select: none;
  border: 1px solid currentColor;
  padding-top: 0.1em;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 3em;
  color: #878686;
}
.shop .sort-options {
  font-size: 1.5rem;
  color: #878686;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 2rem;
}
@media (min-width: 769px) {
  .shop .sort-options {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .shop .sort-options .sort-options-category {
    display: none;
  }
}
.shop .sort-options .select-wrapper {
  position: relative;
}
.shop .sort-options .select-wrapper::after {
  pointer-events: none;
  position: absolute;
  top: 0.1em;
  right: 0.25em;
  content: "\ea03";
  font-family: "moicon4";
}
.shop .sort-options select {
  appearance: none;
  width: 100%;
  color: inherit;
  padding: 0.05em 1.5em 0.05em 0.5em;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid currentColor;
  background-color: #fff;
}
.shop .sort-options .input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/-1;
}
.shop .sort-options input {
  appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 4px;
  border: 1px solid #878686;
  position: relative;
  margin-right: 0.5em;
}
.shop .sort-options input:checked:before {
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  display: block;
  height: 0.7em;
  position: relative;
  left: 0.25em;
  transform: rotate(45deg);
  width: 0.35em;
}
.shop .list {
  gap: 4rem 3.2rem;
}
.shop hr {
  margin-top: 8rem;
  margin-bottom: 6rem;
}

.shop-techo-wrapper {
  margin-top: 8rem;
  background-color: #ffe1c9;
  padding-top: 1px;
  padding-bottom: 1px;
}
.shop-techo-wrapper section {
  width: 88%;
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
}
.shop-techo-wrapper .heading-shop-techo {
  margin-top: 5.2rem;
}
.shop-techo-wrapper .heading-shop-techo h2 {
  width: 100%;
  margin-right: initial;
  margin-left: initial;
}
@media (max-width: 769px) {
  .shop-techo-wrapper .heading-shop-techo h2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 769px) {
  .shop-techo-wrapper .heading-shop-techo h2 br {
    display: block;
  }
}
@media (min-width: 769px) {
  .shop-techo-wrapper .heading-shop-techo h2 br {
    display: none;
  }
}
.shop-techo-wrapper .heading-shop-techo p {
  margin-top: 2.4rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 769px) {
  .shop-techo-wrapper .heading-shop-techo p {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.shop-techo-wrapper .shop-techo {
  max-width: 68rem;
  margin-bottom: 5.6rem;
}
.shop-techo-wrapper .shop-techo a {
  display: block;
}

.entries-old {
  margin-top: 4rem;
}

.about .games ul {
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .about .games ul {
    margin-bottom: 16rem;
  }
}
.about .games ul li {
  border: 5px solid #e50012;
  margin-bottom: 6.4rem;
}
.about .games ul li > dl {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.about .about-thumb {
  border-bottom: 5px solid #e50012;
}
.about dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about dt {
  width: 80%;
  max-width: 28rem;
}
.about .text {
  width: 80%;
  max-width: 56rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 769px) {
  .about .text {
    font-size: 1.4rem;
  }
}
.about .spec {
  color: #727171;
  text-align: center;
}
@media (max-width: 769px) {
  .about .spec dd {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .about .spec dd {
    font-size: 1.3rem;
  }
}
.about .title {
  font-family: A1 Gothic M;
}
@media (min-width: 769px) {
  .about .title {
    font-size: 1.5rem;
  }
}

html:has(.subscribe) {
  scroll-padding-top: 70px;
}
@media (min-width: 769px) {
  html:has(.subscribe) {
    scroll-padding-top: 40px;
  }
}

.subscribe .mail-magazine {
  max-width: 56rem;
}
.subscribe .form {
  background-color: #ffe1c9;
  border-radius: 1rem;
  padding: 2rem 4%;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .subscribe .form {
    padding: 4rem;
    margin-bottom: 8rem;
  }
}
.subscribe .form ul {
  list-style: none;
}
.subscribe .form li:first-child.hidden {
  display: none;
}
.subscribe .form li:first-child:not(.hidden) {
  margin-bottom: 3.2rem;
}
.subscribe .form dt {
  margin-bottom: 0.8rem;
}
@media (min-width: 769px) {
  .subscribe .form dt {
    font-size: 1.8rem;
  }
}
.subscribe .form .input-wrapper {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
.subscribe .form input {
  height: 3rem;
  padding: 0 0.5rem;
  border: 1px solid #9b9b9b;
}
@media (max-width: 769px) {
  .subscribe .form input {
    font-size: 1.4rem;
  }
}
.subscribe .form .att {
  font-size: 1.2rem;
  font-family: A1 Gothic M;
}
@media (min-width: 769px) {
  .subscribe .form .att {
    font-size: 1.3rem;
  }
}
.subscribe .form button {
  color: #fff;
  border-radius: 5px;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 769px) {
  .subscribe .form button {
    font-size: 1.8rem;
  }
}
.subscribe .form #subscribe button {
  background-color: #e50012;
}
.subscribe .form #unsubscribe button {
  background-color: #666767;
}
.subscribe .message {
  margin: 15px 0;
  padding: 0;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 769px) {
  .subscribe .message {
    margin: 20px 0 0;
  }
}
.subscribe .message p {
  margin: 0;
  font-size: 1.4rem;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .subscribe .message p {
    font-size: 1.3rem;
  }
}
.subscribe .result_mes {
  margin: 0 0 2rem;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #e50012;
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 769px) {
  .subscribe .result_mes {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .subscribe .note {
    margin-bottom: 8rem;
  }
}
.subscribe .note dt {
  font-family: A1 Gothic M;
  text-indent: -0.5em;
}
@media (min-width: 769px) {
  .subscribe .note dt {
    font-size: 2rem;
  }
}
.subscribe .note dd {
  margin-bottom: 2rem;
}
@media (max-width: 769px) {
  .subscribe .note dd {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=page_itemlist.css.map */