@charset "utf-8";

/*
**************************************************************************
*   雪印メグミルクKids - top
**************************************************************************/

/*----------------------------------------
	override
----------------------------------------*/
#content #contentArea {
    margin-bottom: 100px;
}

#stage .mod-button.kids-index {
    display: block;
    max-width: 432px;
    margin: 50px auto 0;
    padding: 10px 35px;
    font-size: 18px;
}
#stage .mod-button.kids-index > a {
    margin: -10px -35px;
    padding: 10px 35px;
}

@media screen and (max-width: 736px) {
    #content #contentArea {
        margin-bottom: 50px;
    }

    #stage .mod-button.kids-index {
        margin: 45px auto 0;
    }
}

/*----------------------------------------
  オープニング アニメーション設定
----------------------------------------*/
#content.preload #contentArea > * {
    opacity: 0;
}

/* アニメーション
----------------------------------*/
/* コンテンツエリア（タイトルエリア以外） */
#stage .is-animation #contentArea > *:not(.wrp-kids-header) {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
#stage .is-animation.onAnimation #contentArea > *:not(.wrp-kids-header) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 1.1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1.1s;
    transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 1.1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1.1s;
}

@media screen and (max-width: 736px) {
    /* アニメーション
    ----------------------------------*/
    #stage .is-animation #contentArea > *:not(.wrp-kids-header) {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    /* コンテンツエリア（タイトルエリア以外） */
    #stage .is-animation.onAnimation #contentArea > *:not(.wrp-kids-header) {
        -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 1.1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1.1s;
        transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 1.1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1.1s;
    }
}

/*----------------------------------------
  スクロール アニメーション設定
----------------------------------------*/
#stage .is-animation.onAnimation #contentArea > .js-fadein {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

#stage .is-animation.onAnimation #contentArea .js-fadein.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .8s cubic-bezier(0.5, 1, 0.89, 1), opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform .8s cubic-bezier(0.5, 1, 0.89, 1), opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}


/*----------------------------------------
    ヘッダー
----------------------------------------*/
#stage .wrp-kids-header {
    position: relative;
    padding: 152px 0 170px;
    text-align: center;
}

#stage .wrp-kids-header .kids-title {
    position: relative;
    left: 6px;
    z-index: 15;
}
#stage .wrp-kids-header .kids-title img {
    width: 543px;
}

/* bg */
#stage .wrp-kids-header .bgs {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    display: block;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
}
#stage .wrp-kids-header .bgs > img {
    position: absolute;
    top: 0;
    height: auto;
}
#stage .wrp-kids-header .bgs > img.pc {
    display: block;
}
#stage .wrp-kids-header .bgs > img.sp {
    display: none;
}

#stage .wrp-kids-header .bgs > img.pc-bg1 {
    left: -173px;
    top: 83px;
    width: 306px;
}
#stage .wrp-kids-header .bgs > img.pc-bg2 {
    right: -217px;
    width: 402px;
}
#stage .wrp-kids-header .bgs > img.pc-bg3 {
    left: 89px;
    width: 240px;
}

/* アイコン */
#stage .wrp-kids-header .icons {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 20;
    display: block;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
}
#stage .wrp-kids-header .icons > img {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
}
#stage .wrp-kids-header .icons > img.onSwing {
    animation: swing 0.5s steps(2) infinite alternate;
}
#stage .wrp-kids-header .icons > .icn-cow {
    left: -71px;
    top: 11px;
    width: 89px;
}
#stage .wrp-kids-header .icons > .icn-milk1 {
    left: 370px;
    top: 52px;
    width: 44px;
}
#stage .wrp-kids-header .icons > .icn-cutlery1 {
    left: 547px;
    top: 29px;
    width: 58px;
}
#stage .wrp-kids-header .icons > .icn-pot {
    left: 791px;
    top: 47px;
    width: 92px;
}
#stage .wrp-kids-header .icons > .icn-milk2 {
    left: -162px;
    top: 305px;
    width: 44px;
}
#stage .wrp-kids-header .icons > .icn-milk_carton {
    left: 153px;
    top: 324px;
    width: 42px;
}
#stage .wrp-kids-header .icons > .icn-scissors {
    left: 356px;
    top: 294px;
    width: 84px;
}
#stage .wrp-kids-header .icons > .icn-scissors2 {
    display: none;
}
#stage .wrp-kids-header .icons > .icn-leaf2 {
    left: 663px;
    top: 338px;
    width: 38px;
}
#stage .wrp-kids-header .icons > .icn-leaf1 {
    left: 775px;
    top: 256px;
    width: 38px;
}
#stage .wrp-kids-header .icons > .icn-cutlery2 {
    left: 1084px;
    top: 342px;
    width: 84px;
}

