@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.disable {
  color: #333;
  cursor: default;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a.disable:hover {
  text-decoration: none;
}

.blank {
  display: inline-block;
  background: url("../img/ico_blank.png") no-repeat right center;
  padding-right: 28px;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/****************************************

    common

*****************************************/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.serif {
  font-family: 'YuMincho','Yu Mincho','游明朝','ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}

.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.scale-up {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-up:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.scale-down {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-down:hover {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.grow img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.grow img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.mcf:before,
.mcf:after {
  content: " ";
  display: table;
}

.mcf:after {
  clear: both;
}

.mcf {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.m-b-160 {
  margin-bottom: 160px;
}

/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-family: "Roboto Regular", "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif;
  line-height: 1.4;
}

h1 {
  position: absolute;
  left: 50%;
  top: 668px;
  margin-left: -116px;
  z-index: 1;
}

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

#keyimg {
  position: relative;
  width: 100%;
  height: 650px;
  background: #fff0e9 url(../img/common/bg_keyimg.png) no-repeat 10% bottom;
}
#keyimg .copy {
  margin: 0 auto;
  text-align: center;
}
#keyimg .package {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -101px;
}
#keyimg .point {
  position: absolute;
  right: 10%;
  bottom: 70px;
}

#g-nav {
  position: relative;
  border-top: 2px solid #ea1c38;
  border-bottom: 2px solid #ea1c38;
  background: #fff;
}
#g-nav ul {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
#g-nav ul {
  *zoom: 1;
}
#g-nav ul:before, #g-nav ul:after {
  content: "";
  display: table;
}
#g-nav ul:after {
  clear: both;
}
#g-nav ul li {
  float: left;
  width: 191px;
  text-align: center;
}
#g-nav ul .nav-2 {
  margin-right: 235px;
}

body.fixed #keyimg {
  margin-bottom: 100px;
}
body.fixed #g-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.shop-bnr {
  padding: 30px 0 20px 0;
  text-align: center;
}

.bg-img {
  z-index: -1;
  position: fixed;
}

.scene {
  padding: 80px 0;
}

#scene-1 {
  padding-top: 0;
}

.sec {
  position: relative;
  width: 816px;
  margin: 0 auto;
  padding: 60px 60px;
  background: #fff url(../img/common/bg_section_top.png) no-repeat center top;
  border: 2px solid #aa8f15;
}
.sec:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 934px;
  height: 29px;
  background: transparent url(../img/common/bg_section_bottom.png) no-repeat center bottom;
}
.sec .sec-tit {
  margin-bottom: 64px;
  text-align: center;
}

.sec-about .intro {
  line-height: 2.5;
  margin-bottom: 140px;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec-about .intro .point {
  color: #ea1c38;
  font-weight: bold;
}
.sec-about .figure {
  position: absolute;
  right: -32px;
  top: 180px;
}

.sec-howto .subline {
  margin-bottom: 20px;
  text-align: center;
}
.sec-howto #put {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../img/common/line.png) no-repeat center bottom;
}
.sec-howto #put .list {
  margin: 0 -20px;
}
.sec-howto #put .list {
  *zoom: 1;
}
.sec-howto #put .list:before, .sec-howto #put .list:after {
  content: "";
  display: table;
}
.sec-howto #put .list:after {
  clear: both;
}
.sec-howto #put .list .list__item {
  position: relative;
  float: left;
  width: 33.333%;
  min-height: 340px;
  background: url(../img/common/line_y.png) repeat-y right top;
}
.sec-howto #put .list .list__item:last-child {
  background: none;
}
.sec-howto #put .list .num {
  position: absolute;
  left: 15px;
  top: 0;
}
.sec-howto #put .list .note {
  padding: 0 25px 0 70px;
  line-height: 1.8;
}
.sec-howto #put .list .figure {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 25px;
}
.sec-howto #put .list .subhead {
  margin-bottom: 10px;
  padding: 0 25px;
  color: #ba4695;
}
.sec-howto #put .list .notice {
  padding: 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
}
.sec-howto #put .list .notice .attention {
  color: #ea1c38;
}
.sec-howto #remove {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.sec-howto #remove .list {
  margin: 0 -20px;
}
.sec-howto #remove .list {
  *zoom: 1;
}
.sec-howto #remove .list:before, .sec-howto #remove .list:after {
  content: "";
  display: table;
}
.sec-howto #remove .list:after {
  clear: both;
}
.sec-howto #remove .list .list__item {
  position: relative;
  float: left;
  width: 33.333%;
  min-height: 340px;
  background: url(../img/common/line_y.png) repeat-y right top;
}
.sec-howto #remove .list .list__item:last-child {
  background: none;
}
.sec-howto #remove .list .num {
  position: absolute;
  left: 15px;
  top: 0;
}
.sec-howto #remove .list .note {
  padding: 0 25px 0 70px;
  line-height: 1.8;
}
.sec-howto #remove .list .figure {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 25px;
}
.sec-howto #remove .list .subhead {
  margin-bottom: 10px;
  padding: 0 25px;
  color: #3b99b0;
}
.sec-howto #remove .list .notice {
  padding: 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
}
.sec-howto #remove .list .notice .attention {
  color: #ea1c38;
}

