@charset "UTF-8";

.LB241226newyeargift {
  /* --font_en-ttl: "big-caslon-fb", serif; */
  --font_en-crdt: aktiv-grotesk, sans-serif;
  --font-en-cai: the-seasons, sans-serif;
  --font_jp: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --color-black: #161616;
  --color-gray: #F2F2F2;
  --color-beige: #F7F7F2;
  text-align: center;
  font-weight: 400;
  max-width: 140rem;
  margin: 0 auto;
}

/* font-family: the-seasons, sans-serif;
font-weight: 400;
font-style: normal;

font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal; */

.main-inner {
  /* margin-top: 8rem; */
  width: 100% !important;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}


@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}

#breadcrumb, .bredlist.lp{
  margin: 20px auto 60px;
}

@media only screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }

  #breadcrumb, .bredlist.lp{
    margin: 20px auto 60px;
  }
}

@media screen and (max-width: 767px) {

  #breadcrumb, .bredlist.lp{
    margin: 20px auto 11px;
  }

  .pc {
    display: none !important;
  }

  .main-area.lp {
    overflow: unset;
  }

}

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

  .LB241226newyeargift {
    overflow: hidden;
  }

}

.LB241226newyeargift li {
  list-style: none;
}

.LB241226newyeargift img,
.LB241226newyeargift svg {
  width: 100%;
  height: auto;
}

.LB241226newyeargift a{
  display: inline-block;
}

.LB241226newyeargift picture,
.LB241226newyeargift span {
  display: block;
}



.sec {
  position: relative;
  z-index: 0;
}

