@charset "UTF-8";
.giftcatalog {
  position: relative;
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  font-family: "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .is-page-loaded .giftcatalog {
    opacity: 1; }
  .giftcatalog .m-auto {
    display: table;
    margin-left: auto;
    margin-right: auto; }

.giftcatalog-kv {
  position: relative; }

.giftcatalog-kv__link {
  display: block; }

.giftcatalog-kv__image-wrap {
  overflow: hidden;
  width: calc(100% - 240px);
  height: calc(100% - 190px);
  z-index: 10;
  position: absolute;
  top: 190px;
  left: 120px; }
  @media (max-width: 1280px) {
    .giftcatalog-kv__image-wrap {
      width: calc(100% - 160px);
      height: calc(100% - 190px);
      top: 190px;
      left: 80px; } }
  @media (max-width: 1023px) {
    .giftcatalog-kv__image-wrap {
      width: calc(100% - 120px);
      height: calc(100% - 230px);
      top: 170px;
      left: 60px; } }
  @media (max-width: 767px) {
    .giftcatalog-kv__image-wrap {
      width: calc(100% - 60px);
      height: calc(100% - 180px);
      top: 150px;
      left: 30px; } }
  .giftcatalog-kv__image-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0; }
    .is-page-loaded .giftcatalog-kv__image-wrap:after {
      opacity: .1; }
  .is-home .giftcatalog-kv__image-wrap {
    width: 100%;
    height: 800px;
    position: relative;
    left: 0;
    top: 0; }
    @media (max-width: 1440px) {
      .is-home .giftcatalog-kv__image-wrap {
        height: 650px; } }
    @media (max-width: 767px) {
      .is-home .giftcatalog-kv__image-wrap {
        height: 400px; } }
    .is-page-loaded .is-home .giftcatalog-kv__image-wrap:after {
      opacity: inherit; }
    .is-home .giftcatalog-kv__image-wrap.is-onscreen:after {
      opacity: .1; }
  .is-category .giftcatalog-kv__image-wrap {
    height: 650px;
    position: static;
    margin-top: 70px;
    -webkit-transform: translate(120px, 0px);
    -ms-transform: translate(120px, 0px);
    transform: translate(120px, 0px);
    margin-bottom: 60px; }
    @media (max-width: 1440px) {
      .is-category .giftcatalog-kv__image-wrap {
        height: 580px;
        width: calc(100% - 160px);
        -webkit-transform: translate(80px, 0px);
        -ms-transform: translate(80px, 0px);
        transform: translate(80px, 0px); } }
    @media (max-width: 1280px) {
      .is-category .giftcatalog-kv__image-wrap {
        -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
        transform: translateX(80px);
        margin-top: 60px; } }
    @media (max-width: 1023px) {
      .is-category .giftcatalog-kv__image-wrap {
        width: calc(100% - 120px);
        -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
        margin-top: 50px;
        height: 550px; } }
    @media (max-width: 767px) {
      .is-category .giftcatalog-kv__image-wrap {
        width: calc(100% - 60px);
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        margin-top: 30px;
        height: 420px;
        margin-bottom: 40px; } }

.giftcatalog-kv__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0; }
  .is-page-loaded .giftcatalog-kv__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .is-home .giftcatalog-kv__image {
    background-position: center top; }
    .is-page-loaded .is-home .giftcatalog-kv__image {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
      opacity: 0; }
  @media (max-width: 767px) {
    .giftcatalog-kv__image {
      display: none;
      background-position: center center; } }
  .is-category .giftcatalog-kv__image {
    display: block; }

.is-onscreen .giftcatalog-kv__image {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important; }

.giftcatalog-kv__image-sp {
  display: none; }
  @media (max-width: 767px) {
    .giftcatalog-kv__image-sp {
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      opacity: 0; }
      .is-page-loaded .giftcatalog-kv__image-sp {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

.giftcatalog-kv__title-icon {
  mix-blend-mode: screen;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .giftcatalog-kv__title-icon {
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .giftcatalog-kv__title-icon img {
      width: 60px; } }

.giftcatalog-elm {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11111; }
  @media (max-width: 767px) {
    .giftcatalog-elm {
      top: 50%;
      margin-top: 60px; }
      .giftcatalog-elm img {
        padding: 0 1px; }
      .is-category .giftcatalog-elm {
        margin-top: 0px; }
      .is-column .giftcatalog-elm {
        margin-top: 0px; } }
  .giftcatalog-elm--1 {
    left: 56px; }
    @media (max-width: 1280px) {
      .giftcatalog-elm--1 {
        left: 36px; } }
    @media (max-width: 1023px) {
      .giftcatalog-elm--1 {
        left: 26px; } }
    @media (max-width: 767px) {
      .giftcatalog-elm--1 {
        left: 10px; } }
    @media (max-width: 1440px) {
      .is-category .giftcatalog-elm--1 {
        left: 36px; } }
    @media (max-width: 1023px) {
      .is-category .giftcatalog-elm--1 {
        left: 26px; } }
    @media (max-width: 767px) {
      .is-category .giftcatalog-elm--1 {
        left: 10px; } }
  .giftcatalog-elm--2 {
    right: 53px; }
    @media (max-width: 1280px) {
      .giftcatalog-elm--2 {
        right: 36px; } }
    @media (max-width: 1023px) {
      .giftcatalog-elm--2 {
        right: 26px; } }
    @media (max-width: 767px) {
      .giftcatalog-elm--2 {
        right: 10px; } }
    @media (max-width: 1440px) {
      .is-category .giftcatalog-elm--2 {
        right: 36px; } }
    @media (max-width: 1023px) {
      .is-category .giftcatalog-elm--2 {
        right: 26px; } }
    @media (max-width: 767px) {
      .is-category .giftcatalog-elm--2 {
        right: 10px; } }

.giftcatalog-header {
  position: absolute;
  top: 80px;
  left: 120px;
  width: calc(100% - 240px);
  height: 120px;
  z-index: 1111; }
  @media (max-width: 1280px) {
    .giftcatalog-header {
      top: 70px;
      left: 80px;
      width: calc(100% - 160px); } }
  @media (max-width: 1023px) {
    .giftcatalog-header {
      top: 60px;
      left: 60px;
      width: calc(100% - 120px); } }
  @media (max-width: 767px) {
    .giftcatalog-header {
      width: calc(100% - 60px);
      top: 45px;
      left: 30px; } }
  .is-category .giftcatalog-header {
    margin-top: 0px;
    position: relative; }
    @media (max-width: 1440px) {
      .is-category .giftcatalog-header {
        left: 80px;
        width: calc(100% - 160px); } }
    @media (max-width: 1023px) {
      .is-category .giftcatalog-header {
        top: 60px;
        left: 60px;
        width: calc(100% - 120px); } }
    @media (max-width: 767px) {
      .is-category .giftcatalog-header {
        width: calc(100% - 60px);
        top: 45px;
        left: 30px; } }
  .is-column .giftcatalog-header {
    margin-top: 0px;
    position: relative; }

.giftcatalog-header__logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .giftcatalog-header__logo img {
      padding-right: 30px; } }

.giftcatalog-header__img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .giftcatalog-header__img img {
      padding-left: 60px; } }

.giftcatalog-kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 112;
  mix-blend-mode: screen;
  width: 100%;
  opacity: 0; }
  .is-page-loaded .giftcatalog-kv__title {
    opacity: 1;
    -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  @media (max-width: 767px) {
    .giftcatalog-kv__title {
      padding: 0 20px; } }

.is-page-loaded.is-home .giftcatalog-kv__title {
  opacity: 0; }

.is-page-loaded.is-home .giftcatalog-kv__title.is-onscreen {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1; }

.giftcatalog-kv__title-main {
  position: relative; }
  .is-category .giftcatalog-kv__title-main img {
    width: 180px;
    margin-top: 6px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .is-category .giftcatalog-kv__title-main img {
        width: 120px;
        margin-bottom: 20px; } }

.giftcatalog-kv__title-sub {
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
  opacity: 0;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .giftcatalog-kv__title-sub {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 3px; } }
  .is-page-loaded .giftcatalog-kv__title-sub {
    opacity: 1; }
  .is-gift-top .giftcatalog-kv__title-sub {
    margin-bottom: 0px; }
  .is-category .giftcatalog-kv__title-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.05em; }
    @media (max-width: 767px) {
      .is-category .giftcatalog-kv__title-sub {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 600;
        line-height: 1; } }
  .is-theme .giftcatalog-kv__title-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.05em; }
    @media (max-width: 767px) {
      .is-theme .giftcatalog-kv__title-sub {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1; } }

