#holiday {
  ont-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}

#holiday img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

#holiday .img--full {
  width: 100%;
}

#holiday .container {
  width: 85%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 3% 0;
}

#holiday .introbox {
  text-align: center;
  padding: 1.5% 0;
}

#holiday .introbox h1 {
  color: #a08436;
  font-weight: bold;
  font-size: 58px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(bottom, #81411a 0, #a08436 26%, #9b692a 50%, #c09034 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 80%;
  margin: 0 auto;
  max-width: 1750px;
}

#holiday .introbox h1 span {
  display: block;
}

#holiday .introbox h1::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #a08436;
  margin-right: 35px;
}

#holiday .introbox h1::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #a08436;
  margin-left: 35px;
}

#holiday .introbox h2 {
  padding-top: 25px;
  font-size: 40px;
  font-weight: bold;
}

#holiday .pd {
  background: url(../images/bg-top-pd2.jpg) top left no-repeat ;
  background-size: cover;
  position: relative;
  padding: 0% 0;
}

#holiday .pd .container {
  padding: 0 0 3%;
}

#holiday .pd::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background: url(../images/bg-top-pd.png) top left repeat-x;
}

#holiday .pd::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: url(../images/bg-top-pd2.png) top left repeat-x;
}

#holiday .pd .leaf {
  position: absolute;
  right: 0;
  top: -20vh;
  z-index: 0;
  width: 15%;
}

#holiday .pd .leaf2 {
  position: absolute;
  left: 0;
  bottom: 5vh;
  z-index: 0;
  width: 15%;
}

#holiday .top-pd {
  background: #ffffff;
  padding: 35px;
  border-top: #a08436 3px solid;
  border-bottom: #a08436 3px solid;
}

#holiday .top-pd .pd__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#holiday .top-pd .pd__img1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#holiday .top-pd .pd__img2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#holiday .top-pd .pd__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#holiday .top-pd .pd__text h3 {
  padding-bottom: 15px;
  line-height: 1.6;
  color: #a08436;
}

#holiday .top-pd .pd__text h3 strong {
  display: block;
  font-size: 36px;
}

#holiday .bottom-pd {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#holiday .bottom-pd .line {
  text-align: center;
  padding: 3% 0;
}

#holiday .bottom-pd .line img {
  width: 50%;
}

#holiday .bottom-pd .pd__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  vertical-align: top;
  width: calc(50% - 20px);
  background: #ffffff;
  padding: 35px 35px 90px;
  margin-bottom: 25px;
  margin-right: 35px;
  position: relative;
}

#holiday .bottom-pd .pd__item:nth-child(2n) {
  margin-right: 0;
}

#holiday .bottom-pd .pd__item h3 {
  font-size: 30px;
  color: #a08436;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
  position: relative;
}

#holiday .bottom-pd .pd__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#holiday .bottom-pd .pd__text-box ul {
  padding: 15px 0;
}

#holiday .bottom-pd .pd__text-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #444;
  padding: 5px 0;
}

#holiday .bottom-pd .pd__text-box ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-check.png) center center no-repeat ;
  background-size: cover;
  margin-right: 5px;
}

#holiday .bottom-pd .pd__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#holiday .bottom-pd .pd__price {
  color: #cc0000;
  font-size: 20px;
  padding-bottom: 20px;
}

#holiday .bottom-pd .pd__price span {
  color: #ff0000;
  font-weight: bold;
  font-size: 150%;
  font-style: italic;
}

#holiday .bottom-pd .pd__price--o {
  color: #cc0000;
}

#holiday .bottom-pd .pd__price--o span {
  color: #ff0000;
  font-weight: bolder;
}

#holiday .bottom-pd .pd__price--o2 {
  font-size: 150%;
  color: #f00;
  font-weight: bold;
  padding-bottom: 30px;
}

#holiday .bottom-pd .pd__price--o2 span {
  text-decoration: line-through;
  color: #000;
  font-size: 18px;
  margin-right: 15px;
  font-weight: normal;
}

#holiday .bottom-pd .pd__bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 70px);
  left: 35px;
  bottom: 35px;
}

#holiday .bottom-pd .pd__bt a {
  display: inline-block;
  opacity: .8;
  text-align: center;
  background: #fff;
  padding: 0;
  margin-right: 2px;
  margin-bottom: 5px;
}

#holiday .bottom-pd .pd__bt a img {
  vertical-align: bottom;
}