.sec::after{
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.item{
  overflow-x: clip;
}

.item01 .item_inner{
  background-color: var(--color-gray);
}

.item02 .item_inner{
  background-color: var(--color-beige);
}

.item_ttl{
  position: relative;
  font-family: var(--font_en-crdt);
  z-index: 0;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.item_subttl{
  line-height: 1;
  font-family: var(--font_en-crdt);
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .item{
    padding-top: calc(145* (100vw / 750));
  }

  .item_inner{
    padding: calc(160* (100vw / 750)) 0
     calc(160* (100vw / 750));
  }

  .sec{
    margin-bottom: calc(165* (100vw / 750));
  }

  .item_ttl{
    font-size: calc(30* (100vw / 750));
    padding-bottom: calc(120* (100vw / 750));
  }

  .item_subttl{
    font-size: calc(52* (100vw / 750));
    margin-bottom: calc(95* (100vw / 750));
  }

}

@media screen and (min-width: 768px) {
  .item{
    max-width: 140rem;
    padding-top: 9.1rem;
  }

  .item_inner{
    padding: 7.2rem 0 10rem;
  }

  .sec{
    margin-bottom: 10rem;
    max-width: 140rem;
  }

  .item_ttl{
    font-size: 1.8rem;
    padding-bottom: 7rem;
  }

  .item_subttl{
    font-size: 3.6rem;
    margin-bottom: 5.3rem;
  }

}

/* ▽_____________ credit ______________▽ */
.LB241226newyeargift .credit_block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.LB241226newyeargift .credit_block a{
  display: inline;
}

.LB241226newyeargift .credit_block li {
  font-family: var(--font_en-crdt);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .LB241226newyeargift .credit_block {
    column-gap: calc(25*(100vw / 750));
    row-gap: calc(25*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
  }

  .LB241226newyeargift .credit_block li {
    font-size: calc(26* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .LB241226newyeargift .credit_block {
    margin-top: 3rem;
    column-gap: 1.3rem;
    row-gap: 1.4rem;
  }

  .LB241226newyeargift .credit_block li {
    font-size: 1.3rem;
  }
}


/* ===============================================
* heading *
=============================================== */
.LB241226newyeargift .heading{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.LB241226newyeargift .mv_txt {
  font-family: var(--font_jp);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .LB241226newyeargift .heading {
    width: 100%;
  }

  .LB241226newyeargift .img_inner{
    margin-bottom: calc(145* (100vw / 750));
  }

  .LB241226newyeargift .mv_txt {
    font-size: calc(28* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .LB241226newyeargift .heading {
    width: 96rem;
    margin: 0 auto;
  }

 .LB241226newyeargift .img_inner{
    margin-bottom: 9.3rem;
  }

  .LB241226newyeargift .mv_txt {
    font-size: 1.5rem;
  }
}

/* ===============================================
* item01 *
=============================================== */
.item01 .item_inner{
  padding-bottom: 0;
}
/* _____________________________________ sec01 */

.sec01 .sec__container01{
  position: relative;
  z-index: 1;
}

.sec01 .sec_png01{
  position: absolute;
  z-index: 10;
}

.sec01 .sec__container01::after{
  content: "";
  position: absolute;
  background-image: url(../img/SVG/blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.sec01::after{
  background-image: url(../img/bg/bg01_pc.png);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sec01::after{
    width: calc(810* (100vw / 750));
    height: calc(555.75* (100vw / 750));
    overflow: clip;
    bottom: calc(437* (100vw / 750));
    right: 0;
  }

  .sec01 .sec__container01{
    margin-bottom: calc(165*(100vw / 750));

  }

  .sec01 .sec_img01{
    width: calc(650* (100vw / 750));
    margin-left: 0;
    margin-right: auto;
    padding-bottom: calc(267* (100vw / 750));
  }

  .sec01 .sec_png01{
    top: calc(340* (100vw / 750));
    right: 0;
    width: calc(400* (100vw / 750));
  }

  .sec01 .sec_img02{
    width: calc(580* (100vw / 750));
    margin: 0 auto;
  }

  .sec01 .credit_block {
    margin-top: calc(65*(100vw / 750));
  }

  .sec01 .sec__container01::after{
    width: calc(225.9287* (100vw / 750));
    height: calc(402.7078* (100vw / 750));
    bottom: calc(192* (100vw / 750));
    left: calc(38* (100vw / 750));
  }

  .sec01 .credit__cont{
    width: calc(540* (100vw / 750));
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .sec01::after{
    width: 72rem;
    height: 49.4rem;
    bottom: 14.5rem;
    right: 0;

  }

  .sec01 .sec__inner{
    display: flex;
    max-width: 124rem;
    justify-content: space-between;
    align-items: end;
    margin-left: auto;
    margin-right: auto;
  }

  .sec01 .sec__container01{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20rem;
  }

  .sec01 .sec_img01{
    width: 45rem;
    padding-top: 7rem;
  }

  .sec01 .sec_png01{
    position: absolute;
    bottom: 7rem;
    left: 0;
    width: 28rem;
  }

  .sec01 .sec_img02{
    width: 45rem;
  }

  .sec01 .sec__container01::after{
    width: 15.71104rem;
    height: 28.00005rem;
    top: 0;
    right: -3.3rem;
  }

  .sec01 .credit__cont{
    width: 27.5rem;
    padding-bottom: 13.5rem;
  }
}

/* _____________________________________ sec02 */
.sec02 .img__wrapper{
  position: relative;
  display: flex;
  z-index: 1;
}

.sec02 .img__wrapper::after,
.sec02 .img__wrapper::before{
  content: "";
  position: absolute;
  background-image: url(../img/SVG/black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
}

.sec02 .img__wrapper::after{
  top: 0;
}

.sec02 .img__wrapper::before{
  bottom: 0;
}

.sec02::after{
  background-image: url(../img/bg/bg02_pc.png);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sec02::after{
    width: calc(690* (100vw / 750));
    height: calc(720* (100vw / 750));
    top: calc(1545*(100vw / 750));
    left: calc(-240*(100vw / 750));
  }

  .sec02 .img__wrapper{
    flex-direction: column;
    width: calc(650* (100vw / 750));
    row-gap: calc(30*(100vw / 750));
    margin: 0 auto;
    padding: calc(95* (100vw / 750)) 0 calc(100* (100vw / 750));
  }

  .sec02 .img__wrapper::after,
  .sec02 .img__wrapper::before{
    width: calc(484*(100vw / 750));
    height: calc(115*(100vw / 750));
    left: 50.4%;
    transform: translateX(-50%);
  }

  .sec02 .sec_png01{
    width: calc(500* (100vw / 750));
    margin-right: auto;
    margin-left: auto;
    margin-bottom: calc(80*(100vw / 750));
  }

  .sec02 .sec_img03{
    width: 100%;
  }

  .sec02 .credit_block {
    margin-top: calc(56*(100vw / 750));
  }

  .sec02 .sec__container01 .credit__cont{
    width: calc(545* (100vw / 750));
    margin-bottom: calc(165*(100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }

  .sec02 .sec__container02 .credit__cont{
    width: calc(540* (100vw / 750));
    margin-right: auto;
    margin-left: auto;
  }

}

@media screen and (min-width: 768px) {
  .sec02 {
    margin-bottom: 10.3rem;
  }

  .sec02::after{
    width: 46rem;
    height: 48rem;
    top: 47.9rem;
    left: 4.2rem;
  }

  .sec02 .sec__container01{
    width: 91rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10rem;
  }

  .sec02 .sec__container02{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5.4rem;
  }

  .sec02 .img__wrapper{
    justify-content: space-between;
    padding: 7rem 0;
  }

  .sec02 .img__wrapper::after,
  .sec02 .img__wrapper::before{
    width: 33.94609rem;
    height: 7.89805rem;
    left: 50.3%;
    transform: translateX(-50%);
  }

  .sec02 .sec_img01,
  .sec02 .sec_img02{
    width: 45rem;
  }

  .sec02 .sec_png01{
    position: absolute;
    width: 30rem;
    left: -18rem;
    bottom: -0.3rem;
    z-index: 10;
  }

  .sec02 .sec__container02 .credit__cont{
    width: 28.5rem;
  }
}

/* _____________________________________ sec03 */
.sec03 .img__wrapper::after{
  content: "";
  position: absolute;
  background-image: url(../img/SVG/gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.sec03::after{
  background-image: url(../img/bg/bg03_pc.png);
  bottom: 0;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 0;
    padding-bottom: calc(165*(100vw / 750));
  }

  .sec03::after{
    width: calc(600* (100vw / 750));
    height: calc(553.8462* (100vw / 750));
  }

  .sec03 .img__wrapper{
    position: relative;
    padding-bottom: calc(749* (100vw / 750));
    z-index: 1;
  }

  .sec03 .img__wrapper::after{
    width: calc(235.8701* (100vw / 750));
    height: calc(459.0498* (100vw / 750));
    bottom: calc(168* (100vw / 750));
    left: calc(78* (100vw / 750));
  }

  .sec03 .sec_img01{
    width: calc(670* (100vw / 750));
    margin-left: 0;
    margin-right: auto;
  }

  .sec03 .sec_png01{
    position: absolute;
    width: calc(440* (100vw / 750));
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  .sec03 .credit__cont{
    width: calc(510*(100vw / 750));
    margin: 0 auto;
  }

}

@media screen and (min-width: 768px) {
  .sec03{
    padding-bottom: 10rem;
    margin-bottom: 0;
  }

  .sec03::after{
    width: 39rem;
    height: 36rem;
  }

  .sec03 .img__wrapper{
    position: relative;
    display: flex;
    width: 96rem;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
  }

  .sec03 .img__wrapper::after{
    width: 16.42803rem;
    height: 31.97703rem;
    /* top: 0.2rem; */
    right: 3rem;
  }

  .sec03 .sec_img01{
    width: 48rem;
  }

  .sec03 .sec_png01{
    width: 29rem;
    padding-right: 15rem;
    padding-top: 6rem;
  }
}

/* ===============================================
* item02 *
=============================================== */

@media screen and (max-width: 767px) {
  .item02{
    padding-top: calc(160*(100vw / 750));
  }
  .item02 .item_subttl
  {
    margin-bottom: calc(88*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .item02 {
    padding-top: 10.2rem;
  }
}

/* _____________________________________ sec04 */
.sec04 .sec__inner::after{
  content: "";
  position: absolute;
  background-image: url(../img/SVG/moca.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 100;
}

.sec04::after{
  background-image: url(../img/bg/bg04_pc.png);
  bottom: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sec04 .sec__inner::after{
    width: calc(355.7969*(100vw / 750));
    height: calc(326.1565*(100vw / 750));
    top: calc(525*(100vw / 750));
    right: calc(35*(100vw / 750));
  }

  .sec04::after{
    width: calc(580* (100vw / 750));
    height: calc(775.3684* (100vw / 750));
    left: 0;
    bottom: calc(-358*(100vw / 750));
  }

  .sec04 .sec_img01{
    width: calc(530* (100vw / 750));
    margin-bottom: calc(80* (100vw / 750));
    margin-left: calc(30*(100vw / 750));
  }

  .sec04 .sec_img02{
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sec04 .sec__inner{
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sec04 .sec__inner::after{
    width: 32.61504rem;
    height: 29.89805rem;
    top: 6.5rem;
    right: 5rem;
  }

  .sec04::after{
    width: 38rem;
    height: 50.8rem;
    left: 0;
    bottom: -41.5rem;
  }

  .sec04 .sec_img01{
    position: absolute;
    width: 40rem;
    top: 0;
    left: 0;
    background: #DED9D6;
  }

  .sec04 .sec_img02{
    position: relative;
    width: 75rem;
    margin-top: 24rem;
    background: #DED9D6;
    z-index: 10;
  }
}

/* _____________________________________ sec05 */
.sec05 .sec_img01{
  position: relative;
  margin: 0 auto;
}

.sec05 .sec_img01::after,
.sec05 .sec_img01::before{
  content: "";
  position: absolute;
  background-image: url(../img/SVG/black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
}

.sec05::after{
  background-image: url(../img/bg/bg05_pc.png);
  pointer-events: none;
}

.sec05 .sec__container01{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec05{
    margin-bottom: calc(162*(100vw / 750));
  }

  .sec05::after{
    width: calc(540* (100vw / 750));
    height: calc(405* (100vw / 750));
    overflow: clip;
    bottom: calc(815* (100vw / 750));
    right: calc(-170* (100vw / 750));
  }


  .sec05 .sec__container01{
    margin-bottom: calc(165* (100vw / 750));
  }

  .sec05 .sec__container02{
    position: relative;
    padding-bottom: calc(313* (100vw / 750));
    z-index: 1;
  }

  .sec05 .sec_img01{
    width: calc(670* (100vw / 750));
    padding: calc(87* (100vw / 750)) 0 ;
  }

  .sec05 .sec_img01::after,
  .sec05 .sec_img01::before{
    width: calc(487.5918* (100vw / 750));
    height: calc(113.4478* (100vw / 750));
    left: 50.5%;
    transform: translateX(-50%);
  }

  .sec05 .sec_img01::after{
    top: 0;
  }

  .sec05 .sec_img01::before{
    bottom: 0;
  }

  .sec05 .sec_img02{
    width: calc(530* (100vw / 750));
    margin-left: 0;
    margin-right: auto;
  }

  .sec05 .sec_png01{
    position: absolute;
    width: calc(400* (100vw / 750));
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  .sec05 .sec__container01 .credit__cont{
    width: calc(560* (100vw / 750));
  }

}

@media screen and (min-width: 768px) {
  .sec05::after{
    width: 48rem;
    height: 36rem;
    bottom: -8.6rem;
    right: 0;
  }

  .sec05 .sec__container01{
    margin-bottom: 10.3rem;
  }

  .sec05 .sec__container02{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 72rem;
    margin: 0 auto;
  }

  .sec05 .sec_img01{
    width: 48rem;
  }

  .sec05 .sec_img01::after,
  .sec05 .sec_img01::before{
    width: 33.94609rem;
    height: 7.89805rem;
    top: 49%;
    transform: translateY(-50%);
  }

  .sec05 .sec_img01::after{
    left: 45rem;
  }

  .sec05 .sec_img01::before{
    right: 44.5rem;
  }

  .sec05 .sec_img02{
    width: 40rem;
    padding-top: 12rem;
  }

  .sec05 .sec_png01{
    width: 28rem;
  }

  .sec05 .sec__container01 .credit__cont{
    width: calc(560* (100vw / 750));
  }

}

/* _____________________________________ sec06 */
.sec06::after{
  background-image: url(../img/bg/bg06_pc.png);
  bottom: 0;
  right: 0;
}

.sec06 .sec__container01{
  position: relative;
  z-index: 1;
}

.sec06 .ivory__wrapper{
  position: relative;
}

.sec06 .sec_png01{
 position: absolute;
 z-index: 10;
}

.sec06 .letter_svg{
  position: absolute;
}


@media screen and (max-width: 767px) {
  .sec06 {
    margin-bottom: 0;
  }

  .sec06::after{
    width: calc(700*(100vw / 750));
    height: calc(525*(100vw / 750));
    left: calc(-250*(100vw / 750));
    bottom: calc(-512*(100vw / 750));
  }

  .sec06 .sec__container01{
    padding: calc(23* (100vw / 750)) 0 calc(278* (100vw / 750));
    width: 100%;
  }

   /* letter_svg______________________________ */
  .sec06 .ivory__wrapper{
    width: calc(293* (100vw / 750));
    height: calc(458.416*(100vw / 750));
    margin-right: calc(110*(100vw / 750));
    margin-left: auto;

  }

  .sec06 .letter_i{
    width: calc(25.5967* (100vw / 750));
    top: 0;
    left: 0;
  }

  .sec06 .letter_v{
    width: calc(101.9121*(100vw / 750));
    top: calc(79*(100vw / 750));
    left: calc(52*(100vw / 750));
  }

  .sec06 .letter_o{
    width: calc(112.1826* (100vw / 750));
    top: calc(155*(100vw / 750));
    right: calc(44*(100vw / 750));
  }

  .sec06 .letter_r{
    width: calc(90.0615* (100vw / 750));
    bottom: calc(61*(100vw / 750));
    right: calc(103*(100vw / 750));
  }

  .sec06 .letter_y{
    width: calc(90.8525* (100vw / 750));
    bottom: 0;
    right: 0;
  }
  /* ______________________________letter_svg */

  .sec06 .sec_png01{
    width: calc(400*(100vw / 750));
    left: calc(30*(100vw / 750));
    top: 0;
  }

  .sec06 .sec_img01{
    width: 100%;
  }

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

  .sec06 .credit_block li:nth-child(3){
    width: calc(500*(100vw / 750));
  }
}

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

  .sec06::after{
    width: 44rem;
    height: 33rem;
    left: 29.5rem;
    bottom: -31.6rem;
  }

  .sec06 .sec__inner{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 90.9rem;
    margin: 0 auto;
  }

  /* letter_svg______________________________ */
  .sec06 .ivory__wrapper{
    width: 20.2rem;
    height: 31.9rem;
    margin-top: 3.5rem;
  }

  .sec06 .letter_i{
    width: 1.78203rem;
    top: 0;
    left: 0;
  }

  .sec06 .letter_v{
    width: 7.09502rem;
    top: 5.6rem;
    left: 3.6rem;
  }

  .sec06 .letter_o{
    width: 7.81006rem;
    top: 11rem;
    right: 2.8rem;
  }

  .sec06 .letter_r{
    width: 6.27002rem;
    bottom: 4.3rem;
    right: 6.8rem;
  }

  .sec06 .letter_y{
    width: 6.325rem;
    bottom: 0;
    right: 0;
  }
  /* ______________________________letter_svg */

  .sec06 .sec_img01{
    width: 52rem;
  }

  .sec06 .sec_png01{
    width: 28rem;
    top: 20rem;
    right: 16.5rem;
  }

  .sec06 .credit__cont{
    width: 39rem;
    margin-right: auto;
    margin-left: auto;
  }
}


/* ===============================================
* all btn *
=============================================== */
.all_item_btn__wrapper{
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 100;
}

.all_item_btn{
  border: var(--color-black) 1px solid;
  font-family: var(--font-en-cai);
  line-height: 1;
  text-align: center;
}

.all_item_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .all_item_btn__wrapper{
    width: calc(670* (100vw / 750));
    row-gap: calc(20* (100vw / 750));
    margin: calc(163* (100vw / 750)) auto calc(200* (100vw /750));
  }

  .all_item_btn a {
    width: 100%;
    height: calc(143* (100vw / 750));
    font-size: calc(36* (100vw / 750));
  }

  /* .all_item_btn01 a{
    width: calc(477.5693* (100vw / 750));
  }

  .all_item_btn02 a{
    width: calc(318.7754* (100vw / 750));
  } */
}

@media screen and (min-width: 768px) {
  .all_item_btn__wrapper{
    width: 41.8rem;
    row-gap: 1rem;
    margin: 10rem auto 15rem;
  }

  .all_item_btn a {
    width: 100%;
    height: 7.2rem;
    font-size: 2rem;
  }

  .all_item_btn span{
    padding-top: 0.5rem;
    padding-right: 0.4rem;
  }

  /* .all_item_btn01 a{
    width: 26.53179rem;
  }

  .all_item_btn02 a{
    width: 17.70996rem;
  } */

}


/***************************** animation *****************************/
/* ______________________________ .js_fade  */
.LB241226newyeargift .js_fade {
  opacity: 0;
  transition: all ease 1s;
}

.LB241226newyeargift .js_fade.active {
  opacity: 1;
}

/* ______________________________ .js_fade  */
.js_slidIn{
  opacity: 0;
  position: relative;
  transition: all 0.35s ease-in 0.25s;
  transform: translateX(-10px);
}

.js_slidIn.active{
  opacity: 1;
  transform: translateX(0px);
}

.delay-05{
  transition-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  .delay-05_sp{
    transition-delay: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .delay-05_pc{
    transition-delay: 0.5s;
  }
}

/* ______________________________縦に伸びる縦線 */
.item_ttl::after{
  position: absolute;
  content: '';
  display: block;
  background: var(--color-black);
  animation: scrollGuide 2s ease-in-out 0s infinite normal;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@keyframes scrollGuide{
  0% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  20% {
      transform: scale(1, 1);
      transform-origin: center bottom;
  }
  50% {
      transform: scale(1, 0);
      transform-origin: center bottom;
  }
  50.1% {
      transform: scale(1, 0);
      transform-origin: center top;
  }
  80% {
      transform: scale(1, 1);
      transform-origin: center top;
  }
  100% {
      transform: scale(1, 1);
      transform-origin: center top;
  }
}

@media screen and (max-width: 767px) {
  .item_ttl::after{
    bottom: calc(-60* (100vw / 750));
    width: calc(2* (100vw / 750));
    height: calc(120* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .item_ttl::after{
    bottom: -2.8rem;
    width: 0.1rem;
    height: 8rem;
  }
}

/***************************** animation *****************************/