/* 共通設定 */
.xmas2025 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.xmas2025 a {
    text-decoration: none;
    cursor: pointer;
}

.xmas2025 img {
    width: 100%;
    vertical-align: bottom;
}

.xmas2025 ul {
    list-style: none;
}

.xmas2025 .josefin {
    font-family: 'Josefin Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo UI', Meiryo, 'Yu Gothic', 'Noto Sans CJK JP', sans-serif;
}

.xmas2025 .loading {
    opacity: 0;
}

.xmas2025 .btn {
    background-color: #064214;
    border: #ccad75 solid 1px;
    height: 46px;
    border-radius: 30px;
    color: #ccad75;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Josefin Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo UI', Meiryo, 'Yu Gothic', 'Noto Sans CJK JP', sans-serif;
    font-weight: bold;line-height: 1;
    position: relative;
}

.xmas2025 .btn:hover {
  opacity: 0.7;
}

.xmas2025 .btn::after {
    content: "";
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;    
}

.xmas2025 .btn.btn-cs {
  color: #b48b58;
  border: #a27437 1px solid;
  background-color: #053510;
}

.xmas2025 .sp {
    display: none;
}

.xmas2025 .ac_wrapper {
    background-color: #064214;
    border-radius: 30px;
    border: #ccad75 1px solid;
}

.xmas2025 .ac_btn {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .xmas2025 .btn {
        height: calc(46vw / 320 * 100);
        font-size: calc(11vw / 320 * 100);
        border-radius: calc(30vw / 320 * 100);
    }

    .xmas2025 .sp {
        display: block;
    }

    .xmas2025 .pc {
        display: none;
    }

    .xmas2025 .ac_wrapper {
        border-radius: calc(30vw / 320 * 100);
    }
}

/* 背景とコンテンツの挙動 */
.xmas2025 .pcBg {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 0;
    bottom: 0;
    left: 0;
    background-color: #820500; 
}

.xmas2025 .pcBg.absolute {
    position: absolute;
}

.xmas2025 .content {
    width: 320px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    transition: 2s;
}

.xmas2025 .content.shadow {
    box-shadow: 0 0 25px #111;
}

footer {
    position: relative;
    z-index: 3;
}

@media screen and (max-width:768px) {
    .xmas2025 .content {
        width: 100%;
        transition: none;
    }
}

/* トップに戻るボタン */
.xmas2025 .btn_toTop {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: #ccad75 2px solid;
  background-color: #820500;
  background-image: url(/special/xmas2025/assets/images/xmas2025_btn_toTop.svg);
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 10;
  display: none;
}

.xmas2025 .btn_toTop.open {
  z-index: 0;
}

.xmas2025 .btn_toTop.absolute {
  position: absolute;
}

@media screen and (max-width:768px) {
  .xmas2025 .btn_toTop {
    width: calc(40vw / 320 * 100);
    height: calc(40vw / 320 * 100);
    background-size: calc(20vw / 320 * 100);
    bottom: calc(13vw / 320 * 100);
    right: calc(13vw / 320 * 100);
  }
}

/* PC背景 */
.xmas2025 .pcBg_left {
    width: calc(100% / 2 - 160px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    transition: 2s;
}

.xmas2025 .pcBg_right {
    width:  calc(100% / 2 - 160px);
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    transition: 2s;
}

.xmas2025 .pcBg_left,
.xmas2025 .pcBg_right {
    background-image: url(/special/xmas2025/assets/images/xmas2025_pcBg.png);
    background-size: 130% 130%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    .xmas2025 .pcBg_left,
    .xmas2025 .pcBg_right {
        display: none;
    }
}

.xmas2025 .pcBg_leftTop {
    position: absolute;
    top: 77.89px;
    left: 50%;
    transform: translateX(-50%);
    width: 368.0469px;
    z-index: 2;
}

.xmas2025 .pcBg_leftBottom {
    position: absolute;
    bottom: 53.68px;
    left: 50%;
    transform: translateX(-50%);
    width: 540px;
    padding-left: 70px;
    z-index: 1;
    transition: 2s;
}

.xmas2025 .pcBg_rightTop {
    position: absolute;
    top: 65.5px;
    right: 50%;
    transform: translateX(50%);
    width: 288px;
    z-index: 2;
    color: #ccad75;
    text-align: center;
}

.xmas2025 .pcBg_rightBottom {
    position: absolute;
    bottom: 53.68px;
    right: 50%;
    transform: translateX(50%);
    width: 530px;
    padding-left: 75px;
    z-index: 1;
    transition: 2s;
}

/* メニュー */
.xmas2025 .menu_ttl {
    font-size: 21.56px;
    font-weight: bold;
    margin-bottom: 11px;
}

.xmas2025 .menu_btn01 {
    margin-bottom: 26px;
}

.xmas2025 .menu_subTtl {
    font-size: 15px;
    margin-bottom: 11px;
    font-weight: bold;
}

.xmas2025 .menu_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 7.7px;
}

.xmas2025 .menu_list_btn {
    width: 90px;
    font-size: 9px;
}

.xmas2025 .menu_btn02 {
    margin-top: 27.32px;
}

.xmas2025 .menu_btn::after,
.xmas2025 .menu_list_btn::after {
    height: 8px;
    width: 9px;
    background-image: url(/special/xmas2025/assets/images/xmas2025_arrow-down.svg);
}

.xmas2025 .menu_btn.btn-cs::after,
.xmas2025 .menu_list_btn.btn-cs::after {
    background-image: url(/special/xmas2025/assets/images/xmas2025_arrow-down-cs.svg);
}

