@charset "UTF-8";
html,body{
	overflow-x: hidden !important;
}

body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.flash {
  -webkit-animation: flash 1.5s infinite linear;
          animation: flash 1.5s infinite linear;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.fadeIn-Loop {
  -webkit-animation: fadeIn-Loop 16s 8s infinite linear;
          animation: fadeIn-Loop 16s 8s infinite linear;
}

@-webkit-keyframes fadeIn-Loop {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn-Loop {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.disabled {
  cursor: default;
}

/* Project */
.element--hover {
  cursor: pointer;
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}

.element--hover:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03) translateY(-0.5rem);
      -ms-transform: scale(1.03) translateY(-0.5rem);
          transform: scale(1.03) translateY(-0.5rem);
}

.element--hover:active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 16px 16px rgba(0, 0, 0, 0.15), 8px 32px 32px rgba(0, 0, 0, 0.15);
}

body {
  background-color: #fff;
}

.head-search li.refine-search .btn {
  background-color: transparent;
}

.head-search li.refine-search .btn:hover {
  background-color: transparent;
}

.ani-d {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

.content_wrap * {
  box-sizing: border-box;
}

.content_wrap .btn {
  border: none;
  background-color: #FFFFFF;
  font-size: 12px;
  padding: 5px;
  color: #ca2100;
  display: block;
  margin: 0 auto 5px auto;
  max-width: 160px;
  border: 1px solid #ca2100;
  font-size: 14px;
}

.content_wrap .btn a {
  color: inherit;
  display: block;
}

.content_wrap .header {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.content_wrap .header .hader__text {
  padding: 50px 0;
  text-align: center;
  color: #1e253f;
  max-width: 1085px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (min-width: 690px) {
  .content_wrap .header .hader__text {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	font-size: 22px;
  }
}

.content_wrap .header .hader__text .header__text-title {
  font-size: 34px;
  line-height: 2;
  margin-bottom: 22px;
}

.content_wrap .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_wrap .block > * {
  margin-bottom: 10px;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  -webkit-flex: 0 0 calc(50% - 5px);
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
}

@media screen and (min-width: 540px) {
  .content_wrap .block > * {
    margin-bottom: 15px;
    -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    -webkit-flex: 0 0 calc( ( 100% / 4)  - 18px);
        -ms-flex: 0 0 calc( ( 100% / 4)  - 18px);
            flex: 0 0 calc( ( 100% / 4)  - 18px);
    text-align: center;
  }
}

.content_wrap .block .block__child {
  position: relative;
  height: 100%;
}

.content_wrap .block .block__img {
  margin: 0;
  position: relative;
}

.content_wrap .block .block__img > img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s linear;
}

@-moz-document url-prefix() {
  .content_wrap .block .block__img > img {
    width: 100%;
  }
}

.content_wrap .block .block__img > img:first-child {
  position: relative;
}

.content_wrap .block .block__text {
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  background-color: rgba(119, 82, 210, 0.7);
  opacity: 0;
  font-size: 14px;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
}

@media screen and (min-width: 980px) {
  .content_wrap .block .block__text {
    font-size: 16px;
  }
}

.content_wrap .block .block__text a {
  color: inherit;
  text-decoration: underline;
}

.content_wrap .block .block__text dt {
  text-align: center;
  margin: 8px 0;
}

.content_wrap .block .block__text dd {
  text-align: center;
  margin: 8px 0;
}

.content_wrap .item {
  margin-bottom: 30px;
}
.content_wrap .item .item__title {
  margin-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #002612;
    padding-bottom: 20px;
    padding-top: 40px;
	text-align: center;
}

@media screen and (min-width: 690px) {
  .content_wrap .item {
    margin-bottom: 60px;
  }
  .content_wrap .item .item__title {
    margin-bottom: 45px;
	text-align: center;
	color: #1e253f;
	font-size: 34px;
	font-weight: 500;
}
}

.content_wrap .category {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 690px) {
  .content_wrap .category {
    margin-bottom: 60px;
  }
}

.content_wrap .category .category__title {
  margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #002612;
    padding-bottom: 20px;
    padding-top: 40px;
	text-align: center;
}

@media screen and (min-width: 690px) {
  .content_wrap .category .category__title {
    margin-bottom: 45px;
	text-align: center;
	color: #1e253f;
	font-size: 34px;
	font-weight: 500;
  }
}

.content_wrap .category ul.category__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_wrap .category ul.category__link li {
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  -webkit-flex: 0 0 calc(50% - 5px);
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  margin-bottom: 10px;
  background-color: #1e253f;
  font-size: 16px;
}

@media screen and (min-width: 980px) {
  .content_wrap .category ul.category__link li {
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    -webkit-flex: 0 0 calc((100% / 6) - 10px);
        -ms-flex: 0 0 calc((100% / 6) - 10px);
            flex: 0 0 calc((100% / 6) - 10px);
  }
}

.content_wrap .category ul.category__link li a {
  display: block;
  padding: 20px 10px;
  color: #FFFFFF;
  font-weight: 600;
}

.content_wrap .brand {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 690px) {
  .content_wrap .brand {
    margin-bottom: 60px;
  }
}

.content_wrap .brand .brand__title {
  margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #002612;
    padding-bottom: 20px;
    padding-top: 40px;
	text-align: center;
}

@media screen and (min-width: 690px) {
  .content_wrap .brand .brand__title {
    margin-bottom: 45px;
	text-align: center;
	color: #1e253f;
	font-size: 34px;
	font-weight: 500;
  }
}

.content_wrap .brand ul.brand__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.content_wrap .brand ul.brand__link li {
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  -webkit-flex: 0 0 calc(50% - 5px);
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
	margin-bottom: 10px;
}

.content_wrap .brand ul.brand__link li:hover {
	opacity: 0.6;
}

@media screen and (min-width: 480px) {
  .content_wrap .brand ul.brand__link li {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-flex: 0 0 calc((100% / 4) - 10px);
        -ms-flex: 0 0 calc((100% / 4) - 10px);
            flex: 0 0 calc((100% / 4) - 10px);
  }
}

@media screen and (min-width: 980px) {
  .content_wrap .brand ul.brand__link li {
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    -webkit-flex: 0 0 calc((100% / 6) - 10px);
        -ms-flex: 0 0 calc((100% / 6) - 10px);
            flex: 0 0 calc((100% / 6) - 10px);
  }
}


.content_wrap .coupon {
  background-color: #c1a86b;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (min-width: 690px) {
  .content_wrap .coupon {
    margin-bottom: 100px;
	font-size: 16px;
  }
}

.content_wrap .coupon .coupon__title {
  margin-bottom: 20px;
}

.content_wrap .coupon .coupon__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}

@media screen and (min-width: 690px) {
  .content_wrap .coupon .coupon__inner {
    padding: 45px 0 45px 0;
  }
}

.content_wrap .coupon .coupon__code {
  background-color: #FFFFFF;
  color: #000;
  padding: 6px;
  font-size: 18px;
  margin: 0 auto 20px;
  width: 100%;
}

@media screen and (min-width: 690px) {
  .content_wrap .coupon .coupon__code {
    font-size: 28px;
	font-weight: bold;
	width: 620px;
  }
}

.banner-coupon {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

@media screen and (min-width: 690px) {
  .banner-coupon {
    top: 20%;
    left: auto;
    right: 0;
  }
}

.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: .9em;
}

.p-coupon {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 3% auto;
    background: #085da3;
    color: #fff;
    padding: 60px 0 40px 0;
}

.p-coupon .p-coupon__title {
  margin-bottom: 50px;
  margin: auto;
  padding: 0 7%;
}
@media (min-width: 768px) {
  .p-coupon .p-coupon__title {
    max-width: 680px;
    padding: 0 0;
  }
}
.p-coupon .p-couppon__txt{
  padding: 0 5%;
  font-size: 10px;
  line-height: 1.9em;
}
.p-coupon .p-coupon__title .rogo-keith {
  display: block;
  padding-bottom: 25px;
  border-bottom: 5px solid #eeeeee;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .p-coupon .p-coupon__title .rogo-keith {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-coupon .p-coupon__code {
  font-size: 22px;
  text-align: center;
  padding: 13px;
  background-color: #fff;
  margin: 5% 5%;
  color: #085da3;
  font-weight: bold;
  line-height: 1.65;
}
.p-coupon .p-coupon__code .p-coupon__code-wide {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-coupon .p-couppon__txt{
    padding: 0 5%;
    font-size: 14px;
    line-height: 1.7em;
  }
}



@-webkit-keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

.block__img-fade-2a img.auto-fade-01 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.block__img-fade-2a img.auto-fade-02 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.block__img-fade-2b img.auto-fade-01 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.block__img-fade-2b img.auto-fade-02 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.block__img-fade-2c img.auto-fade-01 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.block__img-fade-2c img.auto-fade-02 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.block__img-fade-2d img.auto-fade-01 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.block__img-fade-2d img.auto-fade-02 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.block__img-fade-2e img.auto-fade-01 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.block__img-fade-2e img.auto-fade-02 {
  -webkit-animation-name: auto-fade_kf;
          animation-name: auto-fade_kf;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}

　.photofade {
  position: absolute;
  top: 0;
  left: 0;
}

/* Utility */
.u-hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.u-clearfix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-clear,
.clear {
  clear: both;
}

.u-fluid_img,
.fluid_img {
  max-width: 100%;
  height: auto;
}

.u-flo--left {
  float: left;
}

.u-flo--right {
  float: right;
}

.u-text--left {
  text-align: left;
}

.u-text--_right {
  text-align: right;
}

.u-text--center {
  text-align: center;
}

.u-font--xs {
  font-size: 60%;
}

.u-font--s {
  font-size: 80%;
}

.u-none {
  display: none;
}

@media screen and (min-width: 690px) {
  .u-sm-inline {
    display: inline;
  }
}

@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}

