
/* ==================================================

	common

 ================================================== */
 body {
  counter-reset: point_number;
  font-feature-settings: "palt";
  letter-spacing: 0.125rem;
}

#whiteday .pc_only {
  display: none;
}

#whiteday .sp_only {
  display: block;
}

@media screen and (min-width: 960px) {
  #whiteday .pc_only {
      display: block;
  }

  #whiteday .sp_only {
      display: none;
  }

}

#whiteday .lead {
  line-height: 2.4;
  margin: auto;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #whiteday .lead {
      font-size: 1.5rem;
      margin-bottom: 30px;
  }

}

.bg_left {
  position: absolute;
  left: 0;
  top: 50%;
}

.bg_right {
  position: absolute;
  right: 0;
}

/*----------------------------------

section

-----------------------------------*/
#whiteday section {
  padding: 0 0 60px;
}

#whiteday .inner {
  padding: 0 3%;
  width: 100%;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 960px) {
  #whiteday section {
      padding: 0 0 120px;
  }

}

@media screen and (min-width: 1280px) {
  #whiteday .inner {
      padding: 0;
      max-width: 1080px;
  }

}



/*----------------------------------

Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³

-----------------------------------*/
.button_wrap {
  width: 90%;
  max-width: 500px;
  margin: 45px auto 0;
  text-align: center;
}

.button_wrap .button {
  display: flex;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #0d9abe;
  border: 3px solid #0d9abe;
  transition: all .3s;
  width: 100%;
  font-size: 1.6rem;
  padding: 15px;
  justify-content: center;
}

.button_wrap .button:after {
    content: '';
    position: absolute;
    margin-top: 8px;
    display: block;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}

.button:hover {
  color: #0d9abe;
  background-color: #fff;
}

.button_wrap .button:hover:after {
    border-top: 2px solid #0d9abe;
    border-right: 2px solid #0d9abe;
}

.button span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
  .button_wrap {
      margin: 90px auto 0;
  }
.button_wrap .button:after {
    right: 20px;
}
}

/*
h2
================================ */
#whiteday h2 {
  position: relative;
  margin: 0 auto;
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 15px;
}

/* #whiteday section .inner h2::before {
  display: block;
  width: 100%;
  height: 36px;
  margin: 0 auto 10px;
  vertical-align: middle;
  background: url("/whiteday/2023/images/h2_bg.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  content: "";
} */

#whiteday section h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #whiteday .lead {
      margin: 30px 4% 50px;
      text-align: center;
  }


  #whiteday h2 {
      font-size: 4rem;
      margin-bottom: 30px;
  }

  /* #whiteday .inner h2::before {
      height: 46px;
      margin: 0 auto 20px;
  } */

  #whiteday section h2 span {
      font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  #whiteday .inner .lead {
      margin: 30px auto 50px;
  }
}



/* ==================================================

	#breadcrumb

 ================================================== */
/* ==========================================
	1024~(tablet)
========================================== */
@media screen and (min-width: 1024px) {
  #breadcrumb {
      max-width: 1220px;
  }
}


/* ==================================================

	.soldout

 ================================================== */
 #whiteday .soldout {
  position: relative;
  background-color: #fff;
}

#whiteday .soldout::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  height: 40px;
  margin: auto;
  padding: 8px 5px 0;
  color: #cd0000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: 2px solid #cd0000;
  border-radius: 0;
  transform: translateY(-50%);
  content: "sold out";
}

#whiteday .soldout::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  content: "";
}

#whiteday .soldout a {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #whiteday .soldout::before {
      font-size: 2rem;
  }
}

/* ==================================================

	.period_info

 ================================================== */
#whiteday section.period_info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #eef5fe;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}

.period_info a {
    padding-bottom: 1px;
    border-bottom: 1px solid #333;
}

.period_tx span {
    font-weight: 700;
    font-size: 1.8rem;
}

.period_box p {
    max-width: 355px;
    margin: 0 auto;
    color: #333;
    font-size: 1.4rem;
    background: #fff;
}

