#wrapper {
    margin: 0;
    overflow: visible;
    padding: 0
  }
  
  #wrapper .header-banner,
  #wrapper .top-banner {
    display: none !important
  }
  
  footer#footer {
    display: none !important
  }
  
  #main {
    margin: 0;
    padding: 0
  }
  
  .content-asset ul {
    margin: 0;
    padding: 0
  }
  
  .content-asset p {
    margin: auto
  }
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
  }
  
  html {
    line-height: 1
  }
  
  ol,
  ul {
    list-style: none
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0
  }
  
  caption,
  th,
  td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle
  }
  
  q,
  blockquote {
    quotes: none
  }
  
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
    content: none
  }
  
  a img {
    border: none
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block
  }
  
  .font-en {
    font-family: "Amiri", serif
  }
  
  .font-ja {
    font-family: "slabo 27px", "Noto Sans JP", sans-serif japanese, Quicksand, 游ゴシック, yu gothic, YuGothic, ヒラギノ角ゴシック pro, hiragino kaku gothic pro, メイリオ, Meiryo, Osaka, sans-serif
  }
  
  @media screen and (min-width: 768px) {
  
    .sp-disp,
    .pcsmall-disp {
      display: none !important
    }
  }
  
  @media screen and (max-width: 767px) {
  
    .pc-disp,
    .pcsmall-disp {
      display: none !important
    }
  }
  
  @media screen and (max-width: 1000px) {
    .pcsmall-nondisp {
      display: none !important
    }
  
    .pcsmall-disp {
      display: inline !important
    }
  }
  
  body {
    background: #fff;
    font-family: "slabo 27px", "Noto Sans JP", sans-serif japanese, Quicksand, 游ゴシック, yu gothic, YuGothic, ヒラギノ角ゴシック pro, hiragino kaku gothic pro, メイリオ, Meiryo, Osaka, sans-serif;
    font-weight: 500;
    opacity: 1
  }
  
  body.on {
    -webkit-animation: fadeIn 3s ease;
    animation: fadeIn 3s ease;
    opacity: 1
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }
  
    100% {
      opacity: 1
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0
    }
  
    100% {
      opacity: 1
    }
  }
  
  ::-moz-selection {
    background: #990000;
    color: #fff
  }
  
  ::selection {
    background: #990000;
    color: #fff
  }
  
  ::-moz-selection {
    background: #990000;
    color: #fff
  }
  
  #xmas-gift2022 {
    background: #fff;
    color: #666;
    font-family: 'Noto Sans JP', Noto Sans Japanese, Quicksand, 游ゴシック, yu gothic, YuGothic, ヒラギノ角ゴシック pro, hiragino kaku gothic pro, メイリオ, Meiryo, Osaka, sans-serif;
    font-weight: 400;
    position: relative
  }
  
  #xmas-gift2022 img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 0;
    margin: 0 auto
  }
  
  #xmas-gift2022 a {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: .6s;
    transition-timing-function: ease
  }
  
  #xmas-gift2022 a img {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: .6s;
    transition-timing-function: ease
  }
  
  #xmas-gift2022 a:hover {
    opacity: 0.6
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .notes {
      font-size: 13px;
      line-height: 2.15385
    }
  }
  
  .siteHeader {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-transform: translateY(-100%);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-sizing: border-box;
    -webkit-transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    align-items: center;
    background: #fff;
    border-bottom: solid 2px #000;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    line-height: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition-delay: 0s;
    transition-duration: .6s;
    transition-timing-function: ease;
    visibility: hidden;
    width: 100%;
    will-change: transform, opacity;
    z-index: 1000
  }
  
  .siteHeader.js-fixed {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
    visibility: visible
  }
  
  @media screen and (max-width: 767px) {
    .siteHeader {
      -ms-flex-align: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -webkit-box-pack: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 18.66667vw;
      justify-content: center
    }
  
    .siteHeader .sitelogo {
      line-height: 0
    }
  
    .siteHeader .sitelogo .lalineLogo {
      height: 12.8vw;
      width: auto
    }
  }
  
  @media screen and (min-width: 768px) {
    .siteHeader {
      height: 100px
    }
  
    .siteHeader .sitelogo .lalineLogo {
      height: 72px;
      width: auto
    }
  }
  
  .section {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 50
  }
  
  .section::after {
    clear: both;
    content: "";
    display: block
  }
  
  @media screen and (max-width: 767px) {
    .section {
      width: 100%
    }
  }
  
  .js-anim-scroll {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1400ms;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition-duration: 1400ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    will-change: transform, opacity
  }
  
  .js-anim-scroll>img {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1400ms;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition-duration: 1400ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    will-change: transform, opacity
  }
  
  .js-anim-scroll.js-anim-on {
    opacity: 1;
    visibility: visible
  }
  
  .js-anim-scroll.js-anim-on>img {
    opacity: 1;
    visibility: visible
  }
  
  .js-anim-scroll[data-anim="b-to-t"] {
    -webkit-transition-duration: 1400ms;
    transition-duration: 1400ms
  }
  
  @media screen and (max-width: 767px) {
    .js-anim-scroll[data-anim="b-to-t"] {
      -ms-transform: translateY(10.66667vw);
      -webkit-transform: translateY(10.66667vw);
      transform: translateY(10.66667vw)
    }
  }
  
  @media screen and (min-width: 768px) {
    .js-anim-scroll[data-anim="b-to-t"] {
      -ms-transform: translateY(60px);
      -webkit-transform: translateY(60px);
      transform: translateY(60px)
    }
  }
  
  .js-anim-scroll[data-anim="b-to-t"].js-anim-on {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  
  .js-anim-scroll[data-anim="t-to-b"] {
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -webkit-transition-duration: 1400ms;
    transform: translateY(-30px);
    transition-duration: 1400ms
  }
  
  .js-anim-scroll[data-anim="t-to-b"].js-anim-on {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  
  .js-anim-scroll[data-anim="l-to-r"] {
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -webkit-transition-duration: 1400ms;
    transform: translateX(-20px);
    transition-duration: 1400ms
  }
  
  @media screen and (max-width: 767px) {
    .js-anim-scroll[data-anim="l-to-r"] {
      -ms-transform: translateX(0) translateY(10.66667vw);
      -webkit-transform: translateX(0) translateY(10.66667vw);
      transform: translateX(0) translateY(10.66667vw)
    }
  }
  
  .js-anim-scroll[data-anim="l-to-r"].js-anim-on {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  
  @media screen and (max-width: 767px) {
    .js-anim-scroll[data-anim="l-to-r"].js-anim-on {
      -ms-transform: translateX(0) translateY(0);
      -webkit-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0)
    }
  }
  
  .js-anim-scroll[data-anim="r-to-l"] {
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -webkit-transition-duration: 1400ms;
    transform: translateX(20px);
    transition-duration: 1400ms
  }
  
  .js-anim-scroll[data-anim="r-to-l"].js-anim-on {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  
  .js-anim-scroll.ttl_deco.js-anim-scroll,
  .js-anim-scroll.secTitle.js-anim-scroll,
  .js-anim-scroll.secTxt.js-anim-scroll,
  .js-anim-scroll .sec-lineup h3.js-anim-scroll {
    -ms-transform: translateY(3vh);
    -webkit-filter: brightness(2);
    -webkit-transform: translateY(3vh);
    filter: brightness(2);
    transform: translateY(3vh)
  }
  
  .js-anim-scroll.ttl_deco.js-anim-scroll.js-anim-on,
  .js-anim-scroll.secTitle.js-anim-scroll.js-anim-on,
  .js-anim-scroll.secTxt.js-anim-scroll.js-anim-on,
  .js-anim-scroll .sec-lineup h3.js-anim-scroll.js-anim-on {
    -ms-transform: translateY(0px);
    -webkit-filter: brightness(1);
    -webkit-transform: translateY(0px);
    filter: brightness(1);
    transform: translateY(0px)
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li {
    -ms-transform: translate(0, 10%) scale(1);
    -webkit-transform: translate(0, 10%) scale(1);
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transform: translate(0, 10%) scale(1);
    transition-delay: 0s;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    will-change: transform, opacity
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li img {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    will-change: opacity
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(1) img {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(2) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(2) img {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(3) img {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(4) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(4) img {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(5) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(5) img {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(6) {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(6) img {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(7) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(7) img {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(8) {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(8) img {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(9) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(9) img {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(10) {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(10) img {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(11) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
  }
  
  #peekABoo .itemlink.js-anim-scroll .itemlink__items-li:nth-child(11) img {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
  }
  
  #peekABoo .itemlink.js-anim-scroll.js-anim-on .itemlink__items-li {
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
    visibility: visible
  }
  
  #peekABoo .itemlink.js-anim-scroll.js-anim-on .itemlink__items-li img {
    opacity: 1;
    visibility: visible
  }
  
  #peekABoo .lineupBox__face a.js-anim-scroll img {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity
  }
  
  @media screen and (max-width: 767px) {
    #peekABoo .lineupBox__face a.js-anim-scroll img {
      -ms-transform: translate(0, 0) scale(1.2);
      -webkit-transform: translate(0, 0) scale(1.2);
      -webkit-transition-delay: 0s;
      -webkit-transition-duration: 1s;
      -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      transform: translate(0, 0) scale(1.2);
      transition-delay: 0s;
      transition-duration: 1s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
  }
  
  @media screen and (min-width: 768px) {
    #peekABoo .lineupBox__face a.js-anim-scroll img {
      -ms-transform: translate(0, 0) scale(1.1);
      -webkit-transform: translate(0, 0) scale(1.1);
      -webkit-transition-delay: 0s;
      -webkit-transition-duration: .8s;
      -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      transform: translate(0, 0) scale(1.1);
      transition-delay: 0s;
      transition-duration: .8s;
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
  }
  
  #peekABoo .lineupBox__face a.js-anim-scroll.js-anim-on img {
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
    visibility: visible
  }
  
  #peekABoo .lineupBox__face a.js-anim-scroll.js-anim-on::before {
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
    visibility: visible
  }
  
  #peekABoo .lineupBox.js-anim-scroll .lineupBox__face::before {
    -ms-transform: none;
    -ms-transform: translate(0, -8%) scale(1);
    -ms-transform-origin: center center;
    -webkit-transform: none;
    -webkit-transform: translate(0, -8%) scale(1);
    -webkit-transform-origin: center center;
    -webkit-transition-delay: .2s;
    -webkit-transition-duration: 1.6s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transform: none;
    transform: translate(0, -8%) scale(1);
    transform-origin: center center;
    transition-delay: .2s;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    will-change: opacity
  }
  
  #peekABoo .lineupBox.js-anim-scroll.js-anim-on .lineupBox__face::before {
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
    visibility: visible
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 1.4s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    will-change: transform, opacity
  }
  
  @media screen and (max-width: 767px) {
    #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem {
      -ms-transform: translate(0, 2.66667vw) scale(1);
      -webkit-transform: translate(0, 2.66667vw) scale(1);
      transform: translate(0, 2.66667vw) scale(1)
    }
  }
  
  @media screen and (min-width: 768px) {
    #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem {
      -ms-transform: translate(0, 30px) scale(1);
      -webkit-transform: translate(0, 30px) scale(1);
      transform: translate(0, 30px) scale(1)
    }
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(2) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(4) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(5) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(6) {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(7) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(8) {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(9) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(10) {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll .lineupBox__infoIconsItem:nth-child(11) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
  }
  
  #peekABoo .lineupBox__infoIcons.js-anim-scroll.js-anim-on .lineupBox__infoIconsItem {
    -ms-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
    visibility: visible
  }
  
  #peekABoo .bubbleBg {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
  }
  
  #peekABoo .bubbleBg__item {
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -webkit-transition-delay: 500ms;
    -webkit-transition-duration: 1200ms;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
    height: 0px;
    left: 50%;
    position: absolute;
    top: 3%;
    transform: translate(50%, 0);
    transition-delay: 500ms;
    transition-duration: 1200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 0px;
    will-change: transform, opacity
  }
  
  #peekABoo .bubbleBg__item.js-show {
    opacity: 1 !important;
    top: 0;
    visibility: visible
  }
  
  #peekABoo .bubbleBg__itemChild {
    -webkit-animation: 35s ease bubbleRotateAnim 0s infinite;
    animation: 35s ease bubbleRotateAnim 0s infinite;
    display: block;
    height: inherit;
    width: inherit;
    will-change: transform, opacity
  }
  
  #peekABoo .bubbleBg__itemChild::before {
    -webkit-animation: 5s ease bubbleAnim 0s infinite alternate;
    animation: 5s ease bubbleAnim 0s infinite alternate;
    background: no-repeat center center;
    background-image: url("../../images/peek-a-boo/bubble.png");
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 100%;
    mix-blend-mode: multiply;
    width: 100%;
    will-change: transform, opacity
  }
  
  #peekABoo .bubbleBg__item.s6000 .bubbleBg__itemChild::before {
    -webkit-animation-duration: 6000ms;
    animation-duration: 6000ms
  }
  
  #peekABoo .bubbleBg__item.s8000 .bubbleBg__itemChild::before {
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms
  }
  
  #peekABoo .bubbleBg__item.s10000 .bubbleBg__itemChild::before {
    -webkit-animation-duration: 10000ms;
    animation-duration: 10000ms
  }
  
  #peekABoo .bubbleBg__item.s14000 .bubbleBg__itemChild::before {
    -webkit-animation-duration: 14000ms;
    animation-duration: 14000ms
  }
  
  #peekABoo .bubbleBg__item.s18000 .bubbleBg__itemChild::before {
    -webkit-animation-duration: 18000ms;
    animation-duration: 18000ms
  }
  
  #peekABoo .bubbleBg__item .bubbleBg__item.d200 .bubbleBg__itemChild::before {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
  }
  
  #peekABoo .bubbleBg__item .bubbleBg__item.d600 .bubbleBg__itemChild::before {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
  }
  
  #peekABoo .bubbleBg__item .bubbleBg__item.d1000 .bubbleBg__itemChild::before {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms
  }
  
  @-webkit-keyframes bubbleAnim {
    0% {
      -webkit-transform: translate(-10%, -20%) scale(1);
      transform: translate(-10%, -20%) scale(1)
    }
  
    50% {
      -webkit-transform: translate(10%, 20%) scale(1.2);
      transform: translate(10%, 20%) scale(1.2)
    }
  
    100% {
      -webkit-transform: translate(-10%, -20%) scale(1);
      transform: translate(-10%, -20%) scale(1)
    }
  }
  
  @keyframes bubbleAnim {
    0% {
      -webkit-transform: translate(-10%, -20%) scale(1);
      transform: translate(-10%, -20%) scale(1)
    }
  
    50% {
      -webkit-transform: translate(10%, 20%) scale(1.2);
      transform: translate(10%, 20%) scale(1.2)
    }
  
    100% {
      -webkit-transform: translate(-10%, -20%) scale(1);
      transform: translate(-10%, -20%) scale(1)
    }
  }
  
  @-webkit-keyframes bubbleRotateAnim {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }
  
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
    }
  }
  
  @keyframes bubbleRotateAnim {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }
  
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
    }
  }
  
  .sec-footer {
    height: auto;
    max-width: 100%;
    z-index: 50
  }
  
  .sec-footer a {
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease;
    transition-duration: 500ms;
    transition-timing-function: ease
  }
  
  .sec-footer a:hover {
    opacity: 0.6
  }
  
  .sec-footer .secInner {
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
    width: 100%
  }
  
  .sec-footer .secInner .bnrList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .sec-footer .secInner .bnrList li a {
    display: block;
    line-height: 0
  }
  
  .sec-footer .secInner .bnrList li a img {
    height: auto;
    width: 100%
  }
  
  .sec-footer .secInner .footNavigation {
    font-family: "Shippori Mincho", serif
  }
  
  .sec-footer .secInner .footNavigation .navTitle {
    color: #000;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    letter-spacing: .1rem;
    text-align: center
  }
  
  .sec-footer .secInner .footNavigation .navChildren {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
  }
  
  .sec-footer .secInner .footNavigation .navChildren .navChild {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: left
  }
  
  .sec-footer .secInner .footNavigation .navChildren .navChild .navTitleSub {
    color: #333;
    font-weight: 800;
    line-height: 1
  }
  
  .sec-footer .secInner .footNavigation .navChildren .navChild .navList li a {
    color: #333;
    text-decoration: none
  }
  
  .sec-footer .secInner .footNavigation .navChildren .navChild .navList li a:hover {
    text-decoration: underline
  }
  
  @media screen and (max-width: 767px) {
    .sec-footer {
      padding: 0vw 2.66667vw 0vw 2.66667vw
    }
  
    .sec-footer .secInner {
      border-width: .53333vw;
      margin: 0;
      width: 100%
    }
  
    .sec-footer .secInner .btn-allitem {
      margin-bottom: 28.8vw
    }
  
    .sec-footer .secInner .bnrList {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 13.33333vw
    }
  
    .sec-footer .secInner .bnrList li {
      margin-bottom: 11.73333vw;
      width: 100%
    }
  
    .sec-footer .secInner .footNavigation {
      margin-bottom: 11.73333vw
    }
  
    .sec-footer .secInner .footNavigation .navTitle {
      border-bottom: solid .53333vw #000;
      border-top: solid .8vw #000;
      font-size: 5.33333vw;
      line-height: 1;
      margin-bottom: 6.66667vw;
      padding: 3.2vw 0
    }
  
    .sec-footer .secInner .footNavigation .navTitle img {
      height: 37.33333vw;
      width: auto
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild {
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 50%
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild:nth-child(2) {
      padding-left: 11.2vw
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild .navTitleSub {
      font-size: 4.26667vw;
      margin-bottom: 5.33333vw
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild .navList {
      font-size: 3.46667vw;
      margin-bottom: 4.8vw;
      width: 100%
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild .navList li {
      letter-spacing: -.04rem;
      margin-bottom: 3.2vw;
      white-space: nowrap;
      width: 100%
    }
  
    .sec-footer .footLogo img {
      height: 15.2vw;
      width: auto
    }
  
    .sec-footer .footLogo .lalineLogo {
      height: 15.2vw;
      width: auto
    }
  }
  
  @media screen and (min-width: 768px) {
    .sec-footer {
      padding-top: 30px
    }
  
    .sec-footer .secInner {
      max-width: 1160px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 57px;
      width: 100%
    }
  
    .sec-footer .secInner .btn-allitem {
      margin-bottom: 85px
    }
  
    .sec-footer .secInner .bnrList {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
      margin-bottom: 74px
    }
  
    .sec-footer .secInner .bnrList li {
      width: 100%
    }
  
    .sec-footer .secInner .footNavigation {
      font-weight: 500;
      margin-bottom: 70px
    }
  
    .sec-footer .secInner .footNavigation .navTitle {
      border-bottom: solid 1px #000;
      border-top: solid 2px #000;
      font-size: 24px;
      line-height: 65px;
      margin-bottom: 50px
    }
  
    .sec-footer .secInner .footNavigation .navTitle img {
      width: auto
    }
  
    .sec-footer .secInner .footNavigation .navChildren {
      -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild {
      width: 50%
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild .navTitleSub {
      font-size: 18px;
      margin-bottom: 38px;
      width: 100%
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild .navList {
      -ms-flex-flow: column wrap;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-flow: column wrap;
      font-size: 14px;
      max-height: 160px;
      max-width: 540px;
      width: 100%
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild .navList li {
      line-height: 1;
      margin-bottom: 19px;
      max-width: 270px;
      width: 45%
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild .navList li:nth-child(n+6) {
      float: right
    }
  
    .sec-footer .secInner .footNavigation .navChildren .navChild.navRight .navList {
      max-height: 200px
    }
  
    .sec-footer .footLogo img {
      width: 90px
    }
  
    .sec-footer .footLogo .lalineLogo {
      height: auto;
      width: 90px
    }
  }
  
  #copyright {
    clear: both;
    color: #000;
    float: right;
    font-family: "slabo 27px", noto sans japanese, Quicksand, 游ゴシック, yu gothic, YuGothic, ヒラギノ角ゴシック pro, hiragino kaku gothic pro, メイリオ, Meiryo, Osaka, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .08em;
    margin: 1em 0;
    margin-right: 20px
  }
  
  @media screen and (max-width: 767px) {
    #copyright {
      float: none;
      font-size: 10px;
      font-size: 2.13333vw;
      line-height: 170%;
      margin-right: 0;
      white-space: nowrap
    }
  }
  
  @-webkit-keyframes imgFuwa2_sp {
    0% {
      -webkit-transform: translate(0, 0px) rotate(0deg);
      transform: translate(0, 0px) rotate(0deg)
    }
  
    20% {
      -webkit-transform: translate(0, 5%) rotate(0deg);
      transform: translate(0, 5%) rotate(0deg)
    }
  
    40% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg)
    }
  
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg)
    }
  }
  
  @keyframes imgFuwa2_sp {
    0% {
      -webkit-transform: translate(0, 0px) rotate(0deg);
      transform: translate(0, 0px) rotate(0deg)
    }
  
    20% {
      -webkit-transform: translate(0, 5%) rotate(0deg);
      transform: translate(0, 5%) rotate(0deg)
    }
  
    40% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg)
    }
  
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg)
    }
  }
  
  @-webkit-keyframes imgFuwa2 {
    50% {
      -webkit-transform: translate(0, -5%);
      transform: translate(0, -5%)
    }
  }
  
  @keyframes imgFuwa2 {
    50% {
      -webkit-transform: translate(0, -5%);
      transform: translate(0, -5%)
    }
  }
  
  @-webkit-keyframes bgZoomOut {
    0% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2)
    }
  
    50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05)
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }
  
  @keyframes bgZoomOut {
    0% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2)
    }
  
    50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05)
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }
  
  #xmas-gift2022 .sec-hero {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visible;
    z-index: 60
  }
  
  #xmas-gift2022 .sec-hero img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: auto;
    line-height: 0;
    max-width: 100%;
    width: 100%
  }
  
  #xmas-gift2022 .sec-hero__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-hero__inner {
      height: inherit
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-hero {
      width: 100%
    }
  }
  
  #xmas-gift2022 .sec-hero__title {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    line-height: 1
  }
  
  #xmas-gift2022 .sec-hero__title--main {
    font-family: "Amiri", serif;
    font-style: italic;
    font-weight: 700
  }
  
  #xmas-gift2022 .sec-hero__title--sub {
    font-family: "Amiri", serif;
    font-weight: 400
  }
  
  #xmas-gift2022 .sec-hero__title--collection {
    font-family: "Amiri", serif;
    font-weight: 700
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-hero__title {
      -ms-flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      background-color: #EBE1D6;
      color: #990000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      padding-top: 6.66667vw;
      position: relative
    }
  
    #xmas-gift2022 .sec-hero__title::after {
      background: center top no-repeat;
      background-image: url(../../../../images/lp/xmas-gift/2022/sp_A_bottom.svg);
      background-size: cover;
      bottom: -13.6vw;
      content: "";
      display: block;
      height: 13.6vw;
      position: absolute;
      width: 100%;
      z-index: -1
    }
  
    #xmas-gift2022 .sec-hero__title--main {
      font-size: 15.46667vw;
      line-height: 1;
      margin-bottom: -4vw
    }
  
    #xmas-gift2022 .sec-hero__title--main span {
      display: block
    }
  
    #xmas-gift2022 .sec-hero__title--main span:nth-child(2) {
      font-size: 10.13333vw;
      font-weight: 400;
      margin-top: .8vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-hero__title {
      -ms-flex-align: end;
      -webkit-box-align: end;
      align-items: flex-end;
      bottom: -.41667vw;
      color: #202020;
      font-size: 6.66667vw;
      font-style: italic;
      line-height: 1.7625;
      position: absolute;
      right: 2.5vw
    }
  }
  
  
  #xmas-gift2022 .sec-concept__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
    z-index: 2
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-concept {
      padding: 33.33333vw 0 28vw;
      width: 100vw
    }
  
    #xmas-gift2022 .sec-concept__inner {
      padding: 0
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-concept {
      background-image: url(../../../../images/lp/xmas-gift/2022/main_hol_PCsub.jpg);
      padding: 95px 0 100px
    }
  
    #xmas-gift2022 .sec-concept__inner {
      padding: 0 20px
    }
  }
  
  #xmas-gift2022 .sec-concept__box {
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 3
  }
  
  #xmas-gift2022 .sec-concept__box::before,
  #xmas-gift2022 .sec-concept__box::after {
    background: center top no-repeat;
    background-size: cover;
    content: "";
    display: block;
    left: 0;
    opacity: .9;
    position: absolute;
    width: 100%;
    z-index: -1
  }
  
  #xmas-gift2022 .sec-concept__boxInner {
    width: 100%
  }
  
  #xmas-gift2022 .sec-concept__boxInner::before,
  #xmas-gift2022 .sec-concept__boxInner::after {
    background: center top no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    z-index: -1
  }
  
  #xmas-gift2022 .sec-concept__box img {
    height: auto;
    width: 100%
  }
  
  #xmas-gift2022 .sec-concept__title {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 700
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-concept__title {
      font-size: 6.93333vw;
      letter-spacing: .69333vw;
      line-height: 1.53846;
      margin-bottom: 17.6vw;
      text-align: center
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-concept__title {
      font-size: 36px;
      line-height: .97222;
      margin-bottom: 95px
    }
  }
  
  #xmas-gift2022 .sec-concept__text {
    color: #111111;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    letter-spacing: 0
  }
  
  #xmas-gift2022 .sec-concept__text:last-child {
    margin-bottom: 0px
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-concept__text {
      font-size: 4.26667vw;
      line-height: 2.5;
      margin: 0 auto;
      width: 89.33333vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-concept__text {
      font-size: 20px;
      line-height: 2.5
    }
  }
  
  #xmas-gift2022 .sec-lineup {
    overflow: visible
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-lineup {
      padding: 0
    }
  }
  
  #xmas-gift2022 .sec-lineup__header {
    margin:auto;
  }
  
  #xmas-gift2022 .sec-lineup__headerInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-lineup__header {
      padding: 13.33333vw 0 calc(40vw + 100vh)
    }
  
    #xmas-gift2022 .sec-lineup__headerInner {
      width: 89.6vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-lineup__header {
      padding: 80px auto
    }
  
    #xmas-gift2022 .sec-lineup__headerInner {
      max-width: 1160px;
      padding: 0 20px
    }
  }
  
  #xmas-gift2022 .sec-lineup__title span {
    color: #990000;
    font-family: "Amiri", serif;
    font-style: italic;
    font-weight: 700
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-lineup__title {
      margin-bottom: 10.66667vw
    }
  
    #xmas-gift2022 .sec-lineup__title span {
      font-size: 10.66667vw;
      letter-spacing: 1.06667vw;
      line-height: 1.75
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-lineup__title {
      margin-bottom: 67px
    }
  
    #xmas-gift2022 .sec-lineup__title span {
      font-size: 40px;
      letter-spacing: 4px;
      line-height: 70px
    }
  }
  
  #xmas-gift2022 .sec-lineup__buttons {
    background-color: #fff
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-lineup__buttons {
      padding: 13.33333vw 0 0
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-lineup__buttonsItem {
      margin-bottom: 8vw
    }
  
    #xmas-gift2022 .sec-lineup__buttonsItem:last-child {
      margin-bottom: 0
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-lineup__buttonsItem {
      padding-top: 90px
    }
  
    #xmas-gift2022 .sec-lineup__buttonsItem:last-child {
      margin-bottom: 0
    }
  }
  
  #xmas-gift2022 .sec-lineup__buttonsItem .btn-detil {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-sizing: border-box;
    align-items: center;
    background-color: #EBE1D6;
    border: solid 1px #990000;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-lineup__buttonsItem .btn-detil {
      border-radius: 2.66667vw;
      border-width: .8vw;
      height: 26.66667vw;
      width: 89.33333vw
    }
  
    #xmas-gift2022 .sec-lineup__buttonsItem .btn-detil__text {
      font-size: 4.26667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-lineup__buttonsItem .btn-detil {
      border-radius: 10px;
      border-width: 3px;
      height: 100px;
      width: 640px
    }
  }
  
  #xmas-gift2022 .sec-lineup__buttonsItem .btn-detil__text {
    color: #990000;
    font-weight: 700
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-lineup__buttonsItem .btn-detil__text {
      font-size: 18px;
      line-height: 1.55556
    }
  
    #xmas-gift2022 .sec-lineup__buttonsItem .btn-detil__text i {
      margin-right: 5px
    }
  }
  
  #xmas-gift2022 .sec-lineup__buttonsItem .btn-detil:hover {
    opacity: .5
  }
  
  #xmas-gift2022 .sec-lineup__buttonsItem--store .btn-detil {
    background-color: #990000
  }
  
  #xmas-gift2022 .sec-lineup__buttonsItem--store .btn-detil__text {
    color: #fff
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-lineup__buttonsItem--store .btn-detil {
      height: 18.66667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-lineup__buttonsItem--store {
      padding-top: 50px
    }
  }
  
  @-webkit-keyframes arrowFuwa2 {
    25% {
      -webkit-transform: translate(-50%, 20%);
      transform: translate(-50%, 20%)
    }
  
    50% {
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%)
    }
  }
  
  @keyframes arrowFuwa2 {
    25% {
      -webkit-transform: translate(-50%, 20%);
      transform: translate(-50%, 20%)
    }
  
    50% {
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%)
    }
  }
  
  #xmas-gift2022 .itemlink__items {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto
  }
  
  #xmas-gift2022 .itemlink__items img {
    height: auto;
    width: 100%
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .itemlink__items {
      width: 100%
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .itemlink__items {
      max-width: 640px
    }
  }
  
  #xmas-gift2022 .itemlink__items-li {
    position: relative
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .itemlink__items-li {
      height: 26.66667vw;
      width: 42.66667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .itemlink__items-li {
      height: 100px;
      width: 300px;
    }
  }
  
  #xmas-gift2022 .itemlink__items-li::before {
    -webkit-box-sizing: border-box;
    border: solid 1px #fff;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
  }
  
  #xmas-gift2022 .itemlink__items-liArrow {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition-delay: 0s;
    transition-duration: .4s;
    transition-timing-function: ease
  }
  
  #xmas-gift2022 .itemlink__items-liArrow::before,
  #xmas-gift2022 .itemlink__items-liArrow::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-bottom: solid 1px #990000;
    border-right: solid 1px #990000;
    content: "";
    display: block;
    pointer-events: none;
    transform: rotate(45deg)
  }
  
  #xmas-gift2022 .itemlink__items-liArrow::after {
    position: absolute
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .itemlink__items-liArrow {
      bottom: -5.86667vw
    }
  
    #xmas-gift2022 .itemlink__items-liArrow::before,
    #xmas-gift2022 .itemlink__items-liArrow::after {
      height: 5.33333vw;
      width: 5.33333vw
    }
  
    #xmas-gift2022 .itemlink__items-liArrow::after {
      top: 2.66667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .itemlink__items-liArrow {
      bottom: -23px
    }
  
    #xmas-gift2022 .itemlink__items-liArrow::before,
    #xmas-gift2022 .itemlink__items-liArrow::after {
      height: 20px;
      width: 20px
    }
  
    #xmas-gift2022 .itemlink__items-liArrow::after {
      top: 12px
    }
  }
  
  #xmas-gift2022 .itemlink__items-liText {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    align-items: center;
    background-color: rgba(82, 43, 57, 0.8);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Amiri", serif;
    font-weight: 700;
    font-weight: 400;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 1;
    position: absolute;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-timing-function: ease;
    white-space: nowrap;
    width: 100%
  }
  
  #xmas-gift2022 .itemlink__items-liText--small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Shippori Mincho", serif
  }
  
  #xmas-gift2022 .itemlink__items-liText--yen {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .itemlink__items-liText {
      font-size: 6.93333vw;
      line-height: 1.73077
    }
  
    #xmas-gift2022 .itemlink__items-liText--small {
      font-size: 5.33333vw;
      margin: 0 .8vw
    }
  
    #xmas-gift2022 .itemlink__items-liText--yen {
      font-size: 5.33333vw;
      margin: 0 .8vw;
      padding-top: 1.06667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .itemlink__items-liText {
      font-size: 26px;
      letter-spacing: 2px;
      line-height: 1.73077
    }
  
    #xmas-gift2022 .itemlink__items-liText--small {
      font-size: 20px;
      margin: 0 3px
    }
  
    #xmas-gift2022 .itemlink__items-liText--yen {
      font-size: 20px
    }
  }
  
  #xmas-gift2022 .itemlink__items-li a {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background-color: #990000;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    position: relative
  }
  
  #xmas-gift2022 .itemlink__items-li a img {
    height: auto;
    width: 100%
  }
  
  #xmas-gift2022 .itemlink__items-li a:hover {
    opacity: 1
  }
  
  #xmas-gift2022 .itemlink__items-li a:hover .itemlink__items-liArrow {
    -ms-transform: translateX(-50%) translateY(30%);
    -webkit-transform: translateX(-50%) translateY(30%);
    transform: translateX(-50%) translateY(30%)
  }
  
  #xmas-gift2022 .itemlink__items-li a:hover .itemlink__items-liText {
    background-color: rgba(82, 43, 57, 0.4)
  }
  
  #xmas-gift2022 .lineupBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
  }
  
  #xmas-gift2022 .lineupBox__Head {
    box-sizing: content-box;
    color: #990000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__Head {
      height: 50.66667vw;
      padding-bottom: calc(100vh)
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__Head {
      padding-top: 80px
    }
  }
  
  #xmas-gift2022 .lineupBox__Head--head {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Amiri", serif;
    font-weight: 700;
    line-height: 1
  }
  
  #xmas-gift2022 .lineupBox__Head--head--small {
    font-family: "Shippori Mincho", serif
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__Head--head {
      font-size: 15.2vw;
      line-height: 26.66667vw
    }
  
    #xmas-gift2022 .lineupBox__Head--head--small {
      font-size: 11.73333vw
    }
  
    #xmas-gift2022 .lineupBox__Head--head--yen {
      font-size: 11.73333vw;
      padding-top: 1.86667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__Head--head {
      font-size: 84px;
      line-height: 147px
    }
  
    #xmas-gift2022 .lineupBox__Head--head--small {
      font-size: 65px
    }
  
    #xmas-gift2022 .lineupBox__Head--head--yen {
      font-size: 65px
    }
  }
  
  #xmas-gift2022 .lineupBox__set {
    color: #111111;
    display: flex;
    flex-direction: column;
    font-family: "Amiri", serif;
    font-weight: 700;
    justify-content: center
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__set {
      height: 26.66667vw
    }
  
    #xmas-gift2022 .lineupBox__set--main {
      font-size: 6.4vw;
      letter-spacing: .64vw;
      line-height: 1.41667
    }
  
    #xmas-gift2022 .lineupBox__set--sub {
      font-size: 4.26667vw;
      line-height: 1.3125
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__set {
      border-radius: 12px;
      height: 50px;
    }
  
    #xmas-gift2022 .lineupBox__set--main {
      font-size: 24px;
      letter-spacing: 2.4px
    }
  
    #xmas-gift2022 .lineupBox__set--sub {
      font-size: 20px;
      margin-top: 15px
    }
  }
  
  #xmas-gift2022 .lineupBoxWrap {
    position: relative
  }
  
  #xmas-gift2022 .lineupBoxWrap__inner {
    -webkit-box-sizing: border-box;
    background-color: #f6e8e8;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBoxWrap__inner {
      margin-top: -100vh;
      padding-bottom: 2.66667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBoxWrap__inner {
      margin-top: 0;
      width:90%;
    }
  }
  
  #xmas-gift2022 .lineupBoxWrap__head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%
  }
  
  #xmas-gift2022 .lineupBoxWrap__head img {
    height: auto;
    width: 100%
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBoxWrap__head {
      padding: 0 20px
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox {
      -ms-flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      margin-bottom: 8vw;
      width: 89.33333vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox {
      -ms-flex-align: center;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      align-items: center;
      flex-direction: column;
      margin-bottom: 70px
    }
  }
  
  #xmas-gift2022 .lineupBox__flex {
    width: 100%;
    background: #fff;
    outline: 2px solid #f6e8e8;
    outline-offset: -10px;
  }


  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px;
      width:90%;
    }
  }
  
  #xmas-gift2022 .lineupBox__face {
    background: no-repeat center top;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    position: relative;
    z-index: 1
  }
  
  #xmas-gift2022 .lineupBox__face a {
    display: block;
    line-height: 0
  }
  
  #xmas-gift2022 .lineupBox__faceImage {
    height: auto;
    width: 100%
  }
  
  #xmas-gift2022 .lineupBox__faceImage--size {
    bottom: 0;
    color: #666;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__faceImage--size {
      bottom: 0vw;
      font-size: 4.26667vw;
      line-height: 7.46667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__faceImage--size {
      bottom: 18px;
      font-size: 16px;
      line-height: 28px
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__face {
      margin: 0 auto;
      margin-bottom: 5.33333vw;
      width: 100%
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__face {
      margin-right: 1.78571%;
      max-width: 580px;
      padding-top: 100%;
      width: 70%
    }
  
    #xmas-gift2022 .lineupBox__face a,
    #xmas-gift2022 .lineupBox__face .swiper {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }
  }
  
  #xmas-gift2022 .lineupBox__info {
    position: relative;
    z-index: 2
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__info {
      margin: 0 auto;
      text-align: center;
      width: 89.33333vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__info {
      max-width: 520px;
      text-align: left;
      width: 100%
    }
  }
  
  #xmas-gift2022 .lineupBox__infoSumally {
    color: #f6e8e8;
    font-weight: 700;
    line-height: 1.75
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__infoSumally {
      font-size: 4.26667vw;
      margin-bottom: 4.26667vw;
      text-align: left
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__infoSumally {
      font-size: 16px;
      margin-bottom: 65px
    }
  }
  
  #xmas-gift2022 .lineupBox__infoName {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__infoName {
      border-top: 1px solid #990000;
      font-size: 4.8vw;
      line-height: 1.77778;
      padding-bottom: 3.2vw;
      padding-top: 2.66667vw;
      text-align: center
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__infoName {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 12px
    }
  }
  
  #xmas-gift2022 .lineupBox__infoContents {
    border-bottom: 1px solid #990000;
    border-top: 1px solid #990000;
    color: #666;
    line-height: 1.75
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__infoContents {
      font-size: 4.26667vw;
      margin-bottom: 4.26667vw;
      padding-bottom: 3.2vw;
      padding-top: 2.66667vw;
      text-align: left
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__infoContents {
      font-size: 16px;
      margin-bottom: 20px;
      padding: 12px 0
    }
  }
  
  #xmas-gift2022 .lineupBox__infoPrices {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #990000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Amiri", serif;
    letter-spacing: 0;
    width: 100%
  }
  
  #xmas-gift2022 .lineupBox__infoPricesWrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__infoPricesWrap {
      text-align: left
    }
  }
  
  #xmas-gift2022 .lineupBox__infoPricesWrap .lineupBox__infoPrices--price {
    line-height: 1
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__infoPrices {
      line-height: 12vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__infoPrices {
      font-size: 18px;
      line-height: 46px;
      margin-bottom: 7px
    }
  }
  
  #xmas-gift2022 .lineupBox__infoPrices--price {
    font-weight: 700;
    line-height: inherit;
    margin: 0
  }
  
  #xmas-gift2022 .lineupBox__infoPrices--priceYen {
    font-size: 5.33333vw;
    font-weight: 700
  }
  
  #xmas-gift2022 .lineupBox__infoPrices--priceValue {
    font-size: 6.93333vw
  }
  
  #xmas-gift2022 .lineupBox__infoPrices--priceTax {
    font-size: 3.2vw
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__infoPrices--price {
      margin-left: 0
    }
  
    #xmas-gift2022 .lineupBox__infoPrices--priceYen {
      font-size: 20px
    }
  
    #xmas-gift2022 .lineupBox__infoPrices--priceValue {
      font-size: 26px
    }
  
    #xmas-gift2022 .lineupBox__infoPrices--priceTax {
      font-size: 12px
    }
  }
  
  #xmas-gift2022 .lineupBox__infoPrices--priceBefore {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500
  }
  
  #xmas-gift2022 .lineupBox__infoPrices--priceBefore--variant {
    color: #666
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__infoPrices--priceBefore {
      font-size: 4.26667vw;
      line-height: 1.75
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__infoPrices--priceBefore {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 8px;
      padding-top: 8px
    }
  }
  
  #xmas-gift2022 .lineupBox__infoBoxSet {
    font-weight: 500
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__infoBoxSet {
      font-size: 4.26667vw;
      line-height: 1.75;
      margin-top: 2.13333vw;
      text-align: left
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__infoBox.multi {
      margin-top: 4vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__infoBox.multi {
      margin-top: 10px
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__button {
      margin-right: 0
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__button {
      margin-right: 0
    }
  }
  
  #xmas-gift2022 .lineupBox__button .btn-detil {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #990000;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
  }
  
  #xmas-gift2022 .lineupBox__button .btn-detil__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__button .btn-detil {
      border-radius: 1.6vw;
      height: 13.33333vw;
      margin: 0 0 0 auto;
      width: 42.66667vw
    }
  
    #xmas-gift2022 .lineupBox__button .btn-detil__text {
      font-size: 4.26667vw;
      line-height: 1
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__button .btn-detil {
      border-radius: 6px;
      height: 50px;
      width: 200px
    }
  
    #xmas-gift2022 .lineupBox__button .btn-detil__text {
      font-size: 16px
    }
  }
  
  #xmas-gift2022 .lineupBox__button .btn-detil:hover {
    opacity: .5
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .lineupBox__button--multi {
      margin-bottom: 10.66667vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .lineupBox__button--multi {
      margin-bottom: 50px
    }
  }
  
  #xmas-gift2022 .lineupBoxWrap#p4900 {
    margin-top: 0
  }
  
  #xmas-gift2022 .lineupBox__backtop {
    margin: 0 auto;
    margin-bottom: 2.66667vw;
    text-align: right;
    width: 89.33333vw
  }
  
  #xmas-gift2022 .lineupBox__backtop a {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 3.73333vw;
    line-height: 7.46667vw
  }
  
  #xmas-gift2022 .lineupBox__backtop i {
    margin-right: 2.13333vw
  }
  
  #xmas-gift2022 #p5000 .lineupBox__Head {
    background-color: #f6e8e8;
    color: #fff
  }
  
  #xmas-gift2022 #p5000 .lineupBoxWrap__inner {
    background-color: #f6e8e8
  }
  
  #xmas-gift2022 #p5000 .lineupBox {
    background-color: #f6e8e8
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 #p5000 .lineupBox {
      width: 100%
    }
  }
  
  #xmas-gift2022 #p5000 .lineupBox__infoSumally {
    color: #fff
  }
  
  #xmas-gift2022 #p5000 .lineupBox__infoName {
    color: #fff
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 #p5000 .lineupBox__infoName {
      border-color: #fff
    }
  }
  
  #xmas-gift2022 #p5000 .lineupBox__infoContents {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff
  }
  
  #xmas-gift2022 #p5000 .lineupBox__infoPrices {
    color: #fff
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 #p5000 .lineupBox__infoPrices {
      -ms-flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 #p5000 .lineupBox__infoPricesWrap {
      margin-bottom: 2.13333vw;
      text-align: center
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 #p5000 .lineupBox__infoPrices--price {
      margin-bottom: 3.2vw
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 #p5000 .lineupBox__infoPrices--priceBefore {
      font-size: 3.73333vw;
      line-height: 1.42857;
      margin-bottom: 2.13333vw
    }
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 #p5000 .lineupBox__button {
      margin: 0 auto
    }
  }
  
  #xmas-gift2022 #p5000 .lineupBox__button .btn-detil {
    background-color: #EBE1D6;
    color: #990000
  }
  
  #xmas-gift2022 #p5000 .lineupBox__button .btn-detil__text {
    font-weight: 700
  }
  
  #xmas-gift2022 #p5000 .lineupBox__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  #xmas-gift2022 #p5000 .lineupBox__iconsItem {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #fff;
    color: #990000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    justify-content: center
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 #p5000 .lineupBox__icons {
      -ms-flex-pack: center;
      -ms-flex-wrap: wrap;
      -webkit-box-pack: center;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: 2.4vw;
      width: 80vw
    }
  
    #xmas-gift2022 #p5000 .lineupBox__iconsItem {
      border-radius: 8vw;
      height: 8vw;
      margin: 0 1.33333vw 2.66667vw;
      padding: 0 6.13333vw
    }
  
    #xmas-gift2022 #p5000 .lineupBox__iconsItem span {
      font-size: 3.73333vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 #p5000 .lineupBox__icons {
      margin-bottom: 20px
    }
  
    #xmas-gift2022 #p5000 .lineupBox__iconsItem {
      border-radius: 15px;
      height: 30px;
      margin-right: 10px;
      padding: 0 28px
    }
  
    #xmas-gift2022 #p5000 .lineupBox__iconsItem span {
      font-size: 14px
    }
  }
  
  #xmas-gift2022 #p5000 .lineupBox__backtop a,
  #xmas-gift2022 #p5000 .lineupBox__backtop i {
    color: #fff
  }
  
  #xmas-gift2022 .swiper-button-next,
  #xmas-gift2022 .swiper-rtl .swiper-button-prev,
  #xmas-gift2022 .swiper-button-prev,
  #xmas-gift2022 .swiper-rtl .swiper-button-next {
    background: center top no-repeat;
    color: #999
  }
  
  #xmas-gift2022 .swiper-button-next::after,
  #xmas-gift2022 .swiper-rtl .swiper-button-prev::after,
  #xmas-gift2022 .swiper-button-prev::after,
  #xmas-gift2022 .swiper-rtl .swiper-button-next::after {
    background-size: 21px 42px;
    content: "";
    height: 42px;
    width: 21px
  }
  
  @media screen and (min-width: 768px) {
  
    #xmas-gift2022 .swiper-button-next::after,
    #xmas-gift2022 .swiper-rtl .swiper-button-prev::after,
    #xmas-gift2022 .swiper-button-prev::after,
    #xmas-gift2022 .swiper-rtl .swiper-button-next::after {
      background-size: 21px 42px;
      height: 42px;
      width: 21px
    }
  }
  
  @media screen and (min-width: 768px) {
  
    #xmas-gift2022 .swiper-button-prev,
    #xmas-gift2022 .swiper-rtl .swiper-button-next {
      left: 40px
    }
  }
  
  @media screen and (min-width: 768px) {
  
    #xmas-gift2022 .swiper-button-next,
    #xmas-gift2022 .swiper-rtl .swiper-button-prev {
      right: 40px
    }
  }
  
  #xmas-gift2022 .swiper-button-prev:after,
  #xmas-gift2022 .swiper-rtl .swiper-button-next:after {
    background-image: url(../../../../images/lp/xmas-gift/2022/arrow_left.svg)
  }
  
  #xmas-gift2022 .swiper-button-next:after,
  #xmas-gift2022 .swiper-rtl .swiper-button-prev:after {
    background-image: url(../../../../images/lp/xmas-gift/2022/arrow_right.svg)
  }
  
  #xmas-gift2022 .sec-campaign {
    -webkit-box-shadow: 0px -5px 5px #00000033;
    -webkit-box-sizing: border-box;
    box-shadow: 0px -5px 5px #00000033;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    z-index: 90
  }
  
  #xmas-gift2022 .sec-campaign__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
    position: relative
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-campaign {
      padding-top: 13.33333vw
    }
  
    #xmas-gift2022 .sec-campaign__inner {
      width: 89.33333vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-campaign {
      padding-bottom: 0px;
      padding-top: 100px
    }
  
    #xmas-gift2022 .sec-campaign__inner {
      -ms-flex-align: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -webkit-box-pack: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      padding: 0 20px
    }
  }
  
  #xmas-gift2022 .sec-campaign__box {
    -webkit-box-sizing: border-box;
    border: solid #990000;
    box-sizing: border-box;
    position: relative
  }
  
  #xmas-gift2022 .sec-campaign__box::before {
    -webkit-box-sizing: border-box;
    border: solid #990000;
    box-sizing: border-box;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-campaign__box {
      -ms-flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      border-width: 1.6vw;
      flex-direction: column;
      padding: 9.33333vw 7.2vw 7.2vw
    }
  
    #xmas-gift2022 .sec-campaign__box::before {
      border-width: .53333vw;
      height: calc(100% - 2.13333vw);
      left: 1.06667vw;
      top: 1.06667vw;
      width: calc(100% - 2.13333vw)
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-campaign__box {
      border-width: 10px;
      padding: 60px;
      width: 100%
    }
  
    #xmas-gift2022 .sec-campaign__box::before {
      border-width: 2px;
      height: calc(100% - 20px);
      left: 10px;
      top: 10px;
      width: calc(100% - 20px)
    }
  }
  
  #xmas-gift2022 .sec-campaign__boxHead {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    color: #990000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    justify-content: center;
    margin: 0 auto
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-campaign__boxHead {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      font-size: 6.4vw;
      letter-spacing: 1.92vw;
      line-height: 1.41667;
      margin-bottom: 5.33333vw;
      order: 1
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-campaign__boxHead {
      font-size: 24px;
      letter-spacing: 7.2px;
      margin-bottom: 20px
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-campaign__boxBody {
      -ms-flex-align: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -webkit-box-pack: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center
    }
  }
  
  #xmas-gift2022 .sec-campaign__boxBodyFace img {
    width: 100%
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-campaign__boxBodyFace {
      margin: 0 auto;
      width: 64vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-campaign__boxBodyFace {
      margin-left: 30px;
      width: 250px
    }
  }
  
  #xmas-gift2022 .sec-campaign__boxBodyInfo {
    text-align: center
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-campaign__boxBodyInfo {
      margin-left: 50px;
      text-align: left;
      width: 413px
    }
  }
  
  #xmas-gift2022 .sec-campaign__boxBodyInfoText {
    color: #990000;
    font-family: "Shippori Mincho", serif;
    font-weight: 700
  }
  
  #xmas-gift2022 .sec-campaign__boxBodyInfoBtn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #990000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    justify-content: center
  }
  
  #xmas-gift2022 .sec-campaign__boxBodyInfoDate {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    color: #666;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    font-family: "Shippori Mincho", serif;
    font-weight: 800
  }
  
  #xmas-gift2022 .sec-campaign__boxBodyInfoDate--notes {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-campaign__boxBodyInfoText {
      font-size: 4.26667vw;
      font-weight: 700;
      line-height: 1.75;
      margin-bottom: 7.46667vw
    }
  
    #xmas-gift2022 .sec-campaign__boxBodyInfoBtn {
      border-radius: 10.66667vw;
      height: 10.66667vw;
      margin: 0 auto;
      margin-bottom: 2.66667vw;
      width: 69.33333vw
    }
  
    #xmas-gift2022 .sec-campaign__boxBodyInfoDate {
      font-size: 5.33333vw;
      line-height: 1.4
    }
  
    #xmas-gift2022 .sec-campaign__boxBodyInfoDate--notes {
      font-size: 3.73333vw;
      line-height: 1.57143;
      padding-top: 1.33333vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-campaign__boxBodyInfoText {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 15px
    }
  
    #xmas-gift2022 .sec-campaign__boxBodyInfoBtn {
      border-radius: 20px;
      height: 40px;
      margin-bottom: 10px;
      margin-left: 0;
      width: 240px
    }
  
    #xmas-gift2022 .sec-campaign__boxBodyInfoDate {
      -ms-flex-align: center;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      flex-direction: column;
      font-size: 20px;
      line-height: 26px;
      margin-left: 0
    }
  
    #xmas-gift2022 .sec-campaign__boxBodyInfoDate--notes {
      font-size: 14px;
      line-height: 22px;
      padding-top: 5px
    }
  }
  
  #xmas-gift2022 .sec-bottom {
    background-color: #fff
  }
  
  #xmas-gift2022 .sec-bottom__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1160px
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-bottom {
      padding: 0 0px
    }
  
    #xmas-gift2022 .sec-bottom__inner {
      padding: 0 20px
    }
  }
  
  #xmas-gift2022 .sec-bottom__banners {
    margin: 0 auto
  }
  
  #xmas-gift2022 .sec-bottom__bannersItem a {
    display: block;
    line-height: 0
  }
  
  #xmas-gift2022 .sec-bottom__bannersItem img {
    width: 100%
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-bottom__banners {
      padding: 10.66667vw 0;
      width: 89.33333vw
    }
  
    #xmas-gift2022 .sec-bottom__bannersItem {
      margin-bottom: 8vw
    }
  
    #xmas-gift2022 .sec-bottom__bannersItem:last-child {
      margin-bottom: 0
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-bottom__banners {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      margin-bottom: 80px;
      padding-top: 80px
    }
  
    #xmas-gift2022 .sec-bottom__bannersItem {
      width: 48.21429%
    }
  }
  
  #xmas-gift2022 .sec-about {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
  }
  
  #xmas-gift2022 .sec-about__inner {
    margin: 0 auto
  }
  
  #xmas-gift2022 .sec-about__inner a:hover {
    opacity: 0.6
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-about {
      -webkit-box-sizing: border-box;
      border-bottom: none;
      box-sizing: border-box;
      padding: 24vw 0 24.53333vw;
      width: 89.33333vw
    }
  
    #xmas-gift2022 .sec-about__inner {
      width: 100%
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-about {
      border-bottom: 1px solid #acabab;
      border-top: 1px solid #acabab;
      max-width: 960px;
      padding: 0 20px;
      text-align: left;
      width: 100%
    }
  
    #xmas-gift2022 .sec-about__inner {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 830px
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-about__txtarea {
      width: 76.38554%
    }
  }
  
  #xmas-gift2022 .sec-about__title {
    color: #666;
    font-weight: 700;
    line-height: 1
  }
  
  #xmas-gift2022 .sec-about__title .small {
    font-size: 70%
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-about__title {
      font-size: 5.33333vw;
      letter-spacing: .26667vw;
      line-height: 5.86667vw;
      margin-bottom: 5.33333vw;
      text-align: center
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-about__title {
      font-size: 20px;
      margin-bottom: 14px
    }
  }
  
  #xmas-gift2022 .sec-about__txt {
    font-weight: 400;
    letter-spacing: .05rem;
    text-align: left
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-about__txt {
      font-size: 4.26667vw;
      line-height: 2;
      margin-bottom: 6.4vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-about__txt {
      font-size: 16px;
      line-height: 1.9375;
      margin-bottom: 22px
    }
  }
  
  #xmas-gift2022 .sec-about__btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: solid 1px #595757;
    color: #595757;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    width: 100%
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-about__btn {
      border-radius: 4vw;
      height: 13.33333vw;
      margin: 0 auto;
      width: 80vw
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-about__btn {
      border-radius: 5px;
      height: 45px;
      max-width: 300px
    }
  }
  
  #xmas-gift2022 .sec-about__btn .text {
    margin: 0
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-about__btn .text {
      font-size: 4.26667vw;
      line-height: 1
    }
  }
  
  #xmas-gift2022 .sec-about__btn .arrow {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    display: block;
    height: 3.73333vw;
    line-height: 0;
    margin-left: 4.53333vw;
    position: relative;
    transition-delay: 0s;
    transition-duration: .4s;
    transition-timing-function: ease;
    width: 3.2vw
  }
  
  #xmas-gift2022 .sec-about__btn .arrow .btnArrow {
    fill: rgba(255, 255, 255, 0);
    stroke: #595757;
    width: inherit
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-about__btn .arrow {
      height: 14px;
      margin-left: 10px;
      width: 12px
    }
  }
  
  #xmas-gift2022 .sec-about__btn:hover .arrow {
    -ms-transform: translateX(30%);
    -webkit-transform: translateX(30%);
    transform: translateX(30%)
  }
  
  #xmas-gift2022 .sec-about__logo {
    display: block;
    margin: 0 auto
  }
  
  @media screen and (max-width: 767px) {
    #xmas-gift2022 .sec-about__logo {
      margin-bottom: 6.66667vw
    }
  
    #xmas-gift2022 .sec-about__logo img,
    #xmas-gift2022 .sec-about__logo .lalineLogo {
      height: 37.33333vw !important;
      width: auto
    }
  }
  
  @media screen and (min-width: 768px) {
    #xmas-gift2022 .sec-about__logo {
      -ms-flex-item-align: center;
      align-self: center;
      margin: 70px auto 70px 0;
      max-width: 150px;
      min-width: 110px;
      width: 17.71845%
    }
  
    #xmas-gift2022 .sec-about__logo img {
      height: auto;
      width: 100%
    }
  
    #xmas-gift2022 .sec-about__logo .lalineLogo {
      height: auto;
      width: 100%
    }
  }


  .container {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 90%;
    margin: auto;
    outline: 2px solid #f6e8e8;
    outline-offset: -10px;
    padding: 30px;
  }
  
  .row {
    display: flex;
  }
  
  .box {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .box-1, .box-2 {
    flex: 1;
  }
  
  .box-3, .box-4 {
    flex: 1;
  }