@media screen and (min-width: 690px) {
  .u-sm-block {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}

@media screen and (min-width: 690px) {
  .u-sm-table {
    display: table;
  }
}

@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}

@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}

@media screen and (min-width: 690px) {
  .u-sm-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

.u-font-xs {
  font-size: 60%;
}

.u-font-sm {
  font-size: 80%;
}

.u-font-md {
  font-size: 100%;
}

.u-font-lg {
  font-size: 120%;
}

.u-font-xl {
  font-size: 140%;
}

.u-pos-relative {
  position: relative;
}

/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1 !important;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0 !important;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0 !important;
}
/*---------------20171128nambu---------------------*/
.giftwrapping_wrap {
  text-align: center;
}
.giftwrapping_wrap .wrapping-left{
  float: none;
  width: 100%;
}
.giftwrapping_wrap .wrapping-right{
  float: none;
  width: 100%;
}
.giftwrapping_wrap .wrapping-left img,.giftwrapping_wrap .wrapping-right img {
  max-width: 100%;
}
@media screen and (min-width: 690px) {
.giftwrapping_wrap {
  overflow: hidden;
  max-width: 1170px;
  margin: auto;
}
.giftwrapping_wrap .wrapping-left{
  float: left;
  width: 50%;
}
.giftwrapping_wrap .wrapping-right{
  float: right;
  width: 50%;
}}