#holiday .bottom-pd .pd__bt a:hover {
  opacity: 1;
}

#holiday .promotion {
  padding: 2% 0;
}

#holiday .promotion h2 {
  color: #a08436;
  font-weight: bold;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(bottom, #81411a 0, #a08436 26%, #9b692a 50%, #c09034 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3%;
}

#holiday .promotion h2::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #a08436;
  margin-right: 35px;
}

#holiday .promotion h2::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #a08436;
  margin-left: 35px;
}

#holiday .promotion .promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#holiday .promotion .promo__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 25px);
          flex: 0 0 calc(100% / 3 - 25px);
  margin: 0 10px;
}

#holiday .promotion .promo a {
  color: #222222;
  text-decoration: none;
}

#holiday .promotion .promo a h3 {
  padding: 20px 0 10px;
  font-weight: bold;
}

#holiday .promotion .promo a:hover {
  color: #a08436;
}

@media screen and (max-width: 1920px) {
  #holiday .container {
    padding: 3.5% 0;
  }
  #holiday .introbox h1 {
    font-size: 40px;
  }
  #holiday .introbox h1::before {
    width: 100px;
  }
  #holiday .introbox h1::after {
    width: 100px;
  }
  #holiday .introbox h2 {
    font-size: 32px;
  }
  #holiday .promotion h2 {
    font-size: 42px;
  }
  #holiday .promotion h2::before {
    width: 100px;
  }
  #holiday .promotion h2::after {
    width: 100px;
  }
}

@media screen and (max-width: 1536px) {
  #holiday .introbox h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 960px) {
  #holiday .container {
    width: 90%;
    padding: 5vh 0;
  }
  #holiday .introbox {
    padding: 5vh 0;
  }
  #holiday .introbox h1 {
    font-size: 24px;
    display: block;
  }
  #holiday .introbox h1::before {
    display: none;
  }
  #holiday .introbox h1::after {
    display: block;
    margin: 25px auto 0;
  }
  #holiday .introbox h2 {
    font-size: 20px;
  }
  #holiday .introbox h2 span {
    display: block;
    font-size: 120%;
  }
  #holiday .pd {
    padding: 5vh 0;
  }
  #holiday .pd .leaf {
    position: absolute;
    right: 0;
    top: -5vh;
    z-index: 0;
    width: 25%;
  }
  #holiday .pd .leaf2 {
    bottom: 5vh;
    width: 25%;
  }
  #holiday .top-pd .pd__box {
    display: block;
  }
  #holiday .top-pd .pd__text {
    text-align: center;
  }
  #holiday .top-pd .pd__text h3 {
    line-height: 1.2;
  }
  #holiday .top-pd .pd__text h3 strong {
    display: block;
  }
  #holiday .bottom-pd {
    margin-top: 7vh;
    display: block;
  }
  #holiday .bottom-pd .pd__item {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 25px;
    margin: 0 auto 25px;
    text-align: center;
  }
  #holiday .bottom-pd .pd__item:nth-child(2n) {
    margin-right: 0;
  }
  #holiday .bottom-pd .pd__item h3 {
    font-size: 24px;
  }
  #holiday .bottom-pd .pd__text-box {
    display: block;
  }
  #holiday .bottom-pd .pd__text-box p {
    text-align: left;
  }
  #holiday .bottom-pd .pd__text-box ul {
    text-align: left;
  }
  #holiday .bottom-pd .pd__bt {
    display: block;
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
  }
  #holiday .bottom-pd .pd__bt a {
    
    display: inline-block;
    opacity: .8;
    text-align: center;
    background: #fff;
    padding: 0;
    margin-right: 2px;
    margin-bottom: 5px;
    max-width: 45%;
  }
  #holiday .bottom-pd .pd__bt a img {
    vertical-align: bottom;
  }
  #holiday .bottom-pd .pd__bt a:hover {
    opacity: 1;
  }
  #holiday .promotion {
    padding: 5vh 0;
  }
  #holiday .promotion h2 {
    font-size: 26px;
    display: block;
    text-align: center;
  }
  #holiday .promotion h2::before {
    display: none;
  }
  #holiday .promotion h2::after {
    display: block;
    margin: 20px auto 25px;
  }
  #holiday .promotion .promo {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #holiday .promotion .promo__item {
    padding-bottom: 4vh;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

.delighter.right {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
          transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(300%);
          transform: translatey(300%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */