@charset "UTF-8";
/*-------------
 共通
--------------*/
/*-- sticky解除 --*/
.l-wrapper-none {
  overflow: inherit;
}

.c-gray {
  color: #687573;
}

.c-white {
  color: #fff !important;
}

.cat-xmas-contents .f-size-body {
  font-size: 16px !important;
}
@media screen and (max-width: 480px) {
  .cat-xmas-contents .f-size-body {
    font-size: 15px !important;
  }
}
.cat-xmas-contents p {
  line-height: 1.9;
}
.cat-xmas-contents .danraku p {
  line-height: 2.2;
}
.cat-xmas-contents .danraku p:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.sp-title-wrap {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .sp-title-wrap {
    margin-bottom: 40px;
  }
}
.sp-title-wrap h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .sp-title-wrap h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.sp-title-wrap .f-en {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 400;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 480px) {
  .sp-title-wrap .f-en {
    font-size: 13px;
  }
}
.sp-title-wrap:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 30px;
  background: #333;
}
@media screen and (max-width: 480px) {
  .sp-title-wrap:after {
    width: 50px;
    margin-top: 25px;
  }
}

.c-white .sp-title-wrap .f-en {
  color: #fff;
}
.c-white .sp-title-wrap:after {
  background: #fff;
}

.sp-title-wrap-en {
  display: block;
  margin-bottom: 150px;
}
@media screen and (max-width: 840px) {
  .sp-title-wrap-en {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .sp-title-wrap-en {
    margin-bottom: 70px;
  }
}
.sp-title-wrap-en h2 {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .sp-title-wrap-en h2 {
    font-size: 32px;
  }
}
.sp-title-wrap-en:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background: #333;
}
@media screen and (max-width: 480px) {
  .sp-title-wrap-en:after {
    width: 50px;
  }
}

/*---------------------------
  VISUAL
-----------------------------*/
.sp-visual-wrap {
  width: 100%;
  position: relative;
}