/*
	p
================================ */
#whiteday .period_tx {
    color: #7f97f7;
}

.period_tx span {
    color: #747884;
    font-weight: bold;
}

/*
	.period_box
================================ */
#whiteday .period_box {
    max-width: 900px;
    margin: 10px auto 0;
    padding: 10px;
    background-color: #fff;
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width: 768px) {
    #whiteday.period_info {
        padding: 30px;
        font-size: 2.2rem;
        padding: 20px;
    }

    .period_tx span {
        font-size: 2.6rem;
    }

    .period_box p {
        max-width: none;
    }

    .period_info a {
        font-size: 1.8rem;
    }

    #whiteday .period_info p {
        font-size: 1.8rem;
        text-align: center;
    }

    #whiteday .period_box {
        margin: 20px auto 0;
        padding: 20px;
        background-color: #fff;
    }
}

/*
  ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ã‚¨ãƒªã‚¢
	.mainvisual
================================ */


#whiteday .main_visual {
  position: relative;
  background: url("/whiteday/2026/images/mv_sp.jpg") no-repeat center center / cover;
  height: 250px;
  width: 100%;
  font-weight: 700;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color: #333;
  padding: 10px 0;
}

#whiteday .main_visual h1 {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #0e9abe;
  font-weight: bold;
  text-align: center;
}

#whiteday .main_visual .main_visual_text {
  position: absolute;
  left: calc(50% - 89px);
  top: 67%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#whiteday .main_visual .main_visual_icon {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #A78C58;
  padding: 3px;
  color: #fff;
  text-align: center;
  max-width: 140px;
  text-shadow: none;
  letter-spacing: .1rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #whiteday .main_visual {
      margin: 0 auto;
      background: url("/whiteday/2026/images/mv_pc.jpg") no-repeat center center / cover;
      height: 300px;
      width: 100%;
      align-items: center;
      color: #333;
      font-weight: 700;
  }

  #whiteday .main_visual .main_visual_text {
      text-align: center;
      top: 68%;
  }
}

@media screen and (min-width: 960px) {
  #whiteday .main_visual {
      height: 400px;
  }

  #whiteday .main_visual h1 {
      font-size: 1.7rem;
      line-height: 1.25;
  }

  #whiteday .main_visual .main_visual_text {
      text-align: center;
      top: 70%;
      left: calc(50% - 255px);
  }


  #whiteday .main_visual .main_visual_icon {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 5px;
      max-width: 200px;
      color: #fff;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      background-color: #A78C58;
  }
}

#whiteday .main_visual .caption {
  text-align: center;
  font-size: 1.2rem;
}


/* ==================================================

	ãƒ¡ã‚¤ãƒ³ãƒªãƒ¼ãƒ‰
  .main_lead_area

 ================================================== */
 #whiteday .main_lead_area {
  padding: 45px 0 0;
}

#whiteday .main_lead_area .main_lead {
  width: 95%;
  line-height: 2.4;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
}

@media screen and (min-width: 960px) {
  #whiteday .main_lead_area {
      padding: 90px 0 0;
  }

  #whiteday .main_lead_area .main_lead {
      width: 100%;
      margin: auto;
      font-size: 1.8rem;
  }
}


/*--------------

swiperè¨­å®š

----------------*/
.swiper-wrap {
  position: relative;
}


.swiper-container .item .pic {
  text-align: center;
  padding: 5px;
}

.swiper-container .item .pic img {
  width: 100%;
}

.swiper-pagination {
  position: relative;
  margin-top: 10px;
  bottom: auto !important
}

.swiper-button-prev {
  left: -10px;
}

.swiper-button-prev {
  background-image: url(/cmn/images/arrow.svg);
  transform: scale(-1, 1);
  /* å·¦å³åè»¢ */
}

.swiper-button-next {
  right: -10px;
}

.swiper-button-next {
  background-image: url(/cmn/images/arrow.svg);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 44%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 40px;
  height: 48px;
  background-size: 36px 48px;
}

