@charset "UTF-8";
#notice-appli{
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:1.2;
	font-size:24px;
  color: #535353;
}
#notice-appli a{
  text-decoration: none;
}
#notice-appli a::after{
  content: none;
}
#notice-appli p,
#notice-appli img,
#notice-appli h2,
#notice-appli h3,
#notice-appli h4{
  margin: auto;
  padding: 0;
  box-shadow: none;
}
#notice-appli p{
  line-height: 1.2;
}
/*ヘッダー*/
/* header{
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 30px;
} */
.wide650{
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
/*星*/
.star{
  width: 144px;
  height: 30px;
  /* background-image: url(../img/star.png); */
}
.star.one{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%),url(../img/star.png)
}
.star.two{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%),url(../img/star.png)
}
.star.three{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%),url(../img/star.png)
}
.star.four{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%),url(../img/star.png)
}
.star.five{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%),url(../img/star.png)
}
.logo{
  padding: 30px 20px 40px;
  text-align: center;
}

/*ランキング*/
.ranking {
  width: 100%;
  position: relative;
  margin: 30px 0px;
}
.rank {
  width: 100%;
  position: relative;
  border-bottom: 5px solid #5D9DF6;
  padding-bottom: 2px;
}

.rank_bold {
  font-weight: bold;
  font-size: 1.4em;
}
.rank_font {
  font-size: 0.8em;
}
.rank_waku {
  color:#FFF;/*文字色を白*/
background-color:#5D9DF6;/*背景色を黒*/
padding:17px 8px 6px 8px;
}
/*ランキング終わり*/

/*メイン*/
#notice-appli .app-title{
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
/* .date{
  position: relative;
  color: #A8A8A8;
  font-size: 20px;
  margin-bottom: 60px;
  padding-left: 40px;
}
.date::before{
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_date.svg);
} */
#notice-appli .app-img{
  float: left;
  width: 170px;
  margin-top: 10px;
  margin-bottom: 60px;
}
#notice-appli .app-text{
  float: left;
  width: calc(100% - 170px);
  padding-left: 20px;
  position: relative;
}
#notice-appli .app-name{
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
#notice-appli .app-text .star{
  float: left;
}
#notice-appli .app-score{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #7C7C7C;
  float: left;
  margin-bottom: 20px;
  margin-left: 5px;
}
#notice-appli .app-cat{
  clear: both;
}
#notice-appli .app-cat p{
  font-size: 20px;
  line-height: 1.2;
  color: #7C7C7C;
  font-weight: bold;
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  padding: 8px;
  margin-right: 10px;
  float: left;
}
#notice-appli .btn_store {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 51px;
}
#notice-appli .btn_store a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
    font-weight: bold;
    color: white;
    padding: 17px 22px;
    display: block;
    background-color: #FA763B;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #FA763B 0%, #DE4400 100%);
}
#notice-appli .desc-title{
  position: relative;
  padding: 0;
  margin: auto;
  padding-left: 40px;
  font-size: 32px;
  line-height: 1.8;
  clear: both;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
  background-color: transparent;
  color: #535353;
}
#notice-appli .desc-title::before{
  position: absolute;
  padding-left: 10px;
  background-color: #5C9FF6;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 15px;
  content: "";
  display: block;
  height: calc(100% - 10px);
}
#notice-appli .desc-title::after{
  position: absolute;
  padding-left: 10px;
  background-color: #5C9FF6;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0px;
  content: "";
  display: block;
  height: calc(100% - 10px);
}
#notice-appli .app-desc-box{
  font-size: 25px;
  color: #535353;
  position: relative;
  line-height: 1.9;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: lighter;
}
/*おすすめポイント*/
#notice-appli .point-box{
  border: 2px solid #B8D5AE;
  padding: 28px 38px 18px;
  border-radius: 10px;
  background-color: #F6FCF4;
  margin-top: 10px;
  font-weight: lighter;
  margin-bottom: 50px;
}
#notice-appli .point-box h3{
  text-align: center;
  font-size: 36px;
  color: #3BA86E;
  padding-bottom: 20px;
  border-bottom: 1px solid #91AD88;
  border-left: none;
  letter-spacing: 5px;
}
#notice-appli .point-box li{
  line-height: 1.75;
  margin: 18px auto 25px;
  padding-left: 56px;
  position: relative;
}
#notice-appli .point-box li::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 38px;
  height: 38px;
  background-color: transparent;
  background-image: url(../img/icon_check.svg);
  background-size: contain;
  margin: auto;
  box-shadow: none;
}
#notice-appli .point-box li:last-of-type{
  margin-bottom: auto;
}
/*編集部員のプレイした感想*/
#notice-appli .review-wrapper{
  background-color: #D8F1FA;
  border-radius: 10px;
  padding: 42px 20px 30px;
  margin: 50px auto 35px;
}
#notice-appli .review-wrapper h3{
  position: relative;
  font-size: 36px;
  color: #2F96D6;
  padding-left: 76px;
  max-width: 575px;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 3.5px;
  border-left: none;
}
#notice-appli .review-wrapper h3::before{
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 45px;
  background-image: url(../img/icon_game.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#notice-appli .review-box:first-of-type{
  margin-top: 30px;
}
#notice-appli .review-box{
  margin: 20px auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 5px;
}
#notice-appli .review-box h4{
  position: relative;
  font-size: 27px;
  line-height: 1.5;
  padding-left: 49px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #8DBED0;
  margin-bottom: 11px;
  color: #898989;
}
#notice-appli .review-box h4::before{
  position: absolute;
  content: "";
  display: block;
  width: 39px;
  height: 36px;
  top: -10px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/icon_comment.svg);
}
#notice-appli .review-box .star{
  margin-left: 0;
  margin-bottom: 12px;
}
#notice-appli .review-box p{
  font-size: 24px;
  color: #535353;
  line-height: 1.5;
  font-weight: lighter;
}
/*このゲームで遊んでみる周辺*/
#notice-appli .go-play{
  position: relative;
  padding: 32px 0 24px;
  border-top: 5px solid #F5B31F;
  border-bottom: 5px solid #F5B31F;
  background-color: #FFF7E6;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #FC8E0F;
  margin-top: 30px;
}
#notice-appli .go-play::after{
  position: absolute;
  content: "";
  display: block;
  height: 24px;
  width: 167px;
  background-image: url(../img/go-play.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
/* #notice-appli .btn_play{
  text-align: center;
  max-width: 570px;
  padding: 48px 0;
  border: 1px solid white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  margin: 40px auto 25px;
  background: -webkit-linear-gradient(180deg, rgba(250, 118, 59, 1) 0%, rgba(222, 68, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(250, 118, 59, 1) 0%, rgba(222, 68, 0, 1) 100%);
} */
#notice-appli .btn_play a {
    display: block;
    text-align: center;
    width: 570px;
    max-width: 100%;
    padding: 48px 0;
    border: 1px solid white;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin: 40px auto 10px;
    background-color: rgba(250, 118, 59, 1);
    background: -webkit-linear-gradient(180deg, rgba(250, 118, 59, 1) 0%, rgba(222, 68, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(250, 118, 59, 1) 0%, rgba(222, 68, 0, 1) 100%);
}
#notice-appli .sponsor{
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 16px;
  color: #A3A3A3;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 25px;
}
/*装飾*/
.deco-red{
  color: red;
  font-weight: bold;
}
.deco-mark{
  background: linear-gradient(transparent 40%, rgb(255, 251, 159) 40%);
  font-weight: bold;
}
.deco-big{
  font-weight: bold;
  font-size: 1.5em;
}
.deco-under{
  text-decoration: underline;
}
.deco-bold{
  font-weight: bold;
}

