@charset "UTF-8";

.lp{padding-bottom: 0;}
.home-content.support-content{margin-block-start: 0;}

html {
  background: #DCE1E9;
}

/*******************************
UU250228whiteday
*******************************/
#UU250228whiteday{
  display: block;
  width: 100%;
  padding: 0 0 calc(120 * (100vw / 750));
  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{
  display: block;
}

#UU250228whiteday a:hover{
  opacity: 1;
}


/*******************************
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: 100%;
  padding: 0;
  margin: 0 auto calc(75* (100vw / 750));
  background: #FFFFFF;
}

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

/*******************************
lpMainTTL
*******************************/
#UU250228whiteday .lpMainTTLArea{
  margin-bottom: calc(148 * (100vw / 750));
}

#UU250228whiteday .lpMainTTL{
  display: block;
  padding-bottom: calc(31 * (100vw / 750));
}

/* #UU250228whiteday .lpMainTTL > span:nth-of-type(1){
  display: block;
  font-size: calc(30 * (100vw / 750));
  line-height: 2.15;
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: 'palt';
  padding-left: calc(2 * (100vw / 750));
  margin-bottom: calc(8 * (100vw / 750));
  font-weight: 400;
} */

#UU250228whiteday .lpMainTTL > span:nth-of-type(1){
  display: block;
  font-size: calc(35 * (100vw / 750));
  line-height: 2.24;
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: 'palt';
  padding-left: calc(5 * (100vw / 750));
  font-weight: 400;
}


/*******************************
lpLede
*******************************/
#UU250228whiteday .lpLede{
  display: block;
  font-size: calc(24 * (100vw / 750));
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  letter-spacing: 0.085em;
}



/*******************************
borderCatch
*******************************/
#UU250228whiteday .secTTL{
  display: block;
  padding-bottom: calc(28 * (100vw / 750));
  margin-bottom: calc(60 * (100vw / 750));
  /* font-family: "jaf-bernino-sans", sans-serif; */
  font-weight: 400;
  /* font-style: normal; */
  font-size: calc(34 * (100vw / 750));
  letter-spacing: 0.04em;
  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.2s;
  transform-origin: left;
}

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


/*******************************
sec01
*******************************/
#sec01{
  width: 100%;
  margin: 0 auto calc(132* (100vw /750));
}

/*******************************
sec02
*******************************/
#sec02{
  width: 100%;
  margin: 0 auto calc(136* (100vw /750));
}

/*******************************
sec03
*******************************/
#sec03{
  width: 100%;
  margin: 0 auto calc(135* (100vw /750));
}

/*******************************
sec04
*******************************/
#sec04{
  width: 100%;
  margin: 0 auto calc(135* (100vw /750));
}

/*******************************
sec05
*******************************/
#sec05{
  width: 100%;
  margin: 0 auto calc(135* (100vw /750));
}

/*******************************
sec06
*******************************/
#sec06{
  width: calc(500* (100vw /750));
  margin: 0 auto calc(160* (100vw /750));
}

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

/*******************************
allItemBtn
*******************************/
#UU250228whiteday .allItemBtn{
  display: block;
  width: calc(540 * (100vw / 750));
  height: calc(80 * (100vw / 750));
  margin: calc(120* (100vw / 750)) auto 0;
  /* background-color: #F1F1F1; */
}

#UU250228whiteday .allItemBtn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 calc(14*(100vw / 750));
  width: 100%;
  height: 100%;
  font-size: calc(22*(100vw / 750));
  padding: 0;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #555555;
  text-decoration: none;
  font-feature-settings: 'palt';
}


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