.giftcatalog-kv__scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 120px);
  -ms-transform: translate(-50%, 120px);
  transform: translate(-50%, 120px);
  z-index: 112;
  mix-blend-mode: screen;
  opacity: 0;
  overflow: hidden; }
  .is-page-loaded .giftcatalog-kv__scroll {
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); }
  @media (max-width: 767px) {
    .giftcatalog-kv__scroll {
      bottom: 10px; } }

.is-page-loaded.is-home .giftcatalog-kv__scroll {
  -webkit-transform: translate(-50%, 120px);
  -ms-transform: translate(-50%, 120px);
  transform: translate(-50%, 120px);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.is-page-loaded.is-home .giftcatalog-kv__scroll.is-onscreen {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px); }

@media (max-width: 1280px) {
  .giftcatalog-kv__scroll-img img {
    padding: 0 5px; } }

@media (max-width: 767px) {
  .giftcatalog-kv__scroll-img img {
    padding: 0 15px; } }

.giftcatalog-kv__scroll-text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 14px 0 22px;
  position: relative; }
  @media (max-width: 767px) {
    .giftcatalog-kv__scroll-text {
      padding: 10px 0px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1; } }
  .giftcatalog-kv__scroll-text:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 18px;
    background-image: url(/magfile/upload/2019winter/giftcatalog/arrows_down.svg);
    background-size: cover;
    background-position: center center;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .is-home .giftcatalog-kv__scroll-text:after {
    content: none; }
  .giftcatalog-kv__scroll-text a {
    color: #fff;
    display: block; }

.giftcatalog-section {
  padding: 80px 0 0;
  margin-bottom: 70px; }
  @media (max-width: 1023px) {
    .giftcatalog-section {
      padding: 60px 0 0;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .giftcatalog-section {
      margin-bottom: 30px; } }

#gift.giftcatalog-section {
  padding: 160px 0 0; }
  @media (max-width: 1023px) {
    #gift.giftcatalog-section {
      padding: 60px 0 0; } }

.giftcatalog-section__header {
  position: relative;
  margin-bottom: 110px; }
  @media (max-width: 767px) {
    .giftcatalog-section__header {
      margin-bottom: 60px; } }

.giftcatalog-section__header-icon {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }
  .is-onscreen .giftcatalog-section__header-icon {
    opacity: 1; }
  @media (max-width: 767px) {
    .giftcatalog-section__header-icon img {
      width: 60px; } }
  .giftcatalog-gift-common .giftcatalog-section__header-icon {
    mix-blend-mode: multiply; }

.giftcatalog-section__header-jp {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 14px; }
  @media (max-width: 767px) {
    .giftcatalog-section__header-jp {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1;
      margin-top: 8px; } }

.giftcatalog-section__header-eng {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 110px;
  font-size: 11rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  opacity: .1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25px; }
  @media (max-width: 1280px) {
    .giftcatalog-section__header-eng {
      font-size: 80px;
      font-size: 8rem;
      font-weight: 400;
      line-height: 1;
      top: 45px; } }
  @media (max-width: 767px) {
    .giftcatalog-section__header-eng {
      font-size: 60px;
      font-size: 6rem;
      font-weight: 400;
      line-height: 1;
      top: 25px;
      width: 100%;
      text-align: center; } }

.giftcatalog-category__item a:hover .giftcatalog-category__image-wrap:after {
  opacity: 0; }

.giftcatalog-category__item a:hover .giftcatalog-category__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.giftcatalog-category__item a:hover .giftcatalog-category__inner {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.giftcatalog-category__image-wrap {
  overflow: hidden;
  width: 100%;
  height: 790px;
  z-index: 111;
  position: relative; }
  @media (max-width: 1023px) {
    .giftcatalog-category__image-wrap {
      height: 700px; } }
  @media (max-width: 767px) {
    .giftcatalog-category__image-wrap {
      height: 580px; } }
  .giftcatalog-category__image-wrap--2 {
    height: 480px;
    margin: 100px 0; }
    @media (max-width: 1280px) {
      .giftcatalog-category__image-wrap--2 {
        height: 400px; } }
    @media (max-width: 1023px) {
      .giftcatalog-category__image-wrap--2 {
        margin: 80px 0; } }
    @media (max-width: 767px) {
      .giftcatalog-category__image-wrap--2 {
        height: 320px;
        margin: 0px 0 60px; } }
  .giftcatalog-category__image-wrap--3 {
    height: 450px;
    margin: 0 0 30px; }
    @media (max-width: 1440px) {
      .giftcatalog-category__image-wrap--3 {
        height: 380px; } }
    @media (max-width: 1280px) {
      .giftcatalog-category__image-wrap--3 {
        height: 320px; } }
    @media (max-width: 1023px) {
      .giftcatalog-category__image-wrap--3 {
        height: 260px; } }
    @media (max-width: 767px) {
      .giftcatalog-category__image-wrap--3 {
        height: 200px;
        margin: 0 0 20px; } }
  .giftcatalog-category__image-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .is-onscreen .giftcatalog-category__image-wrap:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: .2; }
  .giftcatalog-category__image-wrap.is-active:after {
    opacity: 0; }

.giftcatalog-category__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0; }
  .is-onscreen .giftcatalog-category__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .giftcatalog-category__image.is-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.giftcatalog-category__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
  z-index: 1111;
  font-family: source-han-sans-japanese, sans-serif;
  color: #fff;
  width: 100%;
  text-align: center;
  -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 0; }
  .is-onscreen .giftcatalog-category__inner {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }

