/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Helper classes */
/* line 10, ../sass/screen.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, ../sass/screen.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* line 23, ../sass/screen.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 27, ../sass/screen.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 38, ../sass/screen.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 46, ../sass/screen.scss */
.invisible {
  visibility: hidden;
}

/* line 50, ../sass/screen.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 54, ../sass/screen.scss */
.clearfix:after {
  clear: both;
}

/* line 57, ../sass/screen.scss */
.clearfix {
  *zoom: 1;
}

/* Main */
/* line 63, ../sass/screen.scss */
html, body, .wrapper {
  width: 100%;
  min-height: 100%;
  color: white;
  font-family: Helvetica,Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Droid Sans',sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

/* line 72, ../sass/screen.scss */
a:link, a:active, a:hover, a:focus, a:visited {
  color: #ffeb08;
}

/* line 76, ../sass/screen.scss */
.header, .footer {
  position: fixed;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 100;
}

/* line 84, ../sass/screen.scss */
.sponly {
  display: none;
}

/* line 88, ../sass/screen.scss */
.content {
  position: relative;
  min-width: 1000px;
  width: 100%;
  overflow: hidden;
}

/* line 95, ../sass/screen.scss */
.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

/* Header */
/* line 103, ../sass/screen.scss */
.header {
  top: 0;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_header.png");
  background-repeat: repeat-x;
  background-position: 0 -55px;
}

/* line 110, ../sass/screen.scss */
.logo, .navbar {
  float: left;
  margin: 7px 0 0 4px;
}

/* line 119, ../sass/screen.scss */
.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:focus,
.logo a:active {
  color: white;
  text-decoration: none;
}

/* line 124, ../sass/screen.scss */
.logo {
  text-align: center;
  line-height: 1.3;
  font-size: .8em;
}

/* line 130, ../sass/screen.scss */
.appstore {
  float: right;
  margin: 9px 60px 0 0;
}

/* line 135, ../sass/screen.scss */
.appstore.pconly {
  width: 234px;
  height: 80px;
  position: relative;
}
/* line 140, ../sass/screen.scss */
.appstore.pconly img {
  position: absolute;
  left: 0;
  top: 0;
}

/* Navbar */
/* line 149, ../sass/screen.scss */
.navbar {
  margin: 17px 0 0 25px;
}

/* line 153, ../sass/screen.scss */
.navbar li {
  float: left;
}

/* line 159, ../sass/screen.scss */
.descriptionVideo a,
.pconly .appstore,
.navbar a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

/* line 167, ../sass/screen.scss */
.descriptionVideo a *,
.navbar a * {
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

/* line 175, ../sass/screen.scss */
.pconly .appstore * {
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

/* line 183, ../sass/screen.scss */
.pconly .appstore .appstoreOff {
  opacity: 1;
}

/* line 187, ../sass/screen.scss */
.pconly .appstore .appstoreOn {
  opacity: 0;
  visibility: hidden;
}

/* line 195, ../sass/screen.scss */
.descriptionVideo a:hover img,
.descriptionVideo a:active img,
.navbar a:hover img,
.navbar a:active img {
  opacity: 0;
  visibility: hidden;
}

/* line 201, ../sass/screen.scss */
.pconly .appstore:hover .appstoreOff,
.pconly .appstore:active .appstoreOff {
  opacity: .5;
}

/* line 206, ../sass/screen.scss */
.pconly .appstore:hover .appstoreOn,
.pconly .appstore:active .appstoreOn {
  opacity: 1;
  visibility: visible;
}

/* line 211, ../sass/screen.scss */
.descriptionVideo a {
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/video_frame_o.png");
}

/* line 215, ../sass/screen.scss */
.navApp a {
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/nav_app_o.png");
}

/* line 218, ../sass/screen.scss */
.navCoupon a {
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/nav_coupon_o.png");
}

/* line 221, ../sass/screen.scss */
.navTop a {
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/nav_top_o.png");
}

/* line 224, ../sass/screen.scss */
.navAppAfter a {
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/nav_app_after_o.png");
}

/* line 227, ../sass/screen.scss */
.navBox a {
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/nav_box_o.png");
}

/* line 230, ../sass/screen.scss */
.navBike a {
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/nav_bike_o.png");
}

/* line 233, ../sass/screen.scss */
.navSupport a {
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/nav_support_o.png");
}

/* Footer */
/* line 239, ../sass/screen.scss */
.footer {
  bottom: 0;
  height: 63px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_footer.png");
  background-repeat: repeat-x;
  background-position: 0 -20px;
}

/* line 247, ../sass/screen.scss */
.copyright {
  float: left;
  margin-top: 23px;
  width: 640px;
  height: 31px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/txt_copyright.png");
  background-repeat: no-repeat;
}

/* line 256, ../sass/screen.scss */
.share {
  float: right;
  margin: 21px 40px 0 0;
}

/* line 261, ../sass/screen.scss */
.share li {
  float: left;
}

/* Top */
/* line 267, ../sass/screen.scss */
.top {
  height: 1420px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_top.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/* line 274, ../sass/screen.scss */
.top .title {
  margin-top: 80px;
}

/* line 278, ../sass/screen.scss */
.top .mainDescription {
  margin-top: 5px;
}

/* line 282, ../sass/screen.scss */
.top .features {
  margin-top: 198px;
}

/* line 286, ../sass/screen.scss */
.top .mainDescription {
  margin-left: 24px;
}

/* line 290, ../sass/screen.scss */
.top .features {
  margin-left: 35px;
}

/* line 294, ../sass/screen.scss */
.pconly .deviceCompatibility {
  position: absolute;
  right: 47px;
  top: 660px;
}

/* Section General */
/* line 302, ../sass/screen.scss */
.section {
  position: relative;
  width: 100%;
  height: 1245px;
  margin-top: -535px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_coupon.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/* line 312, ../sass/screen.scss */
.sectionPhrase {
  position: absolute;
  height: 159px;
  width: 945px;
  top: 319px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/coupon_phrase.png");
  background-repeat: no-repeat;
  background-position: 473px 0;
}

/* line 322, ../sass/screen.scss */
.sectionDetail {
  position: absolute;
  top: 491px;
}

/* line 327, ../sass/screen.scss */
.sectionFooter {
  position: absolute;
  top: 630px;
}

/* line 334, ../sass/screen.scss */
.sectionPhrase,
.sectionDetail,
.sectionFooter {
  left: 30px;
}

/* line 340, ../sass/screen.scss */
.rightSection .sectionPhrase,
.rightSection .sectionDetail,
.rightSection .sectionFooter {
  right: 40px;
  text-align: right;
}

/* Coupon */
/* Box */
/* line 349, ../sass/screen.scss */
.box {
  margin-top: -578px;
  height: 1242px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_box.png");
}

/* line 355, ../sass/screen.scss */
.box .sectionPhrase {
  height: 114px;
  top: 395px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/box_phrase.png");
  background-position: 0 0;
}

/* line 362, ../sass/screen.scss */
.box .sectionDetail {
  top: 529px;
}

/* Bike */
/* line 368, ../sass/screen.scss */
.bike {
  margin-top: -531px;
  height: 1052px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_bike.png");
}

/* line 374, ../sass/screen.scss */
.bike .sectionPhrase {
  top: 395px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bike_phrase.png");
  background-position: 326px 0;
}

/* line 379, ../sass/screen.scss */
.bike .sectionDetail {
  top: 529px;
}

/* Support */
/* line 385, ../sass/screen.scss */
.support {
  margin-top: -522px;
  height: 1240px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_support.png");
}

/* line 391, ../sass/screen.scss */
.support .sectionPhrase {
  height: 179px;
  top: 330px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/support_phrase.png");
  background-position: 0 0;
}

/* line 398, ../sass/screen.scss */
.support .sectionDetail {
  top: 515px;
}

/* DominoCrew */
/* line 404, ../sass/screen.scss */
.dominoCrew {
  margin-top: -709px;
  height: 800px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_dominoCrew.png");
}

/* line 410, ../sass/screen.scss */
.dominoCrew .sectionPhrase {
  height: 208px;
  top: 260px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/dominoCrew_phrase.png");
  background-position: 500px 0;
}

/* line 417, ../sass/screen.scss */
.dominoCrew .sectionDetail {
  top: 478px;
}

/* Overlay */
/* デフォルトでセンタリングして、個別のクラスでmargin-leftによって調整 */
/* line 424, ../sass/screen.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
}

/* line 431, ../sass/screen.scss */
.descriptionVideo {
  top: 520px;
  margin-left: -466px;
}

/* line 436, ../sass/screen.scss */
.appSlide {
  top: 842px;
  margin-left: -435px;
}

/* line 441, ../sass/screen.scss */
.bikeSlide {
  top: 2450px;
  margin-left: -521px;
}

/* line 446, ../sass/screen.scss */
.couponInstruction {
  top: 1690px;
  margin-left: 75px;
  padding: 38px 0 0 337px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/coupon_note.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 455, ../sass/screen.scss */
.couponInstruction a {
  display: block;
  width: 48px;
  height: 19px;
}

/* line 461, ../sass/screen.scss */
.mikuOverlay {
  position: absolute;
  top: 997px;
  margin-left: 250px;
  width: 336px;
  height: 540px;
  pointer-events: none;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/mikuOverlay.png");
  background-repeat: no-repeat;
}

/* Slide Widget */
/* line 474, ../sass/screen.scss */
.slideInner {
  position: relative;
  overflow: hidden;
}

/* line 479, ../sass/screen.scss */
.slideFilm {
  position: absolute;
  top: 0;
  left: 0;
  width: 550%;
  height: 100%;
}

/* line 487, ../sass/screen.scss */
.slideItem {
  float: left;
}

/* line 491, ../sass/screen.scss */
.slideIndicator {
  position: absolute;
  top: 100%;
  left: 50%;
}

/* line 497, ../sass/screen.scss */
.slideIndicator li {
  float: left;
  width: 18px;
  height: 18px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/iphone_slider.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

/* line 506, ../sass/screen.scss */
.slideIndicator li.on {
  background-position: 0 -18px;
}

/* AppSlide */
/* line 513, ../sass/screen.scss */
.appSlide .slideInner {
  width: 300px;
  height: 534px;
}

/* line 518, ../sass/screen.scss */
.appSlide .slideIndicator {
  top: 0;
  left: 327px;
  width: 568px;
  height: 502px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/appSlide/bg.png");
  background-repeat: no-repeat;
  background-position: -170px 0;
}

/* line 529, ../sass/screen.scss */
.appSlide .slideIndicator.on0 {
  background-position: -170px 0px;
}

/* line 529, ../sass/screen.scss */
.appSlide .slideIndicator.on1 {
  background-position: -170px -502px;
}

/* line 529, ../sass/screen.scss */
.appSlide .slideIndicator.on2 {
  background-position: -170px -1004px;
}

/* line 529, ../sass/screen.scss */
.appSlide .slideIndicator.on3 {
  background-position: -170px -1506px;
}

/* line 529, ../sass/screen.scss */
.appSlide .slideIndicator.on4 {
  background-position: -170px -2008px;
}

/* line 534, ../sass/screen.scss */
.appSlide .slideIndicator li {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 94px;
  background-image: none;
}

/* BikeSlide */
/* line 544, ../sass/screen.scss */
.bikeSlide .slideInner {
  width: 403px;
  height: 404px;
}

/* line 549, ../sass/screen.scss */
.bikeSlide .slideIndicator {
  margin-left: -162px;
}

/* line 553, ../sass/screen.scss */
.bikeSlide .slideIndicator li {
  margin-right: 5px;
  width: 60px;
  height: 70px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bikeSlide/bg.png");
  background-repeat: no-repeat;
  background-position: 50% -70px;
}

/* line 562, ../sass/screen.scss */
.bikeSlide .slideIndicator img {
  margin: 14px 5px 5px;
}

/* line 566, ../sass/screen.scss */
.bikeSlide .slideIndicator li.on {
  background-position: 50% 0;
}

/* line 570, ../sass/screen.scss */
.bikeSlide .slideIndicator li {
  -webkit-transition: margin-top .1s ease;
  -moz-transition: margin-top .1s ease;
  -ms-transition: margin-top .1s ease;
  -o-transition: margin-top .1s ease;
  transition: margin-top .1s ease;
}

/* line 578, ../sass/screen.scss */
.bikeSlide .slideIndicator li:hover {
  margin-top: -5px;
}

/* 期間後対応 */
/* line 584, ../sass/screen.scss */
.hideAfter,
.after .showAfter {
  display: block;
}

/* line 589, ../sass/screen.scss */
.showAfter,
.after .hideAfter {
  display: none;
}

/* line 593, ../sass/screen.scss */
.after .top {
  height: 1080px;
}

/* line 597, ../sass/screen.scss */
.after .coupon {
  height: 1260px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_app.png");
}

/* line 602, ../sass/screen.scss */
.after .bikeSlide {
  top: 2180px;
  margin-left: -521px;
}

/* line 607, ../sass/screen.scss */
.mikuCutter {
  position: absolute;
  top: 158px;
  left: 50%;
  margin-left: 145px;
  width: 81px;
  height: 95px;
  background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/deco_cutter_miku.png");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  /* line 619, ../sass/screen.scss */
  .sponly {
    display: block;
  }

  /* line 623, ../sass/screen.scss */
  .pconly {
    display: none!important;
  }

  /* line 627, ../sass/screen.scss */
  .content {
    position: relative;
    min-width: 320px;
  }

  /* line 632, ../sass/screen.scss */
  .inner {
    position: relative;
    width: 320px;
    margin: 0 auto;
  }

  /* Header */
  /* line 640, ../sass/screen.scss */
  .header {
    top: 0;
    height: 45px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_header.png");
    background-repeat: repeat-x;
    background-position: 0 -31px;
    background-size: 24px;
  }

  /* line 649, ../sass/screen.scss */
  .logo, .navbar {
    float: left;
    margin: 2px 0 0 4px;
  }

  /* line 654, ../sass/screen.scss */
  .logo {
    line-height: 1.3;
    font-size: .4em;
  }

  /* Navbar */
  /* line 661, ../sass/screen.scss */
  .navbar {
    margin: 7px 0 0 34px;
  }

  /* line 665, ../sass/screen.scss */
  .navbar li {
    float: left;
  }

  /* Footer */
  /* line 671, ../sass/screen.scss */
  .footer {
    bottom: -40px;
    height: 95px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/bg_footer.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 24px;
  }

  /* line 680, ../sass/screen.scss */
  .footerLogo {
    position: absolute;
    top: 27px;
    right: 4px;
  }

  /* line 686, ../sass/screen.scss */
  .share {
    position: absolute;
    top: 24px;
    left: 4px;
    margin: 0;
  }

  /* line 693, ../sass/screen.scss */
  .share li {
    float: left;
  }

  /* Top */
  /* line 699, ../sass/screen.scss */
  .top {
    height: 820px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bg_top.png");
    background-repeat: no-repeat;
    background-position: 50% -4px;
    background-size: 800px;
  }

  /* line 707, ../sass/screen.scss */
  .top .title {
    margin-top: 34px;
    text-align: right;
  }

  /* line 712, ../sass/screen.scss */
  .top .mainDescription {
    margin-top: 75px;
  }

  /* line 716, ../sass/screen.scss */
  .top .appstore {
    float: none;
    margin: 0;
  }

  /* line 721, ../sass/screen.scss */
  .top .features {
    margin: 0;
  }

  /* line 728, ../sass/screen.scss */
  .top .title,
  .top .mainDescription,
  .top .appstore,
  .top .features {
    margin-left: 14px;
  }

  /* line 732, ../sass/screen.scss */
  .top .screenshot {
    position: absolute;
    top: 76px;
    left: 10px;
  }

  /* line 738, ../sass/screen.scss */
  .deviceCompatibility {
    margin-left: 15px;
  }

  /* Features */
  /* line 744, ../sass/screen.scss */
  .features li {
    margin: 5px 0;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bg_top_block_odd.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 290px 81px;
  }

  /* line 752, ../sass/screen.scss */
  .features li:nth-child(even) {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bg_top_block_even.png");
  }

  /* line 757, ../sass/screen.scss */
  .features li img,
  .support .sectionFooter img {
    float: left;
    margin: 4px;
    border: 2px solid #ffeb08;
  }

  /* line 764, ../sass/screen.scss */
  .features li:nth-child(even) img,
  .support .sectionFooter img {
    border-color: #006aa6;
  }

  /* line 768, ../sass/screen.scss */
  .features li h2 {
    margin-top: 10px;
    width: 196px;
    height: 21px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/feature_01_title.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 196px 21px;
  }

  /* line 779, ../sass/screen.scss */
  .features li:nth-child(2) h2 {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/feature_02_title.png");
  }

  /* line 779, ../sass/screen.scss */
  .features li:nth-child(3) h2 {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/feature_03_title.png");
  }

  /* line 779, ../sass/screen.scss */
  .features li:nth-child(4) h2 {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/feature_04_title.png");
  }

  /* line 779, ../sass/screen.scss */
  .features li:nth-child(5) h2 {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/feature_05_title.png");
  }

  /* line 784, ../sass/screen.scss */
  .features li p {
    margin-left: 1.5em;
    width: 29em;
    font-size: .8em;
    line-height: 1.2;
  }

  /* Section General */
  /* line 793, ../sass/screen.scss */
  .section {
    position: relative;
    width: 100%;
    height: 567px;
    margin-top: 0;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bg_coupon.png");
    background-repeat: repeat;
    background-position: 50% 0;
    background-size: 320px;
  }

  /* line 804, ../sass/screen.scss */
  .section .inner {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_coupon_miku.png");
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: 50% 25px;
  }

  /* line 812, ../sass/screen.scss */
  .sectionHeader {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 47px;
    margin-top: 0;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_coupon_header.png");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 480px;
  }

  /* line 824, ../sass/screen.scss */
  .sectionPhrase {
    position: static;
    width: 290px;
    height: 74px;
    margin: 45px auto;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_coupon_phrase.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 290px;
  }

  /* line 835, ../sass/screen.scss */
  .sectionDetail {
    position: static;
    margin-top: 190px;
    text-align: center;
    color: #0099b1;
  }

  /* line 842, ../sass/screen.scss */
  .sectionDetail img {
    margin-top: 8px;
  }

  /* line 846, ../sass/screen.scss */
  .sectionFooter {
    position: static;
    text-align: left;
    padding: 2px 14px;
    font-size: .8em;
    color: #0099b1;
  }

  /* line 854, ../sass/screen.scss */
  .rightSection .sectionHeader {
    top: -8px;
  }

  /* line 858, ../sass/screen.scss */
  .rightSection .sectionPhrase,
  .rightSection .sectionDetail {
    text-align: center;
    color: white;
  }

  /* line 862, ../sass/screen.scss */
  .rightSection .sectionFooter {
    text-align: left;
    color: white;
  }

  /* Coupon */
  /* line 869, ../sass/screen.scss */
  .coupon .sectionPhrase {
    margin: 34px auto;
  }

  /* line 873, ../sass/screen.scss */
  .coupon .sectionDetail {
    text-shadow: -1px -1px 0 #0099b1, -1px 1px 0 #0099b1, 1px 1px 0 #0099b1, 1px -1px 0 #0099b1;
  }

  /* Box */
  /* line 879, ../sass/screen.scss */
  .box {
    height: 491px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bg_box.png");
  }

  /* line 884, ../sass/screen.scss */
  .box .inner {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_box_miku.png");
    background-size: 320px;
    background-position: 50% 99px;
  }

  /* line 891, ../sass/screen.scss */
  .box .sectionHeader {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_box_header.png");
  }

  /* line 895, ../sass/screen.scss */
  .box .sectionPhrase {
    height: 114px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_box_phrase.png");
    background-position: 0 0;
  }

  /* line 901, ../sass/screen.scss */
  .box .sectionDetail {
    margin-top: 142px;
  }

  /* Bike */
  /* line 907, ../sass/screen.scss */
  .bike {
    height: 422px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bg_bike.png");
    background-size: 15px 15px;
  }

  /* line 913, ../sass/screen.scss */
  .bike .inner {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bike_miku.png");
    background-size: 320px;
    background-position: 50% 95px;
  }

  /* line 919, ../sass/screen.scss */
  .bike .sectionHeader {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bike_header.png");
  }

  /* line 923, ../sass/screen.scss */
  .bike .sectionPhrase {
    height: 114px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bike_phrase.png");
    background-position: 0 0;
  }

  /* line 929, ../sass/screen.scss */
  .bike .sectionDetail {
    margin-top: 181px;
    color: #ffeb08;
  }

  /* Support */
  /* line 936, ../sass/screen.scss */
  .support {
    height: 455px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bg_box.png");
  }

  /* line 941, ../sass/screen.scss */
  .support .inner {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_support_miku.png");
    background-size: 271px;
    background-position: 50% 105px;
  }

  /* line 947, ../sass/screen.scss */
  .support .sectionHeader {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_support_header.png");
  }

  /* line 951, ../sass/screen.scss */
  .support .sectionPhrase {
    height: 114px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_support_phrase.png");
    background-position: 0 0;
  }

  /* line 957, ../sass/screen.scss */
  .support .sectionDetail {
    margin-top: 83px;
    padding: 0 15px;
    color: #d0112b;
    text-align: left;
  }

  /* line 964, ../sass/screen.scss */
  .support .sectionFooter {
    margin: 5px auto;
    width: 290px;
    padding: 0;
    background-color: #ffeb08;
    line-height: 1.1;
  }

  /* line 972, ../sass/screen.scss */
  .support .sectionFooter h2 {
    margin-top: 4px;
    font-weight: bold;
    font-size: 1.1em;
  }

  /* line 978, ../sass/screen.scss */
  .support .sectionFooter p {
    margin: 3px 2px 2px;
    color: #d0112b;
  }

  /* line 983, ../sass/screen.scss */
  .support .sectionFooter strong {
    font-weight: bold;
    font-size: 1.2em;
  }

  /* DominoCrew */
  /* line 990, ../sass/screen.scss */
  .dominoCrew {
    margin-top: -30px;
    height: 526px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_bg_dominoCrew.png");
  }

  /* line 996, ../sass/screen.scss */
  .dominoCrew .inner {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_dominoCrew_miku.png");
    background-size: 250px;
    background-position: 50% 51px;
  }

  /* line 1002, ../sass/screen.scss */
  .dominoCrew .sectionHeader {
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_dominoCrew_header.png");
  }

  /* line 1006, ../sass/screen.scss */
  .dominoCrew .sectionPhrase {
    margin-top: 31px;
    height: 114px;
    background-image: url("https://web.archive.org/web/20130307024221im_/http://miku.dominos.jp/img/sp_dominoCrew_phrase.png");
    background-position: 0 0;
  }

  /* line 1013, ../sass/screen.scss */
  .dominoCrew .sectionDetail {
    margin-top: 140px;
    padding: 0 14px;
    text-align: left;
  }

  /* line 1019, ../sass/screen.scss */
  .dominoCrew .sectionFooter {
    margin-top: 10px;
    text-align: center;
  }

  /* line 1024, ../sass/screen.scss */
  .inlineCopyright {
    margin-top: 10px;
    text-align: center;
  }

  /* 期間後対応 */
  /* line 1030, ../sass/screen.scss */
  .after .top {
    height: 820px;
  }

  /* line 1034, ../sass/screen.scss */
  .after .navbar {
    margin-left: 84px;
  }

  /* line 1038, ../sass/screen.scss */
  .after .coupon {
    display: none;
  }
}

/*
     FILE ARCHIVED ON 02:42:21 Mar 07, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:11:07 Mar 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.428
  load_resource: 221.417
  PetaboxLoader3.resolve: 132.689
  PetaboxLoader3.datanode: 62.517
*/