/* ヘッダーアニメーション
----------------------------------*/
/* bg */
#stage .is-animation .wrp-kids-header .bgs img {
    opacity: 0;
}
#stage .is-animation.onAnimation .wrp-kids-header .bgs img {
    opacity: 1;
    -webkit-transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
    transition: opacity 1.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

#stage .is-animation.onAnimation .wrp-kids-header .bgs img.pc-bg1 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#stage .is-animation.onAnimation .wrp-kids-header .bgs img.pc-bg2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#stage .is-animation.onAnimation .wrp-kids-header .bgs img.pc-bg3 {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

/* title */
#stage .is-animation .wrp-kids-header .kids-title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
#stage .is-animation.onAnimation .wrp-kids-header .kids-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.8s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.8s;
    transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.8s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.8s;
}

/* アイコン */
#stage .is-animation .icons {
    opacity: 0;
}
#stage .is-animation.onAnimation .icons {
    opacity: 1;
    -webkit-transition: all 0.8s cubic-bezier(0.11, 0, 0.5, 0) 1.2s;
    transition: all 0.8s cubic-bezier(0.11, 0, 0.5, 0) 1.2s;
}


@media screen and (max-width: 736px) {
    #stage .wrp-kids-header {
        padding: 120px 20px 183px;
    }
    #stage .wrp-kids-header .kids-title {
        left: 9px;
    }
    #stage .wrp-kids-header .kids-title img {
        width: 100%;
        max-width: 307px;
    }

    /* bg */
    #stage .wrp-kids-header .bgs {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    #stage .wrp-kids-header .bgs > img {
        left: 50%;
    }
    #stage .wrp-kids-header .bgs > img.pc {
        display: none;
    }
    #stage .wrp-kids-header .bgs > img.sp {
        display: block;
    }

    #stage .wrp-kids-header .bgs > img.sp-bg1 {
        width: 191px;
        margin-left: -210px;
    }
    #stage .wrp-kids-header .bgs > img.sp-bg2 {
        width: 115px;
        margin-left: 64px;
    }
    #stage .wrp-kids-header .bgs > img.sp-bg3 {
        top: 198px;
        width: 122px;
        margin-left: -220px;
    }
    #stage .wrp-kids-header .bgs > img.sp-bg4 {
        top: 207px;
        width: 177px;
        margin-left: 20px;
    }

    /* アイコン */
    #stage .wrp-kids-header .icons {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    #stage .wrp-kids-header .icons > .icn-cow {
        left: 50%;
        top: 36px;
        margin-left: 22px;
        width: 44px;
    }
    #stage .wrp-kids-header .icons > .icn-milk1 {
        left: 50%;
        top: 77px;
        margin-left: 82px;
        width: 22px;
    }
    #stage .wrp-kids-header .icons > .icn-cutlery1 {
        left: 50%;
        top: 84px;
        margin-left: -14px;
        width: 29px;
    }
    #stage .wrp-kids-header .icons > .icn-pot {
        left: 50%;
        top: 9px;
        margin-left: -34px;
        width: 45px;
    }
    #stage .wrp-kids-header .icons > .icn-milk2 {
        display: none;
    }
    #stage .wrp-kids-header .icons > .icn-milk_carton {
        left: 50%;
        top: 248px;
        margin-left: -20px;
        width: 21px;
    }
    #stage .wrp-kids-header .icons > .icn-scissors {
        display: none;
    }
    #stage .wrp-kids-header .icons > .icn-scissors2 {
        left: 50%;
        top: 218px;
        margin-left: 40px;
        display: block;
        width: 40px;
    }
    #stage .wrp-kids-header .icons > .icn-leaf2 {
        left: 50%;
        top: 218px;
        margin-left: -71px;
        width: 19px;
    }
    #stage .wrp-kids-header .icons > .icn-leaf1 {
        left: 50%;
        top: 295px;
        margin-left: -85px;
        width: 19px;
    }
    #stage .wrp-kids-header .icons > .icn-cutlery2 {
        display: none;
    }

    /* ヘッダーアニメーション
    ----------------------------------*/
    /* bg */
    #stage .is-animation.onAnimation .wrp-kids-header .bgs img {
        -webkit-transition: opacity 2.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
        transition: opacity 2.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
    }

    #stage .is-animation.onAnimation .wrp-kids-header .bgs img.sp-bg1 {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    #stage .is-animation.onAnimation .wrp-kids-header .bgs img.sp-bg2 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    #stage .is-animation.onAnimation .wrp-kids-header .bgs img.sp-bg3 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    #stage .is-animation.onAnimation .wrp-kids-header .bgs img.sp-bg4 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    /* title */
    #stage .is-animation .wrp-kids-header .kids-title {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    /* アイコン */
    #stage .is-animation .icons {
        opacity: 0;
    }
    #stage .is-animation.onAnimation .icons {
        -webkit-transition: all 0.8s cubic-bezier(0.11, 0, 0.5, 0) 1.2s;
        transition: all 0.8s cubic-bezier(0.11, 0, 0.5, 0) 1.2s;
    }
}

