@charset "utf-8";
@font-face {
  font-family: 'LogoTypeGothic';
  src: url('../font/LogoTypeGothic.woff') format('woff'), url('../font/LogoTypeGothic.ttf') format('truetype');
}
@font-face {
  font-family: 'LigatureSymbols';
  src: url('../font/LigatureSymbols-2.11.eot');
  src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flexMixin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexCenterMixin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.symbolMixin {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.countColorMixin {
  background-color: #ff6001;
  color: #fff;
  font-weight: bold;
}
.userEvaluationSimpleMixin .user {
  font-size: 0.85rem;
  padding-right: 10px;
  color: #968c8a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.userEvaluationSimpleMixin .user img {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.userEvaluationSimpleMixin .Evaluation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
}
.userEvaluationSimpleMixin .Evaluation .star {
  text-indent: 3.3rem;
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 3.3rem;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 0.85rem;
  margin-top: 0.2em;
}
.userEvaluationSimpleMixin .Evaluation .star:before,
.userEvaluationSimpleMixin .Evaluation .star:after {
  margin-left: -3.3rem;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  content: "starstarstarstarstar";
  position: absolute;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.userEvaluationSimpleMixin .Evaluation .star:before {
  color: #968c8a;
}
.userEvaluationSimpleMixin .Evaluation .star:after {
  color: #ff6001;
}
.userEvaluationSimpleMixin .Evaluation .star.star0:after {
  width: 0rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star0-5:after {
  width: 3.65rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star1:after {
  width: 4rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star1-5:after {
  width: 4.3rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star2:after {
  width: 4.55rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star2-5:after {
  width: 4.95rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star3:after {
  width: 5.2rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star3-5:after {
  width: 5.6rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star4:after {
  width: 5.9rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star4-5:after {
  width: 6.25rem;
}
.userEvaluationSimpleMixin .Evaluation .star.star5:after {
  width: 6.7rem;
}
.userEvaluationSimpleMixin .Evaluation .count {
  background-color: #ff6001;
  color: #fff;
  font-weight: bold;
  line-height: 14px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 3px;
  margin-left: auto;
  font-size: 0.7rem;
  margin-left: 8px;
}
.userEvaluationTabSimpleMixin .user {
  margin-left: auto;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0;
}
.userEvaluationTabSimpleMixin .user img {
  position: absolute;
  top: 0;
  left: 0;
}
.userEvaluationTabSimpleMixin .Evaluation {
  margin-right: 10px;
  position: absolute;
  right: 0px;
  bottom: 31px;
}
.commentWrapMixin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: -webkit-column;
  flex-flow: -ms-column;
  flex-flow: column;
  min-width: 0;
}
.commentWrapMixin .comment {
  margin-bottom: 8px;
  font-size: 0.9rem;
  display: block;
  overflow: hidden;
}
.commentWrapMixin .commentInner {
  display: block;
  height: 5.4rem;
  position: relative;
  word-break: break-all;
}
.commentWrapMixin .commentInner:before {
  background-color: #fff;
  position: absolute;
  content: "…";
  top: 4.1rem;
  right: 0;
  padding-right: 3px;
  padding-left: 3px;
}
.commentWrapMixin .commentInner:after {
  background-color: #fff;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}
.favoriteIconMixin {
  transition: 0.3s;
  color: #3C3A33;
}
.favoriteIconMixin i {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 0;
  margin-left: 0;
  font-size: 2.15rem;
  transition: 0.3s;
  padding: 10px;
}
.favoriteIconMixin:before {
  position: absolute;
  right: 11px;
  bottom: 10px;
  content: "heart";
  display: inline-block;
  color: #fff;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  font-size: 2rem;
  vertical-align: middle;
  transition: 0.3s;
}
.favoriteIconMixin:hover {
  color: #00a199;
}
.favoriteIconMixin.active {
  color: #00a199;
}
.favoriteIconMixin.active:before {
  color: #00a199;
}
.adult .favoriteIconMixin:hover {
  color: #ea004c;
}
.adult .favoriteIconMixin.active {
  color: #ea004c;
}
.adult .favoriteIconMixin.active:before {
  color: #ea004c;
}
.ellipsisMixin {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.batchMixin a,
.batchMixin span {
  display: block;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px rgba(15, 5, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.batchMixin a img,
.batchMixin span img {
  vertical-align: middle;
}
.batchMixin a:hover {
  box-shadow: 0px 1px 2px 1px #00a199;
}
.adult .batchMixin a:hover {
  box-shadow: 0px 1px 2px 1px #ea004c;
}
.batchMixin .batchGet:before {
  content: "GET";
  position: absolute;
  top: -5px;
  left: -36px;
  display: block;
  transform: rotate(-45deg);
  color: #000;
  background-color: #fff400;
  padding: 14px 6px 3px 6px;
  width: 80px;
  text-align: center;
  font-size: 0.9rem;
  z-index: 10;
  font-weight: bold;
  font-family: 'Arial Black', "ヒラギノ角ゴ Pro W3", 'sans-serif';
}
.starMixin {
  text-indent: 3.3rem;
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 3.3rem;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 0.85rem;
  margin-top: 0.2em;
}
.starMixin:before,
.starMixin:after {
  margin-left: -3.3rem;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  content: "starstarstarstarstar";
  position: absolute;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.starMixin:before {
  color: #968c8a;
}
.starMixin:after {
  color: #ff6001;
}
.starMixin.star0:after {
  width: 0rem;
}
.starMixin.star0-5:after {
  width: 3.65rem;
}
.starMixin.star1:after {
  width: 4rem;
}
.starMixin.star1-5:after {
  width: 4.3rem;
}
.starMixin.star2:after {
  width: 4.55rem;
}
.starMixin.star2-5:after {
  width: 4.95rem;
}
.starMixin.star3:after {
  width: 5.2rem;
}
.starMixin.star3-5:after {
  width: 5.6rem;
}
.starMixin.star4:after {
  width: 5.9rem;
}
.starMixin.star4-5:after {
  width: 6.25rem;
}
.starMixin.star5:after {
  width: 6.7rem;
}
.carousel {
  margin-bottom: -20px;
}
.carousel .carouselCell {
  width: 33.3333%;
  padding-bottom: 20px;
}
.carousel .carouselCell a img {
  width: 100%;
  vertical-align: bottom;
}
.carousel .carouselCell .sliderExp {
  display: block;
  background-color: #fff;
  padding: 8px 6px 10px 6px;
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  font-size: 0.9rem;
  position: relative;
  z-index: 100;
  font-family: 'LogoTypeGothic', 'メイリオ';
  transition: 0.3s;
  color: #3C3A33;
}
.carousel .carouselCell .sliderExp strong {
  font-weight: normal;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5em;
}
.carousel .carouselCell .sliderExp:hover {
  color: #00a199;
}
.carousel .flickity-prev-next-button {
  top: 38%;
  background-color: rgba(0, 0, 0, 0);
}
.carousel .flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0);
}
.carousel .flickity-prev-next-button:hover .flickity-button-icon {
  fill: #00a199;
}
.carousel .flickity-button-icon {
  fill: #3C3A33;
  transition: 0.3s;
}
.topCarouselNavi {
  padding: 7px;
  background-color: #E4DACE;
  margin-bottom: 30px;
}
.topCarouselNavi .flickity-slider li {
  width: 120px;
  margin-right: 5px;
  border: 3px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
  list-style: none;
}
.topCarouselNavi .flickity-slider li:last-child {
  margin-right: 0;
}
.topCarouselNavi .flickity-slider li img {
  vertical-align: bottom;
}
.topCarouselNavi .flickity-slider li.is-selected,
.topCarouselNavi .flickity-slider li:hover {
  border-color: #00a199;
}
.mainContentsArea.top {
  margin-bottom: 0;
}
.mainContentsArea.top .whiteSection {
  padding-top: 30px;
  background-color: #fff;
}
.mainContentsArea.top .whiteSection h2.iconPosLeft:before {
  font-size: 2.5rem;
  color: #968c8a;
}
.mainContentsArea.top .whiteSection .tagBtnList {
  text-align: center;
  margin-bottom: 10px;
}
.mainContentsArea.top .whiteSection .tagBtnList li {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.mainContentsArea.top .whiteSection .tagBtnList li a {
  background-color: #00a199;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.1rem;
  border-bottom: 3px solid #004F47;
  margin-top: 0;
}
.mainContentsArea.top .whiteSection .tagBtnList li a:hover {
  background-color: #004F47;
  border-bottom-width: 0;
}
.mainContentsArea.top .whiteSection .tagBtnList li.pickupTag a {
  color: #000;
  border-bottom: 3px solid #ff6001;
  background-color: #fff400;
}
.mainContentsArea.top .whiteSection .tagBtnList li.pickupTag a:hover {
  background-color: #ff6001;
  border-bottom-width: 0;
}
.mainContentsArea.top .fesSection {
  background-image: url(../img/bg_stripe_widelightgreen.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: 50px auto;
  padding: 12px;
  font-family: 'LogoTypeGothic', 'メイリオ';
}
.mainContentsArea.top .fesSection .fesStripe {
  background: url(../img/bg_ashiato.png) 115% -100px repeat-y;
  background-color: #f9f7f3;
}
.mainContentsArea.top .fesSection .sectionInner {
  position: relative;
  padding-bottom: 21px;
}
.mainContentsArea.top .fesSection h2 img {
  width: 462px;
  height: auto;
  margin-top: -30px;
  margin-bottom: 10px;
}
.mainContentsArea.top .fesSection h3 {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 5px;
}
.mainContentsArea.top .fesSection h3 img {
  width: 598px;
  height: auto;
}
.mainContentsArea.top .fesSection .period {
  position: absolute;
  left: 20px;
  top: -12px;
  background-color: #fff400;
  width: 165px;
  padding: 35px 5px 30px 5px;
  text-align: center;
  color: #004F47;
  font-size: 1.55rem;
  line-height: 2rem;
  letter-spacing: -0.05em;
}
.mainContentsArea.top .fesSection .period:after,
.mainContentsArea.top .fesSection .period:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff400 transparent transparent transparent;
  position: absolute;
  bottom: -44px;
}
.mainContentsArea.top .fesSection .period:after {
  border-width: 75px 0 0 19px;
  transform: rotate(-90deg);
  left: 27px;
}
.mainContentsArea.top .fesSection .period:before {
  border-width: 75px 19px 0 0;
  transform: rotate(90deg);
  right: 27px;
}
.mainContentsArea.top .fesSection .fesFunStep {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
}
.mainContentsArea.top .fesSection .fesFunStep li {
  flex: 1 1 33.33%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  list-style: none;
  text-align: center;
  position: relative;
  min-height: 304px;
  padding-top: 40px;
}
.mainContentsArea.top .fesSection .fesFunStep li:nth-child(1) {
  background-image: url(../img/bg_feslist01.png);
}
.mainContentsArea.top .fesSection .fesFunStep li:nth-child(2) {
  background-image: url(../img/bg_feslist02.png);
}
.mainContentsArea.top .fesSection .fesFunStep li:nth-child(2) dl span:not(.capNumver) {
  padding-top: 0.5em;
}
.mainContentsArea.top .fesSection .fesFunStep li:nth-child(3) {
  background-image: url(../img/bg_feslist03.png);
}
.mainContentsArea.top .fesSection .fesFunStep li dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 2%;
  width: 96%;
  padding: 0px 50px 0px 50px;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dt {
  width: 100%;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dt .capNumver {
  color: #8de7cc;
  background-color: #004F47;
  line-height: 36px;
  width: 40px;
  height: 40px;
  padding-right: 2px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1.7rem;
  min-height: 0;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dt span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.4em;
  min-height: 2.5em;
  margin-bottom: 5px;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dd {
  width: 100%;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dd > span {
  display: inline-block;
  width: 145px;
  height: 108px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dd .fesIconGamepad {
  background: url(../img/icon_gamepad.png) 0px 0 no-repeat;
  animation: iconAnime01 3s steps(33) infinite;
  background-size: auto 4012px;
  /*3672px*/
}
.mainContentsArea.top .fesSection .fesFunStep li dl dd .fesIconComment {
  background: url(../img/icon_comment.png) 0px 0 no-repeat;
  animation: iconAnime02 4s steps(24) infinite;
  background-size: auto 3221px;
  /*2700px*/
}
.mainContentsArea.top .fesSection .fesFunStep li dl dd .fesIconPresent {
  background: url(../img/icon_present.png) 0px 0 no-repeat;
  animation: iconAnime03 1s steps(7) infinite;
  background-size: auto 864px;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 130px;
  padding: 18px 20px 15px 20px;
  margin-bottom: 0;
  background: url(../img/bg_fesnote.png) 50% 50% no-repeat;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop span {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 6px;
  display: inline-block;
}
.mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop img {
  width: 29px;
  height: auto;
}
.mainContentsArea.top .fesLogSection {
  background-color: #fff;
  background-image: url(../img/bg_flag_left.png), url(../img/bg_flag_right.png), url(../img/bg_stripe_yellow.png);
  background-position: top left, top right, top center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 305px auto, 305px auto, 28px auto;
}
.mainContentsArea.top .fesLogSection h2 img {
  width: 435px;
  height: auto;
  margin-top: 20px;
}
.mainContentsArea.top .fesSection .column.column2col.fesLogGame .col a .ribbon,
.mainContentsArea.top .fesLogSection .column.column2col.fesLogGame .col a .ribbon {
  position: absolute;
  left: -60px;
  top: 25px;
  z-index: 100;
  background: url(../img/bg_ribon.png) left top no-repeat;
  background-size: 217px auto;
  width: 217px;
  height: 49px;
  transform: rotate(-45deg);
  line-height: 40px;
  font-size: 1.5rem;
  text-align: center;
  font-family: 'LogoTypeGothic', 'メイリオ';
}
.mainContentsArea.top .fesSection .column.column2col .col .gameList li,
.mainContentsArea.top .fesLogSection .column.column2col .col .gameList li {
  width: 50%;
}
.mainContentsArea.top .fesSection .column.column2col .col .gameList li a,
.mainContentsArea.top .fesLogSection .column.column2col .col .gameList li a {
  box-shadow: 0 0 0 5px #fff;
}
.mainContentsArea.top .fesSection .column.column2col .col .gameList li a:hover,
.mainContentsArea.top .fesLogSection .column.column2col .col .gameList li a:hover {
  box-shadow: 0 0 0 5px #00a199;
}
.mainContentsArea.top .fesSection .column.column2col .col .gameItem a,
.mainContentsArea.top .fesLogSection .column.column2col .col .gameItem a {
  box-shadow: 0 0 0 5px #fff;
}
.mainContentsArea.top .fesSection .column.column2col .col .gameItem a:hover,
.mainContentsArea.top .fesLogSection .column.column2col .col .gameItem a:hover {
  box-shadow: 0 0 0 5px #00a199;
}
.mainContentsArea.top .commentSection {
  padding-top: 30px;
}
.mainContentsArea.top .batchSection {
  padding-top: 10px;
  background-color: #8de7cc;
  background-image: url(../img/bg_Scattering.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1173px auto;
}
.mainContentsArea.top .batchSection h2 {
  display: inline-block;
}
.mainContentsArea.top .batchSection .batchLead {
  transform: rotate(-10deg);
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50px;
  background-size: 28px 28px;
  font-size: 0.8rem;
  font-family: 'LogoTypeGothic', 'メイリオ';
  padding: 25px 10px 10px 10px;
  margin-left: 20px;
}
.mainContentsArea.top .batchSection .batchLead strong {
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  line-height: 1.3rem;
}
.mainContentsArea.top .batchList {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .carousel .carouselCell {
    width: 50%;
  }
  .carousel .carouselCell .sliderExp {
    font-size: 0.8rem;
  }
  .carousel .carouselCell .sliderExp strong {
    font-size: 1.2rem;
  }
  .carousel .flickity-prev-next-button.next {
    right: 5px;
  }
  .carousel .flickity-prev-next-button.previous {
    left: 5px;
  }
  .topCarouselNavi .flickity-slider li {
    margin-right: 5px;
    width: 15%;
  }
  .mainContentsArea.top section .gameList li {
    width: 33.33%;
    /*&:nth-child(4) {
						display: none;
					}*/
  }
  .mainContentsArea.top .fesSection {
    padding: 8px;
  }
  .mainContentsArea.top .fesSection .fesStripe {
    background-size: 111vw auto;
    background-position: -10% -100px;
  }
  .mainContentsArea.top .fesSection h2 {
    margin-bottom: 5px;
  }
  .mainContentsArea.top .fesSection h2 img {
    max-width: 65%;
  }
  .mainContentsArea.top .fesSection h3 img {
    max-width: 80%;
  }
  .mainContentsArea.top .fesSection .period {
    position: relative;
    width: auto;
    padding: 0;
    background-color: inherit;
    margin-bottom: 25px;
    font-size: 2rem;
    display: block;
    width: 14em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    top: 0;
    left: 0;
  }
  .mainContentsArea.top .fesSection .period:after,
  .mainContentsArea.top .fesSection .period:before {
    bottom: auto;
    top: 0;
  }
  .mainContentsArea.top .fesSection .period:after {
    border-width: 45px 0 0 14px;
    transform: rotate(-35deg);
    left: 15px;
  }
  .mainContentsArea.top .fesSection .period:before {
    border-width: 45px 14px 0 0;
    transform: rotate(35deg);
    right: 15px;
  }
  .mainContentsArea.top .fesSection .fesFunStep li {
    padding-top: 3.5vw;
    min-height: 33.3vw;
    position: relative;
  }
  .mainContentsArea.top .fesSection .fesFunStep li:nth-child(1),
  .mainContentsArea.top .fesSection .fesFunStep li:nth-child(2),
  .mainContentsArea.top .fesSection .fesFunStep li:nth-child(3) {
    background-size: 100% auto;
  }
  .mainContentsArea.top .fesSection .fesFunStep li:nth-child(2) dl span:not(.capNumver) {
    padding-top: 0vw;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl {
    padding-left: 3vw ;
    padding-right: 3vw ;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dt .capNumver {
    width: 5vw;
    height: 5vw;
    line-height: 4.5vw;
    border-radius: 2.5vw;
    font-size: 2.4vw;
    margin-bottom: 0.5vw;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dt span {
    font-size: 2.4vw;
    margin-bottom: -5px;
    min-height: 0;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd {
    margin-bottom: auto;
    width: 100%;
    text-align: center;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .fesIconComment {
    margin-top: -0.5vw;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop {
    position: static;
    width: auto;
    height: auto;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #00302E;
    background-image: none;
    border-radius: 5px;
    padding: 0.6vw 0.8vw;
    margin-bottom: -2.2vw;
    margin-top: 1.5vw;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop span {
    margin-bottom: 0px;
    order: 2;
    font-size: 1.35vw;
    padding-top: 0;
    line-height: 1.2em;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop img {
    width: 3vw;
    max-width: 29px;
    order: 1;
    margin-right: 8px;
  }
  .mainContentsArea.top .fesSection .column.column2col .col:first-child {
    display: none;
  }
  .mainContentsArea.top .fesSection .column.column2col .col:last-child {
    width: 100%;
  }
  .mainContentsArea.top .fesSection .column.column2col .col .gameList li {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
    width: 50%;
  }
  .mainContentsArea.top .fesSection .column.column2col .col .gameList li:nth-child(4) {
    display: block;
  }
  .mainContentsArea.top .fesLogSection {
    background-color: #fff;
    background-image: url(../img/bg_flag_left.png), url(../img/bg_flag_right.png), url(../img/bg_stripe_yellow.png);
    background-position: top left, top right, top center;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 30%auto, 30%auto, 28px auto;
  }
  .mainContentsArea.top .fesLogSection h2 img {
    max-width: 60%;
  }
  .mainContentsArea.top .fesLogSection .column.column2col .col:first-child {
    width: 66.66%;
  }
  .mainContentsArea.top .fesLogSection .column.column2col .col:last-child {
    width: 33.33%;
  }
  .mainContentsArea.top .fesLogSection .column.column2col .col .gameList li {
    width: 100%;
  }
  .mainContentsArea.top .fesLogSection .column.column2col .col .gameList li:nth-child(3) {
    display: none;
  }
  .mainContentsArea.top .fesLogSection .column.column2col .col .gameList li:nth-child(4) {
    display: none;
  }
  .mainContentsArea.top .commentSection div.column.column2col .col {
    width: 100%;
  }
  .mainContentsArea.top .commentSection .column.column2col.newComment .col a .thumbnail {
    min-width: 230px;
    width: 230px;
  }
  .mainContentsArea.top .commentSection .column.column2col.newComment .col a .gameTextWrap {
    width: 100%;
  }
  .mainContentsArea.top ul.batchList {
    margin-left: -5px;
    margin-right: -5px;
  }
  .mainContentsArea.top ul.batchList li {
    width: 20%;
  }
  .mainContentsArea.top ul.batchList li:nth-child(11) {
    display: none;
  }
  .mainContentsArea.top ul.batchList li:nth-child(12) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .carousel {
    margin-bottom: 0;
  }
  .carousel .carouselCell {
    width: 100%;
    padding-bottom: 5px;
  }
  .carousel .carouselCell .sliderExp {
    margin-top: -30px;
    width: 92%;
    margin-left: 4%;
    box-shadow: 0px 0px 2px 1px rgba(15, 5, 0, 0.2);
  }
  .carousel .flickity-prev-next-button {
    display: none;
  }
  .topCarouselNavi {
    display: none;
  }
  .mainContentsArea.top section .gameList {
    margin-left: -2px;
    margin-right: -2px;
  }
  .mainContentsArea.top section .gameList li {
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 10px;
  }
  .mainContentsArea.top section .gameList li:nth-child(4) {
    display: block;
  }
  .mainContentsArea.top section .gameList a.zoomImage {
    right: 8px;
    bottom: 44px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .mainContentsArea.top section .gameItem {
    margin-bottom: 10px;
  }
  .mainContentsArea.top .whiteSection {
    padding-top: 20px;
  }
  .mainContentsArea.top .whiteSection .tagBtnList li a {
    font-size: 1rem;
  }
  .mainContentsArea.top .fesSection {
    padding: 5px;
  }
  .mainContentsArea.top .fesSection .fesStripe {
    background-image: none;
  }
  .mainContentsArea.top .fesSection h2 {
    margin-bottom: 0;
  }
  .mainContentsArea.top .fesSection h2 img {
    max-width: 80%;
  }
  .mainContentsArea.top .fesSection h3 img {
    max-width: 100%;
  }
  .mainContentsArea.top .fesSection .period {
    font-size: 5.5vw;
    width: 80vw;
    margin-bottom: 20px;
  }
  .mainContentsArea.top .fesSection .period:after {
    border-width: 35px 0 0 10px;
    transform: rotate(-25deg);
    left: 10px;
  }
  .mainContentsArea.top .fesSection .period:before {
    border-width: 35px 10px 0 0;
    transform: rotate(25deg);
    right: 10px;
  }
  .mainContentsArea.top .fesSection .fesFunStep {
    display: block;
  }
  .mainContentsArea.top .fesSection .fesFunStep li {
    text-align: left;
    padding: 5px 125px 10px 45px;
    min-height: 90px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mainContentsArea.top .fesSection .fesFunStep li:nth-child(1),
  .mainContentsArea.top .fesSection .fesFunStep li:nth-child(2),
  .mainContentsArea.top .fesSection .fesFunStep li:nth-child(3) {
    background-image: inhert;
    background-color: #00a199;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    margin-left: 0;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dt .capNumver {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -15px;
    padding-right: 0;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dt span {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd > span {
    position: absolute;
    right: 5px;
    height: 88px;
    width: 114px;
    top: 50%;
    margin-top: -42px;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .fesIconGamepad {
    margin-top: -52px;
    animation: iconAnime01-sp 3s steps(33) infinite;
    background-size: auto 3672px;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .fesIconComment {
    margin-top: -52px;
    animation: iconAnime02-sp 4s steps(24) infinite;
    background-size: auto 2700px;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .fesIconPresent {
    margin-top: -44px;
    animation: iconAnime03-sp 1s steps(7) infinite;
    background-size: auto 704px;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop {
    padding: 5px 10px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop span {
    font-size: 0.85rem;
  }
  .mainContentsArea.top .fesSection .fesFunStep li dl dd .notePop img {
    width: 20px;
  }
  .mainContentsArea.top .fesSection .primaryBtn {
    min-width: 240px;
  }
  .mainContentsArea.top .fesLogSection {
    background-color: #fff;
    background-image: url(../img/bg_stripe_yellow.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: 28px auto;
  }
  .mainContentsArea.top .fesLogSection h2 img {
    max-width: 90%;
  }
  .mainContentsArea.top .fesLogSection .column.column2col .col:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .mainContentsArea.top .fesLogSection .column.column2col .col:last-child {
    display: none;
  }
  .mainContentsArea.top .commentSection {
    padding-top: 20px;
  }
  .mainContentsArea.top .commentSection div.column.column2col .col {
    width: 100%;
  }
  .mainContentsArea.top .commentSection .column.column2col.newComment .col a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .mainContentsArea.top .commentSection .column.column2col.newComment .col a .thumbnail {
    min-width: 50%;
    width: 50%;
  }
  .mainContentsArea.top .batchSection {
    background-size: 180% auto;
  }
  .mainContentsArea.top .batchSection .batchLead {
    padding: 20px 5px 5px 5px;
    width: 90px;
    height: 90px;
    font-size: 0.75rem;
    margin-left: 10px;
  }
  .mainContentsArea.top .batchSection .batchLead strong {
    font-size: 1.3em;
  }
  .mainContentsArea.top ul.batchList li {
    width: 33.33%;
  }
  .mainContentsArea.top ul.batchList li:nth-child(7) {
    display: none;
  }
  .mainContentsArea.top ul.batchList li:nth-child(8) {
    display: none;
  }
  .mainContentsArea.top ul.batchList li:nth-child(9) {
    display: none;
  }
  .mainContentsArea.top ul.batchList li:nth-child(10) {
    display: none;
  }
}
@keyframes iconAnime01 {
  0% {
    background-position: 50% 0px;
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    background-position: 50% -3894px;
    /*-3564px*/
  }
}
@keyframes iconAnime02 {
  0% {
    background-position: 50% 0px;
  }
  100% {
    background-position: 50% -3092px;
    /* -2592px*/
  }
}
@keyframes iconAnime03 {
  0% {
    background-position: 50% 0px;
  }
  100% {
    background-position: 50% -756px;
  }
}
@keyframes iconAnime01-sp {
  0% {
    background-position: 50% 0px;
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    background-position: 50% -3564px;
  }
}
@keyframes iconAnime02-sp {
  0% {
    background-position: 50% 0px;
  }
  100% {
    background-position: 50% -2592px;
  }
}
@keyframes iconAnime03-sp {
  0% {
    background-position: 50% 0px;
  }
  100% {
    background-position: 50% -616px;
  }
}
.adult .carousel .carouselCell .sliderExp:hover {
  color: #ea004c;
}
.adult .carousel .flickity-prev-next-button:hover .flickity-button-icon {
  fill: #ea004c;
}
.adult .topCarouselNavi .flickity-slider li.is-selected,
.adult .topCarouselNavi .flickity-slider li:hover {
  border-color: #ea004c;
}
.adult .mainContentsArea.top .whiteSection .tagBtnList li:not(.pickupTag) a {
  background-color: #ea004c;
  border-bottom-color: #600023;
}
.adult .mainContentsArea.top .whiteSection .tagBtnList li:not(.pickupTag) a:hover {
  background-color: #600023;
}
.adult .mainContentsArea.top .fesLogSection .column.column2col .col .gameList li a:hover {
  box-shadow: 0 0 0 5px #ea004c;
}
.adult .mainContentsArea.top .fesLogSection .column.column2col .col .gameItem a:hover {
  color: #3C3A33;
  box-shadow: 0 0 0 5px #ea004c;
}
.adult .mainContentsArea.top .batchSection {
  background-color: #F99BB9;
}
