/* body.temp .l-wrapper .l-header {
  position: unset;
  z-index: 9998;
  width: 100%;
} */
.xfigaro-lp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.xfigaro-lp picture {
  display: block;
}
.mainview {
}
@media screen and (min-width: 768px) {
  .mainview__flex {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 4.166667%;
  }
}

.mainview__image {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mainview__image {
    margin: 46px 0 0;
  }
}

.mainview__img {
}

@media screen and (min-width: 768px) {
  .mainview__img {
    width: 53.541667vw;
    display: block;
  }
  .mainview__img img {
    width: 100%;
  }
}
.mainview__img2 {
  display: none;
}

@media screen and (min-width: 768px) {
  .mainview__img2 {
    display: block;
    width: 38.75vw;
  }
}

.mainview__text {
  padding-top: 41px;
  padding-left: 21px;
}
@media screen and (min-width: 768px) {
  .mainview__text {
    padding-top: 183px;
    padding-left: 27px;
    font-size: 1.458333vw;
  }
}
.mainview__text h2{
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mainview__text h2{
    font-size: 21px;
    margin-bottom: 37px;
  }
}
.mainview__text p{
  font-size: 13px;
  margin-bottom: 67px;
}
@media screen and (min-width: 768px) {
  .mainview__text p{
    font-size: 18px;
    margin-bottom: 74px;
  }
}
.mainview__text a{
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .mainview__text a{
    font-size: 18px;
  }
}

.color-change {
  display: flex;
  justify-content: center;
  gap: 89px;
  padding-top: 68px;
  padding-bottom: 58px;
}
@media screen and (min-width: 768px) {
  .color-change {
    gap: 235px;
    padding-top: 160px;
    padding-bottom: 69px;
  }
}
.color-change__button {
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .color-change__button {
  }
}
.color-change__circle {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .color-change__circle {
    margin-bottom: 29px;
  }
}

.color-change__button--ivory .color-change__circle {
  background-color: #F4EFE1;
}
.color-change__button--black .color-change__circle {
  background-color: #222222;
}

.bag-one {
  background-color: #F5F5F4;
}
.bag-one__wrapper {
  padding-top: 38.133333vw;
}
@media screen and (min-width: 768px) {
  .bag-one__wrapper {
    padding-top: 0;
    padding-left: 26.736111vw;
  }
}
.bag-one__text {
  font-size: 7.466667vw;
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .bag-one__text {
    font-size: 3.888889vw;
    padding-left: 9vw;
  }
}
.bag-two {
  background-color: #D6D6D6;
}
.bag-three {
  background-color: #F5F5F4;
}
.bag-four {
  /* padding: 14.666667vw 0; */
  background-color: white;
}
@media screen and (min-width: 768px) {
  .bag-four {
    /* padding: 9.305556vw 0; */
  }
}
.bag-four__img {
  width: 72.533333vw;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .bag-four__img {
    width: 75.694444vw;
  }
}
.products {
  position: relative;
  z-index: 11;
  padding: 0 0 148px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .products {
    padding: 0 0 134px;
  }
}
.products__wrapper {
  background-color: #F5F5F4;
  position: relative;
  z-index: 1;
  padding-top: 29px;
  padding-bottom: 66px;
}
@media screen and (min-width: 768px) {
  .products__wrapper {
    /* padding-top: 70px;
    padding-bottom: 100px; */
    padding-top: 120px;
    padding-bottom: 200px;
  }
}

.products__text {
  color: #2F2F2F;
  font-size: 13px;
  text-align: center;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .products__text {
    font-size: 18px;
    margin-bottom: 85px;
  }
}

.products__flex {
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .products__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    gap: 13.888889vw;
  }
}

.products__product {
  width: 100%;
  max-width: 155px;
  margin: 0 auto;
  text-align: center;
  transition: all 1s ease;
}

@media screen and (min-width: 768px) {
  .products__product {
    width: 100%;
    max-width: 365px;
    margin: 0;
    text-align: center;
    transition: all 1s ease;
  }
}
.products__product:first-of-type {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .products__product:first-of-type {
    margin-bottom: 0;
  }
}
.products__product picture {
  /* margin-bottom: 25px; */
}

@media screen and (min-width: 768px) {
  .products__product picture {
    /* margin-bottom: 57px; */
  }
}

.products__name {
  font-size: 13px;
  color: #2F2F2F;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .products__name {
    font-size: 20px;
    font-weight: 400;
  }
}

.products__price {
  font-size: 13px;
  color: #2F2F2F;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .products__price {
    font-size: 20px;
    font-weight: 400;
  }
}

