@charset "UTF-8";
/*! normalize.css 2012-07-07T09:50 UTC - https://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & bbc.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & bbc.
 */
audio, canvas, video {
	display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, bbc, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;/* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
	font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0;
	line-height: 1.8em;
}
h3 {
	font-size: 1.3em;
	margin: 1em 0;
	line-height: 1.6em;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
	font-weight: lighter;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
h7 {
	font-size: 1.5em;
	margin: 1em 0;
	line-height: 1.6em;
	color: #333;
	font-weight: 600;
}
h8 {
	font-size: 25px;
	text-align: left;
	margin: 1em 0;
	line-height: 1.6em;
	color: #bbc300;
	font-weight: 600;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in bbc+, S4/5, Chrome.
 */
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
	font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
	background: #ff0;
	color: #333;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p, pre {
	margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
	quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu, ol, ul {
	padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, bbc.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;/* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
	margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in bbc.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
  /* 2 */
  margin-left: -7px;
/* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, bbc+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
/* 3 */
}
/*
 * Addresses bbc/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button, input {
	line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
  /* 3 */
  *overflow: visible;
/* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
	cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
/* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/*
 * Removes inner padding and border in bbc+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;/* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*----------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Yu Gothic, "�⥴���å�", YuGothic, "�⥴���å���", "�ҥ饮�γѥ� Pro W3", "�ᥤ�ꥪ", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	overflow-y: scroll;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
	
}
/* #sb-site{
	background-image: url(../img/bk.jpg);
	background-repeat: repeat;
} */
h1, h2, h3, h4, h5 {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, p {
	margin: 0;
	padding: 0;
}
i {
	font-style: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a.link {
	color: #0088cc;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
a:hover img {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}

.clear {
	clear: both;
}

/* �����ǥ���
#loader {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}
#loaderT {
	opacity: 1;
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
} */
.logo_nega {
  display: block;
	width: 900px;
	margin: -8px auto 0;
}
.logoSP_nega{
  display: none;
}
.spinner {
	position: absolute;
	top: 300px;
	left: calc(50% - 5px);
	transform: translate(-50%, 0%);
	margin: auto;
	width: 160px;
	height: 30px;
	text-align: center;
	font-size: 10px
}
.spinner>div {
	background-color: #000;
	height: 100%;
	width: 2%;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.spinner .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
 @-webkit-keyframes sk-stretchdelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4)
}
 20% {
 -webkit-transform: scaleY(1.0)
}
}
 @keyframes sk-stretchdelay {
 0%, 40%, 100% {
 transform: scaleY(0.4);
 -webkit-transform: scaleY(0.4);
}
 20% {
 transform: scaleY(1.0);
 -webkit-transform: scaleY(1.0);
}
}







/* TOP����� */
#page-top {
	width: 36px;
	height: 35px;
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
#page-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	background:  rgba(22,22,22,0.75);
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
}
#page-top p:hover {
	background: #ccc;
	z-index: 999;
}
#move-page-top {
	font-size: 30px;
	font-weight: 100;
	padding: 12px 0 0;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	z-index: 999;
}

/*PC�إå���*/
.pc_header_area {
	width: 100%;
	 height: 40px;
	background-color: #fff !important;
	position: relative;
	z-index: 999;
}


#shilogo {
	display: block;
	position: absolute;
	top: 13px;
	left: 13px;
	width: 27px;
	z-index: 10000;
}
#SHIROHATO{
	position: absolute;
	left: 50px;
	top: 13px;
	width: 130px;
}
#shilogoG {
	display: block;
	position: absolute;
	top: 13px;
	left: 13px;
	width: 27px;
	z-index: 9999;
	opacity: 0.5;
}

.app_lp {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.7;
}

.app_lp img {
  max-width: 100%;
  display: block;
}