.xmas2025 .menu_btn::after {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.xmas2025 .menu_list_btn::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
}
@media screen and (max-width: 768px) {
    .xmas2025 .menu_ttl {
        font-size: calc(21.56vw / 320 * 100);
        margin-bottom: calc(11vw / 320 * 100);
    }

    .xmas2025 .menu_btn01 {
        margin-bottom: calc(26vw / 320 * 100);
    }

    .xmas2025 .menu_subTtl {
        font-size: calc(15vw / 320 * 100);
        margin-bottom: calc(11vw / 320 * 100);
    }

    .xmas2025 .menu_list {
        row-gap: calc(7.7vw / 320 * 100);
    }

    .xmas2025 .menu_list_btn {
        width: calc(90vw / 320 * 100);
        font-size: calc(9vw / 320 * 100);
    }

    .xmas2025 .menu_btn02 {
        margin-top: calc(27.32vw / 320 * 100);
    }

    .xmas2025 .menu_btn::after,
    .xmas2025 .menu_list_btn::after {
        height: calc(8vw / 320 * 100);
        width: calc(9vw / 320 * 100);
    }

    .xmas2025 .menu_btn::after {
        right: calc(20vw / 320 * 100);
    }

    .xmas2025 .menu_list_btn::after {
        bottom: calc(5vw / 320 * 100);
    }
}

/* ハンバーガー */
.xmas2025 .hamburger_btn {
    display: none;
    width: 30px;
    height: 22px;
    position: fixed;
    z-index: 99999;
    top: 19px;
    left: calc(100% / 2 - 160px + 19px);
    transition: 2s;
}

/* @media screen and (max-width: 1199px) {
    .xmas2025 .hamburger_btn {
        display: block;
    }
} */

.xmas2025 .hamburger_btn span {
    background-color: #fff;
    height: 2px;
    width: 30px;
    display: block;
    box-shadow: 0 0 3px #000;
    position: absolute;
    left: 0;
    transition: 0.4s;
}

.xmas2025 .hamburger_btn.open span {
    box-shadow: none;
}

.xmas2025 .hamburger_btn span:first-of-type {
    top: 0;
}

.xmas2025 .hamburger_btn.open span:first-of-type {
    transform: rotate(45deg);
    top: 45%;
}

.xmas2025 .hamburger_btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.xmas2025 .hamburger_btn.open span:nth-of-type(2) {
    opacity: 0;
}

.xmas2025 .hamburger_btn span:last-of-type {
    bottom: 0;
}

.xmas2025 .hamburger_btn.open span:last-of-type {
    transform: rotate(-45deg);
    bottom: 45%;
}

.xmas2025 .hamburger {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #820500;
    display: none;
}

.xmas2025 .hamburger .ac_wrapper {
    background: none;
    border: none;
    border-radius: 0;
}

.xmas2025 .hamburger_menu {
    width: 320px;
    margin: 0 auto;
    padding: 90px 69px 0;
    height: 100dvh;
    overflow-y: auto;
}

.xmas2025 .hamburger_menu_ac {
    display: none;
    padding-left: 26px;
    padding-top: 18px;
}

.xmas2025 .hamburger_menu_ac_link {
    color: #ccad75;
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 100%;
}

.xmas2025 .hamburger_menu_ac_link:hover {
    opacity: 0.7;
}

.xmas2025 .hamburger_menu_ac_item + .hamburger_menu_ac_item {
    margin-top: 8px;
}

.xmas2025 .hamburger_menu_item {
    margin-bottom: 25px;
}

.xmas2025 .hamburger_menu_link {
    color: #ccad75;
    font-weight: bold;
    font-size: 21px;
    display: block;
    width: 100%;
}

.xmas2025 .hamburger_menu_link:hover {
    opacity: 0.7;
}

.xmas2025 .hamburger_menu_link.ac_btn {
    position: relative;
}

.xmas2025 .hamburger_menu_link.ac_btn::before {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background-color: #ccad75;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 6px;
}

.xmas2025 .hamburger_menu_link.ac_btn.open::before {
    display: none;
}

.xmas2025 .hamburger_menu_link.ac_btn::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #ccad75;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
}

body.open {
    overflow: hidden;
}
html.open {
    overflow-y: scroll;
}

@media screen and (max-width: 768px) {
    .xmas2025 .hamburger_btn {
        width: calc(30vw / 320 * 100);
        height: calc(22vw / 320 * 100);
        top: calc(19vw / 320 * 100);
        left: calc(19vw / 320 * 100);
    }

    .xmas2025 .hamburger_btn span {
        height: calc(2vw / 320 * 100);
        width: calc(30vw / 320 * 100);
        box-shadow: 0 0 calc(3vw / 320 * 100) #000;
    }

    .xmas2025 .hamburger_menu {
        width: 100%;
        padding: calc(90vw / 320 * 100) calc(69vw / 320 * 100) 0;
    }

    .xmas2025 .hamburger_menu_ac {
        padding-left: calc(26vw / 320 * 100);
        padding-top: calc(18vw / 320 * 100);
    }

    .xmas2025 .hamburger_menu_ac_link {
        font-size: calc(14vw / 320 * 100);
    }

    .xmas2025 .hamburger_menu_ac_item + .hamburger_menu_ac_item {
        margin-top: calc(8vw / 320 * 100);
    }

    .xmas2025 .hamburger_menu_item {
        margin-bottom: calc(25vw / 320 * 100);
    }

    .xmas2025 .hamburger_menu_link {
        font-size: calc(21vw / 320 * 100);
    }

    .xmas2025 .hamburger_menu_link.ac_btn::before {
        width: calc(2vw / 320 * 100);
        height: calc(15vw / 320 * 100);
        right: calc(6vw / 320 * 100);
    }

    .xmas2025 .hamburger_menu_link.ac_btn::after {
        width: calc(15vw / 320 * 100);
        height: calc(2vw / 320 * 100);
    }
}