.gallery {
  /* padding: 148px 0 0; */
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .gallery {
    /* padding: 134px 0 0; */
  }
}

.gallery__text {
  text-align: center;
}

.gallery__photo-area {
  margin-bottom: 124px;
}
@media screen and (min-width: 768px) {
  .gallery__photo-area {
    margin-bottom: 150px;
  }
}

.gallery__photos {
}
@media screen and (min-width: 768px) {
  .gallery__photos {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.gallery__photo {
  display: block;
  box-sizing: border-box;
}

.gallery__photo--1 {
  width: 100%;
  margin-bottom: 42px;
}
.gallery__photo--2 {
  width: 83.2%;
  margin-left: 13.333333%;
  margin-bottom: 59px;
}
.gallery__photo--3 {
  width: 100%;
  margin-bottom: 65px;
}
.gallery__photo--4 {
  width: 100%;
  margin-bottom: 60px;
}
.gallery__photo--5 {
  width: 73.3%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.gallery__photo--6 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery__photo--1 {
    width: 42.708333%;
    margin-left: 3.611111vw;
  }
  .gallery__photo--2 {
    width: 45.208333%;
    margin-left: auto;
    margin-right: 3.541667vw;
    margin-top: 135px;
    margin-bottom: 157px;
  }
  .gallery__photo--3 {
    width: 100%;
    margin-bottom: 160px;
  }
  .gallery__photo--4 {
    width: 43.125%;
    margin-left: 110px;
    margin-bottom: 165px;
  }
  .gallery__photo--5 {
    width: 37.847222%;
    margin-right: 110px;
    margin-top: 55px;
  }
  .gallery__photo--6 {
    width: 45.347222%;
  }
}

.gallery__swiper {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  --swiper-theme-color: #000000;
}
@media screen and (min-width: 768px) {
  .gallery__swiper {
    padding-left: 54px;
    padding-right: 54px;
  }
}
.gallery__swiper .swiper-slide {
  text-align: center;
}
.gallery__swiper-product-text {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .gallery__swiper-product-text {
    font-size: 13px;
    margin-top: 31px;
  }
}
.gallery__credit {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .gallery__credit {
    font-size: 13px;
    line-height: 3;
    margin-top: 100px;
  }
}
.links-section {
  padding-top: 103px;
  padding-bottom: 141px;
}
@media screen and (min-width: 768px) {
  .links-section {
    padding-top: 134px;
    padding-bottom: 203px;
  }
}

.links-section__link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}

.links-section__link:nth-of-type(1) {
  margin-bottom: 73px;
}
.links-section__link:nth-of-type(2) {
  margin-bottom: 87px;
}

@media screen and (min-width: 768px) {
  .links-section__link:nth-of-type(1) {
    margin-bottom: 80px;
  }
  .links-section__link:nth-of-type(2) {
    margin-bottom: 87px;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: block;
}


/* jsでの操作にまつわる部分 */
.js-fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s ease;
  filter: brightness(2);
}
.js-fadein.js-active{
  opacity: 1;
  transform: translateX(0);
  filter: brightness(1);
  transition: all 1s ease;
}

.js-fadein-mv {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s ease;
  filter: brightness(2);
}
.js-fadein-mv.js-active {
  filter: brightness(1);
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

.only-sp {
  display: inline;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.u-have-arrow {
  padding-bottom: 20px;
  background-image: url(../img/arrow.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 115px;
  box-sizing: border-box;
  display: block;
  width: fit-content;
}
.u-surraunded {
  border: solid 1px #707070;
  padding: 10px 40px;
}
@media screen and (min-width: 768px) {
  .u-surraunded {
    padding: 10px 50px;
  }
}

.bags {
  overflow: hidden;
  position: relative;
}
.js-fixed {
  /* margin-bottom: -28.6vw;
  padding-top: 21.6vw; */
  display: block;
  /* position: sticky; */
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 5;
  position: absolute;
  /* pointer-events: none; */
  /* position: fixed;
  pointer-events: none;
  top: 110px;
  left: 0;
  opacity: 0;
  z-index: 500;
  transition: all 0.3s ease; */
}

@media screen and (min-width: 768px) {
  .js-fixed {
    /* padding-top: 26.45vw;
    margin-bottom: -26.45vw; */
    padding-top: 0;
    margin-bottom: 0;
    top: 308px;
  }
}
/* .js-fixed.js-active {
  opacity: 1;
  transition: all 0.1s ease;
} */

.js-panel {
  /* margin-top: -81px;
  padding-top: 81px; */
  pointer-events: all;
  /* box-sizing: border-box; */
}