.fv {
  background: #ffc7e6;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}

.fv_text {
  text-align: center;
}
.sub{
 color: #ff5eb7;
}
.fv_text .sub,
.bottom_download .sub {
  font-weight: bold;
  font-size: 18px;
}

.fv_text h1 {
  font-size: 38px;
  letter-spacing: 0.12em;
  margin: 10px 0 24px;
  color: #fff;
}

.lead {
  font-size: 17px;
  margin-bottom: 36px;
}

.fv_img {
  width: 300px;
}

.download_box {
  background: #fff;
  padding: 28px 70px;
}

.download_box p {
  color: #ff5eb7;
  font-weight: bold;
  margin-bottom: 16px;
}

.store_btns {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.store_btns img {
  width: 160px;
  height: 54px;
}

.features {
  max-width: 1500px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.feature {
  text-align: center;
  padding: 0 5px;
  border-left: 1px solid #ddd;
}

.feature:first-child {
  border-left: none;
}


.feature img {
  margin: 0 auto;
  max-height: 500px;
}

.bottom_download {
  max-width: 1060px;
  margin: 0 auto 80px;
  background: #f5f5f5;
  text-align: center;
  padding: 60px 80px;
}

.bottom_download h2 {
  font-size: 28px;
  margin: 8px 0 40px;
}

.download_inner {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.download_card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 26px 60px;
}

.download_card h3 {
  margin-bottom: 18px;
}

.qr img {
  width: 110px;
  margin: 0 auto;
}

.search_text {
  margin-top: 34px;
  font-weight: bold;
  font-size: 18px;
}

.search_text span {
  background: #fff;
  padding: 8px 28px;
  margin: 0 8px;
}

.share {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.share_icons {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 18px;
}

.share_icons a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 14px;
}

.sp_only {
  display: none;
}

/* GW限定 */
.gw_game_area {
  max-width: 700px; 
  margin: 80px auto 100px;
  padding: 0 24px;
  text-align: center;
}


.gw_game_img img {
  width: 100%;
  max-width: 700px; 
  margin: 0 auto;
}

.gw_x_text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #333;
}

/* ボタンエリア */
.gw_x_btn_wrap {
  margin: 36px 0;
  padding: 28px 20px;

  border: 2px dashed #ff5eb7; 
  border-radius: 16px;
  background: #fff0f7; 
}

/* ボタンデザイン改善 */
.gw_x_btn {
  display: inline-block;
  background: #000; /* Xっぽく黒 */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 16px 48px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.25s;
  border: 2px solid #000;
}

/* ホバー */
.gw_x_btn:hover {
  background: #fff;
  color: #000;
}


/* footer */
.footer{
	position: relative;
	width: 100%;
	padding: 15px 20px;
	background-color: #ffa7d7;
	     
}
.ftr_com {
  width: 100%;
  display: flex;
  justify-content: space-between; 
  align-items: center; 
}
.ftr_shilogo{
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0.2em;
	font-family: 'Century Gothic', sans-serif;
}
.ftr_shilogo a{
	color: #fff;
}
.cpyr{
	font-size: 11px;
	color: #fff;
	margin:0;
	padding-right: 30px; 
}
/* clearfix 
header:after, div:after, ul:after, ol:after, dl:after, .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}*/
header, div, ul, ol, dl, .list_item a, .clearfix {
	display: inline-block;
}
header, div, ul, ol, dl, .list_item a, .clearfix {
	display: block;
}
.frame {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

@media only screen and (min-width: 481px) {
.Infomation {
	display: none;
}
footer {
	display: none;
}
#topCategory {
	display: none;
}
	#header{display:none;}
	.emblem{display:none;}
	.sphead-point03{display:none;}
	#headerSearch{display:none;}
}



/*-------------------------------------���ޥ�-------------------------------------*/


/* SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .fv {
    display: block;
    padding: 36px 24px 64px;
    text-align: center;
  }

  .fv_text h1 {
    font-size: 24px;
    line-height: 1.4;
  }

  .fv_text .sub {
    font-size: 15px;
  }

  .lead {
    font-size: 14px;
  }

  .fv_img {
    width: 200px;
    margin: 30px auto;
  }

  .download_box {
    padding: 22px 20px;
  }

  .download_box p {
    font-size: 14px;
  }

  .store_btns {
    gap: 10px;
  }

  .store_btns img {
    width: 125px;
  }

  .features {
    display: block;
    margin: 0 20px;
  }

  .feature {
    border-left: none;
    border-top: 1px solid #ddd;
    padding: 50px 0;
  }

  .feature:first-child {
    border-top: none;
  }


  .feature img {
    max-height: none;
    width: 80%;
  }

  .bottom_download {
    margin: 40px 14px 70px;
    padding: 36px 18px;
  }

  .bottom_download h2 {
    font-size: 18px;
  }

  .download_inner {
    display: block;
  }

  .download_card {
    padding: 24px 10px;
  }

  .search_text {
    font-size: 14px;
  }

  .search_text span {
    display: inline-block;
    margin: 8px;
    padding: 6px 18px;
  }
  .footer{
	margin: 0;
	height: 40px !important;
}
.ftr_shilogo{
	font-size: 20px;
	margin-bottom: 4px;
}
.cpyr{
	font-size: 10px;
	text-align: center;
	padding: 0;
}
.ftr_com {
flex-direction: column;  
justify-content: center;
align-items: flex-start; 
height: auto;            
height: 40px !important;
}

.gw_game_area {
margin: 50px 0 0;
padding: 0 16px;
}

.gw_x_text {
font-size: 15px;
}

.gw_x_btn_wrap {
margin: 24px 0;
}

.gw_x_btn {
font-size: 14px;
padding: 12px 20px;
width: 80%;
max-width: 280px;
}

}


/*�����ȥ�*/
.tit_area {
	width: 100%;
	margin: 18px 0 0;
	position: relative;
}
.tit_pc_bk{
	display: block;
	position: absolute;
	width: 100%;
	height: 666.6px;
	top: -41px;
	left: 0;
	z-index: -999;
	background: #fff;
}
.tit_pc{
	display: block;
	width: 1350px;
	margin: 0 auto;
}
.tit_pc img{
	width: 100%;
	margin: -41px auto 0;
}
.tit_sp {
	display: none;
}

/*���󥻥ץ�*/
.read_area {
	width: 650px;
	margin: 35px auto 65px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}


    @keyframes fade-in {
      0% {
        display: block;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }




