@charset "UTF-8";
/* ================================================
いずにゃん
================================================== */
body {
    position: relative;
}
#content_Wrap {
    overflow: hidden;
    background-color: #fff5dd;
}
footer #page_Top {
    display: none !important;
}
#page_Top_izunyan {
    position: sticky;
    right: 20px;
    bottom: 20px;
    width: 180px;
    max-width: 13%;
    z-index: 99;
    float: right;
}
.g_contents {
    width: 100%;
    background: url(/izunyan/img/bg_gheart.jpg) repeat;
    background-size: 285px;
    background-position: center;
    border-radius: 0 0 10vw 10vw;
    position: relative;
    padding-bottom: 7vw;
}
.g_contents:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    margin: auto;
    height: 50%;
    background: #fff;
    border-radius: 0 0 10vw 10vw;
}
.g_inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background-color: #fff;
    border-radius: 0 0 10vw 10vw;
    overflow: hidden;
}
.g_inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    pointer-events:none;
    background-image: url(/izunyan/img/song_bg_bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    border-radius: 0 0 10vw 10vw;
    overflow: hidden;
    z-index: 4;
}

/*固定ナビ*/
.fixed_btn {
    position: fixed;
    right: 0;
    top: 120px;
    width: 45px;
    z-index: 999;
}
.fixed_btn a {
    display: block;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    margin-bottom: 10px;
    transform: translateX(5px);
}
.fixed_btn a:hover {
    opacity: 0.7;
    transform: translateX(0px);
}

.follow_iWrap {
    position: relative;
    z-index: 2;
}
.follow_iWrap .ear {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    width: 1010px;
    max-width: 60%;
    z-index: 2;
}
.follow_please {
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 10vw;
    border: 3px solid #a6a6a6;
    position: relative;
    background-image: url(/izunyan/img/cat_bg_top.png);
    background-color: #fff;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 3;
    overflow: hidden;
    z-index: 1;
}
.follow_please:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    background: url(/izunyan/img/cat_bg_left.png) no-repeat;
    background-size: 90%;
    background-position: bottom left;
    pointer-events: none;
}
.follow_please:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    background: url(/izunyan/img/cat_bg_right.png) no-repeat;
    background-size: 90%;
    background-position: center right;
    pointer-events: none;
}
.fukidashi_ttl {
    height: 70px;
    text-align: center;
    margin: 50px auto 20px;
}
.fukidashi_ttl img {
    max-width: 100%;
    max-height: 100%;
}
.fukidashi_txt {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 35px;
}
.y_mini_ttl {
    width: 400px;
    max-width: 80%;
    margin: 40px auto 20px;
    padding: 10px 0;
    border-radius: 80px;
    background: #fff5ac;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
}
.y_att_txt {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: normal;
    font-size: 12px;
}
.follow_please .insta_image {
    width: 80%;
    display: flex;
    justify-content: center;
    gap:3%;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: -30px auto 40px;
}
.follow_please .insta_image .inst_img {
    width: 70%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    gap:3%;
}
.follow_please .insta_image .inst_img a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.follow_please .insta_image .follow_me {
    width: 30%;
    max-width:300px;
}
.follow_please .btn_instagram {
    width: 480px;
    max-width: 80%;
    margin: 30px auto 0px;
    display: block;
}
.follow_please .btn_instagram:hover {
    opacity: 0.7;
}
.follow_iWrap .cat_yura2 {
    position: absolute;
    left: 3%;
    top: -8vw;
    width: 200px;
    max-width: 15%;
    animation: yurayura 3s infinite;
    transform-origin: center 70%;
}
@keyframes yurayura {
    0% {
        transform: rotate(8deg);
    }
    50% {
        transform: rotate(-8deg);
    }
    100% {
        transform: rotate(8deg);
    }
}
.follow_iWrap .cat_hyoko2 {
    position: absolute;
    left: 10%;
    bottom: -10vw;
    width: 300px;
    max-width: 15%;
}
.follow_iWrap .cat_hyoko2 .catMove {
    animation: hyokohyoko 13s infinite;
    transform-origin: 60% 70%;
}
.follow_iWrap .cat_hyoko2 .catHand {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 55%;
    margin: 0 auto;
}
@keyframes hyokohyoko {
    0% {
        transform: translateY(0%);
    }
    10% {
        transform: translateY(-70%);
    }
    35% {
        transform: translateY(-20%);
    }
    55% {
        transform: translateY(-80%);
    }
    70% {
        transform: translateY(-30%);
    }
    80% {
        transform: translateY(-70%);
    }
    100% {
        transform: translateY(0%);
    }
}
.big_izunyan {
    position: relative;
    width: 100%;
    padding: 1px;
    z-index: 10;
}
.big_izunyan img {
    position: absolute;
    width: 600px;
    max-width: 40%;
    right: -15vw;
    top: -130px;
}

