<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; 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);
}

@media (min-width: 769px) {
  header.active .header-content {
    align-items: flex-start;
  }
}
header.active .header-logo {
  max-width: 440px;
}

.hero {
  background-color: #e50012;
  padding: 1px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: none;
  --swiper-pagination-top: none;
  --swiper-pagination-bullet-horizontal-gap: .8rem;
}
.hero .hero-slide {
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .hero .hero-slide {
    margin-right: initial;
    margin-left: initial;
    margin-bottom: 2rem;
  }
}
.hero .swiper-container {
  overflow: hidden;
}
.hero .swiper-slide {
  opacity: 0.6;
  border: 1px solid gray;
}
.hero .swiper-slide img {
  width: 100%;
}
.hero .swiper-slide-active {
  opacity: 1;
  border-color: #dadbdb;
}
.hero .swiper-pagination-bullet {
  border: 3px solid #808075;
}
@media (min-width: 769px) {
  .hero .swiper-pagination-bullet {
    border-width: 4px;
  }
}
.hero .swiper-pagination-bullet-active {
  border-color: #fff;
}
.hero .swiper-pagination {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.hero .swiper-controller {
  display: none;
}
@media (min-width: 769px) {
  .hero .swiper-controller {
    display: flex;
    width: fit-content;
    position: absolute;
    z-index: 10;
    bottom: 0.4rem;
    right: 0.8rem;
    gap: 0.4rem;
  }
}
.hero .swiper-controller .btn-next,
.hero .swiper-controller .btn-prev {
  font-size: 2rem;
  color: #fff;
  min-width: initial;
}

main section {
  width: 88%;
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  main section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
main hr {
  border: none;
  border-top: 1px solid #e50012;
  width: 90%;
  max-width: 100rem;
  margin: 6rem auto;
}
main h2 {
  font-family: A1 Gothic M;
  font-size: 2.4rem;
}

.head-line {
  border: 1px solid #e50012;
  padding: 0.8rem;
  font-size: 1.3rem;
  display: flex;
  gap: 0.8rem;
  position: relative;
}
@media (min-width: 769px) {
  .head-line {
    font-size: 1.6rem;
    padding: 0.4rem;
    gap: 2.8rem;
  }
}
.head-line:before {
  content: "";
  width: 3.2rem;
  flex-shrink: 0;
  background-image: url(/mother_project/news/img/news_game_img_0.png);
  background-size: contain;
  background-position: top left;
  display: block;
}
@media (min-width: 769px) {
  .head-line:before {
    position: relative;
    scale: 1.4;
    bottom: 0.8rem;
    left: 1.6rem;
  }
}
.head-line .marquee-container {
  width: 100%;
}
@media (min-width: 769px) {
  .head-line .marquee-container {
    height: 1.5em;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 769px) {
  .head-line .marquee {
    white-space: nowrap;
    position: absolute;
    animation: marquee-scroll 20s linear infinite both;
  }
}
.head-line .marquee span {
  display: inline-block;
}
.head-line a {
  color: #e50012;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(min(100vw - 5.6rem, 81rem));
  }
  100% {
    transform: translateX(-100%);
  }
}

.news {
  display: grid;
  gap: 3.2rem 4rem;
}
@media (min-width: 769px) {
  .news {
    grid-template-columns: 10fr 9fr;
    align-items: start;
  }
}

.news-topic h2 {
  margin-bottom: 0.8rem;
}

.news-playful {
  background-color: #ffe1c9;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0.8rem 2.4rem 2.4rem;
}
@media (min-width: 769px) {
  .news-playful {
    padding: 3.2rem 2.8rem 2.8rem;
  }
}

.news-playful-x h2 {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  margin-left: 0.8rem;
}
.news-playful-x h2::before {
  content: "";
  background-image: url(/mother_project/img/top/twitter_game_img_0.png);
  width: 2.8rem;
  aspect-ratio: 56/102;
  flex-shrink: 0;
  background-size: contain;
  background-position: top left;
  display: block;
}
.news-playful-x .timeline {
  max-height: 32rem;
  overflow: scroll;
}

.news-playful-shot h2 {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  margin-left: 0.8rem;
}
.news-playful-shot h2::before {
  content: "";
  background-image: url(/mother_project/img/top/oneshot_game_img_0.png);
  width: 4rem;
  aspect-ratio: 86/88;
  flex-shrink: 0;
  background-size: contain;
  background-position: top left;
  display: block;
}
.news-playful-shot h2 span {
  position: relative;
  font-size: 2rem;
}
.news-playful-shot h2 small {
  position: absolute;
  font-size: 1.3rem;
  top: -1em;
  left: -0.5em;
}
.news-playful-shot img {
  width: 100%;
}

.items .caption,
.entries .caption {
  margin-bottom: 1.6rem;
}
.items .list,
.entries .list {
  display: grid;
}
@media (min-width: 769px) {
  .items .list,
  .entries .list {
    gap: 1.6rem 3.2rem;
  }
}

.items .list {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 769px) {
  .items .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) {
  .items li:nth-child(5) {
    display: none;
  }
}

@media (min-width: 769px) {
  .entries .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about {
  max-width: 72rem;
}
.about .about-contents {
  border: 4px solid #e50012;
  padding: 4rem 2.4rem;
}
@media (min-width: 769px) {
  .about .about-contents {
    padding: 6.6rem 5.6rem;
  }
}
.about p:not(:last-child) {
  margin-bottom: 2em;
}
.about dl {
  color: #e50012;
  margin-right: auto;
  margin-left: auto;
  max-width: 44rem;
}
.about dt {
  font-size: 1.6rem;
  margin-bottom: 1em;
  margin-top: 4rem;
  text-align: center;
  font-family: "A1 Gothic M", sans-serif;
}
@media (min-width: 769px) {
  .about dt {
    font-size: 1.8rem;
  }
}
.about dd {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .about dd {
    font-size: 1.5rem;
  }
}
.about img {
  width: min(20vw, 12rem);
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.info ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 3.2rem;
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
}
@media (min-width: 1024px) {
  .info ul {
    align-items: stretch;
    flex-direction: row;
    margin-top: 11.2rem;
    margin-bottom: 11.2rem;
  }
}
.info li {
  width: 90%;
}
.info .banner {
  display: block;
  background-color: #e50012;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 1.6rem 2.4rem;
  height: 100%;
  background-size: 4rem;
  background-position: calc(100% - 1.2rem) calc(100% - 1.2rem);
}
@media (min-width: 769px) {
  .info .banner {
    background-size: 5.6rem;
  }
}
.info .banner dt {
  font-family: A1 Gothic M;
  font-size: 1.7rem;
}
@media (min-width: 769px) {
  .info .banner dt {
    font-size: 2.2rem;
  }
}
.info .banner dd {
  font-size: 1.2rem;
  margin-right: 3.6rem;
}
@media (min-width: 769px) {
  .info .banner dd {
    font-size: initial;
  }
}
.info .banner.banner-about {
  background-image: url(/mother_project/img/top/about_game_img_0.png);
}
.info .banner.banner-mm {
  background-image: url(/mother_project/img/top/mm_game_img_0.png);
}

.counter {
  color: #e50012;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .counter {
    font-size: initial;
  }
}
.counter p {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.counter .num {
  display: flex;
  gap: 0.2rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}
@media (min-width: 769px) {
  .counter .num {
    gap: 0.4rem;
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
}
.counter img {
  width: 1em;
}/*# sourceMappingURL=index.css.map */</pre></body></html>