.mv__slide {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 48%;
  height: 100dvh;
  max-height: 1080px;
}
@media screen and (max-width: 1200px) {
  .mv__slide {
    max-height: auto;
    height: 800px;
  }
}
@media screen and (max-width: 840px) {
  .mv__slide {
    position: relative;
    width: 65%;
    height: 700px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .mv__slide {
    padding-top: 55px;
    width: 75%;
    height: auto;
    aspect-ratio: 840/1400;
  }
}

.mv__slide .swiper-slide {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.mv__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.mv__slide .swiper-slide-active img,
.mv__slide .swiper-slide-duplicate-active img,
.mv__slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sp-visual-wrap .txt-wrap {
  position: relative;
  width: 50%;
  min-height: 100vh;
  padding-top: 22%;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 1 !important;
  color: #1a1a1a;
}
@media screen and (max-width: 1200px) {
  .sp-visual-wrap .txt-wrap {
    min-height: inherit;
  }
}
@media screen and (max-width: 840px) {
  .sp-visual-wrap .txt-wrap {
    width: 100%;
    top: initial;
    left: initial;
    padding-top: initial;
  }
}
.sp-visual-wrap .txt-wrap .head-logo {
  text-align: center;
  margin-bottom: 23%;
}
@media screen and (max-width: 840px) {
  .sp-visual-wrap .txt-wrap .head-logo {
    margin-top: -140px;
    margin-bottom: 90px;
    z-index: 1;
  }
}
@media screen and (max-width: 480px) {
  .sp-visual-wrap .txt-wrap .head-logo {
    margin-top: -50px;
    margin-bottom: 70px;
  }
}
.sp-visual-wrap .txt-wrap .head-logo img {
  width: 89%;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 840px) {
  .sp-visual-wrap .txt-wrap .head-logo img {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .sp-visual-wrap .txt-wrap .head-logo img {
    width: 85%;
  }
}
.sp-visual-wrap .txt-wrap .mv-title {
  text-align: center;
  margin-bottom: 23%;
}
@media screen and (max-width: 840px) {
  .sp-visual-wrap .txt-wrap .mv-title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .sp-visual-wrap .txt-wrap .mv-title {
    margin-bottom: 60px;
  }
}
.sp-visual-wrap .txt-wrap .mv-title span {
  display: block;
  line-height: 2;
}
.sp-visual-wrap .txt-wrap .mv-title .lead-txt {
  font-size: clamp(26px, 2.0833333333vw, 9999px);
}
.sp-visual-wrap .txt-wrap .mv-title .sub-txt {
  font-size: clamp(17px, 1.3888888889vw, 9999px);
}

/*----------------------
 intro
-----------------------*/
.cat-xmas-contents .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cat-xmas-contents .flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cat-xmas-contents .sp-intro .danraku:not(:last-of-type) {
  margin-bottom: 10%;
}
@media screen and (max-width: 840px) {
  .cat-xmas-contents .sp-intro .danraku:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .cat-xmas-contents .sp-intro .danraku:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 840px) {
  .cat-xmas-contents .sp-intro .c-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 840px) {
  .cat-xmas-contents .sp-intro .intro-txt {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.sp-intro-1 .flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .sp-intro-1 .flex-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .sp-intro-1 .flex-wrap {
    display: block;
  }
}
.sp-intro-1 .intro-img-1 {
  width: 24.1%;
}
@media screen and (max-width: 840px) {
  .sp-intro-1 .intro-img-1 {
    width: 24%;
    margin-top: -80px;
    float: left;
    margin-right: 5%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .sp-intro-1 .intro-img-1 {
    float: none;
    width: 35%;
    margin-right: 0;
    margin-bottom: 40px;
    margin-top: -70px;
  }
}
.sp-intro-1 .intro-txt-1 {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .sp-intro-1 .intro-txt-1 {
    width: 66%;
  }
}
@media screen and (max-width: 840px) {
  .sp-intro-1 .intro-txt-1 {
    width: 100%;
  }
}

.sp-intro-2 .flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .sp-intro-2 .flex-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .sp-intro-2 .flex-wrap {
    display: block;
  }
}
.sp-intro-2 .intro-img-2 {
  width: 31.5%;
}
@media screen and (max-width: 840px) {
  .sp-intro-2 .intro-img-2 {
    float: right;
    width: 30%;
    margin-top: -90px;
    margin-left: 5%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .sp-intro-2 .intro-img-2 {
    float: none;
    width: 45%;
    margin-top: -70px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sp-intro-2 .intro-txt-2 {
  width: 65%;
  padding-left: 8%;
}
@media screen and (max-width: 1200px) {
  .sp-intro-2 .intro-txt-2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 840px) {
  .sp-intro-2 .intro-txt-2 {
    width: 100%;
  }
}

.sp-intro-3 .flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .sp-intro-3 .flex-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .sp-intro-3 .flex-wrap {
    display: block;
  }
}
.sp-intro-3 .intro-img-3 {
  width: 44%;
}
@media screen and (max-width: 840px) {
  .sp-intro-3 .intro-img-3 {
    float: left;
    width: 40%;
    margin-top: -70px;
    margin-right: 5%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .sp-intro-3 .intro-img-3 {
    float: none;
    width: 60%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sp-intro-3 .intro-txt-3 {
  width: 45%;
  padding-right: 5%;
}
@media screen and (max-width: 1200px) {
  .sp-intro-3 .intro-txt-3 {
    width: 50%;
  }
}
@media screen and (max-width: 840px) {
  .sp-intro-3 .intro-txt-3 {
    width: 100%;
  }
}

/*----------------------
 About Gibier
-----------------------*/
.sticky-container {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sticky-container .c-inner {
  height: 100%;
  padding-bottom: 100vh;
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1440px !important;
}
.sticky-container .c-inner .in-column {
  padding-left: 45%;
  margin-bottom: 30%;
}
@media screen and (max-width: 1200px) {
  .sticky-container .c-inner .in-column {
    padding-left: 0;
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 840px) {
  .sticky-container .c-inner .in-column {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 480px) {
  .sticky-container .c-inner .in-column {
    margin-bottom: 100px;
  }
}

.sticky-container .sticky-bg-img {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.sticky-container .sticky-slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sticky-container .sticky-slide .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.sticky-container .sticky-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.sticky-container .sticky-slide .swiper-slide-active img,
.sticky-container .sticky-slide .swiper-slide-duplicate-active img,
.sticky-container .sticky-slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sticky-container .quality-list li:not(:last-of-type) {
  margin-bottom: 60px;
}
.sticky-container .quality-list li h4 {
  margin-bottom: 10px;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .sticky-container .quality-list li h4 {
    font-size: 20px;
  }
}

.sticky-container .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3%;
  text-align: center;
}
.sticky-container .flow-list li {
  width: 22%;
  margin-left: 3%;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 480px) {
  .sticky-container .flow-list li {
    width: 30.333%;
    margin-bottom: 20px;
  }
}
.sticky-container .flow-list .flow-img {
  margin-bottom: 10px;
}
.sticky-container .flow-list p {
  line-height: 1.4;
}

/*----------------------
 Item
-----------------------*/
.c-sp-commit .commit-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 200px;
}
@media screen and (max-width: 840px) {
  .c-sp-commit .commit-sticky {
    display: block;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-commit .commit-sticky {
    margin-bottom: 100px;
  }
}
.c-sp-commit .commit-sticky .img-wrap {
  width: 46%;
  position: sticky;
  top: 0px;
  height: 100dvh;
  max-height: 1200px;
}
@media screen and (max-width: 1200px) {
  .c-sp-commit .commit-sticky .img-wrap {
    max-height: auto;
    height: 750px;
  }
}
@media screen and (max-width: 840px) {
  .c-sp-commit .commit-sticky .img-wrap {
    position: relative;
    width: 90%;
    height: 750px;
    margin: 0 auto 70px;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-commit .commit-sticky .img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 500/600;
    margin-bottom: 60px;
  }
}
.c-sp-commit .commit-sticky .txt-wrap {
  padding-top: 100vh;
  padding-bottom: 100vh;
  padding-right: 70px;
  width: 47%;
}
@media screen and (max-width: 1200px) {
  .c-sp-commit .commit-sticky .txt-wrap {
    width: 48%;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 50vh;
  }
}
@media screen and (max-width: 840px) {
  .c-sp-commit .commit-sticky .txt-wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0;
  }
}

.c-sp-commit .item-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-sp-commit .item-slide .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.c-sp-commit .item-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-sp-commit .swiper-pagination {
  bottom: 5px !important;
}

.c-sp-commit .swiper-pagination-bullet {
  background-color: #333;
}

.c-sp-commit .sp-item-name-wrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 840px) {
  .c-sp-commit .sp-item-name-wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-commit .sp-item-name-wrap {
    margin-bottom: 40px;
  }
}
.c-sp-commit .sp-item-name-wrap h2 {
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 0px;
  border-left: 1px solid #333;
}
.c-sp-commit .sp-item-name-wrap h2 span {
  display: block;
}
.c-sp-commit .sp-item-name-wrap h2 .f-en {
  font-size: 34px;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .c-sp-commit .sp-item-name-wrap h2 .f-en {
    font-size: 32px;
  }
}
.c-sp-commit .sp-item-name-wrap h2 .f-jp {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .c-sp-commit .sp-item-name-wrap h2 .f-jp {
    font-size: 13px;
  }
}

.c-sp-commit .commit-list > li:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .c-sp-commit .commit-list > li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-commit .commit-list > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.c-sp-commit .commit-list .slash-no {
  position: relative;
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
}
.c-sp-commit .commit-list .slash-no::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 30px;
  height: 45px;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-sp-commit .commit-list .comit-title {
  display: block;
  margin-bottom: 15px;
}
.c-sp-commit .commit-list .comit-title .f-jp-b {
  font-size: 21px;
}
@media screen and (max-width: 480px) {
  .c-sp-commit .commit-list .comit-title .f-jp-b {
    font-size: 19px;
  }
}
.c-sp-commit .commit-list .comit-title .f-jp {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .c-sp-commit .commit-list .comit-title .f-jp {
    font-size: 16px;
  }
}
.c-sp-commit .commit-list .danraku p {
  line-height: 1.9;
}
.c-sp-commit .commit-list .danraku p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.c-sp-commit .commit-list .commit-row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.c-sp-commit .commit-list .commit-row-list li {
  width: 180px;
}
@media screen and (max-width: 840px) {
  .c-sp-commit .commit-list .commit-row-list li {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-commit .commit-list .commit-row-list li {
    width: calc(100% - 10px);
  }
}
.c-sp-commit .commit-list .commit-row-list li:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 840px) {
  .c-sp-commit .commit-list .commit-row-list li:first-child {
    margin-right: 3%;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-commit .commit-list .commit-row-list li:first-child {
    margin-right: 10px;
  }
}

/*----------------------
 Last
-----------------------*/
.c-sp-last .c-sp-last-block:not(:last-of-type) {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 480px) {
  .c-sp-last .c-sp-last-block:not(:last-of-type) {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.c-sp-last .caution-list {
  margin-left: 1rem;
  margin-top: 25px;
  margin-bottom: 40px;
}
.c-sp-last .caution-list li {
  list-style-type: disc;
}
.c-sp-last .caution-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.c-sp-last .caution-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-sp-last .caution-case {
    margin-left: -10px;
  }
}
.c-sp-last .caution-case li {
  width: calc(20% - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 840px) {
  .c-sp-last .caution-case li {
    width: calc(20% - 10px);
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-last .caution-case li {
    width: calc(33.3333% - 10px);
    margin-bottom: 15px;
  }
}
.c-sp-last .caution-case .img {
  margin-bottom: 8px;
}
.c-sp-last .caution-case p {
  line-height: 1.6;
}