.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-pagination-bullet-active {
  background-color: #0d9abe
}
/* ==================================================

	.ranking_area

 ================================================== */
#whiteday .ranking_slider {
    padding: 0 0 20px
}

#whiteday .ranking_slider .product {
    height: 100%;
}

#whiteday .ranking_slider .product-pic {
    position: relative;
}
#whiteday .ranking_slider .product .product-pic:before {
    display: block;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 30px;
    top: 0;
    left: 0;
}

#whiteday .ranking_slider .swiper-slide:nth-of-type(1) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-gold.svg")
}

#whiteday .ranking_slider .swiper-slide:nth-of-type(2) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-silver.svg")
}

#whiteday .ranking_slider .swiper-slide:nth-of-type(3) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-bronze.svg")
}

#whiteday .ranking_slider .swiper-slide:nth-of-type(4) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-4th.svg")
}

#whiteday .ranking_slider .swiper-slide:nth-of-type(5) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-5th.svg")
}

#whiteday .ranking_slider .product-pic {
    margin-bottom: 5px;
	overflow:hidden;
}

#whiteday .ranking_slider .product-pic img:hover{
    scale:1.05;
}

#whiteday .ranking_slider .product-detail-name {
    font-size: 1.4rem;
    height: 60px;
    margin: 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: bold;
}

#whiteday .ranking_slider .product-detail-price {
    font-size: 1.8rem;
    font-weight: bold;
}

#whiteday .ranking_slider .product-detail-price::before{
	content:"￥";
	font-size: 1.2rem;
}

#whiteday .ranking_slider .product-price-red {
    font-size: 1.2rem;
    color: #f00000;
    font-weight: bold;
}

#whiteday .ranking_slider .product-icon-block {
    display: flex;
    position: absolute;
    bottom: 10px;
}

#whiteday .ranking_slider .product-icon-block li:nth-child(1) {
    margin-right: 5px;
}

#whiteday .ranking_slider .product-icon-delivery {
    background-color: #333;
    padding: 0 5px;
    width: fit-content;
}

#whiteday .ranking_slider .product-icon-discount {
    background-color: #C83250;
    padding: 0 5px;
    width: fit-content;
}

#whiteday .ranking_slider .product-icon-block span {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    #whiteday .ranking_area {
        width: 100%;
    }

    .ranking_area .swiper-button-prev,
    .ranking_area .swiper-button-next {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .ranking_slider {
        width: 100%;
        max-width: 1080px;
    }

    .ranking_slider .swiper-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .ranking_slider .swiper-wrapper .swiper-slide {
        width: 19%;
    }

}

/* ==================================================

	ãƒ–ãƒ©ãƒ³ãƒ‰ã§é¸ã¶

 ================================================== */

 #whiteday .brand_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 20px;
  margin: 0 auto;
}

#whiteday .brand_area ul li {
  width: 47%;
  margin-right: 3%;
  text-align: center;
  background: #999;
  border: 1px #999 solid;
}


#whiteday .brand_area ul li a {
  display: block;
  background-color: #fff;
  transition: all .3s;
}

#whiteday .brand_area ul li a:hover {
  opacity: .8;
}


#whiteday .brand_area ul li .brand-logo {
  padding-top: 5px;
}

#whiteday .brand_area ul li .brand-logo img {
  width: 70%;
}

#whiteday .brand_area ul li .brand-name {
  margin-top: 10px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  background-color: #999;
}


@media screen and (min-width: 768px) {

  #whiteday .brand_area ul li {
      width: calc(25% - 20px);
      margin-right: 20px;
  }

  #whiteday .brand_area ul li .brand-name {
      font-size: 16px;
  }

  #whiteday .brand_area ul li .brand-logo img {
      width: 60%;
  }
}



/* ==================================================

.feature_area

================================================== */

#whiteday .feature_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin: 0 auto;
}

#whiteday .feature_area ul li {
  width: 48%;
  text-align: center;
  border: 1px #999 solid;
}


