@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(//fonts.googleapis.com/css?family=Gruppo);
@import url(//fonts.googleapis.com/css?family=Old+Standard+TT);
html {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background: #888;
  background-image: radial-gradient(#444 20%, transparent 0), radial-gradient(#444 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
 */
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../img/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../img/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../img/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom center; }

.js-modal-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0.8;
  border-radius: 5px; }
  .js-modal-block .js-modal-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

body {
  background-color: #fff;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;}

ul, li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0; }

h3 {
  font-size: 1.1em; }

h3, h4, dl, dd {
  margin: 0; }

p {
  font-size: 0.9em;
  line-height: 1.5em; }

.dn {
  display: none; }

input, textarea, button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 960px) {
  body {
    background-color: #fff; }

  h3 {
    font-size: 1em; }

  p {
    margin: 0; } }
/*一般*/
h1 {
  height: 100%;
  width: 100%;
  margin: 0; }

.l-container {
  max-width: 100%;
  margin: 0;
  background: url("../img/bg-body-top.png") repeat-x top left; }

.l-content {
  margin: 0 0 1em 0;
  padding-bottom: 1em; }

.l-ordinary-block {
  max-width: 880px; }

.l-button-centering {
  text-align: center; }

@media (max-width: 960px) {
  /* 背景画像を上にずらす */
  .l-container {
    background: url("../img/bg-body-top.png") repeat-x 0 -5px; }

  .l-content {
    margin: 0; } }
/*一般*/
/* ボタンの装飾
-------------------------------------------------- */
.m-btn-style {
  text-decoration: none; }

.m-btn-list {
  text-align: center;
  margin: 40px 0 0; }

.m-circle-button {
  width: 30px;
  height: 30px; }

/* ヘッダー部分
-------------------------------------------------- */
header img {
  width: 100%; }

.m-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%; }

/* プレゼント内容
-------------------------------------------------- */
.m-present {
  padding: 20px 4% 0;
  float: left;
  width: 28%;
}
.m-present:nth-child(3), .m-present:nth-child(4) {
	padding-left: 0; }
	
.m-present-img {
  float: left;
  position: relative; }

.m-present-img:before {
  /*position: absolute;
  content: url("../img/present-tape.png");
  top: -15px;
  left: 50%;
  margin-left: -51px;*/
  /* 画像サイズの半分 */ }

.m-present-img img {
/*  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);*/
  border: 4px solid #fff;
  width: 270px;
  height: 192px; }

.m-present-info {
  /*float: right;
  margin: 0 0 0 40px;
  max-width: 420px;*/
  }

/* キャンペーン参加方法
-------------------------------------------------- */
.m-steps-block, .m-terms-block {
  /*background: #FFF;*/
  max-width: 980px;
  margin: 0 auto 20px; }

.m-step-block {
  width: 440px;
  padding: 10px;
  float: left;
  margin: 10px;
  background: #FFFFFF;
  min-height: 170px;
}
.m-step-1block {
	width: 920px;
	padding: 10px;
    float: left;
    margin: 10px;
    background: #FFFFFF;
    min-height: 170px;
}
@media (max-width: 960px) {
  .m-step-block, .m-step-1block {
    min-height: auto;
  }
}

.m-steps {
  padding: 30px 10px 20px; }

.m-step-1 {
  background: url(../img/steps.gif) 0 0 no-repeat; }

.m-step-2 {
  background: url(../img/steps.gif) 0 -140px no-repeat; }

.m-step-3 {
  background: url(../img/steps.gif) 0 -280px no-repeat; }

.m-step-4 {
  background: url(../img/steps.gif) 0 -420px no-repeat; }
  
.m-step-5 {
  background: url(../img/steps.gif) 0 -560px no-repeat; }

.m-step-img {
  width: 150px;
  margin-right: 20px;
  float: left;
  height: 140px;
  text-indent: -9999px; }

.m-step-comment {
  padding: 10px;
  margin: 0px 60px; }

.m-step-info {
  width: 240px;
  float: left;
  padding-top: 5px; }

.m-step-1block .m-step-info {
  width: 700px;
  float: left;
  padding-top: 5px;
  margin: 0 auto; }
  
.m-step-info p {
  font-weight: bold;
  margin: 5px 0; }

.m-step-1block .m-step-info p {
  font-weight: 500;
  margin: 5px 0;
  font-size: 1.05rem;
  color: #333333; }

[data-role="page"] {
  display: none; }

[data-step="1"] {
  display: block; }

/*#follow-account {
  display: block;
  }*/
/* 投稿写真
-------------------------------------------------- */
.m-photo {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

  .m-photo div {
    padding: 10px 0px 10px;
    float: left;
    box-sizing: border-box;
    width: 32%;
    margin: 2% 1% 2% 1%;

    background: url("../img/photo-shadow.png") center center no-repeat;
    background-size: 100%;
    position: relative;
    transform: rotate(2deg);
  }

  /* 写真の傾き */
  .m-photo div:nth-child(3n) {
    transform: rotate(-2deg); }


.m-photo img {
  width: 100%; }

.m-load-more {
  clear: both; }

.m-load-more li {
  padding-top: 30px; }

.m-load-more li a {
  padding: 6px 0;
  outline: none;
  text-decoration: none;
  margin: 0 10px; }

.modal-general {
  width: 80%;
  height: 70%;
  margin: 20% 10% 10%;
}

/* 応募規約
-------------------------------------------------- */
.m-terms {
  max-width: 860px;
  padding: 10px;
  height: 300px;
  margin: 0 auto;
  overflow: auto;
  font-size: 0.8em;
  color: #666;
  word-wrap: break-word;
  white-space: pre-line;
}

.m-contact-info {
  margin: 20px auto;
  padding: 0 0 20px; }

.m-contact-info h3, .m-contact-info li {
  font-size: 0.9em;
  line-height: 1.5em; }

.m-informative-links-block {
  margin: 20px auto 0; }

.m-informative-links-block li {
  font-size: 0.9em; }

/* フッタ
-------------------------------------------------- */
.m-footer {
  margin: 40px 0 0;
  padding: 20px 0; }

.m-footer p {
  margin: 0; }

.m-footer-inner {
  max-width: 960px;
  margin: 0 auto; }

.m-social-btn {
  float: left;
  width: 50%;
  overflow: hidden; }

.m-social-btn iframe {
  margin: 0 !important; }

.m-social-btn li {
  float: left;
  margin-right: 10px; }

.m-tweet-btn {
  margin-top: 2px; }

.m-social-link {
  float: right;
  /*  width:120px;*/ }

.m-social-link li {
  display: inline-block;
  margin: 0 2px; }

.m-social-link img {
  width: 30px; }

.m-company-info {
  border-top: 1px solid #ededed;
  text-align: center;
  margin: 20px 0 0 0;
  clear: both;
  padding: 20px 0 0 0; }

/* モーダル
-------------------------------------------------- */
.m-modal-inner h2 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1.2em; }

.m-modal-inner {
  padding: 20px; }

.m-step-desplay dt, .m-step-desplay dd {
  font-size: 14px;
  line-height: 18px; }

.m-step-desplay {
  background: #fff;
  border-radius: 3px;
  width: 516px;
  margin: 0 auto; }

.m-modal-form {
  width: auto; }

.m-tasks {
  width: 140px;
  position: relative;
  float: left;
  background: #cbcbcb;
  color: #656565;
  font-weight: bold; }

.m-fst-step {
  padding: 10px;
  border-radius: 3px 0px 0px 3px; }

.m-snd-step {
  margin: 0 0 0 4px;
  padding: 10px 0px 10px 34px; }

.m-thd-step {
  margin: 0 0 0 4px;
  padding: 10px 0px 10px 34px;
  border-radius: 0px 3px 3px 0px; }

.m-insta-follow {
  margin: 20px auto;
  padding: 20px;
  width: 300px; }

.m-insta-icon-block {
  text-indent: -9999px;
  float: left;
  margin: 0 20px 0 0; }

.m-insta-account-block {
  float: left;
  width: 158px; }

.m-insta-account-block dt, .m-insta-account-block dd {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  word-break: break-all; }

.m-insta-account-block dd {
  margin: 0 0 20px 0; }

.m-form-inner {
  width: 360px;
  margin: 0 auto;
  padding: 20px; }

.m-form-inner dd {
  margin: 0 0 10px 0; }

.m-input-form {
  width: 100%;
  padding: 6px; }

.m-modal-social-btn {
  width: 100%;
  overflow: hidden; }

.m-modal-tweet-btn {
  float: left; }

.m-modal-share-btn {
  float: left; }

.m-thx-inner {
  padding: 20px; }

.m-thx-block {
  margin: 20px 0 0 0; }

.m-thx-img {
  width: 100px;
  float: left;
  height: 100px;
  text-indent: -9999px;
  background: url(../img/insta-icon-thx.png) 0 0 no-repeat;
  background-size: 100% auto; }

.m-thx-info-inner {
  padding: 0 0 0 10px;
  float: left;
  width: 250px; }

.m-modal-footer {
  max-width: 500px;
  margin: 0 auto; }

.m-steps-modal {
  width: 500px;
  height: 65px;
  margin: 0 auto;
  text-indent: -9999px;
  border-radius: 5px; }

.m-step1 {
  background: url(../img/steps-modal-pc.gif) 0 0 no-repeat; }
  .m-step1.m-2steps {
    background: url(../img/steps-modal-2steps.gif) 0 0 no-repeat; }

.m-step2 {
  background: url(../img/steps-modal-pc.gif) 0 -65px no-repeat; }
  .m-step2.m-2steps {
    background: url(../img/steps-modal-2steps.gif) 0 -65px no-repeat; }

.m-step3 {
  background: url(../img/steps-modal-pc.gif) 0 -130px no-repeat; }

.m-modal-social {
  border-top: 2px solid #cdcdcd;
  padding: 20px 0; }

.s-like-btn iframe {
  height: 20px; }

.m-modal-common {
  width: 500px;
  margin: 0 auto;
  padding: 20px; }

.posted-photo {
  width: 100%; }

.m-user {
  margin: 10px 0; }

.m-user-name {
  float: left;
  margin-top: 5px; }

.m-insta-link {
  float: right; }

.m-posted-message {
  height: 3.8em;
  overflow: hidden; }

.m-posted-message p {
  margin: 0; }

.m-pager {
  margin: 10px 0 0; }

.m-right-arrow {
  float: right; }

.m-left-arrow {
  float: left; }

.m-circle-button {
  width: 36px;
  height: 36px; }

.m-modal-photo {
  position: relative; }

/*mナンバリングページャーの装飾*/
/* ulについてる*/
.m-pager-standard {
  margin: 10px auto;
  text-align: center;
  clear: both; }

/*numbering pagerの一般装飾*/
.m-pager-item {
  margin: 40px 1px 0;
  display: inline-block; }

/*liのprevについてる*/
.m-pager-item-prev {
  margin-right: 10px; }

/*liのnimberについてる*/
/*liのnextについてる*/
.m-pager-item-next {
  margin-left: 10px; }

/*ナンバリングページャーの装飾*/
/*タブ切り替えのボタンの装飾*/
.m-hashtag-buttons {
  padding: 0 65px; }

.m-hashtag-buttons li {
  float: left;
  margin: 0 10px 0 0; }

.m-hashtag-button a {
  display: inline-block;
  margin-bottom: 10px; }

.m-free-notes {
  clear: both;
  padding-top: 5px; }

.m-step-info-inner li {
  margin: 0 0 7px 0;
}
.special-note {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .m-btn-list {
    margin: 20px 0px 20px; }

  /* ヘッダー部分
  -------------------------------------------------- */
  .m-campaign-info {
    padding: 4px 10px 0 10px; }

  /* プレゼント内容
  -------------------------------------------------- */
  .m-present {
    padding: 10px;
    width: 64%;
    margin: 0 auto 20px;
    text-align: center;
    display: inherit;
    background-color: #fdeeef;
    float: inherit;
}
.m-present:nth-child(3), .m-present:nth-child(4) {
    padding: 0 10px;
}
	
  .m-present-img {
    float: none;
    text-align: center; }

  .m-present-img img {
    width: 90%;
    height: 100%; }

  .m-present-info {
    margin: 20px 0 0 0;
    padding: 0 10px;
    float: none;
    max-width: none; }

  /*キャンペーン参加方法
  -------------------------------------------------- */
  .m-steps {
    padding: 10px; }

  .m-step-block {
    width: 100%;
    float: none;
    padding: 10px 10px 10px 0px;
    margin: 10px 0;
    box-sizing: border-box;
}
.m-step-1block {
    width: auto;
    padding: 10px 10px 10px 0px;
    float: none;
    margin: 10px 0;
    background: rgb(241, 240, 228, 0.95);

}
  .m-step-img {
    width: 90px;
    height: 90px;
    margin: 0 0 0 10px; }

  .m-step-info {
    width: 100%;
    float: right;
    margin-left: -100px;
    padding: 0; }
	
.m-step-1block .m-step-info {
    width: 100%;
    float: right;
    padding-top: 5px;
    margin: 0 auto;
	margin-left: -100px;
}
.m-step-1block .m-step-info p {
	font-size: 1em;
}
  .m-step-info-inner {
    margin-left: 100px;
    padding: 0 0 0 10px; }

  .m-step-1 {
    background: url(../img/steps.gif) 0 0 no-repeat;
    background-size: 90px auto; }

  .m-step-2 {
    background: url(../img/steps.gif) 0 -90px no-repeat;
    background-size: 90px auto; }
.m-step-3 {
    background: url(../img/steps.gif) 0 -180px no-repeat;
    background-size: 90px auto; }
  .m-step-4 {
    background: url(../img/steps.gif) 0 -270px no-repeat;
    background-size: 90px auto; }

  .m-step-5 {
    background: url(../img/steps.gif) 0 -360px no-repeat;
    background-size: 90px auto; }

  .m-step-info p {
    margin: 0.5em 0; }

  .m-step-comment {
    margin: 0 10px 10px; }

  /* 投稿写真
  -------------------------------------------------- */
  .m-photo {
    padding: 0;
    display: table;
    width: 100%;
    box-sizing: border-box; }

  .m-photo div {
    display: table-cell;
    width: 40%;
    padding: 8% 5%; }

  /* 写真の傾き */
  .m-photo div:nth-child(3n) {
    transform: rotate(2deg); }
  .m-photo div:nth-child(3n+1) {
    transform: rotate(-2deg); }

  .m-load-more li {
    padding-top: 20px; }

  /*タブ切り替えのボタンの装飾*/
  .m-btn-hashtag {
    width: 94%;
    margin: 20px auto 0px;
    padding: 0; }

  .m-hashtag-buttons {
    padding: 0 10px; }

  /* 応募規約
  -------------------------------------------------- */
  .m-terms {
    margin: 0 10px; }

  .m-contact-info {
    padding: 0 10px 20px; }

  .m-informative-links-list {
    padding: 0 10px; }

  .m-social-btn li {
    margin-right: 0px;
    margin-left: 10px; }

  /* フッタ
  -------------------------------------------------- */
  .m-footer {
    margin: 0; }

  .m-footer-inner {
    padding-left: 10px;
    padding-right: 10px; }

  .m-social-btn {
    float: none;
    width: 159px;
    margin: 0 auto;
    overflow: hidden; }

  .m-social-link {
    float: none;
    margin: 20px auto 0;
    text-align: center; }

  .m-company-info {
    border-top: 1px solid #cdcdcd; }

  /* モーダル
  -------------------------------------------------- */
  .m-form-inner {
    width: auto; }

  .m-steps-modal {
    width: auto; }

  .m-step1 {
    background: url(../img/steps-modal-pc.gif) no-repeat;
    background-size: 100% auto; }
    .m-step1.m-2steps {
      background: url(../img/steps-modal-2steps.gif);
      background-size: 100% auto; }

  .m-step2 {
    background: url(../img/steps-modal-pc.gif) no-repeat;
    background-size: 100% auto; }
    .m-step2.m-2steps {
      background: url(../img/steps-modal-2steps.gif);
      background-size: 100% auto; }

  .m-step3 {
    background: url(../img/steps-modal-pc.gif) no-repeat;
    background-size: 100% auto; }

  .m-thx-info-inner {
    padding: 0;
    float: none;
    width: auto;
    margin: 10px 0; }

  .m-insta-follow {
    padding: 10px;
    width: auto; }

  .m-insta-account-block {
    width: auto;
    float: none;
    text-align: center; }

  .m-thx-img {
    margin: 0 auto;
    float: none; }

  .m-modal-common {
    width: auto; }

  /* end max-width:640px */ }
.movie:before {
  content: url(../img/movie-icon.png);
  width: 34px;
  height: 29px;
  position: absolute;
  display: block;
  top: 50px;
  /* 写真背景の枠に合わせる */
  right: 30px; }

#cboxContent {
  margin: 10px 10px 0 0;
  border-radius: 5px; }

#cboxLoadedContent, #cboxLoadedContent {
  border: none;
  border-radius: 5px; }

#cboxClose {
  position: absolute;
  top: -6px;
  right: -6px;
  display: block;
  background: none;
  text-indent: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff; }