/* アイコンアニメーション */
@keyframes swing {
    0% { transform: rotate(5deg); }
    100% { transform: rotate(-5deg); }
}

/*----------------------------------------
    モジュール
----------------------------------------*/

/* 3カラムリスト
---------------------------------------- */
#stage .mod-top-list {
    display: flex;
    flex-wrap: wrap;
    margin: -50px -40px 0 0;
    text-align: left;
}

#stage .mod-top-list li {
    width: 33.33%;
    padding: 50px 40px 0 0;
}

#stage .mod-top-list li a {
    position: relative;
    display: block;
}

#stage .mod-top-list li .img {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

#stage .mod-top-list li .img .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stage .mod-top-list li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

#stage .mod-top-list li .title {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    color: #333;
}

#stage .mod-top-list li .text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

#stage .mod-top-list li .category {
    position: relative;
    display: block;
    height: 40px;
    margin: 20px 48px 0;
    padding-left: 10px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
#stage .mod-top-list li .category::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: no-repeat left top;
    background-size: auto 22px;
}

#stage .mod-top-list li .category.genki {
    background-color: #FE544F;
}
#stage .mod-top-list li .category.genki::before {
    background-image: url(/kids/assets/common/img/icon/icn_genki_white.png);
    background-size: auto 22px;
}

#stage .mod-top-list li .category.rakunou {
    background-color: #E4A100;
}
#stage .mod-top-list li .category.rakunou::before {
    background-image: url(/kids/assets/common/img/icon/icn_rakunou_white.png);
}

#stage .mod-top-list li .category.kankyo {
    background-color: #7EB528;
}
#stage .mod-top-list li .category.kankyo::before {
    background-image: url(/kids/assets/common/img/icon/icn_kankyo_white.png);
}

/* new */
#stage .mod-top-list li.new a::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 10px;
    z-index: 1;
    display: block;
    width: 76px;
    height: 43px;
    background: url(/kids/assets/common/img/icon/icn_new.png) no-repeat 0 0;
    background-size: 76px auto;
}

/* hover */
#stage .mod-top-list li a:hover .title {
    text-decoration: underline;
}

@media screen and (max-width: 736px) {
    #stage .mod-top-list {
        margin: -45px 0 0 0;
    }

    #stage .mod-top-list li {
        width: 100%;
        padding: 45px 0 0 0;
    }

    #stage .mod-top-list li .title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    #stage .mod-top-list li .text {
        font-size: 14px;
    }

    #stage .mod-top-list li .category {
        max-width: 184px;
        height: 36px;
        margin: -18px auto 0;
        padding-left: 10px;
        font-size: 14px;
        line-height: 36px;
    }
    #stage .mod-top-list li .category::before {
        top: 7px;
        left: 22px;
        width: 20px;
        height: 20px;
        background-size: auto 20px;
    }

    /* hover */
    #stage .mod-top-list li a:hover .title {
        text-decoration: none;
    }
}


/*----------------------------------------
    トピック
----------------------------------------*/
#stage .wrp-kids-topic {
    max-width: 1000px;
    margin: 0 auto 100px;
    text-align: center;
}

#stage .wrp-kids-topic .topic-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #004ea2;
}
#stage .wrp-kids-topic .topic-title .icn {
    position: relative;
    top: -6px;
    width: 31px;
    height: auto;
    margin-right: 10px;
}

@media screen and (max-width: 736px) {
    #stage .wrp-kids-topic {
        max-width: 100%;
        margin: 0 30px 27px ;
    }

    #stage .wrp-kids-topic .topic-title {
        margin-bottom: 26px;
        font-size: 23px;
    }
    #stage .wrp-kids-topic .topic-title .icn {
        top: -5px;
        width: 25px;
    }

}


/*----------------------------------------
    カテゴリー
----------------------------------------*/
#stage .wrp-kids-category {
    max-width: 1000px;
    margin: 0 auto 80px;
    text-align: center;
}
#stage .wrp-kids-category:last-child {
    margin-bottom: 0;
}

#stage .wrp-kids-category .category-title {
    position: relative;
    display: inline-block;
    height: 60px;
    margin-bottom: 36px;
    padding-left: 70px;
    font-size: 34px;
    font-weight: 700;
    line-height: 60px;
}
#stage .wrp-kids-category .category-title .icn {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
}
#stage .wrp-kids-category .category-title .icn img {
    width: 60px;
    height: 60px;
}

/* genki */
#stage .wrp-kids-category.genki .category-title {
    color: #ff534f;
}
#stage .wrp-kids-category.genki .mod-top-list li .title {
    color: #ff534f;
}

/* rakunou */
#stage .wrp-kids-category.rakunou .category-title {
    color: #e4a100;
}
#stage .wrp-kids-category.rakunou .mod-top-list li .title {
    color: #e4a100;
}

/* kankyo */
#stage .wrp-kids-category.kankyo .category-title {
    color: #6dc00b;
}
#stage .wrp-kids-category.kankyo .mod-top-list li .title {
    color: #6dc00b;
}


@media screen and (max-width: 736px) {
    #stage .wrp-kids-category {
        max-width: 100%;
        margin: 0 30px 70px;
    }

    #stage .wrp-kids-category .category-title {
        height: 50px;
        margin-bottom: 30px;
        padding-left: 60px;
        font-size: 28px;
        line-height: 50px;
    }
    #stage .wrp-kids-category .category-title .icn {
        width: 50px;
        height: 50px;
    }
    #stage .wrp-kids-category .category-title .icn img {
        width: 50px;
        height: 50px;
    }
}


/*----------------------------------------
    牛乳月間
----------------------------------------*/
#stage .wrp-kids-summer {
    margin-bottom: 70px;
    /* padding: 140px 0 60px;
    background: url(/kids/assets/top/img/summer/bg_summer_green.png) repeat left top;
    background-size: 690px auto; */
    text-align: center;
}

#stage .wrp-kids-summer .kids-summer-content {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    /* padding-bottom: 60px;
    background: #fff url(/kids/assets/top/img/summer/bg_summer_white.png) repeat left top;
    background-size: 25px auto; */
}
#stage .wrp-kids-summer .kids-summer-content a {
    display: block;
    transition: opacity .3s;
}
#stage .wrp-kids-summer .kids-summer-content a:hover {
    opacity: 0.8;
}
#stage .wrp-kids-summer .kids-summer-content a img {
    width: 100%;
}

@media screen and (max-width: 736px) {
    #stage .wrp-kids-summer {
        margin-bottom: 0 !important;
        padding: 10px 0 0px !important;
    }
}

/* title
----------------------------------*/
#stage .summer-ttl {
    width: 568px;
    margin: 0 auto 32px;
}
#stage .summer-ttl img {
    max-width: 100%;
    margin-top: -111px;
}

/* list
----------------------------------*/
#stage .summer-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#stage .summer-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 33.33%;
}

#stage .summer-list li img {
    max-width: 100%;
}
#stage .summer-list li img.illust {
    width: 242px;
    height: auto;
    margin-bottom: 30px;
}
#stage .summer-list li img.text {
    height: auto;
    margin-bottom: 30px;
}

/* btn */
#stage .summer-list .fix-button {
    margin-top: auto;
}
#stage .summer-list .summer-btn {
    padding-bottom: 4px;
}
#stage .summer-list .summer-btn a {
    display: block;
    width: 260px;
    padding: 18px 0;
    background-color: #1caa56;
    border-radius: 100px;
    box-shadow: 0px 4px #def5c2;
    transition: opacity .3s;
}
#stage .summer-list .summer-btn a:hover {
    opacity: 0.7;
}
#stage .summer-list .summer-btn img {
    width: auto;
    height: 19px;
}

/* 各list */
#stage .summer-list li.list1 {
    width: 325px;
    padding-left: 38px;
    padding-right: 45px;
}
#stage .summer-list li.list1 img.text {
    width: 158px;
}
#stage .summer-list li.list1 .summer-btn a {
    margin-left: -15px;
}

#stage .summer-list li.list2 {
    width: 350px;
    padding-left: 54px;
    padding-right: 54px;
}
#stage .summer-list li.list2::before,
#stage .summer-list li.list2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    background: url(/kids/assets/top/img/summer/bg_summer_line.png) repeat-y 0 0;
    background-size: 4px auto;
}
#stage .summer-list li.list2::after {
    left: auto;
    right: 0;
}
#stage .summer-list li.list2 img.text {
    width: 180px;
}
#stage .summer-list li.list2 .summer-btn a {
    margin-left: -9px;
}

#stage .summer-list li.list3 {
    width: 325px;
    padding-left: 45px;
    padding-right: 38px;
}
#stage .summer-list li.list3 img.text {
    width: 175px;
}
#stage .summer-list li.list3 .summer-btn a {
    margin-left: -4px;
}

/* banner
----------------------------------*/
#stage .summer-banner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
}
#stage .summer-banner a {
    display: block;
    transition: opacity .3s;
}
#stage .summer-banner a:hover {
    opacity: 0.7;
}
#stage .summer-banner img {
    max-width: 100%;
}

#stage .summer-kiyaku a{
    display: block;
    width: 260px;
    padding: 18px 0;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0px 4px #1caa56;
    transition: opacity .3s;
    font-size: 150%;
    margin: 20px auto;
}
@media screen and (max-width: 736px) {
    #stage .wrp-kids-summer {
        margin-bottom: 30px;
        padding: 80px 0 40px;
        background-size: 345px auto;
    }

    #stage .wrp-kids-summer .kids-summer-content {
        padding: 0 20px 40px;
    }

    /* title
    ----------------------------------*/
    #stage .summer-ttl {
        width: 100%;
        max-width: 355px;
        margin: 0 auto 25px;
    }
    #stage .summer-ttl img {
        margin-top: -70px;
    }

    /* list
    ----------------------------------*/
    #stage .summer-list ul {
        display: block;
        max-width: 100%;
    }
    #stage .summer-list li {
        margin-bottom: 50px;
        width: 100%;
    }
    #stage .summer-list li:last-child {
        margin-bottom: 0;
    }

    #stage .summer-list li img {
        max-width: 100%;
    }
    #stage .summer-list li img.illust {
        width: 270px;
        margin-bottom: 25px;
    }

    /* btn */
    #stage .summer-list .fix-button {
        margin-top: 0;
    }
    #stage .summer-list .summer-btn a {
        width: 100%;
        max-width: 310px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 16px 0;
    }
    #stage .summer-list .summer-btn a:hover {
        opacity: 1;
    }
    #stage .summer-list .summer-btn img {
        height: 17px;
    }

    /* 各list */
    #stage .summer-list li.list1,
    #stage .summer-list li.list2,
    #stage .summer-list li.list3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #stage .summer-list li.list1 img.text {
        width: 157px;
    }

    #stage .summer-list li.list2::before,
    #stage .summer-list li.list2::after {
        display: none;
    }
    #stage .summer-list li.list2 img.text {
        width: 178px;
    }
    #stage .summer-list li.list3 img.text {
        width: 173px;
    }

    /* banner
    ----------------------------------*/
    #stage .summer-banner {
        width: 100%;
        max-width: 100%;
        padding: 40px 15px 0;
    }
    #stage .summer-banner a:hover {
        opacity: 1;
    }
    #stage .summer-banner img {
        width: 100%;
        max-width: 345px;
    }
}

/*----------------------------------------
    2021クリスマス
----------------------------------------*/
#stage .wrp-kids-xmas {
    margin-bottom: 70px;
    padding: 140px 0 60px;
    background: url(/kids/assets/top/img/xmas/bg_xmas_red.png) repeat left top;
    background-size: 690px auto;
    text-align: center;
}

