body {
  background: #000000;
}
/*

#gamebundle_area

*/
#gamebundle_area {
  background: #FFFFFF;
  padding: 3% 0 4%;
}
.gamebundle_h1 {
  font-family: "ryo-display-plusn", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
}
#gamebundle-list01 {
  max-width: 1100px;
  margin: 1% auto 0;
  display: flex;
  justify-content: space-between;
}
#gamebundle-list01 li {
  width: 45%;
}
#gamebundle-list01 li span {
  display: block;
  font-size: 60%;
  margin-top: -3%;
}
@media screen and (max-width:800px) {
  ul#gamelist-textlist li {
    /*font-size: 18px;*/
    font-size: 3.7vw;
  }
  #gamebundle-list01 li span {
    font-size: 68%;
  }
}
/*

#gamebundle_area #gamebundle-special_area

*/
#gamebundle-special_area {
  position: relative;
  width: 100%;
  color: #0B0B0B;
}
ul.gamebundle-list02 {
  max-width: 1300px;
  margin: 0 auto 1%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.gamebundle-list02 li {
  position: relative;
}
ul.gamebundle-list02.wide li {
  margin-top: 5%;
  width: 49%
}
ul.gamebundle-list02.short li {
  margin-top: 5%;
  width: 23%
}
ul.gamebundle-list02 img {
  width: 100%;
}
.gamebundle-special-box {
  border: 0.1rem solid #474747;
  /* clip-path を使ってボーダーの一部を削除 */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.box_number {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -40px;
  margin-left: 51px;
  font-size: 45px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.gamebundle-special-box .text_area {
  padding: 1% 1% 0;
}
.gamebundle-special-box .title {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 28px;
  height: 2em;
  margin-bottom: 1em;
  margin-top: 0em;
  line-height: 1.2em
}
.gamebundle-special-box .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  overflow: hidden;
}
.gamebundle-special-box.wide {
  flex-direction: row;
  padding: 5%;
}
.gamebundle-special-box.wide.ajast .text {
  height: 14em;
}
.gamebundle-special-box.wide .thumb {
  width: 40%;
}
.gamebundle-special-box.wide .text_area {
  width: 60%;
  padding-left: 5%;
}
.gamebundle-special-box.wide .text_area .ajast01 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-family: "ryo-display-plusn", serif;
  font-weight: 700;
  font-style: normal;
}
.gamebundle-special-box.short {
  padding: 10%;
  flex-direction: column;
}
.gamebundle-special-title {
  width: 620px;
  margin: 0 auto auto;
  background: #5576c4;
  font-size: 27px;
}
#gamebundle-addpillow-title02 {
  width: 620px;
  margin: 0 auto;
  background: #5576c4;
  font-size: 27px;
}
#gamebundle-addpillow-title01 {
  width: 620px;
  margin: 7% auto 3%;
  background: #a32222;
  font-size: 27px;
}
@media screen and (max-width:800px) {
  #gamebundle-addpillow-box01 .thumb {
    /*width: 50%;*/
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #gamebundle-addpillow-box01 .ajast {
    /*width: 100%*/
    width: 80%
  }
  #gamebundle-addpillow-box01 .text_area {
    padding: 10% 0 10% 3%;
    width: 60%;
  }
}
#gamebundle-addpillow-box01 .title {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-align: right;
  margin-bottom: 0.5em;
}
#gamebundle-addpillow-box01 .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-align: right;
  margin-bottom: 3em;
  line-height: 1.5em;
}
footer {
  width: 100%;
  padding: 1% 0;
  color: #FFFFFF;
  text-align: center;
  background: #595959;
  letter-spacing: 0.1em;
  font-size: 11px;
}
a {
  text-decoration: none;
}
.link_btn01 {
  background: #737373;
  color: #FFFFFF;
  padding: 1% 3% 0;
  transition: background-color 0.5s ease;
  text-align: center;
}
.link_btn01:hover {
  background: #A9A9A9; /* ホバー時に薄くする色 */
}
.link_btn01::before {
  content: ">";
}
.no-before::before {
  content: ""; /* .no-beforeクラスがある場合、contentを空にする */
}
.note01_area {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  line-height: 0.7em;
}
.back_area {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3%;
}
.back_btn {
  width: 600px;
  background: #929292;
  color: #FFFFFF;
  font-size: 27px;
  font-family: "ryo-display-plusn", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  transition: opacity 0.5s ease;
}
.back_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width:1300px) {
  .title01 {
    font-size: 2.5vw;
  }
  /*

#gamelist_area

*/
  #gamelist-catchphrase {
    font-size: 2.9vw;
  }
  #gamelist-textlist_area {
    font-size: 1.6vw;
  }
  ul.gamelist-imglist a {
    color: #95E3F8;
    font-size: 1.6vw;
  }
  ul.gamelist-imglist li .text {
    font-size: 1.7vw;
  }
  /*

#gamebundle_area #gamebundle-special_area

*/
  #gamebundle-list01 {
    padding: 0 2%;
    justify-content: space-around;
  }
  #gamebundle-list01 .left-btn {
    font-size: 2.5vw;
  }
  #gamebundle-list01 .right-btn {
    font-size: 2.5vw;
  }
  .gamebundle-special-title {
    font-size: 2vw;
    width: 49%;
  }
  .box_number {
    font-size: 3vw;
    margin-top: -2vh;
    margin-left: 1.7vw;
  }
  ul.gamebundle-list02 {
    padding: 0 1%;
  }
  .gamebundle-special-box .title {
    font-size: 1.9vw;
  }
  .gamebundle-special-box .text {
    font-size: 1vw;
  }
  #gamebundle-addpillow-title01 {
    font-size: 2vw;
    width: 49%;
  }
  #gamebundle-addpillow-title02 {
    font-size: 2vw;
    width: 30%;
    margin: -4% auto 0;
  }
  #gamebundle-addpillow-plas {
    font-size: 5vw;
    margin: 4% auto 6%;
  }
  #gamebundle-addpillow-box01 {
    margin: 1% auto 0;
  }
  #gamebundle-addpillow-box01 .title {
    font-size: 2vw;
  }
  #gamebundle-addpillow-box01 .text {
    font-size: 1.2vw;
  }
  .link_btn01 {
    font-size: 1.5vw;
  }
  .note01_area {
    margin-top: 1%;
    font-size: 1.2vw;
  }
  .back_btn {
    font-size: 2vw;
    width: 40%;
  }
}
@media screen and (max-width:800px) {
  #main_visual_area {}
  .title01 {
    font-size: 3vw;
  }
  /*

#intro_area

*/
  ul#intro-compare-img {
    margin: 5% auto 3%;
  }
  .triangle01 {
    height: 2%;
  }
  #intro-text01 {
    font-size: 3vw;
    padding: 3% 0 5%;
  }
  /*

#gamebundle_area #gamebundle-special_area

*/
  #gamelist-textlist_area {
    font-size: 3.3vw;
    margin-top: 5%;
  }
  ul.gamelist-imglist {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 8% auto 0;
  }
  ul.gamelist-imglist li {
    width: 64%;
  }
  ul.gamelist-imglist li .text {
    font-size: 21px;
    /*font-size: 3vw;*/
  }
  ul.gamelist-imglist a {
    font-size: 15px;
    /* font-size: 2vw;*/
  }
  #gamelist.area03 {
    /*	display: block;
		justify-content: flex-start;
	align-items: flex-start;
	*/
  }
  /*

#gamebundle_area

*/
  #gamelist-catchphrase {
    text-align: center;
    font-size: 4vw;
    line-height: 1.2em;
  }
  #gamebundle_area {
    padding: 6% 0;
  }
  #gamebundle-list01 {
    flex-direction: column;
    align-items: center;
  }
  #gamebundle-list01 li {
    margin-top: 3%;
  }
  .gamebundle-special-title {
    font-size: 3.6vw;
    width: 74%;
  }
  #gamebundle-list01 li {
    width: 70%;
  }
  #gamebundle-list01 .left-btn {
    font-size: 4vw;
  }
  #gamebundle-list01 .right-btn {
    font-size: 4vw;
  }
  /*

#gamebundle_area #gamebundle-special_area

*/
  ul.gamebundle-list02 {
    flex-direction: column;
    align-items: center;
  }
  ul.gamebundle-list02.wide li {
    width: 80%;
  }
  ul.gamebundle-list02.short li {
    width: 80%;
  }
  .gamebundle-special-box .title {
    font-size: 3.6vw;
  }
  .gamebundle-special-box .text {
    font-size: 3vw;
    height: auto;
  }
  .gamebundle-special-box.wide.ajast .text {
    height: auto;
  }
  #gamebundle-addpillow-title01 {
    margin-top: 10%;
    font-size: 3.6vw;
    width: 70%;
  }
  #gamebundle-addpillow-title02 {
    font-size: 3vw;
    width: 63%;
  }
  #gamebundle-addpillow-box01 {
    margin: 1% 4% 0;
  }
  #gamebundle-addpillow-box01 .title {
    font-size: 3.6vw;
  }
  #gamebundle-addpillow-box01 .text {
    font-size: 3vw;
  }
  #gamebundle-addpillow-box01 .text:last-child {
    margin-bottom: 0em;
  }
  .link_btn01 {
    font-size: 3.5vw;
    margin-top: 8%;
  }
  .note01_area {
    font-size: 3vw;
  }
  .back_area {
    padding: 0 0 5%;
  }
  .back_btn {
    font-size: 3vw;
  }
  .gamebundle-special-box.wide {
    flex-direction: column;
  }
  .gamebundle-special-box.wide .thumb {
    width: 100%;
  }
  .gamebundle-special-box.wide .text_area {
    width: 100%;
    padding-left: 0%;
  }
	  .gamebundle-special-box .title {
    font-size: 4.5vw;
  }
	 .gamebundle-special-box .text {
    font-size: 3.5vw;
  }
	  .gamebundle-special-title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width:530px) {
  ul.gamelist-imglist li .text {
    font-size: 4.0vw;
  }
  ul.gamelist-imglist a {
    font-size: 2.8vw;
  }
}