.sec-qa dl {
  width: 100%;
}
.sec-qa .question {
  margin-bottom: 20px;
}
.sec-qa .question .inr {
  position: relative;
  display: table-cell;
  width: 708px;
  height: 82px;
  padding-left: 100px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: middle;
  background: url(../img/common/bg_q.png) no-repeat left center;
  color: #fff;
}
.sec-qa .question .inr:before {
  content: url(../img/common/ico_q.png);
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -18px;
}
.sec-qa .answer {
  margin-bottom: 40px;
}
.sec-qa .answer .inr {
  position: relative;
  display: table-cell;
  width: 708px;
  padding-left: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  vertical-align: middle;
}
.sec-qa .answer .inr:before {
  content: url(../img/common/ico_a.png);
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -38px;
}

#footer {
  position: relative;
  background: #fff;
}
#footer:before {
  content: url(../img/common/line_flower.png);
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -616px;
  margin-top: -30px;
}
#footer .inr {
  position: relative;
  width: 940px;
  height: 100px;
  margin: 0 auto;
  padding-top: 65px;
}
#footer .foot-logo {
  position: absolute;
  left: 0;
}
#footer .foot-nav {
  padding-left: 300px;
}
#footer .foot-nav {
  *zoom: 1;
}
#footer .foot-nav:before, #footer .foot-nav:after {
  content: "";
  display: table;
}
#footer .foot-nav:after {
  clear: both;
}
#footer .foot-nav li {
  float: left;
  padding: 0 40px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  border-left: 1px dotted #999;
}
#footer .foot-nav li:last-child {
  border-right: 1px dotted #ccc;
}
#footer .social-button {
  position: absolute;
  right: 0;
  top: 70px;
}
#footer .social-button ul {
  font-size: 0;
}
#footer .social-button li {
  display: inline-block;
  margin-left: 20px;
}
#footer .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }

  h1 {
    position: absolute;
    left: auto;
    right: 0px;
    top: 160px;
    width: 180px;
    margin: 0;
    z-index: 1;
  }
  h1 img {
    width: 100%;
  }

  #keyimg {
    height: 400px;
    background: #fff0e9 url(../img/common/bg_keyimg_sp.png) no-repeat left bottom;
    background-size: 100%;
  }
  #keyimg .copy {
    width: 300px;
    margin: 0 auto;
  }
  #keyimg .copy img {
    width: 100%;
    height: auto;
  }
  #keyimg .package {
    right: 15px;
    left: auto;
    width: 60px;
  }
  #keyimg .package img {
    width: 100%;
    height: auto;
  }
  #keyimg .point {
    display: none;
  }

  #g-nav {
    position: relative;
    border-top: 2px solid #ea1c38;
    border-bottom: 2px solid #ea1c38;
  }
  #g-nav ul {
    width: 100%;
  }
  #g-nav ul li {
    width: 25%;
  }
  #g-nav ul li img {
    width: 100%;
    height: auto;
  }
  #g-nav ul .nav-2 {
    margin: 0;
  }

  .shop-bnr img {
    width: 100%;
    height: auto;
  }

  .scene {
    padding: 15px;
  }

  .sec {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .sec:after {
    width: 100%;
  }
  .sec .sec-tit {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec .sec-tit img {
    width: 240px;
    height: auto;
  }

  .sec-about .intro {
    line-height: 2;
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec-about .intro .point {
    color: #ea1c38;
    font-weight: bold;
  }
  .sec-about .figure {
    position: static;
    left: 50%;
    right: 50%;
    width: 200px;
    margin: 0 auto;
  }
  .sec-about .figure img {
    width: 100%;
    height: auto;
  }
  .sec-about .point li {
    margin-bottom: 10px;
  }
  .sec-about .point img {
    width: 100%;
    height: auto;
  }

  .sec-howto .subline {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec-howto .subline img {
    width: 100%;
    height: auto;
  }
  .sec-howto #put {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: url(../img/common/line.png) no-repeat center bottom;
  }
  .sec-howto #put .list {
    margin: 0 -20px;
  }
  .sec-howto #put .list {
    *zoom: 1;
  }
  .sec-howto #put .list:before, .sec-howto #put .list:after {
    content: "";
    display: table;
  }
  .sec-howto #put .list:after {
    clear: both;
  }
  .sec-howto #put .list .list__item {
    float: none;
    width: 100%;
    min-height: auto;
    margin: 20px 0;
    background: none;
  }
  .sec-howto #put .list .num {
    position: absolute;
    left: 15px;
    top: 0;
    width: 25px;
    height: auto;
  }
  .sec-howto #put .list .note {
    padding: 0 25px 0 50px;
    line-height: 1.6;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec-howto #put .list .figure {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px 0;
    padding: 0 25px;
    text-align: center;
  }
  .sec-howto #put .list .subhead {
    margin-bottom: 10px;
    padding: 0 25px;
    color: #ba4695;
  }
  .sec-howto #put .list .notice {
    padding: 0 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec-howto #put .list .notice .attention {
    color: #ea1c38;
  }
  .sec-howto #remove {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .sec-howto #remove .list {
    margin: 0 -20px;
  }
  .sec-howto #remove .list {
    *zoom: 1;
  }
  .sec-howto #remove .list:before, .sec-howto #remove .list:after {
    content: "";
    display: table;
  }
  .sec-howto #remove .list:after {
    clear: both;
  }
  .sec-howto #remove .list .list__item {
    float: none;
    width: 100%;
    min-height: auto;
    margin: 20px 0;
    background: none;
  }
  .sec-howto #remove .list .num {
    position: absolute;
    left: 15px;
    top: 0;
  }
  .sec-howto #remove .list .note {
    line-height: 1.6;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec-howto #remove .list .figure {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px 0;
    padding: 0 25px;
    text-align: center;
  }
  .sec-howto #remove .list .subhead {
    margin-bottom: 10px;
    padding: 0 25px;
    color: #3b99b0;
  }
  .sec-howto #remove .list .notice {
    padding: 0 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec-howto #remove .list .notice .attention {
    color: #ea1c38;
  }

  .sec-qa .question .inr {
    width: 100%;
    padding-left: 50px;
    padding-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    background: url(../img/common/bg_q.png) no-repeat right center;
  }
  .sec-qa .question .inr:before {
    content: url(../img/common/ico_q_sp.png);
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -18px;
  }
  .sec-qa .answer .inr {
    width: 100%;
    padding-left: 60px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .sec-qa .answer .inr:before {
    content: url(../img/common/ico_a_sp.png);
    left: 10px;
    top: 0;
    margin-top: 0;
  }

  #footer {
    width: 100%;
  }
  #footer:before {
    content: url(../img/common/line_flower_sp.png);
    left: 50%;
    top: 0;
    margin-left: -150px;
    margin-top: -15px;
  }
  #footer .inr {
    width: 100%;
    padding-top: 30px;
  }
  #footer .foot-logo {
    position: static;
    width: 140px;
    margin-left: 15px;
  }
  #footer .foot-logo img {
    width: 100%;
    height: auto;
  }
  #footer .foot-nav {
    margin: 10px 0;
    padding: 0;
    text-align: center;
  }
  #footer .foot-nav li {
    float: none;
    display: inline;
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #footer .social-button {
    top: 25px;
    right: 10px;
  }
  #footer .social-button ul {
    font-size: 0;
  }
  #footer .social-button li {
    margin: 0 5px;
  }
  #footer .copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .hidden-lg {
    display: none;
  }
}