/*
#UU250228whiteday .allItemBtn > a::after{
  content: '';
  display: block;
  width: calc(9 * (100vw / 750));
  height: calc(15 * (100vw / 750));
  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-end;
  width: 100%;
  padding-top: calc(28 * (100vw / 750));
  gap: 0 calc(20 * (100vw / 750));
}

#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: calc(12 * (100vw / 750));
  height: calc(12 * (100vw / 750));
  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 .pcView{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: none;
}
.pc_on_f {
  display: none;
}
.sp_on {
  display: block;
}
.sp_on_f {
  display: flex;
}
.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: calc(60* (100vw /750));
}
.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: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
  width: calc(660* (100vw /750));
  margin: 0 auto;
}
.img_block {
  width: calc(660* (100vw /750));
  /* background: #fff; */
  order: 1;
  margin-bottom: calc(80* (100vw /750));
}
.text_block {
  width: calc(660* (100vw /750));
  order: 2;
}
.num_img {
  padding: 0 calc(28* (100vw /750));
  margin-bottom: calc(70* (100vw /750));
  background-color: #dce1e9;
}
.num_img.num01 {
  margin-left: auto;
  width: calc(160* (100vw /750));
  position: relative;
  left: calc(-25* (100vw /750));
}
.online_limited {
  width: calc(247* (100vw /750));
  margin: 0 auto calc(23* (100vw /750));
}
.item_name {
  font-size: calc(32* (100vw /750));
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: calc(25* (100vw /750));
}
.item_lead {
  font-size: calc(24* (100vw /750));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  position: relative;
  top: calc(7* (100vw /750));
}

/* sec02 */
.num_img.num02 {
  width: calc(190* (100vw /750));
  left: calc(25* (100vw /750));
  position: relative;
  margin-bottom: calc(70* (100vw /750));
}
#sec02 .flex_base .text_block .item_name {
  margin-bottom: calc(23* (100vw /750));
  margin-top: calc(-20* (100vw /750));
}

/* sec03 */
.num_img.num03 {
  width: calc(182* (100vw /750));
  margin-left: auto;
  position: relative;
  left: calc(-25* (100vw /750));
  margin-bottom: calc(70* (100vw /750));
}
#sec03 .flex_base .text_block .item_name {
  margin-bottom: calc(20* (100vw /750));
  margin-top: calc(-18* (100vw /750));
}

/* sec04 */
.num_img.num04 {
  width: calc(195* (100vw /750));
  position: relative;
  top: calc(-5* (100vw /750));
  left: calc(25* (100vw /750));
  margin-bottom: calc(65* (100vw /750));
}
#sec04 .flex_base .text_block .item_lead {
  letter-spacing: 0.045em;
}
#sec04 .flex_base .item_name {
  margin-bottom: calc(23* (100vw /750));
  margin-top: calc(-20* (100vw /750));
}

/* sec05 */
.num_img.num05 {
  width: calc(186* (100vw /750));
  margin-left: auto;
  position: relative;
  left: calc(-25* (100vw /750));
  margin-bottom: calc(74* (100vw /750));
}
#sec05 .flex_base .item_name {
  margin-bottom: calc(23* (100vw /750));
  margin-top: calc(-20* (100vw /750));
}
#sec05 .flex_base .text_block .item_lead {
  letter-spacing: 0.045em;
}

/* sec06 */
.sec06_img {
  position: relative;
  background: #fff;
  left: calc(-30* (100vw /750));
}
.sec06_text {
  position: absolute;
  width: calc(46* (100vw /750));
  top: 0;
  right: calc(-80* (100vw /750));
}

/* sec07 */
#sec07 {
  background: rgba(135, 160, 200, 0.2);
  padding: calc(100* (100vw /750)) 0;
}
.sec07_flex {
  width: calc(500* (100vw /750));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec07_img {
  width: 100%;
  order: 2;
}
.sec07_text {
  width: 100%;
  order: 1;
  margin-bottom: calc(66* (100vw /750));
}
.campaign {
  width: calc(276* (100vw /750));
  margin: 0 auto calc(60* (100vw /750));
}
.day_text {
  width: calc(400* (100vw /750));
  margin: 0 auto calc(35* (100vw /750));
}
.sec07_lead {
  font-size: calc(24* (100vw /750));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}