#stage .wrp-kids-xmas .kids-xmas-content {
    padding-bottom: 35px;
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

            /* title
    ----------------------------------*/
    #stage .xmas-ttl {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    #stage .xmas-ttl img {
        margin-top: -34px;
    }

    #stage .xmas-ttl-sp{
        display: none;
        width: 98%;
        margin: 0 auto;
    }

/* list
----------------------------------*/
#stage .xmas-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
#stage .xmas-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 33.33%;
}

#stage .xmas-list li img {
    max-width: 100%;
}
#stage .xmas-list li img.illust {
    width: 242px;
    height: auto;
    margin-bottom: 30px;
}
#stage .xmas-list li img.text {
    height: auto;
    margin-bottom: 30px;
}

/* btn */
#stage .xmas-list .fix-button {
    margin-top: 0px;
}
#stage .xmas-list .xmas-btn {
    padding-bottom: 4px;
    margin: 10px 0 0;
}
#stage .xmas-list .xmas-btn a {
    display: block;
    width: 195px;
    margin: 0 auto;
    transition: opacity .3s;
}
#stage .xmas-list .xmas-btn a:hover {
    opacity: 0.7;
}
#stage .xmas-list .xmas-btn img {
    width: auto;
    height: 45px;
}

/* 各list */
#stage .xmas-list {
    margin-top: 35px;
    position: relative;
}

#stage .xmas-list .xmas-text {
    color: #6b3607;
    font-size: 16px;
    font-weight: bold;
}

#stage .xmas-list .red {
    color: #ce2c19;
}

#stage .xmas-list .bold {
    font-size: 20px;
}

#stage .xmas-list li {
padding-top: 34px;
height: 180px;
}

#stage .xmas-list li.list1 {
    width: 220px;
    background: #ffeebb;
    border-radius: 15px;
    margin-right: 20px;
}

#stage .xmas-list li.list1 img.text {
    width: 158px;
}

.list1::before{
    content: "1";
    position: absolute;
    top: -21px;
    left: 90px;;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column; 
    vertical-align: top;
    width: 42px;
    height: 42px;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    background: #007635;
}

#stage .xmas-list li.list1::after {
    content: "";
    position: absolute;
    top: 140px;
    left: -10px;
    display: block;
    width: 59px;
    height: 100%;
    background: url(/kids/assets/top/img/xmas/img_xmas_item01.png) no-repeat;
    background-size: 59px;
}

#stage .xmas-list li.list2 {
    width: 220px;
    background: #ffeebb;
    border-radius: 15px;
    margin-right: 20px;
}

.list2::before{
    content: "2";
    position: absolute;
    top: -21px;
    left: 90px;;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column; 
    vertical-align: top;
    width: 42px;
    height: 42px;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    background: #007635;
}

#stage .xmas-list li.list2::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -10px;
    display: block;
    width: 77px;
    height: 100%;
    background: url(/kids/assets/top/img/xmas/img_xmas_item02.png) no-repeat;
    background-size: 77px;
}

#stage .xmas-list li.list2 img.text {
    width: 180px;
}
#stage .xmas-list li.list2 .xmas-btn a {
    margin-left: -9px;
}

#stage .xmas-list li.list3 {
    width: 220px;
    background: #ffeebb;
    border-radius: 15px;
}
#stage .xmas-list li.list3 img.text {
    width: 175px;
}
#stage .xmas-list li.list3 .xmas-btn a {
    margin-left: -4px;
}

.list3::before{
    content: "3";
    position: absolute;
    top: -21px;
    left: 90px;;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column; 
    vertical-align: top;
    width: 42px;
    height: 42px;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    background: #007635;
}

#stage .xmas-list li.list3::after {
    content: "";
    position: absolute;
    top: 110px;
    display: block;
    width: 239px;
    height: 100%;
    background: url(/kids/assets/top/img/xmas/img_xmas_present.png) no-repeat;
    background-size: 239px;
}

/* banner
----------------------------------*/
#stage .xmas-banner-pc{
    background: url(/kids/assets/top/img/xmas/banner.png) no-repeat 0 0;
    background-size: 100%;
    margin: 15px auto 0;
    max-width: 724px;
    height: 102px;
}
#stage .xmas-banner-pc:hover{
    background: url(/kids/assets/top/img/xmas/banner-hover.png) no-repeat 0 0;
    background-size: 100%;
    cursor: pointer;
}

#stage .xmas-banner-sp{
    display: none;
}

