@charset "UTF-8";
/* CSS Document */
/* ========================= [ #dmm_ntgnavi ] */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500&display=swap");
#dmm_ntgnavi {
  background: url(../assets/dmm_header/bg_navimain.gif) center center repeat-x;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
  display: flex;
  justify-content: space-between;
}
#dmm_ntgnavi ul {
  list-style: none;
  margin: 2px 0;
  padding: 0;
  display: flex;
}
#dmm_ntgnavi ul li {
  margin: 0 6px 0 0;
  line-height: 15px;
}
#dmm_ntgnavi ul.navi_left {
  flex-grow: 2;
}
#dmm_ntgnavi ul.navi_left li a {
  display: block;
  padding: 0 3px 0 8px;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 3px;
}
#dmm_ntgnavi ul.navi_left li a:hover {
  background: #eee;
  border: 1px solid #666;
  border-radius: 3px;
}
#dmm_ntgnavi ul.navi_left li a > span {
  display: block;
  padding: 9px 10px 7px 28px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}
#dmm_ntgnavi ul.navi_left li.dmm_top img {
  margin: 8px 5px 8px 0;
}
#dmm_ntgnavi ul.navi_left li.ntg_top {
  margin-left: 10px;
}
#dmm_ntgnavi ul.navi_left li.ntg_top a > span {
  background: url(../assets/dmm_header/bg_bt_olgtop.gif) 0 center no-repeat;
}
#dmm_ntgnavi ul.navi_left li.ntg_chip a > span {
  background: url(../assets/dmm_header/bg_bt_chip.gif) 0 center no-repeat;
  letter-spacing: 0.05em;
}
#dmm_ntgnavi ul.navi_left li.ntg_poi a > span {
  background: url(../assets/dmm_header/bg_bt_point.gif) 0 center no-repeat;
  letter-spacing: 0.05em;
}
#dmm_ntgnavi ul.navi_right {
  flex-grow: 1;
  justify-content: flex-end;
  font-size: 10px;
}
#dmm_ntgnavi ul.navi_right li {
  margin: 0 10px 0 0;
  padding: 8px 5px;
}
#dmm_ntgnavi ul.navi_right li.ntg_chip, #dmm_ntgnavi ul.navi_right li.ntg_poi {
  display: none;
}
#dmm_ntgnavi .arrow {
  padding-left: 14px;
  background: url(../assets/dmm_header/arrow_common.gif) no-repeat left center;
  color: initial;
  text-decoration: underline;
}
#dmm_ntgnavi .tx-point {
  font-size: 16px;
  font-weight: bold;
  color: #ff4b4b !important;
}
#dmm_ntgnavi p {
  margin: 0;
  line-height: 2.6em;
}
#dmm_ntgnavi .clear {
  clear: both;
}

@media (max-width: 960px) {
  #dmm_ntgnavi ul {
    justify-content: space-between;
  }
  #dmm_ntgnavi ul.navi_left {
    flex-grow: 2;
  }
  #dmm_ntgnavi ul.navi_left li.ntg_top a > span > span {
    display: none;
  }
  #dmm_ntgnavi ul.navi_left li.ntg_chip, #dmm_ntgnavi ul.navi_left li.ntg_poi {
    display: none;
  }
  #dmm_ntgnavi ul.navi_right li {
    display: none;
  }
  #dmm_ntgnavi ul.navi_right li.ntg_chip, #dmm_ntgnavi ul.navi_right li.ntg_poi {
    display: list-item;
  }
}
body {
  margin: 0;
  background: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body p {
  display: inline-block;
  font-size: 14px;
}
body a {
  text-decoration: none;
}

@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold");
}
.page-feature {
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
}
.page-feature div {
  box-sizing: border-box;
  margin: 0;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
}
.page-feature * {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
}

.shop-maintenance {
  width: 100%;
  margin: 20px;
  color: rgba(0, 0, 0, 0.8);
}
.shop-maintenance p {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #D73A49;
}

