@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
h1 {
  font-size: 1.5rem;
}
h2 {
  background-color: coral;
  margin-top: 50px;
  margin-right: 70px;
  margin-bottom: 20px;
  margin-left: 70px;
  color: #000000;
  text-align: center;
  box-shadow: 0.2em 0.2em #404040;
  font-size: 1.8em;
  padding-top: 3px;
  padding-bottom: 3px;
}
h3 {
  font-size: 1.2em;
  margin-left: 20px;
}
p {
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.gazou {
  width: 100%;
}
.gazou2 {
  width: 70%;
  display: block;
  margin: auto;
}
.gazou3 {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.header {
  z-index: 9999;
  position: fixed;
  justify-content: space-between;
  top: 0;
  left: 0;
  background: #fff;
  width: 350px;
  font-weight: bold;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
.nav {
  display: flex;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 25px;
  list-style: none;
  color: #000000;
}
li {
  margin-left: 15px;
}
a {
  text-decoration: none;
  color: #000000;
  font-size: 0.7rem;
}
div#syouhin {
  position: relative;
  width: 375px;
}
div#howplay {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 0px;
}
div#Store {
  background-color: #000000;
  color: #FFFFFF;
}
h2.what {
  background-color: #FF7732;
}
h2.konspt {
  background-color: #2B9D5E;
}
h2.asobikata {
  background-color: #FFF000;
}
h2.koe {
  background-color: deeppink;
}
h2.stre {
  background-color: #F9FB06;
}
h3.monndai {
  text-align: center;
  background-color: #FFEA00;
  margin-top: 20px;
  margin-right: 70px;
  margin-bottom: 20px;
  margin-left: 70px;
  color: #000000;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
}
h3.mottomiru {
  text-align: center;
  background-color: deeppink;
  margin-top: 20px;
  margin-right: 70px;
  margin-bottom: 20px;
  margin-left: 70px;
  color: #000000;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
}
.rev {
	display: flex;
	align-items: flex-start;
	align-items: center;
}

a.kounyuu {
    display: flex;
    justify-content: center;
    background-color: #F9FB06;
    color: #000000;
	margin-top: 20px;
  margin-right: 70px;
  margin-bottom: 20px;
  margin-left: 70px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: bold;	
}
p.oku {
  background-color: #FF3232;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 120px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
p.hameru {
  background-color: #1D4DFF;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 120px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.asobu {
    color: #FFFFFF;	
}
.whatnews_ticker {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-size: 3rem;
    color: transparent;
    -webkit-text-stroke: 0.8px #000;
    margin-top: 10px;
}
@keyframes hscroll {
  100% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.whatnews_ticker ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  animation: hscroll 10s linear infinite;
}
.whatnews_ticker li {
  display: inline-block;
}
.whatnews_ticker2 {
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  font-size: 3rem;
  color: transparent;
  -webkit-text-stroke: 0.8px #fff;
	margin-top: 10px;
}
@keyframes hscroll {
  100% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.whatnews_ticker2 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  animation: hscroll 10s linear infinite;
}
.whatnews_ticker2 li {
  display: inline-block;
}
.header {
  display: flex;
}
#sns {
  text-align: center;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.accordion {
  position: relative;
}
.accordion2 {
  position: relative;
}
/* ボタン */
.accordion-btn {
  background-color: #FF7732;
  border: 1px solid #FF7732;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
}
/* ボタン */
.accordion-btn2 {
  background-color: #2B9D5E;
  border: 1px solid #2B9D5E;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "続きを読む";
}
/* 続きを読むボタンの表記 */
.accordion-btn2::after {
  content: "続きを読む";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #fff;
  color: #FF7732;
}
/* ボタンhover時のスタイル */
.accordion-btn2:hover {
  background-color: #fff;
  color: #2B9D5E;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
.accordion-text2 {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 150px;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text2.is-hide {
  height: 150px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* テキストをグラデーションで隠す */
.accordion-text2::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -3em;
}
/* 閉じるボタンの位置 */
.accordion-btn2.is-show {
  bottom: -3em;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}
/* 閉じるボタンの表記 */
.accordion-btn2.is-show::after {
  content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn2.is-show + .accordion-text2::before {
  display: none;
}body {
}
body {
}
