/* --------------------
  base
-------------------- */
html {
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
img[height="1"][width="1"] {
  display: none;
}
ol, ul {
  list-style: none;
}
.bodyarea {
  width: 100%;
  margin: 0 auto;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}


/* --------------------
  contents
-------------------- */
#game-cp-202206 {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: left;
  color: #1d1c18;
}
#game-cp-202206 img {
  vertical-align: bottom;
}
#game-cp-202206 .button a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#headerArea {
  max-width: 1160px;
  width: 100%;
  margin: 18px auto 6px !important;
  display: table;
}
#headerArea .period {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}


/* --------------------
  fv
-------------------- */
#game-cp-202206 #fv {
  width: 100%;
  background: linear-gradient(to left, #4f0e3e 50%, #0e2f4f 50%);
  /*background: linear-gradient(90deg, rgb(14, 47, 79), rgb(14, 47, 79) 50%, rgb(79, 14, 62) 50%, rgb(79, 14, 62) 100%);*/
  background-size: cover;
}
#game-cp-202206 #fv h1 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  background: none;
  text-align: center;
}
#game-cp-202206 #fv .term {
  background: #1d1d1d;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
#game-cp-202206 #fv .term img {
  margin: 0 auto;
}


/* --------------------
  service
-------------------- */
#game-cp-202206 .service {
  background: #fff;
  padding: 80px 0 70px;
}
#game-cp-202206 .service > .contbox {
  max-width: 1160px;
  min-height: 370px;
  margin: 0 auto 30px;
  position: relative;
}
#game-cp-202206 .service_ttl {
  position: absolute;
  top: 10px;
  left: 430px;
}
#game-cp-202206 .service_img {
  position: absolute;
  top: 0;
  left: 20px;
}
#game-cp-202206 .service_txt {
  width: 700px;
  font-size: 1.8rem;
  line-height: 1.45;
  position: absolute;
  top: 150px;
  left: 430px;
}
#game-cp-202206 .benefits {
  background: #dfedfb;
  padding: 30px 0;
  position: relative;
}
#game-cp-202206 .benefits:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -70px;
  border: 70px solid transparent;
  border-top: 50px solid #dfedfb;
}
#game-cp-202206 #igo .benefits {
  background: #f2e5f7;
}
#game-cp-202206 #igo .benefits:before {
  border-top: 50px solid #f2e5f7;
}
#game-cp-202206 .benefits > .contbox {
  background: #fff;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 30px 25px;
}
#game-cp-202206 .benefits_icon {
  display: inline-block;
  margin: 0 30px 0 0;
}
#game-cp-202206 .benefits_txt {
  display: inline-block;
  width: 870px;
  vertical-align: top;
  font-size: 2.2rem;
  line-height: 1.6;
  margin: 20px 0;
}
#game-cp-202206 .benefits_txt span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #f7fe33 0%) repeat scroll 0 0;
  padding: 0 0.2em;
  margin: 0 -0.2em 0 -0.2em;
}
#game-cp-202206 .benefits_img {
  text-align: right;
  margin: -10px 0 20px 0;
}
#game-cp-202206 .benefits_img img.pcOnly {
  display: inline-block;
  margin: -10px 0 0 0;
}
#game-cp-202206 #igo .benefits_img img.pcOnly {
  margin: -50px 0 0 0;
}
#game-cp-202206 .benefits_img img.spOnly {
  display: none;
}
#game-cp-202206 .target {
  background: #f4f4f4;
  padding: 20px 80px;
}
#game-cp-202206 .target h4 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#game-cp-202206 .target p, #game-cp-202206 .target ul {
  font-size: 1.6rem;
}
#game-cp-202206 .target ul li {
  text-indent: -1.75em;
  padding-left: 2.75em;
}
#game-cp-202206 .target p.target_term {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  background: #1d1d1d;
  border-radius: 30px;
  margin: 10px auto 0;
  padding: 2px 0;
}
#game-cp-202206 .target p.target_term span.pcOnly {
  display: inline-block;
}
#game-cp-202206 .entry {
  text-align: center;
  margin: 90px auto 0;
}
#game-cp-202206 .entry .button {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}


/* --------------------
  caution
-------------------- */
#caution {
  padding: 90px 0;
  background: #f4f4f4;
}
#caution h3 {
  font-size: 2.6rem;
  color: #fff;
  background: #1d1d1d;
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 40px 6px 40px;
  position: relative;
  z-index: 1;
}
#caution h3.ttl_mahjong {
  background: #0e2f4f;
}
#caution h3.ttl_igo {
  background: #4f0e3e;
}
#caution h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px #f4f4f4;
  border-bottom: solid 55px transparent;
  z-index: 2;
}
#caution h3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  border-bottom: solid 55px #f4f4f4;
  z-index: 2;
}
#caution .contbox {
  max-width: 1120px;
  margin: 0 auto;
}
#caution .ul_wrapper, #caution .dl_wrapper, #caution .p_wrapper {
  margin: 0 20px 40px;
}
#caution .ul_wrapper ul, #caution .dl_wrapper dl {
  font-size: 1.8rem;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