/* area-header */
.area-header {
  position: relative;
  display: flex;
  justify-content: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
  width: 100%;
  height: 450px;
  background-image: url("../assets/bg_header.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.area-header h1 {
  position: relative;
  width: 1200px;
  height: 450px;
}
.area-header .howTo-btn {
  position: absolute;
  top: 10px;
  right: calc((100% - 1200px) / 2);
  width: 135px;
  height: 135px;
}
.area-header .howTo-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../assets/btn_use.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.area-header .getCoupon-btn {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 927px;
  height: 116px;
  text-align: center;
  z-index: 10;
}

@keyframes btnmove {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
/* title-base */
.title-base {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

h2.title-base-main-01 {
  color: #48a4e7;
}
h2.title-base-main-02 {
  color: #fff;
}

h3.title-sub {
  width: 100%;
  font-size: 24px;
  border-bottom: #ccc 1px solid;
}

/* btn-base */
.btn-box {
  text-align: center;
}

.btn-base {
  transition: 0.2s linear;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 380px;
  height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #48a4e7;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.btn-base:hover {
  opacity: 0.8;
}

/* area-section */
.area-section {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.area-section .section-inner {
  padding: 90px 16px 20px 16px;
  margin: 0 auto;
}
.area-section .btn-box {
  margin: 8px 0 38px;
}

/* area-Goods */
.area-Goods .section-inner {
  padding-top: 90px;
  max-width: 1200px;
}
.area-Goods .goods-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.area-Goods li {
  overflow: hidden;
  transition: transform 0.2s;
  padding: 20px 0 40px 0;
}
.area-Goods li:hover {
  opacity: 0.8;
}
.area-Goods li img {
  width: 206px;
  height: 206px;
}
.area-Goods li p.tx-price {
  font-size: 18px;
  width: 100%;
  font-weight: 700;
  color: #d73a49;
}
.area-Goods li p.tx-price span {
  font-size: 16px;
  color: #d73a49;
}
.area-Goods .tx-goods {
  font-size: 16px;
  height: 12vw;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 43px;
  margin-bottom: 10px;
}
.area-Goods .game_title {
  font-size: 16px;
  font-weight: 600;
  height: 12vw;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 43px;
  margin-bottom: 10px;
}

/* area-Title */
.area-Title .section-inner {
  padding-top: 90px;
  max-width: 1200px;
}
.area-Title ul {
  display: flex;
  column-gap: 0.6%;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.area-Title ul li {
  width: 14%;
}
.area-Title ul li img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 70px;
  text-align: center;
  margin: 20px 0 6px;
}
.area-Title ul li:first-child {
  padding-left: 0;
}
.area-Title ul li:last-child {
  padding-right: 0;
}
.area-Title ul li p {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding: 0 2px;
}
.area-Title ul li:hover {
  opacity: 0.8;
}
.area-Title .btn-box {
  margin: 38px 0;
}

/* area-procedure */
.area-procedure {
  background-color: #48a4e7;
}
.area-procedure .section-inner {
  padding-top: 66px;
  margin-bottom: 71px;
}
.area-procedure a.linkText {
  text-decoration: underline;
}
.area-procedure::before, .area-procedure::after {
  content: "";
  width: auto;
  height: 24px;
  display: block;
  background-repeat: repeat;
  background-size: 1790px 27px;
}
.area-procedure dl {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 837px;
  margin: 0 auto;
}
.area-procedure dl > div {
  display: flex;
  padding: 16px 0;
}
.area-procedure dl > div:first-child {
  padding-top: 0;
}
.area-procedure dl > div:last-child {
  padding-bottom: 0;
}
.area-procedure dl > div:not(:last-child) {
  background-image: linear-gradient(to right, #48a4e7 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.area-procedure dl dd {
  font-size: 16px;
  margin-left: 32px;
  height: 220px;
  display: flex;
}
.area-procedure dl dd .area-procedure-text {
  font-size: 16px;
}
.area-procedure dl dd .area-procedure-text > span {
  font-size: 24px;
  font-weight: 600;
}
.area-procedure dl dd .area-procedure-text span.small-letters {
  font-size: 16px;
  display: block;
  text-align: left;
  margin-top: 10px;
  font-weight: 300;
}
.area-procedure .btn-box {
  margin-top: 50px;
}
.area-procedure .btn-base {
  background-color: #fff;
  color: 3;
}
.area-procedure .btn-base:hover {
  background-color: #969696;
  color: #333;
}

/* area-whatIsShop */
area-whatIsShop .section-inner {
  padding-top: 90px;
}

.area-whatIsShop dl {
  display: flex;
  column-gap: 0.01%;
  justify-content: space-evenly;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 24px;
  line-height: 36px;
  padding: 10px 0;
}

.area-whatIsShop dl > div {
  width: 32%;
}
.area-whatIsShop dl > div img {
  width: 100%;
  height: auto;
}
.area-whatIsShop dt {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 32px;
  line-height: 36px;
  padding: 10px 0;
  font-weight: 600;
}
.area-whatIsShop dl dd .whatIsShop-img {
  text-align: center;
  margin: 20px 0;
}
.area-whatIsShop dl dd .whatIsShop-text {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.area-whatIsShop dl dd .whatIsShop-text span {
  font-weight: 600;
}
.area-whatIsShop .btn-box {
  margin: 38px 0;
}

.whatIsShop-title::before {
  content: url("../assets/pic_deco_left.png");
  left: -40px;
  width: 34px;
  height: 34px;
  padding: 0 0 200px 0;
}

.how-title::after {
  width: 34px;
  height: 34px;
  padding: 0 0 200px 0;
}

.whatIsShop-title::after {
  content: url("../assets/pic_deco_right.png");
  right: -40px;
}

.whatIsShop-frame {
  border: 3px solid #48a4e7;
  border-radius: 20px;
  padding: 20px;
}

/* area-footer */
.area-footer {
  padding-bottom: 95px;
  background-color: #48a4e7;
}
.area-footer a {
  text-decoration: underline;
}
.area-footer .section-inner {
  padding-top: 66px;
  margin-bottom: 24px;
}
.area-footer dl {
  margin-top: 30px;
  line-height: 1.5em;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  max-width: 837px;
  margin: 0 auto;
}
.area-footer dl > div {
  display: flex;
  justify-content: center;
}
.area-footer dl > div:not(:last-child) {
  margin-bottom: 20px;
}
.area-footer dl dt {
  flex-shrink: 0;
  width: 21.4%;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  line-height: 1.5;
}
.area-footer dl dd {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.area-footer dl dd > span {
  display: block;
  font-size: 16px;
}
.area-footer dl dd > ul li {
  display: flex;
  word-break: break-word;
}
.area-footer dl dd > ul li:not(:first-child) {
  margin-top: 14px;
}

#fixed-item {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: 10;
  margin-bottom: 1.7vw;
  pointer-events: none;
}
#fixed-item.is-active {
  opacity: 1;
  transition: all 0.5s;
  pointer-events: auto;
}

.coupon-btn {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.coupon-btn a {
  transition: 0.2s linear;
  display: block;
  width: 131px;
  height: 125px;
  background-image: url("../assets/btn_coupon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.coupon-btn a:hover {
  transition: 0.2s linear;
  background-image: url("../assets/btn_coupon_hover.png");
}

#footer {
  text-align: center;
  display: block;
  clear: both;
  margin: 0px auto;
  padding: 10px 0px;
  height: 40px;
  background: #fff;
  border-top: 1px solid #969696;
}
#footer .copy {
  color: #969696;
  font-size: 12px;
}