/* KV */
.xmas2025 .kv {
    height: 424px;
    background-image: url(/special/xmas2025/assets/images/xmas2025_kv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    transition: 2s;
}

.xmas2025 .kv_img {
    position: absolute;
}

.xmas2025 .kv_copy01 {
    width: 162.27px;
    top: 159.52px;
    left: 82.71px;
}

.xmas2025 .kv_copy02 {
    width: 73.3px;
    top: 11.44px;
    left: 230.72px;
}

.xmas2025 .kv_ttl {
    width: 252.37px;
    bottom: 9.12px;
    left: 33.9px;
}

.xmas2025 .kv_img01 {
    width: 94px;
    bottom: 22px;
    left: 4px;
    transform: rotate(-12deg);
}

.xmas2025 .kv_img02 {
    width: 25px;
    top: 4px;
    left: 16px;
    transform: rotate(-344deg);
}

.xmas2025 .kv_img03 {
    width: 105px;
    bottom: 27px;
    right: -3px;
    transform: rotate(-11deg);
}

.xmas2025 .kv_img03-green {
    width: 24px;
    right: 90px;
    bottom: 160px;
}

.xmas2025 .kv_img04 {
    width: 72px;
    right: 93px;
    top: 13px;
    transform: rotate(-346deg);
}

.xmas2025 .kv_img05 {
    width: 43px;
    left: 60px;
    top: 73px;
    transform: rotate(-5deg);
}

.xmas2025 .kv_img06 {
    width: 71px;
    right: 31px;
    top: 102px;
    transform: rotate(-12deg);
}

.xmas2025 .kv_img07 {
    width: 64px;
    left: 86px;
    top: -2px;
    transform: rotate(-32deg);
}

.xmas2025 .kv_img08 {
    width: 45px;
    left: 130px;
    bottom: 44px;
    transform: rotate(-338deg);
}

.xmas2025 .kv_img09 {
    width: 27px;
    right: 13px;
    top: 50px;
    transform: rotate(-15deg);
}

.xmas2025 .kv_img10 {
    width: 52px;
    left: 8px;
    bottom: 192px;
    transform: rotate(-338deg);
}

.xmas2025 .kv_img11 {
    width: 28px;
    left: 95px;
    bottom: 130px;
    transform: rotate(-5deg);
}

.xmas2025 .kv_img12 {
    width: 102px;
    right: -47px;
    bottom: 142px;
    transform: rotate(-26deg);
}

.xmas2025 .kv_shadow {
    width: 100%;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.kv_anime {
    animation-name: kv_anime-hr;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.kv_anime img {
    animation-name: kv_anime-vt;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.kv_anime-re {
    animation-name: kv_anime-hr;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}

.kv_anime-re img {
    animation-name: kv_anime-vt;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}
.kv_anime-dl {
    animation-name: kv_anime-hr;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.kv_anime-dl img {
    animation-name: kv_anime-vt;
    animation-duration: 3s;
    animation-delay: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.kv_anime-re-dl {
    animation-name: kv_anime-hr;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}

.kv_anime-re-dl img {
    animation-name: kv_anime-vt;
    animation-duration: 3s;
    animation-delay: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}

@keyframes kv_anime-hr{
  0%{
    transform: translateX(-2px);
  }
  100%{
    transform: translateX(2px);
  }
}
@keyframes kv_anime-vt{
  0%{
    transform: translateY(-2px);
  }
  100%{
    transform: translateY(2px);
  }
}

@media screen and (max-width: 768px) {
    .xmas2025 .kv {
        height: calc(424vw / 320 * 100);
    }

    .xmas2025 .kv_copy01 {
        width: calc(162.27vw / 320 * 100);
        top: calc(159.52vw / 320 * 100);
        left: calc(82.71vw / 320 * 100);
    }

    .xmas2025 .kv_copy02 {
        width: calc(73.3vw / 320 * 100);
        top: calc(11.44vw / 320 * 100);
        left: calc(230.72vw / 320 * 100);
    }

    .xmas2025 .kv_ttl {
        width: calc(252.37vw / 320 * 100);
        bottom: calc(9.12vw / 320 * 100);
        left: calc(33.9vw / 320 * 100);
    }

    .xmas2025 .kv_img01 {
        width: calc(94vw / 320 * 100);
        bottom: calc(22vw / 320 * 100);
        left: calc(4vw / 320 * 100);
    }

    .xmas2025 .kv_img02 {
        width: calc(25vw / 320 * 100);
        top: calc(4vw / 320 * 100);
        left: calc(16vw / 320 * 100);
    }

    .xmas2025 .kv_img03 {
        width: calc(105vw / 320 * 100);
        bottom: calc(27vw / 320 * 100);
        right: calc(-3vw / 320 * 100);
    }

    .xmas2025 .kv_img03-green {
        width: calc(24vw / 320 * 100);
        right: calc(90vw / 320 * 100);
        bottom: calc(160vw / 320 * 100);
    }

    .xmas2025 .kv_img04 {
        width: calc(72vw / 320 * 100);
        right: calc(93vw / 320 * 100);
        top: calc(13vw / 320 * 100);
    }

    .xmas2025 .kv_img05 {
        width: calc(43vw / 320 * 100);
        left: calc(60vw / 320 * 100);
        top: calc(73vw / 320 * 100);
    }

    .xmas2025 .kv_img06 {
        width: calc(71vw / 320 * 100);
        right: calc(31vw / 320 * 100);
        top: calc(102vw / 320 * 100);
    }

    .xmas2025 .kv_img07 {
        width: calc(64vw / 320 * 100);
        left: calc(86vw / 320 * 100);
        top: calc(-2vw / 320 * 100);
    }

    .xmas2025 .kv_img08 {
        width: calc(45vw / 320 * 100);
        left: calc(130vw / 320 * 100);
        bottom: calc(44vw / 320 * 100);
    }

    .xmas2025 .kv_img09 {
        width: calc(27vw / 320 * 100);
        right: calc(13vw / 320 * 100);
        top: calc(50vw / 320 * 100);
    }

    .xmas2025 .kv_img10 {
        width: calc(52vw / 320 * 100);
        left: calc(8vw / 320 * 100);
        bottom: calc(192vw / 320 * 100);
    }

    .xmas2025 .kv_img11 {
        width: calc(28vw / 320 * 100);
        left: calc(95vw / 320 * 100);
        bottom: calc(130vw / 320 * 100);
    }

    .xmas2025 .kv_img12 {
        width: calc(102vw / 320 * 100);
        right: calc(-47vw / 320 * 100);
        bottom: calc(142vw / 320 * 100);
    }

    @keyframes kv_anime-hr{
      0%{
        transform: translateX(calc(-2vw / 320 * 100));
      }
      100%{
        transform: translateX(calc(2vw / 320 * 100));
      }
    }
    @keyframes kv_anime-vt{
      0%{
        transform: translateY(calc(-2vw / 320 * 100));
      }
      100%{
        transform: translateY(calc(2vw / 320 * 100));
      }
    }
}

/* コンテンツ */
.xmas2025 section:nth-of-type(3n) {
    background-color: #064214;
}
.xmas2025 section:nth-of-type(3n+1) {
    background-color: #820500;
}
.xmas2025 section:nth-of-type(3n+2) {
    background-color: #b58a57;
}

.xmas2025 .content_inner {
    transition: 2s;
}

/* メニューセクション */
.xmas2025 .section_menu {
    text-align: center;
    color: #ccad75;
    padding-top: 17px;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
}

.xmas2025 .menu_event_ac_btn {
    font-size: 11px;
    font-weight: bold;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.xmas2025 .menu_event_ac_btn::after {
    content: "";
    display: block;
    background-image: url(/special/xmas2025/assets/images/xmas2025_plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-70%);
    height: 10px;
    width: 10px;
    transition: 0.4s;
}

.xmas2025 .menu_event_ac_btn.open::after {
    transform: rotate(45deg) translateY(-85%);
    right: 34px;
}

.xmas2025 .menu_event_ac {
    margin-bottom: 20px;
    position: relative;
}

.xmas2025 .menu_event_ac.open {
    margin-bottom: 31px;
}

.xmas2025 .menu_event_list {
    padding: 14px 16px 2px;
    border-top: none;
    /* display: none; */
}

.xmas2025 .menu_event {
    margin-bottom: 40px;
    text-align: left;
    color: #fff;
    padding-top: 20px;
    margin-top: -20px;
}

.xmas2025 .menu_event_img {
    position: relative;
    background-color: #fff;
    border: 6.5px solid #ccad75;
    margin-bottom: 18px;
    aspect-ratio: 1 / 1;
}

.xmas2025 .menu_event_img_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: #b58a57;
    font-weight: bold;
}

.xmas2025 .menu_event_ttl {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.384615;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
    margin-bottom: 4px;
}

.xmas2025 .menu_event_txt {
    font-size: 10px;
    line-height: 1.4;
}

.xmas2025 .menu_event_txt-cs {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}

.xmas2025 .menu_event_txt-detail {
    margin-bottom: 5px;
}

.xmas2025 .menu_event_txt_list li {
    padding-left: 1em;
    text-indent: -1em;
}

.xmas2025 .menu_event_period,
.xmas2025 .menu_event_place {
    display: inline-block;
    padding-left: 3em;
    text-indent: -3em;
}

.xmas2025 .menu_event_price {
    display: inline-block;
    padding-left: 4em;
    text-indent: -4em;
}

.xmas2025 .menu_event_terms {
    display: inline-block;
    padding-left: 5em;
    text-indent: -5em;
}

.xmas2025 .menu_event_btn {
    background-color: #ccad75;
    color: #fff;
    font-size: 13px;
    height: 42px;
    margin-top: 37px;
}

/* .xmas2025 .menu_event_btn:hover {
    opacity: 1;
} */

@media screen and (max-width: 768px) {
    .xmas2025 .section_menu {
        padding-top: calc(17vw / 320 * 100);
        padding-bottom: calc(21vw / 320 * 100);
        padding-left: calc(15vw / 320 * 100);
        padding-right: calc(15vw / 320 * 100);
    }

    .xmas2025 .menu_event_ac_btn {
        font-size: calc(11vw / 320 * 100);
        height: calc(46vw / 320 * 100);
    }

    .xmas2025 .menu_event_ac_btn::after {
        right: calc(28vw / 320 * 100);
        height: calc(10vw / 320 * 100);
        width: calc(10vw / 320 * 100);
    }

    .xmas2025 .menu_event_ac_btn.open::after {
        right: calc(34vw / 320 * 100);
    }

    .xmas2025 .menu_event_ac {
        margin-bottom: calc(20vw / 320 * 100);
    }

    .xmas2025 .menu_event_ac.open {
        margin-bottom: calc(31vw / 320 * 100);
    }

    .xmas2025 .menu_event_list {
        padding: calc(14vw / 320 * 100) calc(16vw / 320 * 100) calc(2vw / 320 * 100);
    }

    .xmas2025 .menu_event {
        margin-bottom: calc(40vw / 320 * 100);
        padding-top: calc(20vw / 320 * 100);
        margin-top: calc(-20vw / 320 * 100);
    }

    .xmas2025 .menu_event_img {
        border: calc(6.5vw / 320 * 100) solid #ccad75;
        margin-bottom: calc(18vw / 320 * 100);
    }

    .xmas2025 .menu_event_img_txt {
        font-size: calc(14vw / 320 * 100);
    }

    .xmas2025 .menu_event_ttl {
        font-size: calc(13vw / 320 * 100);
        margin-bottom: calc(4vw / 320 * 100);
    }

    .xmas2025 .menu_event_txt {
        font-size: calc(10vw / 320 * 100);
    }

    .xmas2025 .menu_event_txt-cs {
        font-size: calc(12vw / 320 * 100);
        margin-top: calc(40vw / 320 * 100);
    }

    .xmas2025 .menu_event_txt-detail {
        margin-bottom: calc(5vw / 320 * 100);
    }

    .xmas2025 .menu_event_btn {
        font-size: calc(13vw / 320 * 100);
        height: calc(42vw / 320 * 100);
        margin-top: calc(37vw / 320 * 100);
    }
}

/* イントロダクション */
.xmas2025 .section_intro {
    padding-top: 22px;
    padding-bottom: 25px;
    padding-left: 37px;
    padding-right: 30px;
}

.xmas2025 .intro_inner {
    height: 150px;
    margin-bottom: 55px;
    height: 176px;
    font-weight: bold;
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0.12em;
    color: #820500;
}

.xmas2025 .intro_btn {
    position: relative;
}

.xmas2025 .intro_btn .btn {
    width: 192px;
    margin: 0 auto;
}

.xmas2025 .intro_btn .btn::after {
    height: 8px;
    width: 9px;
    background-image: url(/special/xmas2025/assets/images/xmas2025_arrow-down.svg);
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.xmas2025 .simplebar-track.simplebar-vertical {
  width: 17px;
  background: linear-gradient(to right, transparent 0, transparent 8px, #fff 8px, #fff 9px, transparent 9px, transparent 17px);
}

.xmas2025 .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.xmas2025 .simplebar-scrollbar::before {
  background: #820500;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .xmas2025 .section_intro {
        padding-top: calc(22vw / 320 * 100);
        padding-bottom: calc(25vw / 320 * 100);
        padding-left: calc(37vw / 320 * 100);
        padding-right: calc(30vw / 320 * 100);
    }

    .xmas2025 .intro_inner {
        height: calc(150vw / 320 * 100);
        margin-bottom: calc(55vw / 320 * 100);
        height: calc(176vw / 320 * 100);
        font-size: calc(11vw / 320 * 100);
    }

    .xmas2025 .intro_btn .btn {
        width: calc(192vw / 320 * 100);
    }

    .xmas2025 .intro_btn .btn::after {
        height: calc(8vw / 320 * 100);
        width: calc(9vw / 320 * 100);
        right: calc(18vw / 320 * 100);
    }

    .xmas2025 .simplebar-track.simplebar-vertical {
      width: calc(17vw / 320 * 100);
      background: linear-gradient(to right, transparent 0, transparent calc(8vw / 320 * 100), #fff calc(8vw / 320 * 100), #fff calc(9vw / 320 * 100), transparent calc(9vw / 320 * 100), transparent calc(17vw / 320 * 100));
    }
}

/* プロダクト */
.xmas2025 .section_product {
    padding-top: 23px;
    padding-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    z-index: 1;
}

.xmas2025 .product_ac {
    width: 194px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
}

.xmas2025 .product_ttl {
    font-size: 13px;
    color: #ccad75;
    height: 46px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.xmas2025 .product_ttl::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(/special/xmas2025/assets/images/xmas2025_plus.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.xmas2025 .product_ttl.open::after {
    transform: rotate(45deg) translateY(-60%);
    right: 23px;
}

.xmas2025 .product_list {
    padding: 15px 0;
    width: 194px;
    margin: 0 auto;
    display: none;
    text-align: center;
}

.xmas2025 .product_list.open {
    border-top: #ccad75 1px solid;
}

.xmas2025 .product_list a {
    color: #ccad75;
}

.xmas2025 .product_list_item + .product_list_item {
    margin-top: 5px;
}

.xmas2025 .product_list_link:hover {
    opacity: 0.7;
}

.xmas2025 .product_subTtl {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 11px;
    font-weight: bold;
    font-size: 15px;
    color: #ccad75;
}

.xmas2025 .section_cosme .product_subTtl,
.xmas2025 .section_homeParty .product_subTtl {
    color: #820500;
}

.xmas2025 .product_ig_img_wrapper {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 25px;
    height: 230px;
}

.xmas2025 .section_accessory .product_ig_img_wrapper,
.xmas2025 .section_gourmet .product_ig_img_wrapper {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg01.png);
}

.xmas2025 .section_gift .product_ig_img_wrapper {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg02.png);
}

.xmas2025 .section_cosme .product_ig_img_wrapper {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg03-red.png);
}

.xmas2025 .section_fashion .product_ig_img_wrapper {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg04.png);
}

.xmas2025 .section_homeParty .product_ig_img_wrapper {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg02-red.png);
}

.xmas2025 .section_accessory .product_ig_img_wrapper-cs,
.xmas2025 .section_gourmet .product_ig_img_wrapper-cs {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg01-cs.png);
}

.xmas2025 .section_gift .product_ig_img_wrapper-cs {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg02-cs.png);
}

.xmas2025 .section_cosme .product_ig_img_wrapper-cs {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg03-red-cs.png);
}

.xmas2025 .section_fashion .product_ig_img_wrapper-cs {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg04-cs.png);
}

.xmas2025 .section_homeParty .product_ig_img_wrapper-cs {
    background-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg02-red-cs.png);
}