#whiteday .feature_area ul li a {
  display: block;
  background-color: #fff;
  transition: all .3s;
}

#whiteday .feature_area ul li a:hover {
  opacity: .8;
}


#whiteday .feature_area ul li .brand-logo {
  padding-top: 5px;
}

#whiteday .feature_area ul li .brand-logo img {
  width: 70%;
}

#whiteday .feature_area ul li p {
  width: 97%;
  margin: 10px auto;
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
}


@media screen and (min-width: 768px) {

  #whiteday .feature_area ul li {
      width: calc(33% - 15px);
  }

  #whiteday .feature_area ul li:nth-of-type(4n) {
      margin-right: 0;
  }

  #whiteday .feature_area ul li p {
      font-size: 16px;
  }

  #whiteday .feature_area ul li .brand-logo img {
      width: 60%;
  }
}



/* ==================================================

ã‚«ãƒ†ã‚´ãƒªã‹ã‚‰é¸ã¶

================================================== */

#whiteday .category_area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  row-gap: 20px;
  justify-content: space-between;
}

#whiteday .category_area ul li {
  width: 48%;
  border: 1px solid #999;
}

#whiteday .category_area ul li .item {
  text-align: center;
}



#whiteday .category_area ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 10px;
  background-color: #fff;
  transition: all .3s;
}

#whiteday .category_area ul li a:hover {
  opacity: .8;
}

/* figure ------------ */
#whiteday .category_area ul li .item-pic {
  width: 100%;
  margin: 0 auto;
}

#whiteday .category_area ul li .item-pic img {
  text-align: center;
}

/* h3 ------------ */
#whiteday .category_area li .item-name {
  width: 92%;
  margin: 10px auto;
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
}

#whiteday .category_area .item-text {
  width: 90%;
  margin: 0 auto;
  font-size: 2.4vw;
  text-align: left;
}

@media screen and (min-width: 768px) {

  #whiteday .category_area ul li {
      width: calc(33% - 15px);
  }

  #whiteday .category_area ul li:nth-of-type(4n) {
      margin-right: 0;
  }

  #whiteday .category_area li .item-name {
      font-size: 1.5rem;
  }

  #whiteday .category_area .item-text {
      width: 80%;
      font-size: 1.4rem;
  }
}



/* ==================================================

.ä¾¡æ ¼ã§é¸ã¶

================================================== */

#whiteday .price_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}


#whiteday .price_area li {
  width: 48%;
  text-align: center;
}


#whiteday .price_area li a {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #747884;
  transition: all .3s;
  font-weight: bold;
  border: 2px solid #747884;
}

#whiteday .price_area li a:hover {
  color: #333;
  background-color: #fff;
  border: 2px solid #747884;
}

@media screen and (min-width: 768px) {
  #whiteday .price_area ul {
      justify-content: flex-start;
  }

  #whiteday .price_area ul li {
      width: calc(25% - 15px);
      margin-right: 20px;
  }

  #whiteday .price_area ul li:nth-of-type(4n) {
      margin-right: 0;
  }

  #whiteday .price_area li a {
      padding: 16px;
  }
}


/* ==================================================

ãŠå±Šã‘ã«ã¤ã„ã¦

================================================== */
#whiteday .delivery_info {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #747884;
  background-color: #747884;
}

#whiteday .delivery_info h2 {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#whiteday .delivery_info .attention {
  padding: 10px;
  background-color: #fff;
}

#whiteday .delivery_info .must {
  color: #cd0000;
}

#whiteday .delivery_info .small {
  font-size: 1.2rem;
}

/* ==================================================

ãƒãƒ¬ãƒ³ã‚¿ã‚¤ãƒ³ã‚®ãƒ•ãƒˆã‚’SNSã§è´ˆã‚‹

================================================== */
#whiteday .sns_area .single-bnr {
  width: 100%;
  text-align: center;
}

#whiteday .sns_area .about_sns h3 {
  margin: 0 0 5px;
  color: #0d9abe;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