.s-moda-share-btn iframe {
  height: 20px;
  width: 70px; }

.posted-video {
  display: none; }

/*ナンバリングページャーの装飾*/
/*disable時 active時*/
.s-pager-item-active a {
  background: #cfcfcf !important; }

.s-pager-item-active a:hover {
  opacity: 1 !important;
  cursor: default; }

.s-pager-item-disable a {
  opacity: 0.4;
  cursor: default; }

.s-pager-item-disable a:hover {
  opacity: 0.4 !important; }

/*ナンバリングページャーの装飾*/
/*タブ切り替えのボタンの装飾*/
.s-hashtag-active a {
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  background: #3184bc;
  background: linear-gradient(to bottom, #333, #666);
  border: 1px solid #666; }


 /*フォトプロップス*/
  .pp {
	  text-align:center;
	  padding: 10px 0px;
	  margin-bottom: 20px; }
  
  
  
  
@media (max-width: 960px) {
  .movie:before {
    top: 28px;
    right: 18px; }

  #cboxContent {
    margin: 10px; } }
/*一般*/
/*色の設定*/
/*ヘッドラインのテキスト色や挿し色等はこの指定*/
body {
  background: #ffffff /*url("../img/bg-body.jpg")*/;
  background:url(../img/bg_sakura.png) repeat-x top left;  }

h1, h2, h3 {
  color: #333; }

h4, p, li {
  color: #333; }

a {
  color: #666; }

/* タイトル部分
-------------------------------------------------- */
.t-second-headline {
  margin: 0;
  padding: 0;
  text-indent: -9999px; }

.t-second-headline:before {
  margin: 0px 10px 0px 0px;
  position: relative;
  top: 10px; }
/*.t-second-headline {
	text-align: center;
    font-size: 2rem;
}*/
.m-present-block h2 {
  height: 80px;
  background: url("../img/head_1present.png") center center no-repeat; }

.m-steps-block h2 {
  height: 80px;
  background: url("../img/head_2howto.png") center center no-repeat; }

.m-photo-block h2 {
  height: 80px;
  background: url("../img/head_3photo.png") center center no-repeat;
  margin: 0 0 30px; }

.m-terms-block h2 {
  height: 48px;
  background: url("../img/head_4terms.png") center center no-repeat;
  margin: 0 0 30px; }

/* ボタンの装飾
-------------------------------------------------- */
.t-btn-normal {
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 15px; }

.t-btn-smaller {
  font-size: 13px;
  padding: 12px 15px 10px;
  line-height: 1; }

.t-btn-middle {
  font-size: 16px;
  padding: 5px 15px; }

/* モーダルのみで使用 */
.t-send-button-modal .t-btn-larger {
  font-size: 25px;
  padding: 15px 100px; }

.t-btn-style {
  color: #fff;
  text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.3);
  background: #3184bc;
  background: linear-gradient(to bottom, #333, #666);
  display: inline-block;
  border: none; }

.t-btn-style-normal {
  color: #565656;
  text-shadow: -1px -1px 1px white;
  background: #c9c9c9;
  background: linear-gradient(to bottom, #ededed, #c9c9c9);
  border: 1px solid #c9c9c9;
  display: inline-block; }

.t-btn-style-default {
  background: #333; }

.t-join-btn-large {
  background: url("../img/apply-btn-l.png") no-repeat;
  background-size: 100%;
  width: 300px;
  height: 80px;
  text-indent: -9999px; }

.t-circle-button {
  border-radius: 50%;
  color: #FFF;
  border: medium none;
  font-family: "Gruppo",cursive; }

/* コンテンツ全体
-------------------------------------------------- */
.l-section, .t-section, .t-steps-section {
	width:100%;
	margin-bottom: 0 !important;
	padding: 20px 0;
}
.l-section {
	background: #fadcdd;
}
.t-section {
	background: #FFFFFF;
}
.t-steps-section {
	background: url("../img/bg-t-section.jpg") repeat;
}
/*拡張を行うときはブロック単位でclass="l-content t-content"を使えるようにした。*/
.t-content {
  width: 980px;
  margin: 40px auto 0;
  padding: 0; }

.t-content.m-header-block {
	width: 100%;
  border-top: none;
  margin: 0 auto;
  padding: 40px 0 0; }
.t-content.m-header-block img {
	margin: 0 auto;
	}
	/* プレゼント内容、ステップ部分の周りの枠処理 */
.t-content.m-present-block,
.t-content.m-steps-block {
  /*background: url("../img/line_vertical.png") repeat-y;*/ }

/*.t-content.m-present-block:before, .t-content.m-steps-block:before,*/
.t-content.m-present-block:after, .t-content.m-steps-block:after {
  content: "";
  display: block;
  width: 100%;
  /*background: url("../img/line_horizontal.png") repeat-x;*/
  overflow: hidden; }

.t-content.m-present-block:before, .t-content.m-steps-block:before {
  height: 30px;
  background-position: top; }

.t-content.m-present-block:after, .t-content.m-steps-block:after {
  height: 40px;
  background-position: bottom; }

.t-content.m-photo-block {
  margin: 60px auto 0; }

.t-content.m-terms-block {
  /*background: rgba(0, 0, 0, 0.15); */
    margin: 70px auto 0;
    padding: 0px 0 50px;
}


/* 注文ボタン
-------------------------------------------------- */
.btn-grp {
    width: 100%;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 45px;
}
.btn-grp .order {
    display: block;
    width: 374px;
    height: 60px;
    border-radius: 30px;
    background: #c30d23;
    color: #fff;
    text-align: center;
    line-height: 62px;
    margin: 0 auto 35px auto;
    font-size: 27px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: .3s;
}
.btn-grp .order:hover {
    cursor: pointer;
    background: #DB0F2A;
}
.btn-grp .order:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 21px;
    right: 23px;
    border: solid 9px transparent;
    border-left: solid 12px #fff;
    transition: .3s;
}
.btn-grp .order:hover:after {
    right: 21px;
}
.btn-grp ul.notice-list {
    width: 80%;
    margin: auto;
}
.btn-grp ul.notice-list li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -.75em;
    line-height: 1.5em
    
}
.btn-grp ul.notice-list li:before {
    content: '※';
    display: inline;
    font-size: 16px;
}


/* ヘッダー部分
-------------------------------------------------- */
header {
  text-align: center; }
.main-image {
	width: 1080px;
	display: block;
}
.main-image_sp {
	display:none;
}
.t-title {
  margin: 25px 0 20px; }

.t-campaign-title {
  display: inline;
      padding: 0 0 10px 0;
  font-size: 2em;
  line-height: 1.8em;
  border-bottom: 3px solid #cc0000;
  font-family: "Noto Sans JP";
  font-weight: bold; }

.t-campaign-info {
  padding: 0 10px 0; }

.t-period,
.t-campaign-info-txt {
      margin: 0;
	  font-family:"Sawarabi Mincho";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8em;
    letter-spacing: 0.12em;
    text-align: center;
    color: #996633;
	margin: 30px 0;
}


/* プレゼント内容
-------------------------------------------------- */
.t-present-info h3 {
  font-size: 1.4em;
  text-align: center;
      line-height: 1.4em; }

p.t-present-info-txt {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.15em; }
p.t-present-info-txt span {
	display: block;
}
/*ステップ説明の部分*/
.t-step-numbers {
  display: inline;
  font-size: 1.5em;
  font-family: 'Old Standard TT', serif;
  font-weight: bold; }

.t-step-comment {
  border: 1px solid #aaa;
  font-size: 0.9em;
  line-height: 1.5em; }

.t-comment-list li {
  margin-right: 1em;
  float: left; }

.t-comment-list li:before {
  content: "●"; }

.txt-emphasis {
  /*  color:$default-color;*/
  color: #cc0000; }

.t-load-more {
  text-align: center; }

.t-load-more a {
  background: #cfcfcf;
  display: block;
  color: #666;
  font-style: italic; }

/* 応募規約
-------------------------------------------------- */
.t-terms {
  border: 1px solid #cbcbcb;
  background: #fff; }

.t-terms h3, .t-terms h4, .t-terms p, .t-terms li {
  color: #333;
  font-size: 0.9em;
  line-height: 1.5em; }

.t-terms .t-bullet-list li:before {
  content: "●"; }

.t-contact-info {
  border-bottom: 1px solid #aaa;
  word-wrap: break-word;
}

.load-more.customisable {
  background-color: #fefefe;
  border: none;
}

/* フッタ
-------------------------------------------------- */
.t-footer {
  background: #fff; }

.t-social-link li a {
  width: 30px;
  height: 30px;
  display: block;
  background-size: auto 30px;
  text-indent: -9999px; }

/* ソーシャルアイコン */
.t-instagram-icon {
  background: url(../img/social-links.gif) 0 0 no-repeat; }

.t-facebook-icon {
  background: url(../img/social-links.gif) -30px 0 no-repeat; }

.t-twitter-icon {
  background: url(../img/social-links.gif) -60px 0 no-repeat; }

.t-logo-tagplus a {
  width: 108px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  background: url("../img/logo-tagplus.png") 0 0 no-repeat;
  background-size: 100%;
  margin: 10px auto; }

.t-pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none; }

.t-pagetop a {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  width: 18px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 50%;
  font-family: 'Gruppo', cursive; }

/* モーダル
-------------------------------------------------- */
.t-modal-form {
  background: #FFFFFF;
  border-radius: 5px; }

.triangle:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  right: -56px;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-left: 28px solid #cbcbcb; }

.triangle:after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 0;
  height: 0;
  z-index: 1;
  border: 28px solid transparent;
  border-left: 28px solid #fff; }

.now-on-step {
  background: #333;
  color: #fff; }

.now-on-step:before {
  border-left: 28px solid #333; }

.t-insta-follow {
  background: #fafafa;
  border-radius: 10px; }

.t-insta-icon-block {
  background: url(../img/insta-icon-follow.png) 0 0 no-repeat;
  width: 122px;
  height: 122px; }

.t-insta-account-block {
  color: #333; }

/*モーダルの内側の背景ブロックの統一装飾*/
.t-modal-inner-block {
  background: #ddd; }

.modal-comment {
  text-align: center;
  width: 320px;
  margin: 10px auto; }

.emphasize {
  color: #d64943; }

.t-input-form {
  border-radius: 3px;
  border: 1px solid #cbcbcb; }

.t-send-button-modal {
  text-align: center;
  margin-top: 20px; }

.t-modal-thx {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px; }

/* 次のステップの見出し */
.t-next-step {
  background: #333;
  text-align: center;
  padding: 4px;
  color: #fff;
  font-size: 0.8em; }

#cboxClose {
  background: #333;
  font-family: 'Gruppo', cursive;
  box-shadow: 0 0 3px 3px rgba(100, 100, 100, 0.1); }

/*ナンバリングページャーの装飾*/
/*numbering pagerの一般装飾*/
.t-pager-item a {
  background: #fff;
  /*  border:1px solid #bbb;*/
  padding: 10px 15px;
  color: #333;
  text-decoration: none; }

.t-pager-item a:hover {
  opacity: 0.7; }

/*ナンバリングページャーの装飾*/
/*タブ切り替えのボタンの装飾*/
.t-hashtag-btn {
  padding: 6px 15px;
  text-decoration: none; }

.t-hashtag-link {
  color: #565656;
  text-shadow: -1px -1px 1px white;
  background: #c9c9c9;
  background: linear-gradient(to bottom, #ededed, #c9c9c9);
  border: 1px solid #c9c9c9; }

/*勝利者のフォーム*/
.t-winner-content {
  padding: 0; }

.winner-form-block {
  background: none;
  width: 640px;
  margin-bottom: 20px; }

.m-present-block .winner-form-block h2 {
  background: none;
  height: auto; }

.winner-form-check dd {
  padding: 11px 10px 8px;
  background: #ECECEC;
  border-radius: 2px; }

.m-input-zipcode:first-child {
  width: 3em; }

.m-input-zipcode:last-child {
  width: 4em; }

.m-btns-to-home {
  text-align: center;
  margin: 10px 0 0; }

.txt-centered {
  text-align: center; }

/* 枠線を非表示にする */
#entry-form .t-content.m-present-block,
#entry-form .t-content.m-steps-block {
  background: none; }

#entry-form .t-content.m-present-block:before, #entry-form .t-content.m-steps-block:before,
#entry-form .t-content.m-present-block:after, #entry-form .t-content.m-steps-block:after {
  height: 0;
  background: none; }

@media (max-width: 960px) {
  /* タイトル部分
  -------------------------------------------------- */
  /* 画像を80%に縮小した数値 */
  .m-present-block h2 {
    height: 80px;
    background-size: 180%;
    margin: 0 0 30px; }

  .m-steps-block h2 {
    height: 80px;
    background-size: 180%; }

  .m-photo-block h2 {
    height: 80px;
    background-size: 180%;
    margin: 0 0 20px; }

  .m-terms-block h2 {
    height: 39px;
    background-size: 116px;
    margin: 0 0 10px; }

  .t-present-info h3 {
    font-size: 1.25em;
	font-weight: 700;
	    font-family: "Sawarabi Mincho"; }

  /* ボタンの装飾
  -------------------------------------------------- */
  .t-btn-smaller {
    padding: 10px 12px 10px; }

  /* モーダルのみで使用 */
  .t-send-button-modal .t-btn-larger {
    font-size: 20px;
    padding: 10px 50px; }

  .t-join-btn-large {
    width: 270px;
    height: 72px; }

  /* コンテンツ内容
  -------------------------------------------------- */
  .t-content {
    width: 100%;
    margin: 20px auto 0;
    padding: 0; }

  .t-content.m-header-block {
    width: auto;
    padding: 20px 0 0; }

  /* プレゼント内容、ステップ部分の周りの枠処理 */
  .t-content.m-present-block,
  .t-content.m-steps-block {
    background: none; }

  .t-content.m-present-block:before, .t-content.m-steps-block:before {
    height: 30px; }

  .t-content.m-present-block:after, .t-content.m-steps-block:after {
    height: 10px; }

  .t-content.m-present-block:after {
    height: 0;
    background: none; }

  .t-content.m-photo-block {
    margin: 20px auto 0; }

  .t-content.m-terms-block {
    margin: 20px auto 0;
    padding: 20px 0 20px; }

  /* ヘッダー部分
  -------------------------------------------------- */
  header {
    text-align: left; }

  .t-title {
    margin: 20px 0 15px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .t-campaign-title {
    font-size: 1.4em;
    line-height: 1.8;
    display: inherit;
    text-align: center; }

  .t-campaign-info {
    padding: 0 10px 0; }
.t-campaign-info-txt span, .t-period span {
	display: block;
}
.t-period,
.t-campaign-info-txt {
      margin: 0;
	  font-family:"Sawarabi Mincho";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-align: center;
    color: #996633;
	margin: 25px 0 !important;
}
.main-image {
	  display:none !important;
}
.main-image_sp {
	width: 100%;
	display: block !important;
}

  /* キャンペーン参加方法
  -------------------------------------------------- */
  .t-step-numbers {
    font-size: 1.4em;
    text-align: left;
    padding: 0; }

  /* 文字縮小 */
  .xtr-sml {
    font-size: 0.75em; }

  /* フッタ
  -------------------------------------------------- */
  .t-social-link li a {
    width: 50px;
    height: 50px;
    display: block;
    background-size: auto 50px;
    text-indent: -9999px; }

  /* ソーシャルアイコン */
  .t-instagram-icon {
    background: url(../img/social-links.gif) 0 0 no-repeat; }

  .t-facebook-icon {
    background: url(../img/social-links.gif) -50px 0 no-repeat; }

  .t-twitter-icon {
    background: url(../img/social-links.gif) -100px 0 no-repeat; }

  .modal-comment {
    width: auto; }

  .t-insta-icon-block {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
    float: none;
    margin: 0 auto; }

  /*勝利者のフォーム*/
  .winner-form-block {
    width: auto; }

  /* end max-width:640px */
  
  /*フォトプロップス*/
  .pp img {
	  width: 90%;
  }
  
  
  
/**
 * 主にメンテナンスモード時に管理者としてログイン中に
 * トップページに表示する通知
 */
.m-growl {
  position: fixed;
  left: 4px;
  bottom: 4px;
  width: 20%;
  font-size: 12px;
  color: lime;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  padding: 0.5em 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .m-growl h1 {
    font-size: 12px;
    text-align: left; }
  .m-growl p {
    color: lime;
    margin: 0;
    padding: 0; }
}

/**
 * 装飾用followme*/
.followme_left {
	position:absolute;
	top:500px;
	left:10%;
	width:auto;
}

.followme_right {
	position:absolute;
	top:1090px;
	right:12%;
	width:auto;
}

@media (max-width: 960px) {
.followme_left {
	display: none;
}

.followme_right {
	display: none;
}
}