@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* スプライト画像のmixin 固定サイズ */
/* スプライト画像のmixin 1/2 固定サイズ */
/* 使用時は以下から呼び出して使う　どのCSSファイルでもOK */
/*@include sprite-background(【表示したい画像名　拡張子なし】, $sprites-★, $sprites-★-img);*/
/* 表示したい画像名に数字はNG!必ず英字か記号を含めること */
/* 位置だけ呼び出し */
/*
$ypos: round(nth(sprite-position($sprit-【pc/sp】, 【表示したい画像名　拡張子なし】), 1) / 2);
background-position: $ypos 0;
*/
/* 位置だけ呼び出し sp */
/*
$ypos: round(nth(sprite-position($sprit-【pc/sp】, 【表示したい画像名　拡張子なし】), 1) / 2);
background-position: $ypos 0;
*/
/*共通設定
---------------------------------------------------------------------
*/
a {
  color: #d9d9d9;
  border: none;
  text-decoration: none;
}
a a:hover {
  opacity: 80;
}

body {
  background-color: #ffdae0;
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #593d43;
  min-width: 1024px;
}

@media (max-width: 640px) {
  body {
    font-size: 13px;
    line-height: 140%;
    min-width: 320px;
  }
}
/*クラスまとめ
---------------------------------------------------------------------*/
/* スマホのみ表示 */
@media (min-width: 641px) {
  .onlySp {
    display: none;
  }
}
/* PCのみ表示 */
@media (max-width: 640px) {
  .onlyPc {
    display: none;
  }
}
/* 強調テキスト */
.fontE {
  color: #dc1b82;
  font-weight: bold;
}

.fontC {
  color: #ffecad;
  font-weight: bold;
}

/* テキストを非表示 */
.noneText {
  text-indent: -9999px;
}

/* TL表示幅変更 */
iframe.twitter-timeline {
  width: 600px !important;
}

.clearFix:after {
  content: '';
  display: block;
  clear: both;
}

.fb-like iframe {
  width: 600px;
  min-width: 120px;
  min-height: 20px;
}

#wrap {
  width: 100%;
  position: absolute;
  top: 0px;
  height: auto;
}

header {
  width: auto;
  height: 30px;
  padding: 0 20px;
  background-color: #fff;
  border-bottom: 1px #ccc solid;
  display: block;
}
header .dmm {
  margin-top: 8px;
  width: 104px;
  height: 17px;
  background-image: url(../image/pc/dmm.png);
  display: block;
  overflow: hidden;
  float: left;
}
header .sns {
  margin-top: 5px;
  float: right;
  margin-left: 10px;
}

