.gr-header, .gr-footer {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .gr-header, .gr-footer {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-header, .gr-footer {
    min-width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-header, .gr-footer {
    min-width: 960px;
  }
}

.gr-header__inner, .gr-footer__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-header__inner, .gr-footer__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-header__inner, .gr-footer__inner {
    width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-header__inner, .gr-footer__inner {
    width: 960px;
  }
}

.gr-home-visual {
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
}

.gr-home-visual:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-repeating-linear-gradient(left, #ed6b5f, #ed6b5f 15%, #e6ce50 15%, #e6ce50 29%, #63a669 29%, #63a669 43%, #3eb3af 43%, #3eb3af 57%, #597eb2 57%, #597eb2 71%, #9174a6 71%, #9174a6 85%, #f79ca7 85%, #f79ca7);
  background-image: repeating-linear-gradient(to right, #ed6b5f, #ed6b5f 15%, #e6ce50 15%, #e6ce50 29%, #63a669 29%, #63a669 43%, #3eb3af 43%, #3eb3af 57%, #597eb2 57%, #597eb2 71%, #9174a6 71%, #9174a6 85%, #f79ca7 85%, #f79ca7);
}

.gr-home-visual__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-home-visual__inner {
    width: 100%;
    height: 100px;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-visual__inner {
    width: 640px;
    height: 140px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-visual__inner {
    width: 960px;
    height: 200px;
  }
}

.gr-home-visual__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 639px) {
  .gr-home-visual__logo img {
    width: 140px;
    height: auto;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-visual__logo img {
    width: 180px;
    height: auto;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-visual__logo img {
    width: 250px;
    height: 100px;
  }
}

.gr-home-visual__button {
  margin-top: 20px;
}

.gr-home-about {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .gr-home-about {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-about {
    min-width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-about {
    min-width: 960px;
  }
}

.gr-home-about__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-home-about__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-about__inner {
    width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-about__inner {
    width: 960px;
  }
}

.gr-home-about__inner {
  position: relative;
  padding: 50px 10px 50px;
}

@media screen and (max-width: 639px) {
  .gr-home-about {
    overflow: hidden;
  }
  .gr-home-about__inner {
    padding: 20px 20px;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-about {
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-about {
    overflow: visible;
  }
}

.gr-home-about__content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 639px) {
  .gr-home-about__content {
    max-width: 380px;
    font-size: 14px;
  }
}

.gr-home-about__content p {
  margin-bottom: 0.6em;
}

.gr-home-about__content p:last-child {
  margin-bottom: 0;
}

.gr-home-about__image {
  position: absolute;
}

@media screen and (max-width: 639px) {
  .gr-home-about__image {
    right: -30px;
    bottom: -40px;
    z-index: -1;
    opacity: 0.2;
  }
  .gr-home-about__image img {
    width: 180px;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-about__image {
    right: -70px;
    bottom: -80px;
    z-index: -1;
    opacity: 0.2;
  }
  .gr-home-about__image img {
    width: 280px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-about__image {
    left: 30px;
    top: -30px;
    width: 260px;
    height: 260px;
    z-index: +1;
    opacity: 1;
  }
  .gr-home-about__image img {
    width: 180px;
    height: 180px;
  }
}

.gr-home-gifts {
  width: 100%;
  background-color: #3eb3af;
}

@media screen and (max-width: 639px) {
  .gr-home-gifts {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-gifts {
    min-width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-gifts {
    min-width: 960px;
  }
}

.gr-home-gifts__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-home-gifts__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-gifts__inner {
    width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-gifts__inner {
    width: 960px;
  }
}

.gr-home-gifts__inner {
  padding: 30px 10px 30px;
}

.gr-home-gifts__header {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.gr-home-gift-list__item {
  max-width: 350px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 640px) {
  .gr-home-gift-list {
    margin: 20px 0 0;
  }
  .gr-home-gift-list:before, .gr-home-gift-list:after {
    content: '';
    display: table;
  }
  .gr-home-gift-list:after {
    clear: both;
  }
  .gr-home-gift-list__item {
    float: left;
    width: 300px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .gr-home-gift-list__item {
    margin-left: 20px;
  }
  .gr-home-gift-list__item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-gift-list__item {
    margin-left: 20px;
  }
  .gr-home-gift-list__item:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
}

.gr-home-gift-item, .gr-home-gift-item--inactive {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 5px;
  border-radius: 3px;
  background: #fff;
}

.gr-home-gift-item--inactive {
  color: #999794;
  background: rgba(255, 255, 255, 0.8);
}

.gr-home-gift-item__image {
  position: relative;
  margin: -5px -5px 10px;
}

@media screen and (max-width: 639px) {
  .gr-home-gift-item__image {
    height: auto;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-gift-item__image {
    height: 145px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-gift-item__image {
    height: 145px;
  }
}

.gr-home-gift-item__image img {
  width: 100%;
  border-radius: 2px;
}

.gr-home-gift-item__title {
  font-size: 16px;
  font-weight: bold;
}

.gr-home-gift-item__title a {
  color: #ed6b5f;
}

.gr-home-gift-item__title a:visited, .gr-home-gift-item__title a:active, .gr-home-gift-item__title a:hover {
  color: #ed6b5f;
}

.gr-home-gift-item__lead {
  min-height: 36px;
}

.gr-home-gift-item__lead-inner {
  display: table-cell;
  height: 36px;
  vertical-align: middle;
}

.gr-home-gift-item__meta {
  margin: 5px -10px -5px;
  padding: 7px 10px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 3px 3px;
  background: #f3f3f3;
  font-size: 12px;
  line-height: 1.5;
}

.gr-home-gift-item__status, .gr-home-gift-item__status--active, .gr-home-gift-item__status--soon, .gr-home-gift-item__status--closed {
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: -9px;
  bottom: -12px;
  min-width: 100px;
  height: 25px;
  padding: 0 8px;
  border-radius: 13px 0 0 13px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}

.gr-home-gift-item__status:after, .gr-home-gift-item__status--active:after, .gr-home-gift-item__status--soon:after, .gr-home-gift-item__status--closed:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: transparent;
}

.gr-home-gift-item__status--active {
  background-color: #ed6b5f;
}

.gr-home-gift-item__status--active:after {
  border-top-color: #e84131;
}

.gr-home-gift-item__status--soon {
  background-color: #63a669;
}

.gr-home-gift-item__status--soon:after {
  border-top-color: #4e8853;
}

.gr-home-gift-item__status--closed {
  background-color: #999794;
}

.gr-home-gift-item__status--closed:after {
  border-top-color: #807e7a;
}

.gr-home-contact {
  width: 100%;
  background-color: #3aa8a4;
}

@media screen and (max-width: 639px) {
  .gr-home-contact {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-contact {
    min-width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-contact {
    min-width: 960px;
  }
}

.gr-home-contact__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-home-contact__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-contact__inner {
    width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-contact__inner {
    width: 960px;
  }
}

.gr-home-contact__inner {
  position: relative;
  padding: 30px 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.gr-home-contact a {
  color: #fff;
  text-decoration: underline;
}

.gr-home-contact a:visited, .gr-home-contact a:active, .gr-home-contact a:hover {
  color: #fff;
}

.gr-home-contact__content {
  display: inline-block;
  text-align: left;
}

.gr-home-contact__header {
  margin-bottom: 5px;
}

.gr-home-sns {
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 639px) {
  .gr-home-sns {
    min-width: 320px;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-sns {
    min-width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-sns {
    min-width: 960px;
  }
}

.gr-home-sns__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .gr-home-sns__inner {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .gr-home-sns__inner {
    width: 640px;
  }
}

@media screen and (min-width: 960px) {
  .gr-home-sns__inner {
    width: 960px;
  }
}

.gr-home-sns__inner {
  padding: 20px 10px 0;
  text-align: center;
}


/* ########## add 2016.06 ########## */
.gr-home-visual {
  text-align: center;
}

.gr-home-visual__slide--01 {
  background: #66c4c2;
}

.gr-home-visual__slide--02 {
  background: #f7f6f1;
}

.gr-home-visual__slide--03 {
  background: #f7f6f1;
}

.gr-home-visual__slide--04 {
  background: #f7f6f1;
}

.gr-home-visual__slide--05 {
  background: #f7f6f1;
}

.gr-home-visual__slide--06 {
  background: #f7f6f1;
}

@media screen and (max-width: 639px) {
  .gr-home-visual__slide img {
    max-width: 100%;
    height: auto;
  }
}

.gr-home-visual .bx-pager {
  height: 8px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  background: #fff;
}

.gr-home-visual .bx-pager-item {
  display: inline-block;
}

.gr-home-visual .bx-pager-item a {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 100%;
  text-indent: -9999px;
  background: #d8d8d8;
}

.gr-home-visual .bx-pager-item a.active {
  background: #3eb3af;
}

.gr-home-visual .bx-next {
  display: block;
  position: absolute;
  top: 44%;
  right: 50%;
  width: 15px;
  height: 27px;
  margin: 0 -275px 0 0;
  text-indent: -9999px;
  background: url(/assets/gratz/img/home/slide-next.png) no-repeat 0 0;
  background-size: 15px auto;
}

@media screen and (max-width: 639px) {
  .gr-home-visual .bx-next {
    right: 0;
    margin: 0;
  }
}

.gr-home-visual .bx-prev {
  display: block;
  position: absolute;
  top: 44%;
  left: 50%;
  width: 15px;
  height: 27px;
  margin: 0 0 0 -275px;
  text-indent: -9999px;
  background: url(/assets/gratz/img/home/slide-prev.png) no-repeat 0 0;
  background-size: 15px auto;
}

@media screen and (max-width: 639px) {
  .gr-home-visual .bx-prev {
    left: 0;
    margin: 0;
  }
}