#whiteday .sns_area .about_sns p {
  font-size: 1.2rem;
}



#whiteday .sns_area h3.sub {
  max-width: 960px;
  margin: 0 auto 10px;
  padding: 6px 0;
  color: #0d9abe;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-top: 3px solid #0d9abe;
  border-bottom: 3px solid #0d9abe;
}


#whiteday .sns_area ul {
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

#whiteday .sns_area ul li {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #999;
}


#whiteday .sns_area .sns-title {
  padding: 10px;
  font-weight: 600;
  text-align: center;
  background-color: #999;
  color: #fff;
}

#whiteday .sns_area .sns-pic {
  margin: 0 auto;
}

#whiteday .sns_area .sns-text {
  margin-top: 10px;
  padding: 0.5rem 1.5rem 1.8rem;
  font-size: 1.3rem;
}

#whiteday .sns_area .about_sns {
  margin: 20px auto 30px;
  padding: 10px;
  background: #f7f7f7;
}



@media screen and (min-width: 768px) {

  #whiteday .sns_area .about_sns {
      margin: 20px auto 50px;
      padding: 20px;
  }

  #whiteday .sns_area .about_sns h3 {
      margin: 0 auto 10px;
      font-size: 2.4rem;
  }

  #whiteday .sns_area .about_sns p {
      text-align: center;
      font-size: 1.5rem;
      line-height: 2;
  }

  #whiteday .sns_area h3.sub {
      margin: 0 auto 30px;
      padding: 6px 0;
      font-size: 2.4rem;
  }

  #whiteday .sns_area ul {
      justify-content: space-between;
  }


  #whiteday .sns_area ul li {
      width: 30%;
      background: #fff;
  }

}

@media screen and (min-width: 1024px) {

  /*
  .detail_block
================================ */
  #whiteday .sns_area .detail_block {
      width: 80%;
  }

  /*
  h3.sub
================================ */
  #whiteday .sns_area h3.sub {
      margin: 0 auto 40px;
      padding: 12px 0;
  }
}


/* ==================================================

.wrapping_area

================================================== */
#whiteday .wrapping_area .single-bnr {
  text-align: center;
}

#whiteday .wrapping_area .text {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #whiteday .wrapping_area .text {
      font-size: 1.5rem;
  }
}

/* ==================================================

.faq_area

================================================== */
#whiteday .faq_area {
  padding: 60px 0;
}

#whiteday .faq_area {
  background-color: #f7f7f7;
}

#whiteday .faq_area dl {
  padding: 10px;
  background-color: #fff;
}

#whiteday .faq_area dt {
  font-size: 1.8rem;
}


#whiteday .faq_area dt {
  padding: 5px;
  font-weight: bold;
  color: #0d9abe;

}

#whiteday .faq_area dd+dt {
  margin-top: 20px;
}

#whiteday .faq_area dd {
  padding: 10px;
  border: 1px solid #0d9abe;
}

#whiteday .faq_area dd p+p {
  margin-top: 10px;
}

#whiteday .faq_area dd p a {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  color: #0d9abe;
  transition: all .3s;
  font-weight: bold;
}

#whiteday .faq_area dd p a:hover {
  opacity: .6;
}

#whiteday .faq_area dd p a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(-50%);
  content: ">>";
}


@media screen and (min-width: 768px) {
  #whiteday .faq_area {
      padding: 90px 0;
  }

  #whiteday .faq_area dl {
      padding: 30px;
  }

  #whiteday .faq_area dt {
      font-size: 1.8rem;
  }
}


@media screen and (min-width: 1024px) {
  #whiteday .faq_area .inner {
      max-width: 800px;
      margin: auto;
  }

  #whiteday .faq_area dl {
      padding: 50px;
  }

  #whiteday .faq_area dd+dt {
      margin-top: 40px;
  }

  /* dd -------------------- */
  #whiteday .faq_area dd {
      padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  #whiteday .bottom_slider {
      padding-top: 70px !important;
  }
}