.xmas2025 .product_ig_slider img,
.xmas2025 .product_ig_single img {
  height: 230px;
  object-fit: cover;
  object-position: center center;
}

.xmas2025 .product_ig_slider .slick-list,
.xmas2025 .product_ig_single .product_ig_img {
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}

.xmas2025 .section_accessory .product_ig_slider .slick-list,
.xmas2025 .section_accessory .product_ig_single .product_ig_img,
.xmas2025 .section_gourmet .product_ig_slider .slick-list,
.xmas2025 .section_accessory .product_ig_slider .slick-list {
  mask-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg01-mask.png);
}

.xmas2025 .section_gift .product_ig_slider .slick-list, 
.xmas2025 .section_gift .product_ig_single .product_ig_img,
.xmas2025 .section_homeParty .product_ig_slider .slick-list, 
.xmas2025 .section_homeParty .product_ig_single .product_ig_img {
  mask-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg02-mask.png);
}

.xmas2025 .section_cosme .product_ig_slider .slick-list,
.xmas2025 .section_cosme .product_ig_single .product_ig_img {
  mask-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg03-mask.png);
}

.xmas2025 .section_fashion .product_ig_slider .slick-list,
.xmas2025 .section_fashion .product_ig_single .product_ig_img {
  mask-image: url(/special/xmas2025/assets/images/xmas2025_ig_bg04-mask.png);
}

