@charset "utf-8";
header,
.breadcrumbs,
.foot-banner,
footer {
    z-index: 10;
    position: relative;
}
.top-bg {
    background: none!important;
}
.top-back {
    display: none!important;
}
.foot-banner {
    background: #fff;
}
#hobby_content {
    position: relative;
}
#hobby_content * {
    box-sizing: border-box;
}
#hobby_content a {
    transition: all 0.2s ease;
}
#hobby_content a:hover {
    text-decoration: none;
    cursor: pointer;
    transform: translateY(-4px);
    opacity: 1;
}
#hobby_content a, #hobby_content a:focus, #hobby_content area, #hobby_content area:focus {
    outline: none;
}
#hobby_content p, #hobby_content dd, #hobby_content li {
    text-align: justify;
    line-height: 1;
}
#hobby_content img {
    max-width: 100%;
    vertical-align: bottom;
}
@media screen and (min-width: 768px) {
    /* ======================================
    content [ コンテンツ ]
    ====================================== */
    #hobby_content .d_sp {
        display: none !important;
    }
    #hobby_content #page-top {
        cursor: pointer;
        display: none;
        overflow: hidden;
        position: fixed;
        bottom: 20px;
        right: calc(50% - 260px);
        width: 50px;
        transition: 0.4s ease-out;
        z-index: 2;
    }
    /* layout ====================================== */
    #hobby_content {
        position: relative;
        width: 100vw;
        height: 100%;
        overflow: hidden;
    }
    #hobby_content .cd-fixed-bg {
        position: relative;
        min-height: 100%;
        height: 100%;
        background-size: auto 100vh;
        background-attachment: fixed;
        background-repeat: repeat-x;
        background-position: center center;
        z-index: 2;
        background-image: url("../img/250719_hobby_takaratomy/content_bg.png");
    }
    #hobby_content .side_nav {
        position: fixed;
        bottom: 148px;
        left: calc(50% - 620px);
        width: 304px;
        height: auto;
        transition: all 0.3s ease;
    }
    #hobby_content .side_nav.scroll-in {
        bottom: calc(50% - 133px);
    }
    #hobby_content .side_nav ul {
        position: relative;
        padding-top: 12px;
    }
    #hobby_content .side_nav ul::after {
        display: block;
        /* content: ''; */
        content: unset;
        width: 100%;
        height: 2px;
        background: #fff;
        box-shadow: 2px 2px #20acd5;
        position: absolute;
        top: 0;
        left: 0;
    }
    #hobby_content .side_nav li {
        display: block;
        padding-bottom: 12px;
        margin-bottom: 12px;
        width: 100%;
        position: relative;
    }
    #hobby_content .side_nav li::after {
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background: #00458c;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #hobby_content .side_nav li:last-of-type:after {
        content: unset;
    }
    #hobby_content .side_nav a {
        display: block;
    }
    #hobby_content #content_main {
        width: 390px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        background: #fff;
    }
    #hobby_content .sec_cont {
        position: relative;
        margin-bottom: 12px;
    }
    #hobby_content .sec_cont .btn_buy {
        position: absolute;
        bottom: 28px;
        width: 58.857%;
        left: 20%;
    }
    #hobby_content .sec_pool_inner .btn_buy02 {
        position: absolute;
        top: 61%;
        width: 58.857%;
        left: 20%;
    }
    #hobby_content .sec_pool_inner .btn_buy03 {
        position: absolute;
        top: 27.4%;
        width: 58.857%;
        left: 20%;
    }
    #hobby_content #sec_game .sec_cont .btn_buy01 {
        top: 466px;
        bottom: unset;
    }
    #hobby_content #sec_game .sec_cont .btn_buy02 {
        bottom: 186px;
    }
    #hobby_content .sec_cont_half .btn_buy {
    }
    /* pagetop */
    #hobby_content .pagetop {
        position: fixed;
        right: 20px;
        bottom: 165px;
        width: 65px;
        cursor: pointer;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
    }
    #hobby_content .pagetop.active {
        opacity: 1;
        visibility: visible;
    }

    /* mv
   * ************************************************** */
    #hobby_content #mv {
        padding-top: 23.077%;
        background: url("../img/250719_hobby_takaratomy/mv_bg.png") no-repeat;
        background-size: 100%;
    }
    #hobby_content #mv h1 {
        width: 89.744%;
        margin: 0 auto 48px;
    }
    #hobby_content #mv .zoomIn {
        animation-name: zoomInAnime;
        animation-duration: 2s;
        animation-fill-mode: forwards;
    }
    #hobby_content #mv .mv_check {
        display: block;
        margin: 0 auto 12px;
        width: 46.154%;
        animation: floating-y .8s ease-in-out infinite alternate-reverse;
    }
    #hobby_content #mv .mv_btn {
        width: 100%;
        background: #fff;
        padding: 0 5.128% 0;
    }
    #hobby_content #mv .mv_btn a {
        display: block;
    }
    #hobby_content #mv .mv_btn a:not(:last-of-type) {
        margin-bottom: 8px;
    }
    /* mv_nav */
    #hobby_content #mv .mv_nav {
        /* background: url("../img/250719_hobby_takaratomy/mv_nav_bg.png") 0 0 / 100%; */
        /* padding: 25px 5.128% 18px; */
        padding: 5px 5.128% 18px;
    }
    #hobby_content #mv .mv_nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        /* padding-bottom: 14px; */
        padding-bottom: 0;
        border-bottom: 2px solid #040000;
    }
    #hobby_content #mv .mv_nav ul li {
        align-content: center;
        margin: 2px 0;
        height: 96px;
        width: 50%;
    }
    #hobby_content #mv .mv_nav ul li:nth-child(1),
    #hobby_content #mv .mv_nav ul li:nth-child(2) {
        border-bottom: 3px dotted #005ead;
    }
    #hobby_content #mv .mv_nav ul li:nth-child(5),
    #hobby_content #mv .mv_nav ul li:nth-child(6) {
        border-top: 3px dotted #005ead;
    }
    #hobby_content #mv .mv_nav ul li:nth-child(2),
    #hobby_content #mv .mv_nav ul li:nth-child(4),
    #hobby_content #mv .mv_nav ul li:nth-child(6) {
        border-left: 3px dotted #005ead;
    }
    #hobby_content #mv .mv_nav ul li a {
        display: block;
        /* padding: 16px 0; */
    }
    #hobby_content #mv .mv_nav ul li img {
        display: block;
        margin: 0 auto;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_pool img,
    #hobby_content #mv .mv_nav ul li.mv_nav_sand img {
        width: 73.864%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_lego img,
    #hobby_content #mv .mv_nav ul li.mv_nav_game img  {
        width: 60.227%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_tomica img {
        width: 25.72%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_tomca img {
        width: 27%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_plarail img {
        width: 48.568%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_pokemon img {
        width: 48.84%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_other img {
        width: 90.28%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_battlehobby img {
        width: 62.286%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_game img {
        width: 29.146%;
    }
    
    /* nav
   * ************************************************** */
    #hobby_content #nav {
        padding: 6px 0;
        width: 100vw;
        background: url("../img/250719_hobby_takaratomy/nav_bg.png") no-repeat 50% 50% / cover;
    }
    #hobby_content #nav .nav_inner {
        padding: 10px 0;
        background: #fff;
    }
    #hobby_content #nav ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        border-right: 3px dotted #f9c7c7;
    }
    #hobby_content #nav ul li {
        display: block;
        width: 25%;
        box-sizing: border-box;
        border-left: 3px dotted #f9c7c7;
    }
    /* sec_pool
   * ************************************************** */
    #hobby_content #sec_pool {
        padding: 0;
    }
    #hobby_content #sec_pool .sec_pool_inner {
        background: url("../img/250719_hobby_takaratomy/tomica_bg02.png") no-repeat;
        background-position: center top;
        background-size: 100%;
        padding: 20px 5.128% 14px;
        margin: -12.2% auto 0;
    }
    #hobby_content #sec_pool .pool_ttl {
        background-image: url("../img/250719_hobby_takaratomy/tomica_bg.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding: 6% 9.414%;
        margin: 0 auto;
        width: 100%;
    }
    #hobby_content #sec_pool .pool_cont_head {
        position: relative;
        z-index: 99999;
    }
    #hobby_content #sec_pool .pool_cont05,
    #hobby_content #sec_pool .pool_cont07 {
        z-index: 2;
    }
    #hobby_content #sec_pool .pool_cont05::before {
        content: '';
        display: block;
        width: 390px;
        height: 33px;
        background: url("../img/250719_hobby_takaratomy/pool_line.png") no-repeat 0 0 / 100%;
        position: absolute;
        bottom: -31px;
        left: -5.6%;
        z-index: -1;
    }
    #hobby_content #sec_pool .pool_cont05 {
        margin-bottom: 35px;
    }
    #hobby_content #sec_pool .pool_cont06 {
        margin-bottom: 30px;
    }
    #hobby_content #sec_pool .pool_cont08 .btn_buy01 {
        bottom: 55.603%;
    }
    #hobby_content #sec_pool .pool_cont08 .btn_buy02 {
        bottom: 17.026%;
    }
    #hobby_content #sec_pool .pool_cont08 .btn_buy03 {
        bottom: 2.909%;
    }
    /* sec_sand
   * ************************************************** */
    #hobby_content #sec_sand {
        padding: 14px 5.128% 19px;
        background: url("../img/250719_hobby_takaratomy/plarail_bg.png") no-repeat;
        background-size: 100%;
        position: relative;
    }
    /* #hobby_content #sec_sand::after {
        display: block;
        content: '';
        width: 100%;
        height: 63px;
        background: url("../img/250719_hobby_takaratomy/sand_bg_top.png") no-repeat 50% 0 / 100%;
        position: absolute;
        top: -30px;
        left: 0;
    } */
    #hobby_content #sec_sand .sand_ttl {
        margin: 0 auto 34px;
        width: 100%;
    }
    /* sec_lego
   * ************************************************** */
    #hobby_content #sec_lego {
        padding: 25px 5.128% 26px;
        background: url("../img/250719_hobby_takaratomy/pokemon_bg.png") no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #hobby_content #sec_lego .lego_ttl {
        margin: 0 auto 20px;
        width: 100%;
    }
    #hobby_content #sec_lego .btn_buy {
        bottom: 22px;
    }
    #hobby_content #sec_lego .btn_buy01 {
        bottom: 186px;
    }
    /* sec_game
   * ************************************************** */
    #hobby_content #sec_game {
        padding: 32px 5.128% 40px;
        background: url("../img/250719_hobby_takaratomy/other_bg.png") no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #hobby_content #sec_game .game_ttl {
        margin: 0 auto 20px;
        width: 100%;
    }
    /* sec_battlehobby
   * ************************************************** */
    #hobby_content #sec_battlehobby {
        padding: 32px 5.128% 8px;
        background: url("../img/250719_hobby_takaratomy/battlehobby_bg.png") no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #hobby_content #sec_battlehobby .game_ttl {
        margin: 0 auto 20px;
        width: 100%;
    }
    /* sec_game02
   * ************************************************** */
    #hobby_content #sec_game02 {
        padding: 26px 5.128% 4px;
        background: url("../img/250719_hobby_takaratomy/game_bg.png") no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #hobby_content #sec_game02 .game_ttl {
        margin: 0 auto 20px;
        width: 100%;
    }
    /* sec_store
   * ************************************************** */
    #hobby_content #sec_store {
        padding: 38px 5.128%;
        background: #fff;
    }
    #hobby_content #sec_store a {
        display: block;
    }
    /* sec_coupon
   * ************************************************** */
    #hobby_content #sec_coupon {
        padding: 38px 5.128% 45px;
        background: #fdf7dc;
    }
    #hobby_content #sec_coupon .coupon_ttl {
        margin: 0 auto 30px;
    }
    #hobby_content #sec_coupon .coupon_btn {
        display: block;
    }
    /* sns
   * ************************************************** */
    #hobby_content #sns {
        padding: 38px 5.128% 15px;
        background: #fff;
    }
    #hobby_content #sns .sns_ttl {
        margin: 0 auto 35px;
    }
    #hobby_content #sns .sns_btn_wrap a {
        display: block;
        margin-bottom: 25px;
    }
    /* notes
   * ************************************************** */
    #hobby_content #notes {
        padding: 0 5.128% 45px;
    }
    #hobby_content #sec_tokuten {
        background-image: url("../img/250719_hobby_takaratomy/tokuten_bg.png");
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 0 0 6%;
    }
    #hobby_content #sec_tokuten .tokuten_img {
        margin: 0 auto;
        width: 88%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1265px) {
    #hobby_content .side_nav {
        position: fixed;
        bottom: 130px;
        left: calc(50% - 474px);
        width: 250px;
        height: auto;
        transition: all 0.3s ease;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    #hobby_content #content_main {
        margin: 0 auto 0 calc(50% - 70px);
    }
    #hobby_content .side_nav {
        left: calc(50% - 332px);
    }
    #hobby_content #page-top {
        right: calc(50% - 380px);
    }
    #hobby_content .cd-fixed-bg::after,
    #hobby_content::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /* ======================================
    content [ コンテンツ ]
    ====================================== */
    #hobby_content .d_pc {
        display: none !important;
    }
    #hobby_content #page-top {
        cursor: pointer;
        display: none;
        overflow: hidden;
        position: fixed;
        bottom: 2vw;
        right: 2vw;
        width: 12.821vw;
        transition: 0.4s ease-out;
        z-index: 12;
    }
    #hobby_content #content_main {
        background: #fff;
    }
    #hobby_content .side_nav {
        display: none;
    }
    #hobby_content .sec_cont {
        position: relative;
        margin-bottom: 3vw;
    }
    #hobby_content .sec_cont .btn_buy {
        position: absolute;
        bottom: 6.1538vw;
        left: 17.9487vw;
        width: 52.8205vw;
    }
    #hobby_content .sec_pool_inner .btn_buy02 {
        position: absolute;
        top: 61%;
        width: 58.857%;
        left: 20%;
    }
    #hobby_content .sec_pool_inner .btn_buy03 {
        position: absolute;
        top: 27.4%;
        width: 58.857%;
        left: 20%;
    }
    #hobby_content #sec_game .sec_cont .btn_buy01 {
        bottom: 39.6%;
    }
    #hobby_content #sec_game .sec_cont .btn_buy02 {
        bottom: 45.692vw;
    }
    /* pagetop */
    #hobby_content .pagetop {
        position: fixed;
        right: 3vw;
        bottom: 46vw;
        width: 12vw;
        cursor: pointer;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
    }
    #hobby_content .pagetop.active {
        opacity: 1;
        visibility: visible;
    }
    /* ======================================
        globalMenuSp
      ====================================== */
    #hobby_content nav.globalMenuSp {
        position: fixed;
        z-index: 1001;
        top: 0;
        right: 0;
        background: rgba(100,198,236,.9);
        transform: translateY(-150%);
        transition: all 0.6s;
        width: 60vw;
        padding: 17.949vw 8vw 8vw;
        border-radius: 5px;
        border: 2px solid #005ead;
        box-shadow: 6px 6px #005ead;
    }
    #hobby_content nav.globalMenuSp li {
        display: block;
        padding-bottom: 3.077vw;
        margin-bottom: 3.077vw;
        width: 100%;
        position: relative;
    }
    #hobby_content nav.globalMenuSp ul {
        position: relative;
        padding-top: 3.077vw;
    }
    #hobby_content nav.globalMenuSp ul::after {
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        box-shadow: 2px 2px #20acd5;
        position: absolute;
        top: 0;
        left: 0;
    }
    #hobby_content nav.globalMenuSp li::after {
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        box-shadow: 2px 2px #20acd5;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    /*中身を非表示にしておく*/
    #hobby_content .toggle-wrap .toggle-content {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.6s;
    }
    /* このクラスを、jQueryで付与・削除する */
    #hobby_content nav.globalMenuSp.active {
        transform: translateY(0%);
        top: 0;
    }
    /* ハンバーガー用 */
    #hobby_content .navToggle {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        width: 54px;
        height: 54px;
        cursor: pointer;
        text-align: center;
        transition: all 0.5s ease;
        z-index: 10000;
        background: url("../img/250719_hobby_takaratomy/nav_btn.png") no-repeat 0 0 / contain;
    }

    /* mv
   * ************************************************** */
    #hobby_content #mv {
        padding-top: 23.077%;
        background: url("../img/250719_hobby_takaratomy/mv_bg.png") no-repeat;
        background-size: 100%;
    }
    #hobby_content #mv h1 {
        width: 89.744%;
        margin: 0 auto 12.308vw;
    }
    #hobby_content #mv .zoomIn {
        animation-name: zoomInAnime;
        animation-duration: 2s;
        animation-fill-mode: forwards;
    }
    #hobby_content #mv .mv_check {
        display: block;
        margin: 0 auto 3.077vw;
        width: 46.154%;
        animation: floating-y .8s ease-in-out infinite alternate-reverse;
    }
    #hobby_content #mv .mv_btn {
        width: 100%;
        background: #fff;
        padding: 0 5.128% 0;
    }
    #hobby_content #mv .mv_btn a {
        display: block;
    }
    #hobby_content #mv .mv_btn a:not(:last-of-type) {
        margin-bottom: 2.051vw;
    }
    /* mv_nav */
    #hobby_content #mv .mv_nav {
        /* background: url("../img/250719_hobby_takaratomy/mv_nav_bg.png") 0 0 / 100%; */
        /* padding: 6.41vw 5.128% 4.615vw; */
        padding: 1.282vw 5.128% 4.615vw;
    }
    #hobby_content #mv .mv_nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        /* padding-bottom: 3.8vw; */
        padding-bottom: 0;
        border-bottom: 2px solid #040000;
    }
    #hobby_content #mv .mv_nav ul li {
        align-content: center;
        margin: 0.513vw 0;
        height: 24.615vw;
        width: 50%;
    }
    #hobby_content #mv .mv_nav ul li:nth-child(1),
    #hobby_content #mv .mv_nav ul li:nth-child(2) {
        border-bottom: 3px dotted #005ead;
    }
    #hobby_content #mv .mv_nav ul li:nth-child(5),
    #hobby_content #mv .mv_nav ul li:nth-child(6) {
        border-top: 3px dotted #005ead;
    }
    #hobby_content #mv .mv_nav ul li:nth-child(2),
    #hobby_content #mv .mv_nav ul li:nth-child(4),
    #hobby_content #mv .mv_nav ul li:nth-child(6) {
        border-left: 3px dotted #005ead;
    }
    #hobby_content #mv .mv_nav ul li a {
        display: block;
        padding: 4.103vw 0;
    }
    #hobby_content #mv .mv_nav ul li img {
        display: block;
        margin: 0 auto;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_pool img,
    #hobby_content #mv .mv_nav ul li.mv_nav_sand img {
        width: 73.864%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_lego img,
    #hobby_content #mv .mv_nav ul li.mv_nav_game img  {
        width: 60.227%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_tomica img {
        width: 25.72%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_tomca img {
        width: 27%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_plarail img {
        width: 48.568%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_pokemon img {
        width: 48.84%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_other img {
        width: 90.28%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_battlehobby img {
        width: 62.286%;
    }
    #hobby_content #mv .mv_nav ul li.mv_nav_game img {
        width: 29.146%;
    }
    /* sec_pool
   * ************************************************** */
    #hobby_content #sec_pool {
        padding: 0;
    }
    #hobby_content #sec_pool .sec_pool_inner {
        background: url("../img/250719_hobby_takaratomy/tomica_bg02.png") no-repeat;
        background-position: center top;
        background-size: 100%;
        padding: 5.128vw 5.128% 3.59vw;
        margin: -12.2% auto 0;
    }
    #hobby_content #sec_pool .pool_ttl {
        background-image: url("../img/250719_hobby_takaratomy/tomica_bg.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding: 6% 9.414%;
        margin: 0 auto;
        width: 100%;
    }
    #hobby_content #sec_pool .pool_cont_head {
        position: relative;
        z-index: 99999;
    }
    #hobby_content #sec_pool .pool_cont05,
    #hobby_content #sec_pool .pool_cont07 {
        z-index: 2;
    }
    #hobby_content #sec_pool .pool_cont05 {
        margin-bottom: 9vw;
    }
    #hobby_content #sec_pool .pool_cont05::before {
        content: '';
        display: block;
        width: 100vw;
        height: 8.462vw;
        background: url("../img/250719_hobby_takaratomy/pool_line.png") no-repeat 0 0 / 100%;
        position: absolute;
        bottom: -7.949vw;
        left: -5.6%;
        z-index: -1;
    }
    #hobby_content #sec_pool .pool_cont06 {
        margin-bottom: 7vw;
    }
    #hobby_content #sec_pool .pool_cont08 .btn_buy01 {
        bottom: 55.603%;
    }
    #hobby_content #sec_pool .pool_cont08 .btn_buy02 {
        bottom: 17.026%;
    }
    #hobby_content #sec_pool .pool_cont08 .btn_buy03 {
        bottom: 2.909%;
    }
    /* sec_sand
   * ************************************************** */
    #hobby_content #sec_sand {
        padding: 3.59vw 5.128% 4.872vw;
        background: url("../img/250719_hobby_takaratomy/plarail_bg.png") no-repeat;
        background-size: 100%;
        position: relative;
    }
    /* #hobby_content #sec_sand::after {
        display: block;
        content: '';
        width: 100%;
        height: 16.154vw;
        background: url("../img/250719_hobby_takaratomy/sand_bg_top.png") no-repeat 50% 0 / 100%;
        position: absolute;
        top: -7.692vw;
        left: 0;
    } */
    #hobby_content #sec_sand .sand_ttl {
        margin: 0 auto 8.718vw;
        width: 100%;
    }
    /* sec_lego
   * ************************************************** */
    #hobby_content #sec_lego {
        padding: 6.41vw 5.128% 6.167vw;
        background: url("../img/250719_hobby_takaratomy/pokemon_bg.png") no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #hobby_content #sec_lego .lego_ttl {
        margin: 0 auto 5.128vw;
        width: 100%;
    }
    #hobby_content #sec_lego .btn_buy {
        bottom: 6%;
    }
    #hobby_content #sec_lego .btn_buy01 {
        bottom: 33%;
    }
    /* sec_game
   * ************************************************** */
    #hobby_content #sec_game {
        padding: 8.205vw 5.128% 9.256vw;
        background: url("../img/250719_hobby_takaratomy/other_bg.png") no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #hobby_content #sec_game .game_ttl {
        margin: 0 auto 5.128vw;
        width: 100%;
    }
    /* sec_battlehobby
   * ************************************************** */
    #hobby_content #sec_battlehobby {
        padding: 8.205vw 5.128% 1.8vw;
        background: url("../img/250719_hobby_takaratomy/battlehobby_bg.png") no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #hobby_content #sec_battlehobby .game_ttl {
        margin: 0 auto 5.128vw;
        width: 100%;
    }
    /* sec_game02
   * ************************************************** */
    #hobby_content #sec_game02 {
        padding: 6.667vw 5.128% 1.026vw;
        background: url("../img/250719_hobby_takaratomy/game_bg.png") no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #hobby_content #sec_game02 .game_ttl {
        margin: 0 auto 5.128vw;
        width: 100%;
    }
    /* sec_store
   * ************************************************** */
    #hobby_content #sec_store {
        padding: 9.744vw 5.128%;
        background: #fff;
    }
    #hobby_content #sec_store a {
        display: block;
    }
    /* sec_coupon
   * ************************************************** */
    #hobby_content #sec_coupon {
        padding: 9.744vw 5.128% 11.538vw;
        background: #fdf7dc;
    }
    #hobby_content #sec_coupon .coupon_ttl {
        margin: 0 auto 7.692vw;
    }
    #hobby_content #sec_coupon .coupon_btn {
        display: block;
    }
    /* sns
   * ************************************************** */
    #hobby_content #sns {
        padding: 9.744vw 5.128% 3.846vw;
        background: #fff;
    }
    #hobby_content #sns .sns_ttl {
        margin: 0 auto 8.974vw;
    }
    #hobby_content #sns .sns_btn_wrap a {
        display: block;
        margin-bottom: 6.41vw;
    }
    
    /* notes
   * ************************************************** */
    #hobby_content #notes {
        padding: 0 5.128% 11.538vw;
    }
    #hobby_content #sec_tokuten {
        background-image: url("../img/250719_hobby_takaratomy/tokuten_bg.png");
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 0 0 6%;
    }
    #hobby_content #sec_tokuten .tokuten_img {
        margin: 0 auto;
        width: 88%;
    }
}
.fadeIn {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}
.fadeIn.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
@keyframes zoomInAnime {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    30% {
        transform: scale(0.6);
        opacity: 0;
    }
    55% {
        transform: scale(1.1);
        opacity: 1;
    }
    73% {
        transform: scale(1);
    }
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(130px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(130px);
    }
}
@keyframes floating-y {
    0% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(4px);
    }
}