.giftcatalog-category__name {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px; }
  @media (max-width: 1440px) {
    .giftcatalog-category__name {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 1; } }
  @media (max-width: 767px) {
    .giftcatalog-category__name {
      margin-bottom: 15px; } }
  .giftcatalog-category__image-wrap--2 .giftcatalog-category__name {
    margin-bottom: 0px; }
  .giftcatalog-theme .giftcatalog-category__name {
    margin-bottom: 0px; }
    @media (max-width: 1280px) {
      .giftcatalog-theme .giftcatalog-category__name {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1; } }
    @media (max-width: 767px) {
      .giftcatalog-theme .giftcatalog-category__name {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1; } }
  .giftcatalog-gift-common .giftcatalog-category__name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px; }
    @media (max-width: 1280px) {
      .giftcatalog-gift-common .giftcatalog-category__name {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .giftcatalog-gift-common .giftcatalog-category__name {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1; } }
    .giftcatalog-gift-common .giftcatalog-category__name-jp {
      margin-bottom: 0px; }

.giftcatalog-category__link {
  position: relative;
  text-align: center; }
  .giftcatalog-category__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .5; }

.giftcatalog-category__link-button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block !important;
  width: 100px;
  margin: 0 10px; }
  .giftcatalog-category__link-button a {
    color: #fff;
    display: block; }
    .giftcatalog-category__link-button a:hover {
      opacity: .5; }
  .giftcatalog-category__link-button span {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    display: block; }
  @media (max-width: 767px) {
    .giftcatalog-category__link-button {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.3;
      margin: 0 5px; } }
  .giftcatalog-gift-common .giftcatalog-category__link-button {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    width: 70px; }

.is-category .giftcatalog-kv__title a {
  opacity: .5; }
  .is-category .giftcatalog-kv__title a.active {
    opacity: 1; }
  .is-category .giftcatalog-kv__title a:hover {
    opacity: 1; }

.giftcatalog-theme {
  position: relative; }