.xmas2025 .slick-slider .slick-dots {
    bottom: auto;
    top: 240px;
    width: 100%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    column-gap: 4.35px;
}

.xmas2025 .slick-slider .slick-dots > li {
    margin: 0;
}

.xmas2025 .slick-slider .slick-dots button {
    height: 5px;
    width: 5px;
    background-color: #ccad75;
    opacity: 0.5;
}

.xmas2025 .slick-slider .slick-dots > li.slick-active button {
    height: 5px;
    width: 5px;
    border: none;
    background-color: #ccad75;
    opacity: 1;
}

.xmas2025 .section_cosme .slick-slider .slick-dots button,
.xmas2025 .section_homeParty .slick-slider .slick-dots button,
.xmas2025 .section_cosme .slick-slider .slick-dots > li.slick-active button,
.xmas2025 .section_homeParty .slick-slider .slick-dots > li.slick-active button {
    background-color: #820500;
}

.xmas2025 .product_ig_dotsDummy {
    position: absolute;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 100%;
}

.xmas2025 .slick-arrow {
    position: absolute;
    top: 50%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #ccad75;
    background-size: 36%;
    background-repeat: no-repeat;
}

.xmas2025 .section_cosme .slick-arrow,
.xmas2025 .section_homeParty .slick-arrow {
    background-color: #820500;
}

