@charset "UTF-8";

html {
  background: #DCE1E9;
}

/*******************************
UU250228whiteday
*******************************/
#UU250228whiteday{
  display: block;
  width: 100%;
  padding: 6rem 0 12rem;
  background: #DCE1E9;
  box-sizing: border-box;
  font-family: var(--font-ja);
  font-style: normal;
  color: #555555;
  font-feature-settings: 'palt';
}

#UU250228whiteday *{box-sizing: border-box;}

#UU250228whiteday picture,
#UU250228whiteday figure,
#UU250228whiteday img{
  display: block;
  width: 100%;
  height: auto;
}

#UU250228whiteday .imgOuter > a,
#UU250228whiteday figure > a{display: block; width: 100%; height: auto;}

#UU250228whiteday a{
  transition: opacity .3s;
  display: block;
}

#UU250228whiteday a:hover{
  opacity: .6;
}


/*******************************
fadeInSetting
*******************************/
#UU250228whiteday .fadeInBlock,
#UU250228whiteday .fadeInBlockPC{
  visibility: hidden;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
  pointer-events: none;
}

#UU250228whiteday .fadeInBlock.view,
#UU250228whiteday .fadeInBlockPC.view{
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
}

#UU250228whiteday .fadeInBlock_spot {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s ease;
  pointer-events: none;
}

#UU250228whiteday .fadeInBlock_spot.view {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}


/*******************************
mv
*******************************/
#UU250228whiteday .mv{
  display: block;
  width: 90rem;
  padding: 0;
  margin: 0 auto 7rem;
  background: #FFFFFF;
}

#UU250228whiteday .mv .outer{
  display: block;
}

/*******************************
lpMainTTL
*******************************/
#UU250228whiteday .lpMainTTLArea{
  margin-bottom: 11.3rem;
}

#UU250228whiteday .lpMainTTL{
  display: block;
  padding-bottom: 2.5rem;
}

/* #UU250228whiteday .lpMainTTL > span:nth-of-type(1){
  display: block;
  font-size: 1.8rem;
  line-height: 2.444444444444444;
  letter-spacing: 0.19em;
  text-align: center;
  font-feature-settings: 'palt';
  padding-left: 0rem;
  margin-bottom: 0.2rem;
} */

#UU250228whiteday .lpMainTTL > span:nth-of-type(1){
  display: block;
  font-size: 2.2rem;
  line-height: 2.090909;
  letter-spacing: 0.12em;
  text-align: center;
  font-feature-settings: 'palt';
  padding-left: 0.8rem;
}


/*******************************
lpLede
*******************************/
#UU250228whiteday .lpLede{
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.085em;
  font-feature-settings: 'palt';
}



/*******************************
borderCatch
*******************************/
#UU250228whiteday .secTTL{
  display: block;
  padding-bottom: 1.3rem;
  margin-bottom: 3rem;
  /* font-family: "jaf-bernino-sans", sans-serif; */
  /* font-weight: 400; */
  /* font-style: normal; */
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  font-feature-settings: "palt";
}

#UU250228whiteday .secTTL::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #555555;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 1.8s ease 0.4s;
  transform-origin: left;
}

#UU250228whiteday .secTTL.view::after{
  transform: scaleX(1);
}


/*******************************
sec01
*******************************/
#sec01{
  width: 68rem;
  margin: 0 auto 14rem;
}

/*******************************
sec02
*******************************/
#sec02{
  width: 68rem;
  margin: 0 auto 14rem;
}

/*******************************
sec03
*******************************/
#sec03{
  width: 68rem;
  margin: 0 auto 14rem;
}

/*******************************
sec04
*******************************/
#sec04{
  width: 68rem;
  margin: 0 auto 14rem;
}

/*******************************
sec05
*******************************/
#sec05{
  width: 68rem;
  margin: 0 auto 12rem;
}

/*******************************
sec06
*******************************/
#sec06{
  width: 30rem;
  margin: 0 auto 12rem;
}

/*******************************
sec07
*******************************/
#sec07{
  width: 100%;
  margin: 0 auto;
}


/*******************************
allItemBtn
*******************************/
#UU250228whiteday .allItemBtn{
  display: block;
  width: 44rem;
  height: 6.2rem;
  margin: 10rem auto 0;
  background-color: #dce1e9;
}

#UU250228whiteday .allItemBtn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #555555;
  text-decoration: none;
}


#UU250228whiteday .allItemBtn > a img{display: block; width: 100%; height: auto;}

/*
#UU250228whiteday .allItemBtn > a::after{
  content: '';
  display: block;
  width: 0.5rem;
  height: 1rem;
  background: url("../img/icon_btn_arrow.svg") center center no-repeat;
  background-size: 100% auto;
}
*/


/*******************************
figSlider
*******************************/
#UU250228whiteday .figSlider{
	overflow: hidden;
	position: relative;
}

#UU250228whiteday .figSlider .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#UU250228whiteday .figSlider .sliderWrapper{}

#UU250228whiteday .figSlider .slider{
  display: block;
  width: 100%;
}

#UU250228whiteday .figSlider .slider a{
  display: block;
  width: 100%;
  height: auto;
}

#UU250228whiteday .figSlider .slider a > img{
  display: block;
  width: 100%;
  height: auto;
}