/*-------------------

検索部分

-------------------*/
/* セレクト */
#search-box {
  padding: 30px 20px;
  background-color: #F8F8F8;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hit + #search-box{
  margin-top: 15px;
}
#search-box .select-box {
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  vertical-align: bottom;
  font-size: 0;
}
#search-box .cp_ipselect {
	width: calc((100% - 30px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;
	text-align: center;
  text-align: left;
	position: relative;
	border: 3px solid #A9D8E3;
  box-shadow: 0 3px 0 #A9D8E3;
	border-radius: 5px;
	background: #fff;
  display: inline-block;
}
#search-box .cp_ipselect::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    content: '';
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #464646;
    pointer-events: none;
}
#search-box .cp_ipselect select {
	padding: 0 12px 5px;
	color: #464646;
  line-height: 1;
}
#search-box .cp_ipselect select {
	width: 100%;
  font-size: 16px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#search-box .cp_ipselect select::-ms-expand {
  display: none;
}
#search-box .label{
  font-size: 16px;
  font-weight: bold;
  color: #5D9DF6;
  padding: 5px 10px 2px;
}
#search-box .label .icon{
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 5px;
}
#search-box .label .icon::before{
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  left: 0px;
  bottom: -1px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#search-box .label .icon-genre::before{
  background-image: url(../img/icon-genre.png);
}
#search-box .label .icon-value::before{
  background-image: url(../img/icon-value.png);
}
#search-box .label .icon-size::before{
  background-image: url(../img/icon-size.png);
}
#search-box .label .icon-review::before{
  background-image: url(../img/icon-review.png);
}
#search-box .label .icon-price::before{
  background-image: url(../img/icon-price.png);
}
#search-box .label .icon-release::before{
  background-image: url(../img/icon-release.png);
}
/*検索ボタン*/
#search-box input[type="submit"] {
  position: relative;
    max-width: 100%;
    padding: 20px 90px;
    padding-left: 140px;
    display: inline-block;
    line-height: 1;
    font-size: 29px;
    margin: 10px auto;
    border-style: none;
    border-radius: 10px;
    background-color: #5D9DF6;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    color: white;
    background-image: url(../img/search.png);
    background-position: 90px center;
    background-size: auto calc(100% - 30px);
    background-repeat: no-repeat;
}
#search-box input[type="submit"]:hover{
  box-shadow: none;
  top: 1.5px;
}
#search-box input[type="submit"]:disabled{
  background-color: lightgray;
}
#search-box input[type="submit"]:disabled:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  top: auto;
}
.t-center{
  text-align: center;
}