#stage .xmas-kiyaku a{
    display: block;
    width: 260px;
    padding: 13px 0;
    background-color: #fff;
    border-radius: 50px;
    transition: opacity .3s;
    font-size: 14px;
    margin: 20px auto 34px;
    border: 1px solid #c9c9c9;
    text-decoration: none;
    color: #333;
}

#stage .xmas-kiyaku a:hover{
    opacity:0.7;
}

/*add */

#stage .xmas-ribbon {
    display: inline-block;
    position: relative;
    height: 33px;/*リボンの高さ*/
    line-height: 33px;/*リボンの高さ*/
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #ce2c19;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
    width: 700px;
    letter-spacing: 0.12em;
  }
  
  #stage .xmas-ribbon:before, .xmas-ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  
  #stage .xmas-ribbon:before {
    top: 0;
    left: 0;
    border-width: 16px 0px 16px 11px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  
  #stage .xmas-ribbon:after {
    top: 0;
    right: 0;
    border-width: 16px 11px 16px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  #stage .xmas-hr {
    height: 7px;
    background: url(/kids/assets/top/img/xmas/bg_hr.gif) repeat-x 0 0;
    border: 0;
  }

  #stage .xmas-annotation{
      color: #333333;
      font-size: 14px;
  }

@media screen and (max-width: 736px) {
    #stage .wrp-kids-xmas {
        margin-bottom: 30px;
        padding: 30px 0 30px;
        background-size: 345px auto;
    }

    #stage .wrp-kids-xmas .kids-xmas-content {
        padding: 0 20px 20px;
        width: 92.4%;
    }

    /* title
    ----------------------------------*/
    #stage .xmas-ttl {
        width: 100%;
        max-width: 355px;
        margin:auto 25px;
        padding: 20px;
    }

    #stage .xmas-ttl-pc {
        display: none;
    }

    #stage .xmas-ttl-sp{
        display: block;
    }

    #stage .xmas-ribbon{
        width: 100%;
    }

    /* list
    ----------------------------------*/
    #stage .xmas-list ul {
        display: block;
        max-width: 100%;
    }
    #stage .xmas-list li {
        margin-bottom: 50px;
        width: 100%;
    }
    #stage .xmas-list li:last-child {
        margin-bottom: 0;
    }

    #stage .xmas-list li img {
        max-width: 100%;
    }
    #stage .xmas-list li img.illust {
        width: 270px;
        margin-bottom: 25px;
    }

    .list1::before,.list2::before,.list3::before{
        bottom: 0;
        left: 0;
        right: 0;
    }

    /* btn */
    #stage .xmas-list .fix-button {
        margin-top: 0;
    }
    #stage .xmas-list .xmas-btn a {
        width: 100%;
        max-width: 310px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 16px 0;
    }
    #stage .xmas-list .xmas-btn a:hover {
        opacity: 1;
    }
    #stage .xmas-list .xmas-btn img {
        height: 45px;
    }

    /* 各list */
    #stage .xmas-list li.list1,
    #stage .xmas-list li.list2,
    #stage .xmas-list li.list3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #stage .xmas-list li.list1 img.text {
        width: 157px;
    }

    #stage .xmas-list li.list2 img.text {
        width: 178px;
    }
    #stage .xmas-list li.list3 img.text {
        width: 173px;
    }

    #stage .xmas-list li.list3::after{
        top:230px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #stage .xmas-list li.list1::after{
        top: -20px;
            left: 82%;
            background-size: 90%;
    }

    #stage .xmas-list li.list2::after{
        top: -20px;
        left: 78%;
        background-size: 90%;
    }

    /* banner
    ----------------------------------*/
    #stage .xmas-banner {
        width: 100%;
        max-width: 100%;
        padding: 40px 15px 0;
    }
    #stage .xmas-banner a:hover {
        opacity: 1;
    }
    #stage .xmas-banner img {
        width: 100%;
        max-width: 345px;
    }

    #stage .xmas-kiyaku a{
        margin: 60px auto 34px;
        width: 100%;
    }

    #stage .xmas-banner-sp{
        display: block;
        width: 100%;
        height: auto;
        margin: 30px 0;
    }
    
    #stage .xmas-banner-pc{
        display: none;
    }

    #stage .xmas-hr {
        margin: 0 -10px;
      }

      #stage .xmas-annotation{
        text-align: left;
    }

}
