@charset "UTF-8";

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

html {
  background: #E4E4E4;
}

/*******************************
UU241030ribtops
*******************************/
#UU241030ribtops{
  display: block;
  width: 100%;
  padding: 0 0 calc(120 * (100vw / 750));
  background: #E4E4E4;
  box-sizing: border-box;
  font-family: var(--font-ja);
  font-weight: 400;
  font-style: normal;
  color: #555555;
}

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

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

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


#UU241030ribtops a:hover{
  opacity: 1;
}


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

#UU241030ribtops .fadeInBlock.view,
#UU241030ribtops .fadeInBlockSP.view,
#UU241030ribtops .fadeInLink.view,
#UU241030ribtops .fadeInLink.view + .fadeInLinkChild{
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
}

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

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



/*******************************
mv
*******************************/
#UU241030ribtops .mv{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto calc(63 * (100vw / 750));
  background: #FFFFFF;
}

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

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

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

#UU241030ribtops .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;
}

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


/*******************************
lpLede
*******************************/
#UU241030ribtops .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';
  color: #666666;
}



/*******************************
borderCatch
*******************************/
#UU241030ribtops .secTTL{
  display: block;
  padding-bottom: calc(28 * (100vw / 750));
  margin-bottom: calc(58 * (100vw / 750));
  font-family: "jaf-bernino-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(32 * (100vw / 750));
  letter-spacing: 0.12em;
  line-height: 1;
  position: relative;
}

#UU241030ribtops .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.5s;
  transform-origin: left;
}

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


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

#sec01 .img01Block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto calc(144 * (100vw / 750));
}

#sec01 .img01Block .img01{
  width: calc(660 * (100vw / 750));
  margin: 0 auto calc(0* (100vw / 750));
}

#sec01 .img01Block .text{
  width: calc(660 * (100vw / 750));
  margin: calc(50* (100vw / 750)) auto 0;
  transform: translateX(calc(2 * (100vw / 750)))
}

#sec01 .img01Block .text > p{
  font-size: calc(24 * (100vw / 750));
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.06em;
  font-feature-settings: 'palt';
}

#sec01 .img02Block{
  display: block;
}

#sec01 .img02Block .img02{
  width: calc(750 * (100vw / 750));
  margin: 0 auto calc(140 * (100vw / 750));
}

#sec01 .img02Block .text{
  width: calc(666 * (100vw / 750));
  margin: 0 auto;
  transform: translateX(calc(2 * (100vw / 750)))
}

#sec01 .img02Block .text > p{
  font-size: calc(24 * (100vw / 750));
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.07em;
  font-feature-settings: 'palt';
}

/*******************************
sec0203
*******************************/
#sec0203{
  display: block;
  margin: 0 auto;
}

/*******************************
sec02
*******************************/
#sec02{
  display: block;
  width: calc(660 * (100vw / 750));
  margin: 0 auto calc(90* (100vw / 750));
}

#sec02 .secTTL{width: 100%;}

#sec02 .img01{
  width: 100%;
  margin-bottom: calc(40 * (100vw / 750));
}

#sec02 .img02{
  width: 100%;
  margin-bottom: calc(60 * (100vw / 750));
}

#sec02 dl.lpColorDetail{
  display: block;
  width: 100%;
  overflow: hidden;
}

#sec02 dl.lpColorDetail > dt{
  display: block;
  margin-bottom: calc(30 * (100vw / 750));
  font-family: "jaf-bernino-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(32 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

#sec02 dl.lpColorDetail > dd{
  display: block;
  width: calc(660.001 * (100vw / 750));
  font-size: calc(24 * (100vw / 750));
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.065em;
  font-feature-settings: 'palt';
}

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


#sec03 .img01{
  width: 100%;
  margin-bottom: calc(40 * (100vw / 750));
}

#sec03 .img02{
  width: 100%;
  margin-bottom: calc(60 * (100vw / 750));
}

#sec03 dl.lpColorDetail{
  display: block;
  width: 100%;
  overflow: hidden;
}

#sec03 dl.lpColorDetail > dt{
  display: block;
  margin-bottom: calc(30 * (100vw / 750));
  font-family: "jaf-bernino-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(32 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

#sec03 dl.lpColorDetail > dd{
  display: block;
  width: calc(660.001 * (100vw / 750));
  font-size: calc(24 * (100vw / 750));
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.065em;
  font-feature-settings: 'palt';
}

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

#UU241030ribtops .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';
}


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

/*
#UU241030ribtops .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
*******************************/
#UU241030ribtops .figSlider{
	overflow: hidden;
	position: relative;
}

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

#UU241030ribtops .figSlider .sliderWrapper{}

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

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

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

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

#UU241030ribtops .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));
}