#caution dl dt, #caution dl dd {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}
#caution dl:nth-of-type(2) {
  margin-top: 10px;
}
#caution dl dt {
  font-weight: bold;
}
#caution dl dd {
  margin-left: 1em;
}
#caution dl dt::before {
  content: "■";
  display: inline-block;
  position: absolute;
  left: 0;
}
#caution dl dd::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
#caution .p_wrapper p {
  font-size: 1.8rem;
  line-height: 1.45;
  margin: 0 0 20px;
}


/* 終了日までのカウントダウン
------------------------------------- */
#countdown-unit {
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
  padding: 11px 0 6px;
  background: #f70d44;
  color: #fff;
}
#countdown-unit p {
  display: inline-block;
  font-size: 150%;;
}
#countdown-unit span {
  font-size: 140%;
  padding-left: 0.2em;
  padding-right: 0.1em;
  display: inline-block;
}
#countdown-unit p.count_end {
  display: inline-block;
  margin: -1px 0 2px;
}


/*---- clearfix ----*/
.clearfix {
  display: block;
  content: "";
  clear: both;
}


/*--- 768px------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  #headerArea {
    width: 100%;
    display: block;
  }
  #headerArea .period {
    font-size: 14px;
    text-align: center;
    padding: 8px 20px;
  }
	
  /*----- common -------------------------------------*/
  #game-cp-202206 section .contbox {
    width: 100%;
    padding: 0 10px;
  }
  #game-cp-202206 p, #game-cp-202206 li, #game-cp-202206 dt, #game-cp-202206 dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #game-cp-202206 section {
    padding: 60px 0 50px;
  }
  #game-cp-202206 section#fv {
    padding: 0;
  }
  /*#game-cp-202206 h2 {
    padding-bottom: 30px;
  }*/
  #game-cp-202206 .flex_box {
    display: -webkit-block;
    display: block;
    justify-content: center;
  }
	
  /*----- service -------------------------------------*/
  #game-cp-202206 .service {
    padding: 40px 0 40px;
  }
  #game-cp-202206 .service > .contbox {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    margin: 0 auto 30px;
    position: inherit;
  }
  #game-cp-202206 .service_ttl {
    position: inherit;
  }
  #game-cp-202206 .service_img {
    position: inherit;
  }
  #game-cp-202206 .service_txt {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.4;
    position: inherit;
    margin: 10px 20px;
  }
  #game-cp-202206 .benefits > .contbox {
    max-width: 100%;
    width: 90%;
    margin: 30px auto 0;
    padding: 20px 20px 25px;
  }
  #game-cp-202206 .benefits_icon {
    display: block;
    margin: -50px auto 30px;
    text-align: center;
  }
  #game-cp-202206 .benefits_icon img {
    margin: 0 auto;
    text-align: center;
  }
  #game-cp-202206 .benefits_txt {
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #game-cp-202206 .benefits_img img.pcOnly {
    display: none;
  }
  #game-cp-202206 .benefits_img img.spOnly {
    display: block;
  }
  #game-cp-202206 .target {
    padding: 20px 20px;
  }
  #game-cp-202206 .target h4 {
    font-size: 1.4rem;
  }
  #game-cp-202206 .target p, #game-cp-202206 .target ul {
    font-size: 1.4rem;
  }
  #game-cp-202206 .target ul li {
    text-indent: -1.75em;
    padding-left: 1.75em;
  }
  #game-cp-202206 .target p.target_term {
    font-size: 1.6rem;
    border-radius: 10px;
    margin: 10px auto 0;
    padding: 10px 0;
  }
  #game-cp-202206 .target p.target_term span.pcOnly {
    display: none;
  }
  /*#game-cp-202206 .service .contbox dl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #game-cp-202206 .service .contbox dl dt img {
    width: 100%;
  }*/
	
  /*----- caution -------------------------------------*/
  #caution {
    padding: 40px 0;
  }
  #caution h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 10px 20px;
    padding: 6px 30px 6px 40px;
  }
  #caution .contbox {
    max-width: 100%;
    width: 100%;
  }
  #caution .ul_wrapper, #caution .dl_wrapper, #caution .p_wrapper {
    margin: 0 20px 30px;
  }
  #caution .ul_wrapper ul, #caution .dl_wrapper dl {
    font-size: 1.8rem;
    list-style: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
  }
  #caution dl:nth-of-type(2) {
    margin-top: 10px;
  }
  #caution dl dt, #caution dl dd {
    padding-left: 1em;
    line-height: 1.6;
    position: relative;
  }
  #caution dl dt {
    padding-bottom: 5px;
  }
  #caution dl dd {
    padding: 0 0 0 1em;
    margin-left: 0;
    text-indent: 0em;
  }
  #caution .p_wrapper p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /* 終了日までのカウントダウン
------------------------------------- */
  #countdown-unit {
    padding: 6px 20px 2px;
    font-size: 80%;
  }
}