@charset "UTF-8";

/* reset */
h1, h2, h3 {
  margin: 0;
  padding: 0;
}

/* common */
.cx:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

*:first-child + html .cx {
  display: inline-block;
  min-height: 1%;
}

* html .cx {
  height: 1%;
}

.fs17 {
  font-size: 17px;
}

.ac {
  text-align: center;
}

.span-100 {
  width: 100%;
}

.span-23 {
  width: 23%;
}

.span-25 {
  width: 25%;
}

.ttl--l {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
}

.ttl--m {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
}

.l-sec--first {
  padding: 0;
  text-align: center;
}

.l-ttl__underarea {
  margin: 0 5em;
}

/* margin */
.mb--1em {
  margin-bottom: 1em;
}

.m--auto {
  margin: 0 auto;
}

/* link */
.l-linkItem {
  margin: 2em 0 1em;
}

.linkItem {
  color: #00b9ef;
  background: url(../img/arrowRight--tri.png) no-repeat 0 2px;
  padding-left: 22px;
}

/* btn */
.btnBlock {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* module */
.m-MV {
  display: block;
  margin: 0 auto;
}

.giftCardBlock {
  height: 228px;
  padding-left: 90px;
}

.giftCardBlock--left {
  width: 550px;
}

.itemBlock {
  margin-bottom: 20px;
}

.listGroup {
  list-style-position: outside;
  margin: 0 0 0 1em;
  padding: 0;
}

.listGroup--ol {
  margin-left: 1.7em;
}

/* step layout variation */
.l-step {
  width: 100%;
}

.l-step__span {
  float: left;
  vertical-align: top;
}

.l-step__span--first {
  padding-right: 2%;
}

.st-txt {
  width: 200px;
  margin: 0 auto;
}

.st-txt--wide {
  width: 230px;
}

.l-step__note {
  margin: 0 5em;
}

/* slider */
.is-sliderItem__parent {
  position: relative;
}

.is-sliderItem__child {
  position: absolute;
  top: 0;
  z-index: 1;
}

.js-sliderItem {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.is-sliderItem__child--giftcard {
  right: 88px;
}

.is-step__sftly2 {
  right: -20px;
}

.is-step__sftly3 {
  right: -20px;
}