@media (max-width: 640px) {
  header {
    width: auto;
    height: 35px;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px #ccc solid;
    display: block;
  }
  header .dmm {
    margin-top: 8px;
    width: 113px;
    height: 18px;
    background-image: url(../image/sp/dmm.png);
    background-size: 113px 18px;
    display: block;
    overflow: hidden;
    float: left;
  }
}
.first {
  width: 100%;
  height: 480px;
  margin: 0 auto;
  background-color: #0d0333;
  background-image: url(../image/pc/first_main.png), url(../image/pc/first_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat ,repeat-y;
  position: relative;
}

@media (max-width: 640px) {
  .first {
    width: auto;
    height: 220px;
    background-color: #0d0333;
    background-image: url(../image/sp/first_main.png), url(../image/sp/first_bg.jpg);
    background-size: 548px 220px, 640px 1px;
    background-position: center top;
    background-repeat: no-repeat ,repeat-y;
    position: relative;
  }
}
.cinderellBox {
  width: 1024px;
  margin: 0 auto 0 -480px;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
}
.cinderellBox .cinderell {
  width: 449px;
  height: 1266px;
  top: 0;
  left: 300px;
  margin: -20px auto 0 0;
  background-image: url(../image/pc/cinderell.png);
  position: relative;
}

@media (max-width: 640px) {
  .cinderellBox {
    width: auto;
    margin: 10px auto;
    top: 0;
    left: 50%;
    z-index: 1;
    position: absolute;
  }
  .cinderellBox .cinderell {
    width: 220px;
    height: 627px;
    top: 0;
    left: 20px;
    margin: 18px auto 0 -121px;
    background-image: url(../image/sp/cinderell.png);
    background-size: 220px 627px;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.firstTextBox {
  width: auto;
  margin: 0 auto 0 -480px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}
.firstTextBox .firstText {
  width: 183px;
  height: 414px;
  left: 568px;
  margin: 80px auto 0 0;
  background-image: url(../image/pc/first_text.png);
  position: relative;
}

@media (max-width: 640px) {
  .firstTextBox {
    margin: 10px auto;
    top: 0;
    left: 50%;
    z-index: 2;
  }
  .firstTextBox .firstText {
    width: 178px;
    height: 220px;
    top: 0;
    left: 20px;
    margin: 30px auto 0 -103px;
    background-image: url(../image/sp/first_text.png);
    background-size: 178px 220px;
  }
}
.second {
  width: auto;
  padding: 30px 20px 60px 20px;
  background-image: url(../image/pc/second_bg.png);
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
}
.second .content .second-bnr {
  width: 728px;
  margin: 0 auto 30px auto;
  display: block;
}
.second .content {
  width: 1024px;
  margin: 0 auto;
  display: block;
}
.second .content .title {
  background-image: url(../image/pc/second_title.png);
  width: 860px;
  height: 170px;
  margin: -20px auto 10px auto;
}
.second .content .summary {
  width: 590px;
  float: left;
  overflow: hidden;
  display: block;
}
.second .content .summary dl dt {
  float: left;
  margin: 5px 17px 5px 0;
  background: no-repeat scroll 0 0;
  background-image: url('../image/pc/cap.png');
  display: block;
  height: 30px;
  width: 129px;
  background-position: 0 0;
  background-size: 775px auto;
}
.second .content .summary dl dt.cap_1 {
  background-position: 0 0;
}
.second .content .summary dl dt.cap_2 {
  background-position: -129px 0;
}
.second .content .summary dl dt.cap_3 {
  background-position: -258px 0;
}
.second .content .summary dl dt.cap_4 {
  background-position: -387px 0;
}
.second .content .summary dl dd {
  width: 430px;
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.second .content .summary dl dd.present {
  background-image: url(../image/pc/second_present.png);
  width: 443px;
  height: 273px;
}
.second .content .summary dl dd:after {
  content: '';
  display: block;
  clear: both;
}
.second .content .sample {
  width: 350px;
  float: right;
  overflow: hidden;
  display: block;
}

@media (max-width: 640px) {
  .second {
    padding: 40px 0px;
  }
  .second .content {
    width: auto;
    display: block;
  }
  .second .content .second-bnr {
  width: 96%;
  margin: 0 auto 30px auto;
  display: block;
  }
  .second .content .second-bnr img{
    width: 100%;
      height: 100%;
  }
  .second .content .title {
    background-image: url(../image/sp/second_title.png);
    background-size: 290px 113px;
    width: 290px;
    height: 113px;
    margin: -20px auto 10px auto;
  }
  .second .content .sample {
    display: none;
  }
  .second .content .summary {
    width: 100%;
    margin: 0 0px 0 5px;
    float: none;
    overflow: hidden;
  }
  .second .content .summary dl {
    margin: 0 10px;
  }
  .second .content .summary dl dt {
    width: 100%;
    height: 31px;
    background-image: url(../image/sp/cap_bg.jpg);
    background-size: 2px 31px;
    margin-left: -10px;
    padding: 20px 5px 0 0;
    box-sizing: border-box;
    margin-left: 0;
  }
  .second .content .summary dl dt.cap_1 {
    background: no-repeat scroll 0 0;
    background-image: url('../image/sp/cap.png');
    display: block;
    height: 31.5px;
    width: 481px;
    background-position: 0 0;
    background-size: 2897px auto;
  }
  .second .content .summary dl dt.cap_2 {
    background: no-repeat scroll 0 0;
    background-image: url('../image/sp/cap.png');
    display: block;
    height: 31.5px;
    width: 482px;
    background-position: 0 0;
    background-size: 2897px auto;
    background-position: -483px 0;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .second .content .summary dl dt.cap_3 {
    background: no-repeat scroll 0 0;
    background-image: url('../image/sp/cap.png');
    display: block;
    height: 31.5px;
    width: 482px;
    background-position: 0 0;
    background-size: 2897px auto;
    background-position: -967px 0;
  }
  .second .content .summary dl dt.cap_4 {
    background: no-repeat scroll 0 0;
    background-image: url('../image/sp/cap.png');
    display: block;
    height: 31.5px;
    width: 482px;
    background-position: 0 0;
    background-size: 2897px auto;
    background-position: -1450px 0;
  }
  .second .content .summary dl dd {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 10px 0;
  }
  .second .content .summary dl dd.present {
    background-image: url(../image/sp/second_present.png);
    background-size: 330px 380px;
    width: 330px;
    height: 360px;
    margin: 0 -20px;
  }
}
.third {
  width: auto;
  padding: 60px 20px;
  background-image: url(../image/pc/third_bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 3;
}
.third .content {
  width: 1024px;
  margin: 0 auto;
  display: block;
}
.third .content .stepTwitterWrap {
  height: 600px;
  margin-bottom: 100px;
}
.third .content .step {
  width: 388px;
  float: left;
  position: relative;
}
.third .content .step div.cap_5 {
  background: no-repeat scroll 0 0;
  background-image: url('../image/pc/cap.png');
  display: block;
  height: 30px;
  width: 129px;
  background-position: 0 0;
  background-size: 775px auto;
  background-position: -516px 0;
  margin-bottom: 10px;
}
.third .content .step .stepBox {
  padding-left: 95px;
  padding-top: 22px;
  box-sizing: border-box;
  line-height: 180%;
  color: #fff;
}
.third .content .step .s_1 {
  background-image: url(../image/pc/third_step1.png);
  width: 388px;
  height: 164px;
}
.third .content .step .s_2 {
  background-image: url(../image/pc/third_step2.png);
  width: 388px;
  height: 161px;
}
.third .content .step .s_2 .tweetFin {
  background-image: url(../image/pc/step2_tweet.png);
  width: 219px;
  height: 28px;
}
.third .content .step .s_3 {
  background-image: url(../image/pc/third_step3.png);
  width: 388px;
  height: 124px;
}
.third .content .step .stepArrow {
  background-image: url(../image/pc/third_stepArrow.png);
  width: 93px;
  height: 36px;
  position: relative;
  left: 0;
  right: 0;
  margin: 10px auto;
}
.third .content .twitter {
  width: 600px;
  height: 600px;
  border-radius: 10px;
  background-color: #fff;
  float: right;
  overflow: hidden;
}
.third .content .twitterSp {
  display: none;
}
.third .content .about {
  box-sizing: border-box;
  margin-top: 20px;
  width: 1024px;
  padding: 20px 20px 20px 125px;
  border-radius: 20px;
  background-color: #fff;
  min-height: 200px;
  position: relative;
  line-height: 150%;
  font-size: 14px;
  color: #908285;
}
.third .content .about .aboutTitle {
  font-size: 21px;
  color: #dc1b82;
  position: absolute;
  top: 20px;
  left: 20px;
}
.third .content .links {
  margin-top: 50px;
}
.third .content .links .linksTitle {
  background: no-repeat scroll 0 0;
  background-image: url('../image/pc/cap.png');
  display: block;
  height: 30px;
  width: 130px;
  background-position: 0 0;
  background-size: 775px auto;
  background-position: -645px 0;
  margin-bottom: 10px;
}
.third .content .links .link {
  width: 50%;
  float: left;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding-left: 12px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .third {
    width: auto;
    padding: 40px 0px;
  }
  .third .content {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .third .content .stepTwitterWrap {
    height: auto;
    margin-bottom: 30px;
  }
  .third .content .step {
    width: 100%;
    height: 407px;
    position: relative;
    display: block;
    float: none;
  }
  .third .content .step div.cap_5 {
    background: no-repeat scroll 0 0;
    background-image: url('../image/sp/cap.png');
    display: block;
    height: 31px;
    width: 480.5px;
    background-position: 0 0;
    background-size: 2897px auto;
    background-position: -1932px 0;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .third .content .step .stepBox {
    padding-left: 57px;
    padding-top: 12px;
    box-sizing: border-box;
    line-height: 180%;
    color: #fff;
  }
  .third .content .step .s_1 {
    background-color: #f965b2;
    background-image: url(../image/sp/third_step1.png);
    background-size: 41px 76px;
    background-position: 7px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 122px;
    display: block;
    overflow: hidden;
  }
  .third .content .step .s_2 {
    background-color: #f2419d;
    background-image: url(../image/sp/third_step2.png);
    background-size: 41px 76px;
    background-position: 7px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 122px;
    display: block;
    overflow: hidden;
  }
  .third .content .step .s_2 .tweetFin {
    background-image: url(../image/sp/step2_tweet.png);
    background-size: 241px 30px;
    width: 241px;
    height: 30px;
  }
  .third .content .step .s_3 {
    background-color: #d00f73;
    background-image: url(../image/sp/third_step3.png);
    background-size: 41px 76px;
    background-position: 7px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 122px;
    display: block;
    overflow: hidden;
  }
  .third .content .step .stepArrow {
    display: none;
  }
  .third .content .twitter, .third .content .clearFix:after {
    display: none;
  }
  .third .content .twitterSp {
    margin: 20px auto;
    display: block;
    text-align: center;
  }
  .third .content .about {
    box-sizing: border-box;
    margin: 20px auto;
    width: 95%;
    padding: 40px 10px 20px 10px;
    border-radius: 20px;
    background-color: #fff;
    min-height: 200px;
    position: relative;
    line-height: 150%;
    font-size: 12px;
    color: #908285;
    display: block;
  }
  .third .content .about .aboutTitle {
    font-size: 16px;
    color: #dc1b82;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .third .content .links {
    margin-top: 50px;
  }
  .third .content .links .linksTitle {
    background: no-repeat scroll 0 0;
    background-image: url('../image/sp/cap.png');
    display: block;
    height: 31.5px;
    width: 481px;
    background-position: 0 0;
    background-size: 2897px auto;
    background-position: -2415px 0;
    margin-left: 20px;
    box-sizing: border-box;
  }
  .third .content .links .link {
    width: 100%;
    color: #fff;
    height: 25px;
    line-height: 24px;
    padding-left: 12px;
    box-sizing: border-box;
  }
}
footer {
  width: 100%;
  padding: 20px 0 60px 0;
  height: 80px;
  background-color: #333333;
  position: relative;
  z-index: 10;
  display: block;
}
footer .content {
  width: 1024px;
  margin: 0 auto;
  display: block;
}
footer .content a .LogoDmmPachi {
  background-image: url(../image/pc/logo_dmmPachi.png);
  width: 164px;
  height: 91px;
  float: left;
}
footer .content .copyRight {
  float: left;
  color: #ccc;
  font-size: 10px;
  margin-left: 30px;
}

@media (max-width: 640px) {
  footer {
    padding: 20px 0 60px 0;
    height: 80px;
    background-color: #333333;
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
  }
  footer .content {
    width: 1024px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }
  footer .content a .LogoDmmPachi {
    background-image: url(../image/pc/logo_dmmPachi.png);
    background-size: 91px 50px;
    width: 91px;
    height: 50px;
    float: left;
    margin-left: 10px;
  }
  footer .content .copyRight {
    float: left;
    color: #ccc;
    font-size: 9px;
    margin-left: 10px;
  }
}