#UU241030ribtops #sec02 .figSlider ul.pager{justify-content: flex-end;}


#UU241030ribtops .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;
}

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

/*******************************
overRide
*******************************/
#UU241030ribtops .pcView{display: none;}






/*******************************
UU241030ribtops 追加
*******************************/
.color_img01 {
  width: calc(145* (100vw /750));
  margin: 0 auto calc(53* (100vw /750));
  position: relative;
  top: calc(23* (100vw /750));
  left: calc(-3* (100vw /750));
}
.color_img01.gray {
  width: calc(152 * (100vw / 750));
  position: relative;
  top: calc(-20 * (100vw / 750));
  /* left: 1rem; */
  margin-bottom: calc(10 * (100vw / 750));
}
.color_img01.black {
  width: calc(144* (100vw /750));
}
.color_img01.white {
  width: calc(164* (100vw /750));
  top: -1rem;
  margin-bottom: calc(-3* (100vw /750));
  margin-top: calc(58* (100vw /750));
}
.max-width_img {
  width: 100%;
  display: block;
  margin-bottom: calc(200* (100vw /750));
}
.max-width_img_in {
  width: 33.333333333%;
}

.text.img01-01 {
  text-align: center;
  margin-bottom: 5rem;
  font-size: calc(24* (100vw /750));
  letter-spacing: 0.06em;
  font-feature-settings: 'palt';
  margin-left: -4rem;
}
#sec01 .img01Block.img01-01 {
  align-items: flex-start;
  margin-bottom: 7rem;
}
.img01Block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#sec0203 .text p {
  /* width: 29.5rem; */
  font-size: calc(24* (100vw /750));
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.06em;
  font-feature-settings: 'palt';
}
.img01Block.img01-01 .text {
  margin-top: -0.7rem;
}
.img01Block_text02 {
  position: relative;
  top: -1.3rem;
}
.img01Block_text03 {
  position: relative;
  top: -2.5rem;
}
.img01Block_text04 {
  position: relative;
  top: -3.7rem;
}
.img01Block.img01-02 .text {
  margin-top: 1.5rem;
  margin-left: 2.5rem;
  letter-spacing: 0.05em;
  width: 29.5rem;
}
#sec01 .img01Block.img01-02 {
  margin-bottom: calc(145* (100vw /750));
  margin-top: calc(-195* (100vw /750));
}
#sec0203 #sec03.fadeInBlock.sec03-01 .text p {
  position: relative;
  /* left: 2.5rem; */
  letter-spacing: 0.049em;
}
#sec0203 #sec03.sec03-01 {
  margin-bottom: calc(130 * (100vw / 750));
}
#sec0203 #sec03.sec03-02 {
  margin-bottom: calc(160 * (100vw / 750));
}
#sec0203 #sec03.sec03-03 {
  margin-bottom: calc(85* (100vw /750));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#sec0203 #sec03.sec03-04 {
  margin-bottom: calc(160 * (100vw / 750));
}
#sec0203 #sec03.sec03-05 {
  margin-bottom: calc(130* (100vw /750));
}
#sec0203 #sec03.fadeInBlock.sec03-03 .text {
  margin-top: calc(-18* (100vw /750));
}
#sec0203 #sec03.fadeInBlock.sec03-05 .text p {
  letter-spacing: 0.05em;
}
#sec0203 #sec03.fadeInBlock.sec03-05 .text {
  position: relative;
  /* left: 2.5rem; */
}
.max-width_img.max-width_img02 {
  margin-bottom: 0;
}

.pc_on {
  display: none;
}
.pc_on_b {
  display: none;
}
.sp_on {
  display: block;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}


#UU241030ribtops .max-width_img .slide.js-slide_wrap .goods_slide {
  width: calc(540 * (100vw / 750)); /* 幅の計算 */
}

.img01Block_text01 {
  position: relative;
  top: calc(-28* (100vw /750));
}
.img01Block_text02 {
  position: relative;
  top: calc(-52* (100vw /750));
}
.img01Block_text03 {
  position: relative;
  top: calc(-75* (100vw /750));
}
.img01Block_text04 {
  position: relative;
  top: calc(-100* (100vw /750));
}
#UU241030ribtops .img01Block.img01-02 .text {margin-top: calc(46 * (100vw / 750));}
#UU241030ribtops .max-width_img .slide.js-slide_wrap .slick-dots li.slick-active button {
  background: transparent;
}
#UU241030ribtops .max-width_img .slide.js-slide_wrap .slick-dots li {
  margin: 0 -2px;
}
#UU241030ribtops .max-width_img .slide.js-slide_wrap .slick-dots li button:before {
  font-size: 7.5px;
  color: #C1C0C0;
  opacity: 1;
}
#UU241030ribtops .max-width_img .slide.js-slide_wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #555555;
}