.xmas2025 .slick-arrow:not(.slick-disabled) {
    cursor: pointer;
}

.xmas2025 .slick-arrow:not(.slick-disabled):hover {
    opacity: 0.7;
}

.xmas2025 .slick-prev {
    background-image: url(/special/xmas2025/assets/images/xmas2025_slick_arrow_prev.svg);
    background-position: 9px center;
    left: 0;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.xmas2025 .slick-next {
    background-image: url(/special/xmas2025/assets/images/xmas2025_slick_arrow_next.svg);
    background-position: 12px center;
    right: 0;
    transform: translate(50%, -50%);
}

.xmas2025 .product_ig_cs_txt {
    font-size: 14px;
    color: #b58a57;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xmas2025 .product_ig_txt {
    line-height: 1.5;
    font-size: 12px;
    color: #fff;
}

.xmas2025 .product_ig_txt-cs {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .xmas2025 .section_product {
        padding-top: calc(23vw / 320 * 100);
        padding-bottom: calc(30vw / 320 * 100);
        padding-left: calc(32vw / 320 * 100);
        padding-right: calc(32vw / 320 * 100);
    }

    .xmas2025 .product_ac {
        width: calc(194vw / 320 * 100);
        font-size: calc(13vw / 320 * 100);
    }

    .xmas2025 .product_ttl {
        font-size: calc(13vw / 320 * 100);
        height: calc(46vw / 320 * 100);
    }

    .xmas2025 .product_ttl::after {
        width: calc(10vw / 320 * 100);
        height: calc(10vw / 320 * 100);
        right: calc(18vw / 320 * 100);
    }

    .xmas2025 .product_ttl.open::after {
        right: calc(23vw / 320 * 100);
    }

    .xmas2025 .product_list {
        padding: calc(15vw / 320 * 100) 0;
        width: calc(194vw / 320 * 100);
    }

    .xmas2025 .product_list_item + .product_list_item {
        margin-top: calc(5vw / 320 * 100);
    }

    .xmas2025 .product_subTtl {
        margin-top: calc(30vw / 320 * 100);
        margin-bottom: calc(11vw / 320 * 100);
        font-size: calc(15vw / 320 * 100);
    }

    .xmas2025 .product_ig_img_wrapper {
        margin-bottom: calc(25vw / 320 * 100);
        height: calc(230vw / 320 * 100);
    }

    .xmas2025 .product_ig_slider img,
    .xmas2025 .product_ig_single img {
      height: calc(230vw / 320 * 100);
    }

    .xmas2025 .slick-slider .slick-dots {
        top: calc(240vw / 320 * 100);
        column-gap: calc(4.35vw / 320 * 100);
    }

    .xmas2025 .slick-slider .slick-dots button {
        height: calc(5vw / 320 * 100);
        width: calc(5vw / 320 * 100);
    }

    .xmas2025 .slick-slider .slick-dots > li.slick-active button {
        height: calc(5vw / 320 * 100);
        width: calc(5vw / 320 * 100);
    }

    .xmas2025 .product_ig_dotsDummy {
        height: calc(20vw / 320 * 100);
    }

    .xmas2025 .slick-arrow {
        width: calc(33vw / 320 * 100);
        height: calc(33vw / 320 * 100);
    }

    .xmas2025 .slick-prev {
        background-position: calc(9vw / 320 * 100) center;
    }

    .xmas2025 .slick-next {
        background-position: calc(12vw / 320 * 100) center;
    }

    .xmas2025 .product_ig_cs_txt {
        font-size: calc(14vw / 320 * 100);
    }

    .xmas2025 .product_ig_txt {
        font-size: calc(12vw / 320 * 100);
    }
}

/* キャラクター */
.xmas2025 .section_chara {
    padding: 30px 20px 65px;
}

.xmas2025 .chara_ttl {
    color: #b58a57;
    text-align: center;
    font-size: 23px;
    margin-bottom: 25px;
}

.xmas2025 .chara_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 15px;
}

.xmas2025 .chara_list_txt {
    font-size: 9px;
    line-height: 1.3;
    color: #000;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    font-weight: bold;
    z-index: 2;
}

.xmas2025 .chara_list_item {
    width: 130px;
    height: 262px;
    position: relative;
}

.xmas2025 .chara_list_ttl {
  position: absolute;
  z-index: 2;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
}

.xmas2025 .chara_list_ttl img {
  display: block;
}