.giftcatalog-theme__container {
  padding: 100px 120px;
  background: #e6e6e6; }
  @media (max-width: 1280px) {
    .giftcatalog-theme__container {
      padding: 100px 80px; } }
  @media (max-width: 1023px) {
    .giftcatalog-theme__container {
      padding: 80px 60px; } }
  @media (max-width: 767px) {
    .giftcatalog-theme__container {
      padding: 60px 30px; } }

.giftcatalog-theme__inner {
  background: #fff;
  padding: 80px 60px 60px; }
  @media (max-width: 1023px) {
    .giftcatalog-theme__inner {
      padding: 60px 40px 40px; } }
  @media (max-width: 767px) {
    .giftcatalog-theme__inner {
      padding: 40px 20px 20px; } }

.giftcatalog-theme__heading {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .giftcatalog-theme__heading {
      margin-bottom: 30px;
      padding-bottom: 15px; } }

.giftcatalog-theme__heading-icon {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }
  .is-onscreen .giftcatalog-theme__heading-icon {
    opacity: 1; }
  @media (max-width: 767px) {
    .giftcatalog-theme__heading-icon img {
      width: 55px; } }

.giftcatalog-theme__heading-jp {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 10px; }
  @media (max-width: 767px) {
    .giftcatalog-theme__heading-jp {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1;
      margin-left: 5px; } }

.giftcatalog-theme__heading-eng {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  opacity: .1; }
  @media (max-width: 767px) {
    .giftcatalog-theme__heading-eng {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 1;
      top: 5px;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }

.giftcatalog-column {
  padding: 0 120px;
  position: relative;
  z-index: 12; }
  @media (max-width: 1440px) {
    .giftcatalog-column {
      padding: 0 0px; } }
  @media (max-width: 1023px) {
    .giftcatalog-column {
      padding: 0 60px; }
      .giftcatalog-column .l-row {
        margin-right: -8px;
        margin-left: -8px; }
      .giftcatalog-column .l-col-sm-3 {
        padding: 0 8px; } }
  @media (max-width: 767px) {
    .giftcatalog-column {
      padding: 0 30px; }
      .giftcatalog-column .l-row {
        margin-right: -5px;
        margin-left: -5px; }
      .giftcatalog-column .l-col-xs-6 {
        padding: 0 5px; } }

.giftcatalog-column__item {
  margin-bottom: 70px; }
  @media (max-width: 1023px) {
    .giftcatalog-column__item {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .giftcatalog-column__item {
      margin-bottom: 40px; } }
  .giftcatalog-column__item a {
    display: block;
    position: relative; }
    .giftcatalog-column__item a:hover img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .giftcatalog-column__item a img {
      -webkit-transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
      -o-transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
      transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s; }

.giftcatalog-column__image {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: calc(100% - 20px);
  -webkit-transform: scale(0.75) translateX(10px);
  -ms-transform: scale(0.75) translateX(10px);
  transform: scale(0.75) translateX(10px);
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .giftcatalog-column__image.is-onscreen {
    -webkit-transform: scale(1) translateX(10px);
    -ms-transform: scale(1) translateX(10px);
    transform: scale(1) translateX(10px); }
  @media (max-width: 767px) {
    .giftcatalog-column__image {
      width: calc(100% - 10px);
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); } }

.giftcatalog-column__image-inner {
  -webkit-transform: scale(1.45);
  -ms-transform: scale(1.45);
  transform: scale(1.45);
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .is-onscreen .giftcatalog-column__image-inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.giftcatalog-column__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .giftcatalog-column__num span {
    display: block; }
  @media (max-width: 767px) {
    .giftcatalog-column__num {
      top: -12px; } }

.giftcatalog-column__num-1 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1; }
  @media (max-width: 767px) {
    .giftcatalog-column__num-1 {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1; } }

.giftcatalog-column__num-2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1; }
  @media (max-width: 767px) {
    .giftcatalog-column__num-2 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1; } }

.giftcatalog-column__profile {
  margin: 30px 0 18px;
  font-family: sourc-han-sans-japanese, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .giftcatalog-column__profile.is-onscreen {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .giftcatalog-column__profile span {
    display: block; }
  @media (max-width: 767px) {
    .giftcatalog-column__profile {
      margin: 20px 0 13px; } }

.giftcatalog-column__profile-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .giftcatalog-column__profile-name {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 5px; } }

.giftcatalog-column__profile-job {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  font-style: italic; }
  @media (max-width: 767px) {
    .giftcatalog-column__profile-job {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.4;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); } }

.giftcatalog-column__text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }
  .giftcatalog-column__text.is-onscreen {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  @media (max-width: 1280px) {
    .giftcatalog-column__text {
      text-align: left; } }

.giftcatalog-list__item {
  padding-top: 120px;
  margin-top: -120px; }
  .is-lifestyle .giftcatalog-list__item {
    display: block !important; }
  .is-theme .giftcatalog-list__item {
    display: block !important; }

.giftcatalog-list__title {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 45px;
  text-align: center; }
  @media (max-width: 767px) {
    .giftcatalog-list__title {
      margin-bottom: 30px;
      padding-bottom: 15px; } }

.giftcatalog-list__title-icon {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }
  .is-page-loaded .giftcatalog-list__title-icon {
    opacity: 1; }
  @media (max-width: 767px) {
    .giftcatalog-list__title-icon img {
      width: 55px; } }

.giftcatalog-list__title-jp {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  ffont-family: source-han-sans-japanese, sans-serif; }
  .is-page-loaded .giftcatalog-list__title-jp {
    opacity: 1; }
  @media (max-width: 767px) {
    .giftcatalog-list__title-jp {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1;
      margin-left: 5px; } }

.giftcatalog-list__content {
  text-align: left;
  position: relative; }
  @media (max-width: 767px) {
    .giftcatalog-list__content {
      padding: 0 30px; } }
  @media (max-width: 1023px) {
    .giftcatalog-column__recommended .giftcatalog-list__content {
      padding: 0px;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .giftcatalog-column__recommended .giftcatalog-list__content {
      padding: 0px;
      margin-top: 30px; } }
  .giftcatalog-list__section--2 .giftcatalog-list__content {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .giftcatalog-list__section--2 .giftcatalog-list__content {
        margin-top: 32px; } }
  .giftcatalog-list__section--3 .giftcatalog-list__content {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .giftcatalog-list__section--3 .giftcatalog-list__content {
        margin-top: 30px; } }
  .giftcatalog-list__section--4 .giftcatalog-list__content {
    margin-top: 60px;
    padding-left: 120px; }
    @media (max-width: 1440px) {
      .giftcatalog-list__section--4 .giftcatalog-list__content {
        padding-left: 80px; } }
    @media (max-width: 1023px) {
      .giftcatalog-list__section--4 .giftcatalog-list__content {
        padding-left: 60px; } }
    @media (max-width: 767px) {
      .giftcatalog-list__section--4 .giftcatalog-list__content {
        margin-top: 30px;
        padding: 0 30px; } }
  @media (max-width: 1280px) {
    .giftcatalog-list__section--5 .giftcatalog-list__content {
      margin-top: 150px; } }
  @media (max-width: 767px) {
    .giftcatalog-list__section--5 .giftcatalog-list__content {
      margin-top: 30px; } }
  .giftcatalog-list__section--6 .giftcatalog-list__content {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .giftcatalog-list__section--6 .giftcatalog-list__content {
        margin-top: 30px; } }
  .giftcatalog-list__section--theme .giftcatalog-list__content {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .giftcatalog-list__section--theme .giftcatalog-list__content {
        margin-top: 30px; } }

.giftcatalog-list__image {
  position: relative;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .giftcatalog-list__image.is-onscreen {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  @media (max-width: 767px) {
    .giftcatalog-list__image-l {
      padding: 0 30px; } }

.giftcatalog-list__image__mask {
  background-color: #fff;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  will-change: transform;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }
  .is-onscreen .giftcatalog-list__image__mask {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }

.giftcatalog-list__head {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .giftcatalog-list__head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e6e6e6;
    -webkit-transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .is-onscreen .giftcatalog-list__head:after {
      width: 100%; }
  @media (max-width: 1280px) {
    .giftcatalog-list__head {
      padding-bottom: 20px;
      margin-bottom: 25px;
      margin-top: 0px; } }
  @media (max-width: 767px) {
    .giftcatalog-list__head {
      padding-bottom: 10px;
      margin-bottom: 25px;
      margin-top: 30px; } }
  .giftcatalog-column__recommended .giftcatalog-list__head {
    padding-bottom: 10px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .giftcatalog-column__recommended .giftcatalog-list__head {
        margin-bottom: 20px;
        margin-top: 30px; } }

.giftcatalog-list__head--label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  ffont-family: source-han-sans-japanese, sans-serif; }
  @media (max-width: 1023px) {
    .giftcatalog-list__head--label {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 3px; } }
  @media (max-width: 767px) {
    .giftcatalog-list__head--label {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.2; } }

.giftcatalog-list__head--brand {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: adobe-garamond-pro, serif; }
  @media (max-width: 1280px) {
    .giftcatalog-list__head--brand {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 1.4; } }
  @media (max-width: 1023px) {
    .giftcatalog-list__head--brand {
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 400;
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .giftcatalog-list__head--brand {
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 400;
      line-height: 1.4; } }

.giftcatalog-list__head__text {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .is-onscreen .giftcatalog-list__head__text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.giftcatalog-list__heading {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .giftcatalog-list__heading {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .giftcatalog-list__heading {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 15px; } }
  .giftcatalog-column__recommended .giftcatalog-list__heading {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .giftcatalog-column__recommended .giftcatalog-list__heading {
        margin-bottom: 15px; } }

.giftcatalog-list__section {
  padding: 160px 120px 0;
  max-width: 1680px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1440px) {
    .giftcatalog-list__section {
      padding: 140px 80px 0; }
      .giftcatalog-list__section .l-row.l-gutter-80 {
        margin-right: -30px;
        margin-left: -30px; }
      .giftcatalog-list__section .l-col-sm-7 {
        padding: 0 30px; }
      .giftcatalog-list__section .l-col-sm-5 {
        padding: 0 30px; }
      .giftcatalog-list__section .l-col-sm-4 {
        padding: 0 30px; } }
  @media (max-width: 1280px) {
    .giftcatalog-list__section .l-row.l-gutter-80 {
      margin-right: -25px;
      margin-left: -25px; }
    .giftcatalog-list__section .l-col-sm-7 {
      padding: 0 25px; }
    .giftcatalog-list__section .l-col-sm-6 {
      padding: 0 25px; }
    .giftcatalog-list__section .l-col-sm-5 {
      padding: 0 25px; }
    .giftcatalog-list__section .l-col-sm-4 {
      padding: 0 25px; } }
  @media (max-width: 1023px) {
    .giftcatalog-list__section {
      padding: 100px 60px 0; } }
  @media (max-width: 767px) {
    .giftcatalog-list__section {
      padding: 60px 0px 0; } }
  .giftcatalog-list__section--2 {
    padding: 160px 0px 0; }
    @media (max-width: 767px) {
      .giftcatalog-list__section--2 {
        padding: 60px 0px 0; } }
  .giftcatalog-list__section--4 {
    padding: 160px 0px 0; }
    @media (max-width: 767px) {
      .giftcatalog-list__section--4 {
        padding: 60px 0px 0; } }
  .giftcatalog-list__section--theme {
    padding-top: 120px; }
    @media (max-width: 767px) {
      .giftcatalog-list__section--theme {
        padding: 60px 0 0; } }

.giftcatalog-list__num {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }
  .giftcatalog-list__num.is-onscreen {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.giftcatalog-list__num-mask {
  overflow: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  display: inline-block; }
  .is-onscreen .giftcatalog-list__num-mask {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
    @media (max-width: 1280px) {
      .is-onscreen .giftcatalog-list__num-mask {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px); } }

.giftcatalog-list__num-inner {
  overflow: hidden; }

.giftcatalog-list__num-mask-1 {
  position: absolute;
  top: 5px;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }
  .is-onscreen .giftcatalog-list__num-mask-1 {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }

.giftcatalog-list__num-mask-2 {
  overflow: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  display: inline-block; }
  @media (max-width: 1280px) {
    .giftcatalog-list__num-mask-2 {
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px); } }

.giftcatalog-list__num-current {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden; }
  .giftcatalog-list__num-current-1 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    display: block; }
  .giftcatalog-list__num-current-2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); }
    @media (max-width: 1280px) {
      .giftcatalog-list__num-current-2 {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 600;
        line-height: 1; } }

.giftcatalog-list__num-total {
  display: inline-block;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  position: relative;
  padding-left: 30px;
  margin-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1; }
  @media (max-width: 1280px) {
    .giftcatalog-list__num-total {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1; } }
  @media (max-width: 1023px) {
    .giftcatalog-list__num-total {
      -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
      transform: translateY(7px); } }
  @media (max-width: 767px) {
    .giftcatalog-list__num-total {
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px); } }
  .giftcatalog-list__num-total:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #e6e6e6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }

.num-pos-1 {
  position: absolute;
  right: calc(100px + 16.77777%);
  top: 160px; }
  @media (max-width: 1440px) {
    .num-pos-1 {
      right: calc(60px + 16.77777%);
      top: 140px; } }
  @media (max-width: 1023px) {
    .num-pos-1 {
      right: 60px;
      top: 100px; } }
  @media (max-width: 767px) {
    .num-pos-1 {
      position: static;
      margin-bottom: 20px;
      margin-left: 30px; } }

.num-pos-2 {
  position: absolute;
  left: 120px;
  top: 50%;
  margin-top: -8%; }
  @media (max-width: 1280px) {
    .num-pos-2 {
      margin-top: -12%; } }
  @media (max-width: 767px) {
    .num-pos-2 {
      position: static;
      margin-bottom: 20px;
      margin-top: 0;
      margin-left: 30px; } }

.num-pos-3 {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .num-pos-3 {
      margin-left: 30px; } }
  .is-theme .num-pos-3 {
    text-align: left; }

.num-pos-4 {
  margin-bottom: 20px;
  display: table;
  margin-left: auto;
  text-align: left; }
  @media (max-width: 767px) {
    .num-pos-4 {
      margin-left: inherit;
      margin-left: 30px; } }

.num-pos-5 {
  position: absolute;
  right: 150px;
  top: 50%;
  margin-top: -8%; }
  @media (max-width: 1280px) {
    .num-pos-5 {
      margin-top: -12%;
      right: 120px; } }
  @media (max-width: 1023px) {
    .num-pos-5 {
      right: 60px; } }
  @media (max-width: 767px) {
    .num-pos-5 {
      position: static;
      margin-bottom: 20px;
      margin-top: 0;
      margin-left: 30px; } }

.num-pos-6 {
  position: absolute;
  right: 120px;
  top: 160px; }
  @media (max-width: 1440px) {
    .num-pos-6 {
      right: 80px;
      top: 140px; } }
  @media (max-width: 1023px) {
    .num-pos-6 {
      top: 100px;
      right: 60px; } }
  @media (max-width: 767px) {
    .num-pos-6 {
      position: static;
      margin-bottom: 20px;
      margin-left: 30px; } }

.num-pos-7 {
  position: absolute;
  right: calc(100px + 50%);
  top: 160px;
  text-align: left; }
  @media (max-width: 1440px) {
    .num-pos-7 {
      right: calc(80px + 50%);
      top: 140px; } }
  @media (max-width: 1023px) {
    .num-pos-7 {
      right: calc(0px + 50%);
      top: 100px; } }
  @media (max-width: 767px) {
    .num-pos-7 {
      position: static;
      display: table;
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: 30px; } }

.num-pos-8 {
  position: absolute;
  right: calc(10px + 66.77777%);
  top: 160px;
  text-align: left; }
  @media (max-width: 1440px) {
    .num-pos-8 {
      top: 140px; } }
  @media (max-width: 1023px) {
    .num-pos-8 {
      right: calc(20px + 58.33333%);
      top: 100px; } }
  @media (max-width: 767px) {
    .num-pos-8 {
      position: static;
      display: table;
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: 30px; } }

.num-pos-9 {
  position: absolute;
  right: calc(90px + 58.333333%);
  top: 160px;
  text-align: left; }
  @media (max-width: 1440px) {
    .num-pos-9 {
      right: calc(70px + 58.333333%);
      top: 140px; } }
  @media (max-width: 1023px) {
    .num-pos-9 {
      right: calc(20px + 58.333333%);
      top: 100px; } }
  @media (max-width: 767px) {
    .num-pos-9 {
      position: static;
      display: table;
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: 30px; } }

@media (max-width: 767px) {
  .list-pos-1 {
    margin-top: 60px; } }

.list-pos-2 {
  margin-top: 150px; }
  @media (max-width: 1023px) {
    .list-pos-2 {
      margin-top: 120px; } }
  @media (max-width: 767px) {
    .list-pos-2 {
      margin-top: 70px; } }

.giftcatalog-list__inner {
  position: relative; }

.giftcatalog-list__category {
  position: absolute;
  top: 60px;
  right: 120px;
  font-family: source-han-sans-japanese, sans-serif; }
  .is-theme .giftcatalog-list__category {
    position: static;
    padding: 130px 0 0 0;
    text-align: center;
    border-top: 1px solid #e6e6e6; }
    @media (max-width: 1280px) {
      .is-theme .giftcatalog-list__category {
        padding: 110px 0 0 0; } }
  @media (max-width: 1440px) {
    .giftcatalog-list__category {
      right: 80px; } }
  @media (max-width: 1280px) {
    .giftcatalog-list__category {
      right: 80px; } }
  @media (max-width: 1023px) {
    .giftcatalog-list__category {
      position: static;
      padding: 50px 0 0 60px; } }
  @media (max-width: 767px) {
    .giftcatalog-list__category {
      padding: 60px 0 0 30px; } }

.giftcatalog-list__category--main {
  font-size: 90px;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  width: 100px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .is-theme .giftcatalog-list__category--main {
    font-size: 80px;
    font-size: 8rem;
    font-weight: 600;
    line-height: 1;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    -webkit-writing-mode: inherit;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px; }
    @media (max-width: 1440px) {
      .is-theme .giftcatalog-list__category--main {
        font-size: 72px;
        font-size: 7.2rem;
        font-weight: 600;
        line-height: 1; } }
    @media (max-width: 1280px) {
      .is-theme .giftcatalog-list__category--main {
        font-size: 70px;
        font-size: 7rem;
        font-weight: 600;
        line-height: 1; } }
    @media (max-width: 1023px) {
      .is-theme .giftcatalog-list__category--main {
        font-size: 50px;
        font-size: 5rem;
        font-weight: 600;
        line-height: 1; } }
    @media (max-width: 767px) {
      .is-theme .giftcatalog-list__category--main {
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 1; } }
  .giftcatalog-list__category--main:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #333;
    -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .is-onscreen .giftcatalog-list__category--main:after {
      width: 68px; }
    #lifestyle .giftcatalog-list__category--main:after {
      content: none; }
    #baby .giftcatalog-list__category--main:after {
      content: none; }
    #kids .giftcatalog-list__category--main:after {
      content: none; }
    #theme .giftcatalog-list__category--main:after {
      content: none; }
    .is-theme .giftcatalog-list__category--main:after {
      content: none; }
  @media (max-width: 1440px) {
    .giftcatalog-list__category--main {
      font-size: 72px;
      font-size: 7.2rem;
      font-weight: 600;
      line-height: 1;
      width: 82px; }
      .giftcatalog-list__category--main:after {
        left: 13px;
        bottom: 0;
        width: 0; }
        .is-onscreen .giftcatalog-list__category--main:after {
          width: 56px; } }
  @media (max-width: 1280px) {
    .giftcatalog-list__category--main {
      font-size: 70px;
      font-size: 7rem;
      font-weight: 600;
      line-height: 1;
      width: 78px; }
      .giftcatalog-list__category--main:after {
        left: 13px;
        bottom: 0;
        width: 0; }
        .is-onscreen .giftcatalog-list__category--main:after {
          width: 52px; } }
  @media (max-width: 1023px) {
    .giftcatalog-list__category--main {
      font-size: 50px;
      font-size: 5rem;
      font-weight: 600;
      line-height: 1;
      padding-bottom: 15px;
      margin-bottom: 15px;
      -ms-writing-mode: inherit;
      writing-mode: inherit;
      -webkit-writing-mode: inherit;
      width: 100%; }
      .giftcatalog-list__category--main:after {
        left: 0px;
        bottom: 0;
        width: 0; }
        .is-onscreen .giftcatalog-list__category--main:after {
          width: 38px; } }
  @media (max-width: 767px) {
    .giftcatalog-list__category--main {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 1; }
      .giftcatalog-list__category--main:after {
        left: 0px;
        bottom: 0;
        width: 0; }
        .is-onscreen .giftcatalog-list__category--main:after {
          width: 30px; } }

.giftcatalog-list__category--tag {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em; }
  @media (max-width: 1440px) {
    .giftcatalog-list__category--tag {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1; } }
  @media (max-width: 1280px) {
    .giftcatalog-list__category--tag {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1; } }
  @media (max-width: 1023px) {
    .giftcatalog-list__category--tag {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1;
      text-align: left; } }

.giftcatalog-list-anker {
  display: table;
  margin: 0 auto; }
  .giftcatalog-list-anker .giftcatalog-list__title-icon {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .giftcatalog-list-anker .giftcatalog-list__title-icon {
        margin-bottom: 20px; } }

.giftcatalog-list-anker__wrap {
  text-align: center; }

.giftcatalog-list-anker__item {
  display: inline-block !important; }
  .giftcatalog-list-anker__item a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    font-family: source-han-sans-japanese, sans-serif;
    padding: 0 20px; }
    @media (max-width: 1023px) {
      .giftcatalog-list-anker__item a {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.4;
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .giftcatalog-list-anker__item a {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.4;
        padding: 0 5px; } }

.giftcatalog-list__theme-list {
  padding-top: 100px; }
  @media (max-width: 1023px) {
    .giftcatalog-list__theme-list {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .giftcatalog-list__theme-list {
      padding-top: 60px; } }

.giftcatalog-column--2 {
  margin: 70px auto 60px;
  padding: 70px 120px 130px;
  background: #e6e6e6; }
  @media (max-width: 1280px) {
    .giftcatalog-column--2 {
      padding: 70px 80px 60px;
      margin: 60px auto 40px; } }
  @media (max-width: 1023px) {
    .giftcatalog-column--2 {
      padding: 60px 60px 60px;
      margin: 50px auto 40px; } }
  @media (max-width: 767px) {
    .giftcatalog-column--2 {
      padding: 40px 30px 60px;
      margin: 40px auto 0; } }

.giftcatalog-column__content {
  max-width: 1680px;
  margin: 70px auto 0;
  position: relative;
  z-index: 12;
  opacity: 0;
  background: #fff;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (max-width: 767px) {
    .giftcatalog-column__content {
      margin: 30px auto 0; } }
  .is-page-loaded .giftcatalog-column__content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.giftcatalog-column-detail__copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: source-han-sans-japanese, sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }
  @media (max-width: 1280px) {
    .giftcatalog-column-detail__copy {
      margin-bottom: 25px; } }
  @media (max-width: 1023px) {
    .giftcatalog-column-detail__copy {
      margin-top: -18px;
      margin-bottom: 20px;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1.4;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .giftcatalog-column-detail__copy {
      margin-bottom: 20px;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1.4;
      padding-right: 40px; } }

.giftcatalog-column__title {
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }
  .giftcatalog-column__title.is-onscreen {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.giftcatalog-column__title-jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  margin-top: 7px; }
  @media (max-width: 767px) {
    .giftcatalog-column__title-jp {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1;
      margin-top: 5px; } }

.giftcatalog-column-detail {
  background: #fff;
  padding: 140px 60px 50px;
  position: relative; }
  @media (max-width: 1440px) {
    .giftcatalog-column-detail {
      padding: 120px 50px 40px; } }
  @media (max-width: 1280px) {
    .giftcatalog-column-detail {
      padding: 110px 50px 30px 40px; }
      .giftcatalog-column-detail .c-paragraph--md {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.7; } }
  @media (max-width: 1023px) {
    .giftcatalog-column-detail {
      padding: 90px 50px 30px 40px; } }
  @media (max-width: 767px) {
    .giftcatalog-column-detail {
      padding: 40px 20px 20px; }
      .giftcatalog-column-detail .c-paragraph--md {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.7; } }

.giftcatalog-column-detail__inner {
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }
  .is-onscreen .giftcatalog-column-detail__inner {
    opacity: 1; }

.giftcatalog-column-detail__num {
  position: absolute;
  top: 73px;
  right: 60px;
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }
  .is-onscreen .giftcatalog-column-detail__num {
    opacity: 1; }
  @media (max-width: 1440px) {
    .giftcatalog-column-detail__num {
      top: 65px;
      right: 50px; } }
  @media (max-width: 1280px) {
    .giftcatalog-column-detail__num {
      top: 55px;
      right: 50px; } }
  @media (max-width: 1023px) {
    .giftcatalog-column-detail__num {
      position: static;
      margin-bottom: 0px;
      text-align: right; } }

.giftcatalog-column-detail__num-1 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: right; }
  @media (max-width: 1440px) {
    .giftcatalog-column-detail__num-1 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      line-height: 1; } }
  @media (max-width: 767px) {
    .giftcatalog-column-detail__num-1 {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1; } }

.giftcatalog-column-detail__num-2 {
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  @media (max-width: 1440px) {
    .giftcatalog-column-detail__num-2 {
      font-size: 63px;
      font-size: 6.3rem;
      font-weight: 500;
      line-height: 1; } }
  @media (max-width: 1280px) {
    .giftcatalog-column-detail__num-2 {
      font-size: 55px;
      font-size: 5.5rem;
      font-weight: 500;
      line-height: 1; } }
  @media (max-width: 767px) {
    .giftcatalog-column-detail__num-2 {
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 500;
      line-height: 1; } }

.giftcatalog-column-main__image-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 111;
  background: #fff;
  position: relative; }
  @media (max-width: 1023px) {
    .giftcatalog-column-main__image-wrap {
      overflow: inherit; } }

.giftcatalog-column-main__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0; }
  .is-onscreen .giftcatalog-column-main__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.giftcatalog-column-main__image-inner {
  width: calc(100% - 60px);
  height: calc(100% - 140px);
  overflow: hidden;
  -webkit-transform: scale(0.8) translate(60px, 70px);
  -ms-transform: scale(0.8) translate(60px, 70px);
  transform: scale(0.8) translate(60px, 70px);
  -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media (max-width: 1280px) {
    .giftcatalog-column-main__image-inner {
      width: calc(100% - 50px);
      height: calc(100% - 100px);
      -webkit-transform: scale(0.8) translate(50px, 50px);
      -ms-transform: scale(0.8) translate(50px, 50px);
      transform: scale(0.8) translate(50px, 50px); } }
  @media (max-width: 1023px) {
    .giftcatalog-column-main__image-inner {
      width: calc(100% - 100px);
      height: calc(100% - 0px);
      position: static;
      -webkit-transform: scale(0.8) translate(50px, 50px);
      -ms-transform: scale(0.8) translate(50px, 50px);
      transform: scale(0.8) translate(50px, 50px); } }
  @media (max-width: 767px) {
    .giftcatalog-column-main__image-inner {
      width: calc(100% - 40px);
      -webkit-transform: scale(0.8) translate(20px, 20px);
      -ms-transform: scale(0.8) translate(20px, 20px);
      transform: scale(0.8) translate(20px, 20px); } }
  .giftcatalog-column-main__image-inner.is-onscreen {
    -webkit-transform: scale(1) translate(60px, 70px);
    -ms-transform: scale(1) translate(60px, 70px);
    transform: scale(1) translate(60px, 70px); }
    @media (max-width: 1280px) {
      .giftcatalog-column-main__image-inner.is-onscreen {
        -webkit-transform: scale(1) translate(50px, 50px);
        -ms-transform: scale(1) translate(50px, 50px);
        transform: scale(1) translate(50px, 50px); } }
    @media (max-width: 1023px) {
      .giftcatalog-column-main__image-inner.is-onscreen {
        -webkit-transform: scale(1) translate(50px, 50px);
        -ms-transform: scale(1) translate(50px, 50px);
        transform: scale(1) translate(50px, 50px); } }
    @media (max-width: 767px) {
      .giftcatalog-column-main__image-inner.is-onscreen {
        -webkit-transform: scale(1) translate(20px, 20px);
        -ms-transform: scale(1) translate(20px, 20px);
        transform: scale(1) translate(20px, 20px); } }

.giftcatalog-column-detail__profile-name {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
  font-family: source-han-sans-japanese, sans-serif;
  display: block;
  letter-spacing: .05em;
  margin-bottom: 10px; }
  @media (max-width: 1440px) {
    .giftcatalog-column-detail__profile-name {
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 1; } }
  @media (max-width: 1280px) {
    .giftcatalog-column-detail__profile-name {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 1; } }
  @media (max-width: 767px) {
    .giftcatalog-column-detail__profile-name {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 1; } }

.giftcatalog-column-detail__profile-job {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: italic;
  letter-spacing: .05em;
  margin-bottom: 30px;
  display: block; }
  @media (max-width: 1280px) {
    .giftcatalog-column-detail__profile-job {
      margin-bottom: 20px; } }

.giftcatalog-column-detail__profile-text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: '游ゴシック';
  padding-bottom: 10px; }

.giftcatalog-column-detail__heading {
  padding: 13px 0;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 25px 0 18px; }
  @media (max-width: 1280px) {
    .giftcatalog-column-detail__heading {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.4;
      margin: 25px 0 15px; } }
  @media (max-width: 767px) {
    .giftcatalog-column-detail__heading {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.4;
      margin: 25px 0 20px; } }

.giftcatalog-column__recommended {
  background: #fff;
  margin-top: 50px;
  padding: 80px 0 100px;
  position: relative;
  z-index: 12;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .giftcatalog-column__recommended.is-onscreen {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  @media (max-width: 1280px) {
    .giftcatalog-column__recommended {
      padding: 60px 0 80px; } }
  @media (max-width: 1023px) {
    .giftcatalog-column__recommended {
      padding: 60px 30px 40px;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .giftcatalog-column__recommended {
      padding: 40px 10px 20px;
      margin-top: 30px; } }

.giftcatalog-column__recommended-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 1280px) {
    .giftcatalog-column__recommended-title {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .giftcatalog-column__recommended-title {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 25px; } }

.giftcatalog-gift-common {
  background: #fafafa;
  padding: 120px 0; }
  @media (max-width: 1280px) {
    .giftcatalog-gift-common {
      padding: 100px 0; } }
  @media (max-width: 1023px) {
    .giftcatalog-gift-common {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .giftcatalog-gift-common {
      padding: 60px 0; } }
  .is-category .giftcatalog-gift-common {
    margin-top: 160px; }
    @media (max-width: 1280px) {
      .is-category .giftcatalog-gift-common {
        margin-top: 100px; } }
    @media (max-width: 767px) {
      .is-category .giftcatalog-gift-common {
        margin-top: 60px; } }

.giftcatalog-gift-common__item a:hover .giftcatalog-gift-common__image-wrap:after {
  opacity: 0; }

.giftcatalog-gift-common__item a:hover .giftcatalog-gift-common__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.giftcatalog-gift-common__image-wrap {
  overflow: hidden;
  width: 100%;
  height: 310px;
  z-index: 111;
  position: relative; }
  .giftcatalog-gift-common__image-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
    -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .giftcatalog-gift-common__image-wrap.is-active:after {
    opacity: 0; }
  @media (max-width: 1440px) {
    .giftcatalog-gift-common__image-wrap {
      height: 280px; } }
  @media (max-width: 1280px) {
    .giftcatalog-gift-common__image-wrap {
      height: 240px; } }
  @media (max-width: 767px) {
    .giftcatalog-gift-common__image-wrap {
      height: 200px; } }

.giftcatalog-gift-common__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0; }
  .is-onscreen .giftcatalog-gift-common__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .giftcatalog-gift-common__image.is-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media (max-width: 767px) {
  .giftcatalog-column__title-icon img {
    width: 60px; } }

@media (max-width: 767px) {
  .giftcatalog-column__title-logo img {
    width: 200px; } }

.text-move {
  opacity: 0;
  display: inline-block;
  -webkit-transform: scale(1.25) translate(8px, 4px);
  -ms-transform: scale(1.25) translate(8px, 4px);
  transform: scale(1.25) translate(8px, 4px);
  letter-spacing: 0.02em;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.is-onscreen .text .text-move {
  opacity: 1;
  -webkit-transform: scale(1) translate(0);
  -ms-transform: scale(1) translate(0);
  transform: scale(1) translate(0); }

.is-onscreen .giftcatalog-section__header-eng.text .text-move {
  opacity: .1;
  -webkit-transform: scale(1) translate(0);
  -ms-transform: scale(1) translate(0);
  transform: scale(1) translate(0); }

.is-onscreen .giftcatalog-theme__heading-eng.text .text-move {
  opacity: .1;
  -webkit-transform: scale(1) translate(0);
  -ms-transform: scale(1) translate(0);
  transform: scale(1) translate(0); }

.text-move:nth-child(1) {
  -webkit-transition: opacity 1.2s ease 0.1s, -webkit-transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, -webkit-transform 1.2s ease 0.2s;
  -o-transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s, -webkit-transform 1.2s ease 0.2s; }

.text-move:nth-child(2) {
  -webkit-transition: opacity 1.2s ease 0.2s, -webkit-transform 1.2s ease 0.25s;
  transition: opacity 1.2s ease 0.2s, -webkit-transform 1.2s ease 0.25s;
  -o-transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
  transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
  transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s, -webkit-transform 1.2s ease 0.25s; }

.text-move:nth-child(3) {
  -webkit-transition: opacity 1.2s ease 0.25s, -webkit-transform 1.2s ease 0.3s;
  transition: opacity 1.2s ease 0.25s, -webkit-transform 1.2s ease 0.3s;
  -o-transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
  transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
  transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s, -webkit-transform 1.2s ease 0.3s; }

.text-move:nth-child(4) {
  -webkit-transition: opacity 1.2s ease 0.3s, -webkit-transform 1.2s ease 0.35s;
  transition: opacity 1.2s ease 0.3s, -webkit-transform 1.2s ease 0.35s;
  -o-transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
  transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
  transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s, -webkit-transform 1.2s ease 0.35s; }

.text-move:nth-child(5) {
  -webkit-transition: opacity 1.2s ease 0.35s, -webkit-transform 1.2s ease 0.4s;
  transition: opacity 1.2s ease 0.35s, -webkit-transform 1.2s ease 0.4s;
  -o-transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
  transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
  transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s, -webkit-transform 1.2s ease 0.4s; }

.text-move:nth-child(6) {
  -webkit-transition: opacity 1.2s ease 0.4s, -webkit-transform 1.2s ease 0.45s;
  transition: opacity 1.2s ease 0.4s, -webkit-transform 1.2s ease 0.45s;
  -o-transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s, -webkit-transform 1.2s ease 0.45s; }

.text-move:nth-child(7) {
  -webkit-transition: opacity 1.2s ease 0.45s, -webkit-transform 1.2s ease 0.5s;
  transition: opacity 1.2s ease 0.45s, -webkit-transform 1.2s ease 0.5s;
  -o-transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
  transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
  transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s, -webkit-transform 1.2s ease 0.5s; }

.text-move:nth-child(8) {
  -webkit-transition: opacity 1.2s ease 0.5s, -webkit-transform 1.2s ease 0.55s;
  transition: opacity 1.2s ease 0.5s, -webkit-transform 1.2s ease 0.55s;
  -o-transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s, -webkit-transform 1.2s ease 0.55s; }

.text-move:nth-child(9) {
  -webkit-transition: opacity 1.2s ease 0.55s, -webkit-transform 1.2s ease 0.6s;
  transition: opacity 1.2s ease 0.55s, -webkit-transform 1.2s ease 0.6s;
  -o-transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
  transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
  transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s, -webkit-transform 1.2s ease 0.6s; }

.text-move:nth-child(10) {
  -webkit-transition: opacity 1.2s ease 0.6s, -webkit-transform 1.2s ease 0.65s;
  transition: opacity 1.2s ease 0.6s, -webkit-transform 1.2s ease 0.65s;
  -o-transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
  transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
  transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s, -webkit-transform 1.2s ease 0.65s; }

.text-move:nth-child(11) {
  -webkit-transition: opacity 1.2s ease 0.65s, -webkit-transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.65s, -webkit-transform 1.2s ease 0.7s;
  -o-transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s, -webkit-transform 1.2s ease 0.7s; }

.text-move:nth-child(12) {
  -webkit-transition: opacity 1.2s ease 0.7s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.7s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(13) {
  -webkit-transition: opacity 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(14) {
  -webkit-transition: opacity 1.2s ease 0.8s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.8s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(15) {
  -webkit-transition: opacity 1.2s ease 0.85s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.85s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 0.85s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.85s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.85s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(16) {
  -webkit-transition: opacity 1.2s ease 0.9s, -webkit-transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.9s, -webkit-transform 1.2s ease 0.7s;
  -o-transition: opacity 1.2s ease 0.9s, transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.9s, transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 0.9s, transform 1.2s ease 0.7s, -webkit-transform 1.2s ease 0.7s; }

.text-move:nth-child(17) {
  -webkit-transition: opacity 1.2s ease 0.95s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.95s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 0.95s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.95s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 0.95s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(18) {
  -webkit-transition: opacity 1.2s ease 1s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(19) {
  -webkit-transition: opacity 1.2s ease 1.1s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.1s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1.1s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.1s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.1s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(20) {
  -webkit-transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1.2s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(21) {
  -webkit-transition: opacity 1.2s ease 1.3s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.3s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1.3s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.3s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.3s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(22) {
  -webkit-transition: opacity 1.2s ease 1.4s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.4s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1.4s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.4s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.4s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(23) {
  -webkit-transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1.5s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(24) {
  -webkit-transition: opacity 1.2s ease 1.6s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.6s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1.6s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.6s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.6s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(25) {
  -webkit-transition: opacity 1.2s ease 1.7s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.7s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1.7s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.7s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.7s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(26) {
  -webkit-transition: opacity 1.2s ease 1.8s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.8s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 1.8s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.8s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 1.8s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(27) {
  -webkit-transition: opacity 1.2s ease 1.9s, -webkit-transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 1.9s, -webkit-transform 1.2s ease 0.7s;
  -o-transition: opacity 1.2s ease 1.9s, transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 1.9s, transform 1.2s ease 0.7s;
  transition: opacity 1.2s ease 1.9s, transform 1.2s ease 0.7s, -webkit-transform 1.2s ease 0.7s; }

.text-move:nth-child(28) {
  -webkit-transition: opacity 1.2s ease 2.05s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.05s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.05s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.05s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.05s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(29) {
  -webkit-transition: opacity 1.2s ease 2.1s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.1s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.1s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.1s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.1s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(30) {
  -webkit-transition: opacity 1.2s ease 2.15s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.15s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.15s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.15s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.15s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(31) {
  -webkit-transition: opacity 1.2s ease 2.2s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.2s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.2s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.2s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.2s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(32) {
  -webkit-transition: opacity 1.2s ease 2.25s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.25s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.25s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.25s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.25s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(33) {
  -webkit-transition: opacity 1.2s ease 2.3s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.3s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.3s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.3s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.3s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(34) {
  -webkit-transition: opacity 1.2s ease 2.35s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.35s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.35s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.35s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.35s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(35) {
  -webkit-transition: opacity 1.2s ease 2.4s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.4s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.4s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.4s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.4s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.text-move:nth-child(36) {
  -webkit-transition: opacity 1.2s ease 2.45s, -webkit-transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.45s, -webkit-transform 1.2s ease 0.75s;
  -o-transition: opacity 1.2s ease 2.45s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.45s, transform 1.2s ease 0.75s;
  transition: opacity 1.2s ease 2.45s, transform 1.2s ease 0.75s, -webkit-transform 1.2s ease 0.75s; }

.is-onscreen .text {
  opacity: 1; }

.giftcatalog-snow {
  width: 200vh;
  height: 100%;
  background-image: url(/magfile/upload/2019winter/giftcatalog/snow_01.png), url(/magfile/upload/2019winter/giftcatalog/snow_02.png);
  -webkit-animation: snow 30s linear infinite;
  animation: snow 30s linear infinite;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  pointer-events: none; }

@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  50% { }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  50% { }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

.reflection {
  height: 100%;
  width: 100px;
  position: absolute;
  top: -280px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out;
  animation: reflection 3s ease-in-out; }
  @media (max-width: 767px) {
    .reflection {
      width: 400px;
      position: absolute;
      top: 0px;
      -webkit-transition: .1s;
      -o-transition: .1s;
      transition: .1s; } }

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: .05; }
  81% {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    opacity: .1; }
  100% {
    -webkit-transform: scale(30) rotate(45deg);
    transform: scale(30) rotate(45deg);
    opacity: 0; } }

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: .05; }
  81% {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    opacity: .1; }
  100% {
    -webkit-transform: scale(30) rotate(45deg);
    transform: scale(30) rotate(45deg);
    opacity: 0; } }