.pyoko {
    transform: translateX(50vw) rotate(30deg);
    transition: opacity 1s 1s, transform 1s 1s;
    transform-origin: right 60%;
}
.pyoko.p-inview {
    transform: translateX(0px) rotate(0deg);
}


/*わくわくするにゃん〜*/
.waku2_Area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
/*.waku2_Area:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    background: url(/izunyan/img/song_bg_bottom.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: 1;
}*/
.wallp ,
.col_book {
    width: 1000px;
    max-width: 90%;
    margin: 30px auto 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:4%;
}
.wallp li {
    margin: 0 10px;
}
.wallp li a {
    display: block;
    text-align: center;
}
.wallp li a img {
    margin-bottom: 30px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
}
.wallp li a span ,
.col_book li a {
    padding: 8px 30px;
    text-align: center;
    background: #8abf1f;
    border-radius: 50px;
    color: #fff;
    transition: 0.3s;
}
.wallp li ,
.col_book li {
    transition: 0.3s;
}
.wallp li:hover ,
.col_book li:hover {
    opacity: 0.7;
}
.wallp li a ,
.col_book li a {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 15px;
}
.col_book li a small {
    color: #fff;
}
.col_book li img {
    margin-bottom: 10px;
}
.wallp li a span:hover ,
.col_book li a:hover {
    background: #a0e21b;
}
.wallp .slick-prev:hover,
.wallp .slick-prev:focus, 
.wallp .slick-prev ,
.col_book .slick-prev:hover,
.col_book .slick-prev:focus, 
.col_book .slick-prev {
    width: 30px;
    height: 30px;
    background: url(/izunyan/img/cb_arrow_prev.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.wallp .slick-next:hover,
.wallp .slick-next:focus,
.wallp .slick-next ,
.col_book .slick-next:hover,
.col_book .slick-next:focus,
.col_book .slick-next {
    width: 30px;
    height: 30px;
    background: url(/izunyan/img/cb_arrow_next.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.wallp .slick-prev:before ,
.wallp .slick-next:before ,
.col_book .slick-prev:before ,
.col_book .slick-next:before {
    font-size: 0;
    width: 30px;
    height: 30px;
}
.wallp .slick-prev ,
.col_book .slick-prev {
    left: -35px;
}
.wallp .slick-next ,
.col_book .slick-next {
    right: -30px;
}


/*待ち受け画像と塗り絵の楽しみ方*/
.fun_paper {
    width: 90%;
    margin: 0 auto 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap:3%;
}
.fun_paper .piko2 {
    width: 500px;
    max-width: 30%;
    position: relative;
}
.fun_paper .piko2 .pikonyan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: pikopiko 1s .1s steps(1) infinite both;
}
@keyframes pikopiko {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(10px);
    }
}
.fun_paper .funList {
    width: 67%;
}
.fun_paper .funList.last {
    margin-bottom: 0;
}
.fun_paper .funList .h_ttl {
    position: relative;
    padding-left: 1.5em;
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 30px 0 5px;
}
.fun_paper .funList .h_ttl.start {
    margin-top: 0;
}
.fun_paper .funList .h_ttl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background: url(/izunyan/img/heart.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.fun_paper .funList .h_txt {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px;
}

/*いずにゃんソング*/
.song {
    text-align: center;
    margin: 40px auto;
}
.lyrics {
    width: 100%;
    position: relative;
}
.lyrics figure {
    width: 600px;
    max-width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.lyrics .togethersong {
    position: absolute;
    width: 250px;
    max-width: 20%;
    right: 8%;
    bottom: 4%;
    z-index: 5;
}
.lyrics .onpu {
    position: absolute;
    left: 15%;
    width: 130px;
    max-width: 10%;
    bottom: 10vw;
}
.lyrics .chico_izunyan {
    position: absolute;
    left: -8%;
    width: 350px;
    max-width: 20%;
    bottom: 7vw;
}

.chico {
    transform: translateX(-10vw) rotate(-20deg);
    transition: opacity 1s .8s, transform 1s .8s;
    transform-origin: left 60%;
}
.chico.c-inview {
    transform: translateX(0px) rotate(0deg);
}


/*とっとこいずにゃんハウス*/
.izunyan_house{
  width: 100%;
  height: auto;
    padding: 90px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home_slideWrap{
  display: flex;
  gap: 30px;
  width: max-content;
  will-change: transform;
}
.home_slide{
  height: 220px;
    width: max-content;
  display:flex;
  align-items:center;
    position: relative;
}
.home_slide .tokonyan{
    position: absolute;
    left: 0;
    top: 0;
}
.toko2_slide{
  height: 220px;
  width: auto;
  display:block;
}
.tottoko {
    animation: tokotoko 1s .1s steps(1) infinite both;
}
.tottoko2 {
    animation: tokotoko2 1s .1s steps(1) infinite both;
}
@keyframes tokotoko {
    0% {
        transform: rotate(5deg);
        transform-origin: center 70%;
    }
    50% {
        transform: rotate(0deg);
        transform-origin: center 70%;
    }
    100% {
        transform: rotate(5deg);
        transform-origin: center 70%;
    }
}
@keyframes tokotoko2 {
    0% {
        transform: rotate(-1deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}



/*こんにちにゃん〜*/
.prof_bg {
    width: 100%;
    background: #fff5b4;
}
.prof_Inner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 1px 0;
}
.profBox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap:4%;
    margin: 30px auto 0;
}
.profBox .kuru2 {
    width: 45%;
    position: relative;
    padding-left: 8%;
}
.profBox .kuru2 .btn_kuru2 {
    position: absolute;
    left: 0;
    top: -30px;
    width: 130px;
    max-width: 30%;
    z-index: 1;
    transition: 0.3s;
}
.profBox .kuru2 .btn_kuru2:hover {
    transform: scale(.95);
}
.profBox .kuru2 .kuruwrap {
    position: relative;
    width: 100%;
}
.profBox .kuru2 .bg {
    opacity: 0;
}
.profBox .kuru2 .kuruwrap div {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
}
.profBox .kuru2 .kuruwrap div.img01 {
    opacity: 1;
    overflow: hidden;
}
.profBox .kuru2 .kuruwrap div.img01 .eye {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200%;
    max-width: none;
    animation: pachipachi 5s step-end 0s infinite normal;
    z-index: 1;
}
@keyframes pachipachi {
    0% {
        transform: translate(0 , 0);
    }
    50% {
        transform: translate(0 , 0);
    }
    52% {
        transform: translate(-50% , 0);
    }
    54% {
        transform: translate(0 , 0);
    }
    56% {
        transform: translate(0 , 0);
    }
    58% {
        transform: translate(-50% , 0);
    }
    60% {
        transform: translate(0 , 0);
    }
    100% {
        transform: translate(0 , 0);
    }
}
.profBox .proftxt {
    width: 48%;
}
.profBox .proftxt dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:4%;
    margin-bottom: 10px;
}
.profBox .proftxt dl dt {
    width: 40%;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    background: #f09400;
    font-family: "Zen Maru Gothic", sans-serif;
}
.profBox .proftxt dl dd {
    width: 56%;
    padding: 5px 0;
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.5;
}




/*みてにゃん〜*/
.walterblue_bg { background: #cceaf8; }
.izunyan_look { background: #cceaf8; padding: 30px 0 1px; position: relative;}
.loop_izunyan {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 0;
}
.loop_izunyan .loopList {
    display: flex;
    column-gap: 60px;
}
.loop_izunyan .loopList.animating {
    animation: izu_loopslide 30s linear infinite;
}
@keyframes izu_loopslide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.loop_izunyan .loopList li img {
    height: 150px;
    width: auto;
    max-width: max-content;
}
.izunyan_look .fukidashi_ttl ,
.izunyan_look .fukidashi_txt {
    position: relative;
    z-index: 1;
}
.fan_slideBox{
    width:80%;
    position:relative;
    margin: 50px auto 50px;
}
.fan_slideBox .slick-list{
    overflow: visible;
}
.fan_slideBox .slick-slide {
    margin:  0 5vw;
    transition: all 0.4s;
}
.fan_slideBox .slick-slider{
    height: 550px;
    min-width: 550px;
}
.fan_slideBox .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.block.active {
  opacity: 1;
}
.fan_slideBox  li.left {
  margin-top: 10px;
  transform-origin: top right;
  transform: rotate(-7deg);
}
.fan_slideBox  li.left2 {
  margin-top: 100px;
  margin-right: 100px;
  transform-origin: top right;
  transform: rotate(-20deg);
}
.fan_slideBox  li.right {
  margin-top: 10px;
  transform-origin: top left;
  transform: rotate(7deg);
}
.fan_slideBox  li.right2 {
  margin-top: 100px;
  margin-left: 100px;
  transform-origin: top left;
  transform: rotate(20deg);
}
.fan_slick li img {
  max-width: 300px;
}
.fan_slick li figure {
    mask-image: url(/izunyan/img/memories_mask.svg) ;
    mask-repeat:no-repeat;
    mask-size:contain;
    aspect-ratio:300 / 390;
}
.fan_slick li figure img {
    transition: 0.4s;
}
.fan_slick li:hover figure img {
    transform: scale(1.05);
}
.fan_slick li div {
    position: relative;
}
.fan_slick li div .cm_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    max-width: 15%;
    right: 0;
    bottom: 0;
}
.fan_slick li div .cm_btn img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.fan_slick li p {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 10px;
}

    .fan_slick li .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.6rem;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    /* モーダル背景 */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 99999;
    }

    /* モーダル表示状態 */
    .modal.active {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダルの中身*/
    .modal-content {
        border-radius: 10px;
        width: 80vw;
        max-width: 500px;
        text-align: center;
        position: relative;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }
.modal-content div figure {
    mask-image: url(/izunyan/img/memories_mask.svg) ;
    mask-repeat:no-repeat;
    mask-size:contain;
    aspect-ratio:300 / 390;
}
.modal-content div {
    position: relative;
}
.modal-content .close-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
}
.modal-content p {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 10px;
}

    /* アニメーション*/
    .modal.active .modal-content {
        animation: fadeInScale 0.4s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

.custom-nav {
    width: 600px;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-nav {}
.custom-nav .custom-dots {
    width: 180px;
    position: relative;
    bottom: inherit;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-nav .custom-dots button {
    width: 12px;
    height: 12px;
    border-radius: 40px;
    background: #92bbf2;
    margin: 0 5px;
}
.custom-nav .custom-dots .is-active {
    width: 20px;
    height: 20px;
    background: url(/izunyan/img/slide_heart.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.custom-nav .prev ,
.custom-nav .next {
    width: 70px;
    height: 70px;
}


.auto_kuru2 {
    width: 900px;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap:4%;
    align-items: center;
}
.auto_kuru2 figure {
    width: 20%;
    overflow: hidden;
    position: relative;
}
.auto_kuru2 figure .base {
    opacity: 0;
}
.auto_kuru2 figure .autokuru2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 400%;
    max-width: none;
    animation: autokurukuru 4s steps(4) infinite;
    z-index: 1;
}

@keyframes autokurukuru{
  0%, 24.999%   { transform: translateX(0%); }
  25%, 49.999%  { transform: translateX(-25%); }
  50%, 74.999%  { transform: translateX(-50%); }
  75%, 99.999%  { transform: translateX(-75%); }
    100%          { transform: translateX(-75%); }
}


/*会いにきてにゃん〜*/
.izunyan_event {
    width: 100%;
    background: #ffe7ed;
    padding: 0px 0 50px;
    position: relative;
    margin-top: -1px;
}
.izunyan_event:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background: #cceaf8;
    z-index: 0;
}
.izunyan_event .eventInner {
    width: 100%;
    height: 100%;
    background: #ffe7ed;
    border-radius: 10vw 10vw 0 0;
    position: relative;
    z-index: 1;
    padding: 50px 0 0;
}
.izunyan_event .y_att_txt {
    margin-top: 20px;
    line-height: 1.8;
}
.izunyan_event .calendar {
    width: 1000px;
    max-width: 90%;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}


/* ================================================
1250px以下
================================================== */
@media only screen and (max-width:1250px) {
    
    /*共通部分*/
    .fukidashi_ttl {
        height: 50px;
    }
    
    
    /*わくわくするにゃん〜*/
    .lyrics figure {
        max-width: 60%;
    }
    .lyrics .togethersong {
        max-width: 17%;
        right: 5%;
    }
    .follow_iWrap .cat_hyoko2 .catHand {
        top: 6px;
    }
    .follow_iWrap .cat_yura2 {
        top: -10vw;
    }
    
    
    /*おうちにむかうにゃん*/
    .izunyan_house {
        height: auto;
        padding: 40px 0
    }
    .toko2_slide {
        height: 150px;
    }
    .home_slide {
        height: 150px;
    }
    
}
/* ================================================
SP以下
================================================== */
@media only screen and (max-width:768px) {
    
    
    /*共通部分*/
    .fukidashi_ttl {
        height: 40px;
        margin: 30px auto 20px;
    }
    .fukidashi_txt {
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .y_mini_ttl {
        font-size: 16px;
    }
    .y_att_txt {
        line-height: 1.6;
    }
    
    /*フォローしてにゃん〜*/
    .follow_iWrap .ear {
        top: -10px;
    }
    .follow_iWrap .cat_yura2 {
        max-width: 25%;
        top: -17vw;
    }
    .follow_please .insta_image .inst_img {
        width: 100%;
    }
    .follow_please .insta_image .follow_me {
        width: 60%;
        margin: 20px auto 0;
    }
    .follow_please .btn_instagram {
        margin-top: 20px;
    }
    .follow_please .insta_image {
        margin: 30px auto;
    }
    .follow_iWrap .cat_hyoko2 {
        max-width: 30%;
        bottom: -20vw;
        left: 6%;
    }
    
    /*ビッグいずにゃん*/
    .big_izunyan img {
        max-width: 45%;
        right: -18vw;
        top: -30px;
    }
    
    
    /*わくわくするにゃん〜*/
    .wallp, .col_book {
        margin: 30px auto 50px;
    }
    .wallp li {
        width: 48%;
        margin-bottom: 30px;
    }
    .wallp li a {
        font-size: 12px;
    }
    .wallp li a span, .col_book li a {
        padding: 6px 15px;
    }
    
    .wallp, .col_book {
        max-width: 80%;
    }
    .col_book li a {
        font-size: 12px;
        padding: 6px 10px;
    }
    .fun_paper .piko2 {
        order: 2;
        max-width: 90%;
        margin-top: 30px;
    }
    .fun_paper .funList {
        order: 1;
        width: 100%;
    }
    .fun_paper .funList .h_ttl {
        font-size: 18px;
    }
    .fun_paper .funList .h_txt {
        font-size: 14px;
    }
    .lyrics figure {
        width: 100%;
        max-width: 80%;
    }
    .g_inner:before {
        background-size: 200%;
    }
    .lyrics .togethersong {
        right: -6%;
        max-width: 25%;
    }
    .lyrics .chico_izunyan {
        max-width: 30%;
        left: -12%;
        bottom: 0vw;
    }
    
    
    /*おうちにむかうにゃん*/
    .home_slideWrap {
        gap:10px;
    }
    .home_slide {
        height: 60px;
    }
    .toko2_slide {
        height: 60px;
    }
    
    
    /*こんにちにゃん〜*/
    .profBox .kuru2 {
        width: 100%;
        margin: 30px auto;
    }
    .profBox .proftxt {
        width: 100%;
    }
    .profBox .proftxt dl dt {
        font-size: 15px;
        letter-spacing: 0;
    }
    .profBox .proftxt dl dd {
        font-size: 15px;
    }
    
    .fan_slick li img {
        max-width: 150px;
    }
    .fan_slick li figure {
        aspect-ratio:300 / 280;
    }
    .fan_slideBox {
        margin: 50px auto 0;
    }
    .fan_slideBox .slick-slider {
        min-width: inherit;
        height: 350px;
    }
    .fan_slideBox .slick-slide {
        margin: 0 8vw;
    }
    .fan_slick li div .cm_btn {
        width: 30px;
        height: auto;
    }
    .fan_slick li p {
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 400;
    }
    .custom-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5%;
    }
    
    .auto_kuru2 {
        max-width: 100%;
        gap:2%;
    }
    .auto_kuru2 figure {
        width: 22%;
    }
    
    
    /*みてにゃん〜*/
    .loop_izunyan .loopList  {
        column-gap: 40px;
    }
    .loop_izunyan .loopList.animating {
        animation: izu_loopslide 15s linear infinite;
    }
    .loop_izunyan .loopList li img {
        height: 70px;
    }
    
    /*会いにきてにゃん〜*/
    .izunyan_event {
        padding: 0 0 80px;
    }
    .izunyan_event .eventInner {
        padding: 30px 0 0;
    }
    .izunyan_event .y_att_txt {
        letter-spacing:0;
    }
    
    /*ページトップ*/
    #page_Top_izunyan {
        max-width: 25%;
        bottom: 80px;
    }
    
    
}