.xmas2025 .chara_list_ttl01 {
  width: 68px;
}

.xmas2025 .chara_list_ttl02 {
  width: 81px;
}

.xmas2025 .chara_list_ttl03 {
  width: 82px;
}

.xmas2025 .chara_list_ttl04 {
  width: 66px;
}

.xmas2025 .chara_list_ttl05 {
  width: 82px;
}

.xmas2025 .chara_list_ttl06 {
  width: 68px;
}

.xmas2025 .chara_list_ttl07 {
  width: 82px;
}

.xmas2025 .chara_list_ttl08 {
  width: 67px;
}

.xmas2025 .chara_list_ttl09 {
  width: 96px;
}

.xmas2025 .chara_list_ttl10 {
  width: 82px;
}

.xmas2025 .chara_list_ttl11 {
  width: 82px;
}

.xmas2025 .chara_list_ttl12 {
  width: 82px;
}

.xmas2025 .chara_list_item_border {
  position: absolute;
  width: 130px;
  top: 0;
  left: 0;
  z-index: 1;
}

.xmas2025 .chara_list_img_wrapper {
  position: relative;
  height: 158px;
  width: 100%;
  overflow: hidden;
}

.xmas2025 .chara_list_img {
  position: absolute;
  display: block;
}

.xmas2025 .chara_list_img01 {
  min-width: 160px;
  bottom: -23px;
  left: -14px;
}

.xmas2025 .chara_list_img02 {
  min-width: 154px;
  bottom: -33px;
  left: -14px;
}

.xmas2025 .chara_list_img03 {
  min-width: 164px;
  bottom: -34px;
  left: -16px;
}

.xmas2025 .chara_list_img04 {
  min-width: 156px;
  bottom: -33px;
  left: -14px;
}

.xmas2025 .chara_list_img05 {
  min-width: 178px;
  bottom: -46px;
  left: -26px;
}

.xmas2025 .chara_list_img06 {
  min-width: 220px;
  bottom: -30px;
  left: -56px;
}

.xmas2025 .chara_list_img07 {
  min-width: 145px;
  bottom: -40px;
  left: -10px;
}

.xmas2025 .chara_list_img08 {
  min-width: 148px;
  bottom: -42px;
  left: -4px;
}

.xmas2025 .chara_list_img09 {
  min-width: 163px;
  bottom: -19px;
  left: -20px;
}

.xmas2025 .chara_list_img10 {
  min-width: 172px;
  bottom: -42px;
  left: -21px;
}

.xmas2025 .chara_list_img11 {
  min-width: 174px;
  bottom: -20px;
  left: -23px;
}

.xmas2025 .chara_list_img12 {
  min-width: 172px;
  bottom: -37px;
  left: -20px;
}