#UU250228whiteday .figSlider .slider.swiper-slide-active{
  pointer-events: auto;
}

#UU250228whiteday .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 1.4rem;
  gap: 0 0.8rem;
}
#UU250228whiteday .figSlider ul.pager.right{
  justify-content: flex-end;
}
#UU250228whiteday .figSlider ul.pager.center{
  justify-content: center;
}

#UU250228whiteday .figSlider ul.pager > li{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin: 0;
  background: #C1C0C0;
  transition: background 0.3s ease;
  cursor: pointer;
  opacity: 1;
}

#UU250228whiteday .figSlider ul.pager > li.swiper-pagination-bullet-active{
  background: #656565;
  pointer-events: none;
}

/*******************************
overRide
*******************************/
#UU250228whiteday .spView{display: none;}

/*******************************
両端が見切れるslickスライダー
*******************************/
.goods_slide {
  width: calc(540* (100vw /750));
  margin: 0 calc(20* (100vw /750));
}
#UU250228whiteday .slide.js-slide_wrap .slick-dots {
  bottom: calc(-57* (100vw /750));
}
#UU250228whiteday .slide.js-slide_wrap .slick-dots li.slick-active button {
  background: #656565;
}
#UU250228whiteday .slide.js-slide_wrap .slick-dots li {
  margin: 0 calc(-4* (100vw / 750));
}
#UU250228whiteday .slide.js-slide_wrap .slick-dots li button:before {
  font-size: 7.5px;
  color: #C1C0C0;
  opacity: 1;
}
#UU250228whiteday .slide.js-slide_wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #656565;
}
#UU250228whiteday .max-width_img .slick-dots {
  margin: calc(30* (100vw /750)) auto 0 ;
}
#UU250228whiteday .slick-dots li.slick-active button {
  background: transparent !important;
}





/*******************************
UU250228whiteday 追加
*******************************/
.pc_on {
  display: block;
}
.pc_on_f {
  display: flex;
}
.sp_on {
  display: none;
}
.sp_on_f {
  display: none;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}

/*  */

/* sec01 */
.border_area {
  position: relative;
}
.border_area.js-stretch::after {
  position: absolute;
  left: 0;
  height: 1px;
  z-index: 1;
  display: block;
  width: 100%;
  content: '';
  background: #87A0C8;
  top: 6rem;
}
.border_area.js-stretch::after {
  transition: 1.5s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.border_area.border_right.js-stretch::after {
  transform-origin: right;
}
.border_area.js-stretch.inview::after {
  transform: scaleX(1);
}
.flex_base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}
.img_block {
  width: 34rem;
  background: #fff;
}
.text_block {
  width: 29.5rem;
}
.num_img {
  padding: 0 1.5rem;
  margin-bottom: 6rem;
  background-color: #dce1e9;
}
.num_img.num01 {
  margin-left: auto;
  width: 9.8rem;
  position: relative;
  left: 1.5rem;
}
.online_limited {
  width: 14.4rem;
  margin: 0 auto 1.3rem;
}
.item_name {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.5rem;
}
.item_lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  position: relative;
  top: 0.7rem;
}

/* sec02 */
.num_img.num02 {
  width: 11.7rem;
  left: -1.5rem;
  position: relative;
  margin-bottom: 5rem;
}
#sec02 .flex_base .text_block .item_name {
  margin-bottom: 2.7rem;
}
#sec02 .flex_base .text_block .item_lead {
  top: -0.7rem;
  letter-spacing: 0.04em;
}

/* sec03 */
.num_img.num03 {
  width: 11.4rem;
  margin-left: auto;
  position: relative;
  left: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
#sec03 .flex_base {
  align-items: flex-start;
}
#sec03 .flex_base .text_block .item_name {
  margin-bottom: 1.3rem;
}

/* sec04 */
.num_img.num04 {
  width: 12rem;
  position: relative;
  left: -1.5rem;
  margin-top: 2.9rem;
  margin-bottom: 4.9rem;
}
#sec04 .flex_base {
  align-items: flex-start;
}
#sec04 .flex_base .item_name {
  margin-bottom: 1.3rem;
}

/* sec05 */
.num_img.num05 {
  width: 11.6rem;
  margin-left: auto;
  position: relative;
  left: 1.5rem;
  margin-top: 3.1rem;
  margin-bottom: 5.1rem;
}
#sec05 .flex_base {
  align-items: flex-start;
}
#sec05 .flex_base .item_name {
  margin-bottom: 1.2rem;
}

/* sec06 */
.sec06_img {
  position: relative;
  background: #fff;
}
.sec06_text {
  position: absolute;
  width: 2.7rem;
  top: 0;
  right: -4.1rem;
}

/* sec07 */
#sec07 {
  background: rgba(135, 160, 200, 0.2);
  padding: 4.5rem 0;
}
.sec07_flex {
  width: 56rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec07_img {
  width: 24rem;
}
.sec07_text {
  width: 28.5rem;
  margin-top: -0.5rem;
}
.campaign {
  width: 15.5rem;
  margin: 0 auto 4.5rem;
}
.day_text {
  width: 25rem;
  margin: 0 auto 1.7rem;
}
.sec07_lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}