@media screen and (max-width: 768px) {
    .xmas2025 .section_chara {
        padding: calc(30vw / 320 * 100) calc(20vw / 320 * 100) calc(65vw / 320 * 100);
    }

    .xmas2025 .chara_ttl {
        font-size: calc(23vw / 320 * 100);
        margin-bottom: calc(25vw / 320 * 100);
    }

    .xmas2025 .chara_list {
        row-gap: calc(15vw / 320 * 100);
    }

    .xmas2025 .chara_list_txt {
        font-size: calc(9vw / 320 * 100);
        top: calc(190vw / 320 * 100);
        width: calc(110vw / 320 * 100);
    }

    .xmas2025 .chara_list_item {
        width: calc(130vw / 320 * 100);
        height: calc(262vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl {
      top: calc(170vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl01 {
      width: calc(68vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl02 {
      width: calc(81vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl03 {
      width: calc(82vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl04 {
      width: calc(66vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl05 {
      width: calc(82vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl06 {
      width: calc(68vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl07 {
      width: calc(82vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl08 {
      width: calc(67vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl09 {
      width: calc(96vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl10 {
      width: calc(82vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl11 {
      width: calc(82vw / 320 * 100);
    }

    .xmas2025 .chara_list_ttl12 {
      width: calc(82vw / 320 * 100);
    }

    .xmas2025 .chara_list_item_border {
      width: calc(130vw / 320 * 100);
    }

    .xmas2025 .chara_list_img_wrapper {
      height: calc(158vw / 320 * 100);
    }

    .xmas2025 .chara_list_img01 {
      min-width: calc(160vw / 320 * 100);
      bottom: calc(-23vw / 320 * 100);
      left: calc(-14vw / 320 * 100);
    }

    .xmas2025 .chara_list_img02 {
      min-width: calc(154vw / 320 * 100);
      bottom: calc(-33vw / 320 * 100);
      left: calc(-14vw / 320 * 100);
    }

    .xmas2025 .chara_list_img03 {
      min-width: calc(164vw / 320 * 100);
      bottom: calc(-34vw / 320 * 100);
      left: calc(-16vw / 320 * 100);
    }

    .xmas2025 .chara_list_img04 {
      min-width: calc(156vw / 320 * 100);
      bottom: calc(-33vw / 320 * 100);
      left: calc(-14vw / 320 * 100);
    }

    .xmas2025 .chara_list_img05 {
      min-width: calc(178vw / 320 * 100);
      bottom: calc(-46vw / 320 * 100);
      left: calc(-26vw / 320 * 100);
    }

    .xmas2025 .chara_list_img06 {
      min-width: calc(220vw / 320 * 100);
      bottom: calc(-30vw / 320 * 100);
      left: calc(-56vw / 320 * 100);
    }

    .xmas2025 .chara_list_img07 {
      min-width: calc(145vw / 320 * 100);
      bottom: calc(-40vw / 320 * 100);
      left: calc(-10vw / 320 * 100);
    }

    .xmas2025 .chara_list_img08 {
      min-width: calc(148vw / 320 * 100);
      bottom: calc(-42vw / 320 * 100);
      left: calc(-4vw / 320 * 100);
    }

    .xmas2025 .chara_list_img09 {
      min-width: calc(163vw / 320 * 100);
      bottom: calc(-19vw / 320 * 100);
      left: calc(-20vw / 320 * 100);
    }

    .xmas2025 .chara_list_img10 {
      min-width: calc(172vw / 320 * 100);
      bottom: calc(-42vw / 320 * 100);
      left: calc(-21vw / 320 * 100);
    }

    .xmas2025 .chara_list_img11 {
      min-width: calc(174vw / 320 * 100);
      bottom: calc(-20vw / 320 * 100);
      left: calc(-23vw / 320 * 100);
    }

    .xmas2025 .chara_list_img12 {
      min-width: calc(172vw / 320 * 100);
      bottom: calc(-37vw / 320 * 100);
      left: calc(-20vw / 320 * 100);
    }
}

/* キャラクター */
.chara {
    position: absolute;
}

.chara_anime {
    animation-name: chara_anime-hr;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.chara_anime img {
    animation-name: chara_anime-vt;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.chara_anime-re-dl {
    animation-name: chara_anime-hr;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}

.chara_anime-re-dl img {
    animation-name: chara_anime-vt;
    animation-duration: 3s;
    animation-delay: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}

@keyframes chara_anime-hr{
  0%{
    transform: translateX(-5px);
  }
  100%{
    transform: translateX(5px);
  }
}
@keyframes chara_anime-vt{
  0%{
    transform: translateY(-5px);
  }
  100%{
    transform: translateY(5px);
  }
}

.chara04-01 {
    width: 47px;
    top: -42px;
    left: 34px;
}

.chara06 {
    width: 64px;
    top: -100%;
    right: 41px;
}

.chara01 {
    width: 63px;
    top: -55px;
    left: 11px;
    transform: rotate(-15deg);
    z-index: -1;
}

.chara12 {
    width: 95px;
    top: -55px;
    right: -14px;
    transform: rotate(14deg);
    z-index: -1;
}

.chara07 {
    width: 64px;
    top: -45px;
    left: -4px;
    transform: rotate(-25deg);
    z-index: -1;
}

.chara05 {
    width: 54px;
    top: -49px;
    right: 10px;
    transform: rotate(14deg);
    z-index: -1;
}

.chara09 {
    width: 35px;
    top: -53px;
    left: -11px;
    z-index: -1;
}

.chara02 {
    width: 28px;
    top: -43px;
    right: 5px;
    transform: rotate(11deg);
    z-index: -1;
}

.chara11 {
    width: 35px;
    top: -43px;
    left: 5px;
    transform: rotate(8deg);
    z-index: -1;
}

.chara04-02 {
    width: 55px;
    top: -55px;
    left: -3px;
    transform: rotate(-19deg);
    z-index: -1;
}
.chara03 {
    width: 100px;
    top: -50px;
    right: -30px;
    transform: rotate(20deg);
    z-index: -1;
}

.chara03-green {
    width: 27px;
    top: -35px;
    left: 17px;
    transform: rotate(-8deg);
    z-index: -1;
}

.chara10 {
    width: 41px;
    top: -50px;
    left: 12px;
    transform: rotate(-13deg);
    z-index: -1;
}

.chara08 {
    width: 40px;
    top: -74px;
    right: 5px;
    transform: rotate(15deg);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    @keyframes chara_anime-hr{
      0%{
        transform: translateX(calc(-5vw / 320 * 100));
      }
      100%{
        transform: translateX(calc(5vw / 320 * 100));
      }
    }
    @keyframes chara_anime-vt{
      0%{
        transform: translateY(calc(-5vw / 320 * 100));
      }
      100%{
        transform: translateY(calc(5vw / 320 * 100));
      }
    }

    .chara04-01 {
        width: calc(47vw / 320 * 100);
        top: calc(-42vw / 320 * 100);
        left: calc(34vw / 320 * 100);
    }

    .chara06 {
        width: calc(64vw / 320 * 100);
        right: calc(41vw / 320 * 100);
    }

    .chara01 {
        width: calc(63vw / 320 * 100);
        top: calc(-55vw / 320 * 100);
        left: calc(11vw / 320 * 100);
    }

    .chara12 {
        width: calc(95vw / 320 * 100);
        top: calc(-55vw / 320 * 100);
        right: calc(-14vw / 320 * 100);
    }

    .chara07 {
        width: calc(64vw / 320 * 100);
        top: calc(-45vw / 320 * 100);
        left: calc(-4vw / 320 * 100);
    }

    .chara05 {
        width: calc(54vw / 320 * 100);
        top: calc(-49vw / 320 * 100);
        right: calc(10vw / 320 * 100);
    }

    .chara09 {
        width: calc(35vw / 320 * 100);
        top: calc(-53vw / 320 * 100);
        left: calc(-11vw / 320 * 100);
    }

    .chara02 {
        width: calc(28vw / 320 * 100);
        top: calc(-43vw / 320 * 100);
        right: calc(5vw / 320 * 100);
    }

    .chara11 {
        width: calc(35vw / 320 * 100);
        top: calc(-43vw / 320 * 100);
        left: calc(5vw / 320 * 100);
    }

    .chara04-02 {
        width: calc(55vw / 320 * 100);
        top: calc(-55vw / 320 * 100);
        left: calc(-3vw / 320 * 100);
    }

    .chara03 {
        width: calc(100vw / 320 * 100);
        top: calc(-50vw / 320 * 100);
        right: calc(-30vw / 320 * 100);
    }

    .chara03-green {
        width: calc(27vw / 320 * 100);
        top: calc(-35vw / 320 * 100);
        left: calc(17vw / 320 * 100);
    }

    .chara10 {
        width: calc(41vw / 320 * 100);
        top: calc(-50vw / 320 * 100);
        left: calc(12vw / 320 * 100);
    }

    .chara08 {
        width: calc(40vw / 320 * 100);
        top: calc(-74vw / 320 * 100);
        right: calc(5vw / 320 * 100);
    }
}