
@charset "UTF-8";


/* //////////////////////////////////////////////////
[LAYOUT]
////////////////////////////////////////////////// */

body#pageHanakotobaAi,
body#pageHanakotobaAi #container,
body#pageHanakotobaAi #pageLoader {
    background-color: #ffc8d5;
} 
body#pageHanakotobaKansha,
body#pageHanakotobaKansha #container,
body#pageHanakotobaKansha #pageLoader {
    background-color: #eff22a;
} 
body#pageHanakotobaGenki,
body#pageHanakotobaGenki #container,
body#pageHanakotobaGenki #pageLoader {
    background-color: #ff915b;
} 
body#pageHanakotobaShukufuku,
body#pageHanakotobaShukufuku #container,
body#pageHanakotobaShukufuku #pageLoader {
    background-color: #ff5b5b;
} 
body#pageHanakotobaOwakare,
body#pageHanakotobaOwakare #container,
body#pageHanakotobaOwakare #pageLoader {
    background-color: #adf0f5;
} 
body#pageHanakotobaIro,
body#pageHanakotobaIro #container,
body#pageHanakotobaIro #pageLoader {
    background-color: #c1ac37;
} 
body#pageHanakotobaHonsuu,
body#pageHanakotobaHonsuu #container,
body#pageHanakotobaHonsuu #pageLoader {
    background-color: #61d6a9;
} 
#detailFooter {
    background-color: #eff22a;
}


/* --------------------------------------------------
    #pageHeader
-------------------------------------------------- */ 

#pageHeader {
    position: relative;
    height: 850px;
    padding: 1px 0 0;
} 
#pageHeader .bgChara {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}
#pageHeader .bgChara .chara_header .innr {
    transform: scale(0.5);
}
#pageHanakotobaIro #pageHeader,
#pageHanakotobaHonsuu #pageHeader {
    height: 710px;
}
#pageHeader:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 75px;
    background-image: url(../../img/all/common/mask_header.png);
    background-repeat: no-repeat;
    background-size: 120% 100%;
    background-position: 50% 0;
}
#pageHeader h2 {
    position: absolute;
    z-index: 5;
    top: 43px;
    left: 38px;
    width: 85px;
    height: 85px;
}
#pageHeader h2 a {
    display: block;
}
#pageHeader h2 a img {
    width: 85px;
    height: auto;
}
#pageHeader h1 {
    text-align: center;
}
#pageHanakotobaAi #pageHeader h1 {
    margin-top: 164px;
    margin-bottom: 42px;
}
#pageHanakotobaAi #pageHeader h1 img {
    width: 228px;
    height: auto;
}
#pageHanakotobaKansha #pageHeader h1 {
    margin-top: 174px;
    margin-bottom: 46px;
}
#pageHanakotobaKansha #pageHeader h1 img {
    width: 280px;
    height: auto;
}
#pageHanakotobaGenki #pageHeader h1 {
    margin-top: 166px;
    margin-bottom: 50px;
}
#pageHanakotobaGenki #pageHeader h1 img {
    width: 294px;
    height: auto;
}
#pageHanakotobaShukufuku #pageHeader h1 {
    margin-top: 170px;
    margin-bottom: 43px;
}
#pageHanakotobaShukufuku #pageHeader h1 img {
    width: 302px;
    height: auto;
}
#pageHanakotobaOwakare #pageHeader h1 {
    margin-top: 176px;
    margin-bottom: 45px;
}
#pageHanakotobaOwakare #pageHeader h1 img {
    width: 368px;
    height: auto;
}
#pageHanakotobaIro #pageHeader h1 {
    margin-top: 90px;
}
#pageHanakotobaIro #pageHeader h1 img {
    width: 366px;
    height: auto;
}
#pageHanakotobaHonsuu #pageHeader h1 {
    margin-top: 90px;
}
#pageHanakotobaHonsuu #pageHeader h1 img {
    width: 366px;
    height: auto;
}
#pageHeader .sentence {
    text-align: center;
} 
#pageHeader .sentence p {
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.1em;
}
#pageHanakotobaAi #pageHeader .sentence p { color: #fa2c2c; }
#pageHanakotobaKansha #pageHeader .sentence p { color: #f56c28; }
#pageHanakotobaGenki #pageHeader .sentence p { color: #eff134; }
#pageHanakotobaShukufuku #pageHeader .sentence p { color: #fffddd; }
#pageHanakotobaOwakare #pageHeader .sentence p { color: #1b8fce; }


/* --------------------------------------------------
    #content
-------------------------------------------------- */ 
#content {
    background-color: #fffddd;
}
#contentInnr {
    width: 670px;
    margin: 0 auto;
    text-align: center;
    padding: 1px 0 112px;
}

#content .pageExp {
    font-size: 26px;
    line-height: 1.9;
    padding-top: 245px;
    margin-bottom: 20px;
    text-align: center;
}
#pageHanakotobaHonsuu #content {
    padding: 1px 0 112px;
}



/* --------------------------------------------------
    unitFlower 
-------------------------------------------------- */ 
.unitFlower {
    display: inline-block;
    position: relative;
    width: 600px;
    padding-top: 60px;
    margin-top: 140px;
    background-size: 100% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
}
.unitFlower:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.unitFlower:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.unitFlower.sptextline4 {
    height: 796px;
}
.unitFlower.sptextline3 {
    height: 754px;
}
#pageHanakotobaAi .unitFlower.color1:before,
#pageHanakotobaAi .unitFlower.color1:after  { background-image: url(../../img/ai/common/bg_unit_01.png); }
#pageHanakotobaAi .unitFlower.color2:before,
#pageHanakotobaAi .unitFlower.color2:after  { background-image: url(../../img/ai/common/bg_unit_02.png); }
#pageHanakotobaAi .unitFlower.color3:before,
#pageHanakotobaAi .unitFlower.color3:after  { background-image: url(../../img/ai/common/bg_unit_03.png); }

#pageHanakotobaKansha .unitFlower.color1:before,
#pageHanakotobaKansha .unitFlower.color1:after  { background-image: url(../../img/kansha/common/bg_unit_01.png); }
#pageHanakotobaKansha .unitFlower.color2:before,
#pageHanakotobaKansha .unitFlower.color2:after  { background-image: url(../../img/kansha/common/bg_unit_02.png); }
#pageHanakotobaKansha .unitFlower.color3:before,
#pageHanakotobaKansha .unitFlower.color3:after  { background-image: url(../../img/kansha/common/bg_unit_03.png); }

#pageHanakotobaGenki .unitFlower.color1:before,
#pageHanakotobaGenki .unitFlower.color1:after  { background-image: url(../../img/genki/common/bg_unit_01.png); }
#pageHanakotobaGenki .unitFlower.color2:before,
#pageHanakotobaGenki .unitFlower.color2:after  { background-image: url(../../img/genki/common/bg_unit_02.png); }
#pageHanakotobaGenki .unitFlower.color3:before,
#pageHanakotobaGenki .unitFlower.color3:after  { background-image: url(../../img/genki/common/bg_unit_03.png); }

#pageHanakotobaShukufuku .unitFlower.color1:before,
#pageHanakotobaShukufuku .unitFlower.color1:after  { background-image: url(../../img/shukufuku/common/bg_unit_01.png); }
#pageHanakotobaShukufuku .unitFlower.color2:before,
#pageHanakotobaShukufuku .unitFlower.color2:after  { background-image: url(../../img/shukufuku/common/bg_unit_02.png); }
#pageHanakotobaShukufuku .unitFlower.color3:before,
#pageHanakotobaShukufuku .unitFlower.color3:after  { background-image: url(../../img/shukufuku/common/bg_unit_03.png); }

#pageHanakotobaOwakare .unitFlower.color1:before,
#pageHanakotobaOwakare .unitFlower.color1:after  { background-image: url(../../img/owakare/common/bg_unit_01.png); }
#pageHanakotobaOwakare .unitFlower.color2:before,
#pageHanakotobaOwakare .unitFlower.color2:after  { background-image: url(../../img/owakare/common/bg_unit_02.png); }
#pageHanakotobaOwakare .unitFlower.color3:before,
#pageHanakotobaOwakare .unitFlower.color3:after  { background-image: url(../../img/owakare/common/bg_unit_03.png); }

.unitFlower .chara {
    position: absolute;
    left: 50%;
    top: 1px;
    width: 240px;
    height: 240px;
    margin-top: -120px;
    margin-left: -120px;
}
.unitFlower .chara > div {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.78);
    transform-origin: 50% 50%;
    animation: charafuwafuwaUnitRot 1.6s ease-in-out infinite alternate;
}
.unitFlower > *  {
    position: relative;
    z-index: 3;
}
.unitFlower .flower {
    height: 148px;
    margin-bottom: 25px;
    background-size: 100% auto;
    background-position: 50% 0;
    text-indent: -99999px;
}
.unitFlower h2 {
    height: 100px;
    margin-bottom: 21px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
}
.unitFlower .caption {
    padding: 0 42px;
}
.unitFlower .caption p {
    font-size: 25px;
    line-height: 1.6;
}
.unitFlower .season {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 208px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
}


/* --------------------------------------------------
    #navLocal 
-------------------------------------------------- */ 
#navLocal {
    margin-top: 85px;
}
#navLocal ul {
    text-align: center;
}
#navLocal li {
    display: inline-block;
    width: 146px;
    margin: 42px 8px 0;
    vertical-align: bottom;
}
#navLocal li a {
    display: block;
    height: 88px;
    border-radius: 73px 73px 0 0;
    border: solid 3px white;
    background-repeat: no-repeat;
    text-indent: -99999px;
    background-position: 50% 57%;
    cursor: pointer;
}
#navLocal li.ai a {
    border-color: #ffc8d5;
    background-image: url(../../img/detail/sp/nav_ai.png);
}
#navLocal li.kansha a {
    border-color: #eff22a;
    background-image: url(../../img/detail/sp/nav_kansha.png);
}
#navLocal li.genki a {
    border-color: #ff915b;
    background-image: url(../../img/detail/sp/nav_genki.png);
}
#navLocal li.shukufuku a {
    border-color: #ff5b5b;
    background-image: url(../../img/detail/sp/nav_shukufuku.png);
}
#navLocal li.owakare a {
    border-color: #adf0f5;
    background-image: url(../../img/detail/sp/nav_owakare.png);
}
#navLocal li.honsuu a {
    border-color: #5cddac;
    background-image: url(../../img/detail/sp/nav_honsuu.png);
}
#navLocal li.iro a {
    border-color: #c1ac37;
    background-image: url(../../img/detail/sp/nav_iro.png);
}
#navLocal li.current {
    width: 158px;
    margin: 30px 2px 0;
}
#navLocal li.current a {
    height: 100px;
    background-position: 50% 56%;
    border-radius: 79px 79px 0 0;
    cursor: default;
}
#navLocal li.ai.current a {
    background-color: #ffc8d5;
    background-image: url(../../img/detail/sp/nav_ai_a.png);
}
#navLocal li.kansha.current a {
    background-color: #eff22a;
    background-image: url(../../img/detail/sp/nav_kansha_a.png);
}
#navLocal li.genki.current a {
    background-color: #ff915b;
    background-image: url(../../img/detail/sp/nav_genki_a.png);
}
#navLocal li.shukufuku.current a {
    background-color: #ff5b5b;
    background-image: url(../../img/detail/sp/nav_shukufuku_a.png);
}
#navLocal li.owakare.current a {
    background-color: #adf0f5;
    background-image: url(../../img/detail/sp/nav_owakare_a.png);
}
#navLocal li.honsuu.current a {
    background-color: #5cddac;
    background-image: url(../../img/detail/sp/nav_honsuu_a.png);
}
#navLocal li.iro.current a {
    background-color: #c1ac37;
    background-image: url(../../img/detail/sp/nav_iro_a.png);
}




/* --------------------------------------------------
    #detailFooter 
-------------------------------------------------- */ 

#detailFooter {
    position: relative;
    padding: 70px 0 60px;
    text-align: center;
}
#detailFooter .logo {
    text-align: center; 
    margin-bottom: 63px;
}
#detailFooter .logo a {
    display: inline-block;
}
#detailFooter .logo img {
    width: 384px;
    height: auto;
}
#detailFooter .footerCharaList {
    position: relative;
    display: inline-block;
    width: 290px;
}
#detailFooter .footerCharaList.left {
}
#detailFooter .footerCharaList.left ul {
    position: relative;
    height: 50px;
}
#detailFooter .footerCharaList.right {
}
#detailFooter .footerCharaList.right ul {
    position: relative;
    height: 50px;
}
#detailFooter .footerCharaList li {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    margin-left: -25px;
}
#detailFooter .footerCharaList.right li:nth-child(1) { left: 20%; }
#detailFooter .footerCharaList.right li:nth-child(2) { left: 60%; }
#detailFooter .footerCharaList.right li:nth-child(3) { left: 100%; }

#detailFooter .footerCharaList.left li:nth-child(1) { left: 0%; }
#detailFooter .footerCharaList.left li:nth-child(2) { left: 40%; }
#detailFooter .footerCharaList.left li:nth-child(3) { left: 80%; }








/* --------------------------------------------------
    ai
-------------------------------------------------- */ 
#pageHanakotobaAi .unitFlower:nth-child(1) .caption p,
#pageHanakotobaAi .unitFlower:nth-child(4) .caption p,
#pageHanakotobaAi .unitFlower:nth-child(7) .caption p {
    color: #fa2c2c;
}
#pageHanakotobaAi .unitFlower:nth-child(2) .caption p,
#pageHanakotobaAi .unitFlower:nth-child(5) .caption p,
#pageHanakotobaAi .unitFlower:nth-child(8) .caption p {
    color: #2e9856;
}
#pageHanakotobaAi .unitFlower:nth-child(3) .caption p,
#pageHanakotobaAi .unitFlower:nth-child(6) .caption p,
#pageHanakotobaAi .unitFlower:nth-child(9) .caption p {
    color: #fffddd;
}
#pageHanakotobaAi .unitFlower:nth-child(1) .flower {
    background-image: url(../../img/ai/sp/flower/01.png);
}
#pageHanakotobaAi .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/ai/sp/ttl/01.png);
    background-size: 374px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/ai/sp/season/01.png);
    background-size: 229px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/ai/sp/flower/02.png);
}
#pageHanakotobaAi .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/ai/sp/ttl/02.png);
    background-size: 510px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/ai/sp/season/02.png);
    background-size: 229px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/ai/sp/flower/03.png);
}
#pageHanakotobaAi .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/ai/sp/ttl/03.png);
    background-size: 310px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/ai/sp/season/03.png);
    background-size: 229px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/ai/sp/flower/04.png);
}
#pageHanakotobaAi .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/ai/sp/ttl/04.png);
    background-size: 476px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/ai/sp/season/04.png);
    background-size: 229px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/ai/sp/flower/05.png);
}
#pageHanakotobaAi .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/ai/sp/ttl/05.png);
    background-size: 172px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/ai/sp/season/05.png);
    background-size: 327px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(6) .flower {
    background-image: url(../../img/ai/sp/flower/06.png);
}
#pageHanakotobaAi .unitFlower:nth-child(6) h2 { 
    background-image: url(../../img/ai/sp/ttl/06.png);
    background-size: 429px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(6) .season { 
    background-image: url(../../img/ai/sp/season/06.png);
    background-size: 298px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(7) .flower {
    background-image: url(../../img/ai/sp/flower/07.png);
}
#pageHanakotobaAi .unitFlower:nth-child(7) h2 { 
    background-image: url(../../img/ai/sp/ttl/07.png);
    background-size: 369px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(7) .season { 
    background-image: url(../../img/ai/sp/season/07.png);
    background-size: 308px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(8) .flower {
    background-image: url(../../img/ai/sp/flower/08.png);
}
#pageHanakotobaAi .unitFlower:nth-child(8) h2 { 
    background-image: url(../../img/ai/sp/ttl/08.png);
    background-size: 370px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(8) .season { 
    background-image: url(../../img/ai/sp/season/08.png);
    background-size: 305px auto;
}



/* --------------------------------------------------
    kansha
-------------------------------------------------- */ 
#pageHanakotobaKansha .unitFlower:nth-child(1) .caption p,
#pageHanakotobaKansha .unitFlower:nth-child(4) .caption p,
#pageHanakotobaKansha .unitFlower:nth-child(7) .caption p {
    color: #f56c28;
}
#pageHanakotobaKansha .unitFlower:nth-child(2) .caption p,
#pageHanakotobaKansha .unitFlower:nth-child(5) .caption p,
#pageHanakotobaKansha .unitFlower:nth-child(8) .caption p {
    color: #209836;
}
#pageHanakotobaKansha .unitFlower:nth-child(3) .caption p,
#pageHanakotobaKansha .unitFlower:nth-child(6) .caption p,
#pageHanakotobaKansha .unitFlower:nth-child(9) .caption p {
    color: #fffddd;
}
#pageHanakotobaKansha .unitFlower:nth-child(1) .flower {
    background-image: url(../../img/kansha/sp/flower/01.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/kansha/sp/ttl/01.png);
    background-size: 172px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/kansha/sp/season/01.png);
    background-size: 229px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/kansha/sp/flower/02.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/kansha/sp/ttl/02.png);
    background-size: 172px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/kansha/sp/season/02.png);
    background-size: 229px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/kansha/sp/flower/03.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/kansha/sp/ttl/03.png);
    background-size: 172px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/kansha/sp/season/03.png);
    background-size: 229px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/kansha/sp/flower/04.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/kansha/sp/ttl/04.png);
    background-size: 307px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/kansha/sp/season/04.png);
    background-size: 229px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/kansha/sp/flower/05.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/kansha/sp/ttl/05.png);
    background-size: 172px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/kansha/sp/season/05.png);
    background-size: 233px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(6) .flower {
    background-image: url(../../img/kansha/sp/flower/06.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(6) h2 { 
    background-image: url(../../img/kansha/sp/ttl/06.png);
    background-size: 406px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(6) .season { 
    background-image: url(../../img/kansha/sp/season/06.png);
    background-size: 229px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(7) .flower {
    background-image: url(../../img/kansha/sp/flower/07.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(7) h2 { 
    background-image: url(../../img/kansha/sp/ttl/07.png);
    background-size: 442px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(7) .season { 
    background-image: url(../../img/kansha/sp/season/07.png);
    background-size: 306px auto;
}




/* --------------------------------------------------
    genki
-------------------------------------------------- */ 
#pageHanakotobaGenki .unitFlower:nth-child(1) .caption p,
#pageHanakotobaGenki .unitFlower:nth-child(4) .caption p,
#pageHanakotobaGenki .unitFlower:nth-child(7) .caption p {
    color: #f87c3f;
}
#pageHanakotobaGenki .unitFlower:nth-child(2) .caption p,
#pageHanakotobaGenki .unitFlower:nth-child(5) .caption p,
#pageHanakotobaGenki .unitFlower:nth-child(8) .caption p {
    color: #fffddd;
}
#pageHanakotobaGenki .unitFlower:nth-child(3) .caption p,
#pageHanakotobaGenki .unitFlower:nth-child(6) .caption p,
#pageHanakotobaGenki .unitFlower:nth-child(9) .caption p {
    color: #f8fb28;
}
#pageHanakotobaGenki .unitFlower:nth-child(1) .flower {
    background-image: url(../../img/genki/sp/flower/01.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/genki/sp/ttl/01.png);
    background-size: 368px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/genki/sp/season/01.png);
    background-size: 229px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/genki/sp/flower/02.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/genki/sp/ttl/02.png);
    background-size: 364px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/genki/sp/season/02.png);
    background-size: 323px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/genki/sp/flower/03.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/genki/sp/ttl/03.png);
    background-size: 172px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/genki/sp/season/03.png);
    background-size: 303px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/genki/sp/flower/04.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/genki/sp/ttl/04.png);
    background-size: 171px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/genki/sp/season/04.png);
    background-size: 306px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/genki/sp/flower/05.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/genki/sp/ttl/05.png);
    background-size: 514px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/genki/sp/season/05.png);
    background-size: 318px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(6) .flower {
    background-image: url(../../img/genki/sp/flower/06.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(6) h2 { 
    background-image: url(../../img/genki/sp/ttl/06.png);
    background-size: 290px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(6) .season { 
    background-image: url(../../img/genki/sp/season/06.png);
    background-size: 303px auto;
}




/* --------------------------------------------------
    shukufuku
-------------------------------------------------- */ 
#pageHanakotobaShukufuku .unitFlower:nth-child(1) .caption p,
#pageHanakotobaShukufuku .unitFlower:nth-child(4) .caption p,
#pageHanakotobaShukufuku .unitFlower:nth-child(7) .caption p {
    color: #fffddd;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(2) .caption p,
#pageHanakotobaShukufuku .unitFlower:nth-child(5) .caption p,
#pageHanakotobaShukufuku .unitFlower:nth-child(8) .caption p {
    color: #fffddd;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(3) .caption p,
#pageHanakotobaShukufuku .unitFlower:nth-child(6) .caption p,
#pageHanakotobaShukufuku .unitFlower:nth-child(9) .caption p {
    color: #fb4c4c;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(1) .flower {
    background-image: url(../../img/shukufuku/sp/flower/01.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/shukufuku/sp/ttl/01.png);
    background-size: 356px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/shukufuku/sp/season/01.png);
    background-size: 229px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/shukufuku/sp/flower/02.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/shukufuku/sp/ttl/02.png);
    background-size: 314px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/shukufuku/sp/season/02.png);
    background-size: 227px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/shukufuku/sp/flower/03.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/shukufuku/sp/ttl/03.png);
    background-size: 355px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/shukufuku/sp/season/03.png);
    background-size: 228px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/shukufuku/sp/flower/04.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/shukufuku/sp/ttl/04.png);
    background-size: 361px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/shukufuku/sp/season/04.png);
    background-size: 229px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/shukufuku/sp/flower/05.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/shukufuku/sp/ttl/05.png);
    background-size: 163px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/shukufuku/sp/season/05.png);
    background-size: 341px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(6) .flower {
    background-image: url(../../img/shukufuku/sp/flower/06.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(6) h2 { 
    background-image: url(../../img/shukufuku/sp/ttl/06.png);
    background-size: 242px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(6) .season { 
    background-image: url(../../img/shukufuku/sp/season/06.png);
    background-size: 316px auto;
}






/* --------------------------------------------------
    owakare
-------------------------------------------------- */ 
#pageHanakotobaOwakare .unitFlower:nth-child(1) .caption p,
#pageHanakotobaOwakare .unitFlower:nth-child(4) .caption p,
#pageHanakotobaOwakare .unitFlower:nth-child(7) .caption p {
    color: #148ed0;
}
#pageHanakotobaOwakare .unitFlower:nth-child(2) .caption p,
#pageHanakotobaOwakare .unitFlower:nth-child(5) .caption p,
#pageHanakotobaOwakare .unitFlower:nth-child(8) .caption p {
    color: #fffddd;
}
#pageHanakotobaOwakare .unitFlower:nth-child(3) .caption p,
#pageHanakotobaOwakare .unitFlower:nth-child(6) .caption p,
#pageHanakotobaOwakare .unitFlower:nth-child(9) .caption p {
    color: #26569e;
}
#pageHanakotobaOwakare .unitFlower:nth-child(1) .flower {
    background-image: url(../../img/owakare/sp/flower/01.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/owakare/sp/ttl/01.png);
    background-size: 157px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/owakare/sp/season/01.png);
    background-size: 229px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/owakare/sp/flower/02.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/owakare/sp/ttl/02.png);
    background-size: 160px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/owakare/sp/season/02.png);
    background-size: 227px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/owakare/sp/flower/03.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/owakare/sp/ttl/03.png);
    background-size: 164px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/owakare/sp/season/03.png);
    background-size: 228px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/owakare/sp/flower/04.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/owakare/sp/ttl/04.png);
    background-size: 154px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/owakare/sp/season/04.png);
    background-size: 229px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/owakare/sp/flower/05.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/owakare/sp/ttl/05.png);
    background-size: 168px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/owakare/sp/season/05.png);
    background-size: 227px auto;
}


/* --------------------------------------------------
    #pageHanakotobaIro .blockFlower
-------------------------------------------------- */ 
#pageHanakotobaIro .blockFlower {
    position: relative;
    margin-top: 65px;
}
#pageHanakotobaIro #content .pageExp {
    position: relative;
    color: #958112;
}
#pageHanakotobaIro .blockFlower:first-child {
    margin-top: 0;
}
#pageHanakotobaIro .blockFlower h2 {
    position: relative;
    z-index: 3;
    padding-top: 240px;
    text-align: center;
    margin-bottom: 10px;
}
#pageHanakotobaIro .blockFlower.rose h2 img {
    width: 232px;
    height: auto;
}
#pageHanakotobaIro .blockFlower.gerbera h2 img {
    width: 384px;
    height: auto;
}
#pageHanakotobaIro .blockFlower.carnation h2 img {
    width: 434px;
    height: auto;
}
#pageHanakotobaIro .blockFlower .unitList {
    text-align: center;
    width: 700px;
    margin-left: -15px;
}
#pageHanakotobaIro .blockFlower .unitList li {
    position: relative;
    display: inline-block;
    margin: 50px 8px 0;
    padding-top: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 325px;
    height: 352px;
    transform-origin: 50% 90%;
}
#pageHanakotobaIro .blockFlower .unitList li.yellow { background-image: url(../../img/iro/common/bg_unit_yellow.png); }
#pageHanakotobaIro .blockFlower .unitList li.white { background-image: url(../../img/iro/common/bg_unit_white.png); }
#pageHanakotobaIro .blockFlower .unitList li.red { background-image: url(../../img/iro/common/bg_unit_red.png); }
#pageHanakotobaIro .blockFlower .unitList li.purple { background-image: url(../../img/iro/common/bg_unit_purple.png); }
#pageHanakotobaIro .blockFlower .unitList li.pink { background-image: url(../../img/iro/common/bg_unit_pink.png); }
#pageHanakotobaIro .blockFlower .unitList li.orange { background-image: url(../../img/iro/common/bg_unit_orange.png); }
#pageHanakotobaIro .blockFlower .unitList li.blue { background-image: url(../../img/iro/common/bg_unit_blue.png); }


#pageHanakotobaIro .blockFlower .unitList li .flower {
    height: 75px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0;
    text-indent: -99999px;
}
#pageHanakotobaIro .blockFlower .unitList li h3 {
    height: 125px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(1) .flower {
    background-image: url(../../img/iro/common/flower01/color/01.png);
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(1) h3 {
    background-image: url(../../img/iro/common/flower01/ttl/01.png);
    background-size: 240px auto;
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(2) .flower {
    background-image: url(../../img/iro/common/flower01/color/02.png);
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(2) h3 {
    background-image: url(../../img/iro/common/flower01/ttl/02.png);
    background-size: 163px auto;
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(3) .flower {
    background-image: url(../../img/iro/common/flower01/color/03.png);
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(3) h3 {
    background-image: url(../../img/iro/common/flower01/ttl/03.png);
    background-size: 178px auto;
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(4) .flower {
    background-image: url(../../img/iro/common/flower01/color/04.png);
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(4) h3 {
    background-image: url(../../img/iro/common/flower01/ttl/04.png);
    background-size: 120px auto;
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(5) .flower {
    background-image: url(../../img/iro/common/flower01/color/05.png);
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(5) h3 {
    background-image: url(../../img/iro/common/flower01/ttl/05.png);
    background-size: 257px auto;
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(6) .flower {
    background-image: url(../../img/iro/common/flower01/color/06.png);
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(6) h3 {
    background-image: url(../../img/iro/common/flower01/ttl/06.png);
    background-size: 80px auto;
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(7) .flower {
    background-image: url(../../img/iro/common/flower01/color/07.png);
}
#pageHanakotobaIro .blockFlower.rose .unitList li:nth-child(7) h3 {
    background-image: url(../../img/iro/common/flower01/ttl/07.png);
    background-size: 171px auto;
}



#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(1) .flower {
    background-image: url(../../img/iro/common/flower02/color/01.png);
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(1) h3 {
    background-image: url(../../img/iro/common/flower02/ttl/01.png);
    background-size: 117px auto;
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(2) .flower {
    background-image: url(../../img/iro/common/flower02/color/02.png);
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(2) h3 {
    background-image: url(../../img/iro/common/flower02/ttl/02.png);
    background-size: 84px auto;
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(3) .flower {
    background-image: url(../../img/iro/common/flower02/color/03.png);
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(3) h3 {
    background-image: url(../../img/iro/common/flower02/ttl/03.png);
    background-size: 219px auto;
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(4) .flower {
    background-image: url(../../img/iro/common/flower02/color/04.png);
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(4) h3 {
    background-image: url(../../img/iro/common/flower02/ttl/04.png);
    background-size: 145px auto;
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(5) .flower {
    background-image: url(../../img/iro/common/flower02/color/05.png);
}
#pageHanakotobaIro .blockFlower.gerbera .unitList li:nth-child(5) h3 {
    background-image: url(../../img/iro/common/flower02/ttl/05.png);
    background-size: 84px auto;
}



#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(1) .flower {
    background-image: url(../../img/iro/common/flower03/color/01.png);
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(1) h3 {
    background-image: url(../../img/iro/common/flower03/ttl/01.png);
    background-size: 195px auto;
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(2) .flower {
    background-image: url(../../img/iro/common/flower03/color/02.png);
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(2) h3 {
    background-image: url(../../img/iro/common/flower03/ttl/02.png);
    background-size: 178px auto;
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(3) .flower {
    background-image: url(../../img/iro/common/flower03/color/03.png);
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(3) h3 {
    background-image: url(../../img/iro/common/flower03/ttl/03.png);
    background-size: 240px auto;
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(4) .flower {
    background-image: url(../../img/iro/common/flower03/color/04.png);
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(4) h3 {
    background-image: url(../../img/iro/common/flower03/ttl/04.png);
    background-size: 253px auto;
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(5) .flower {
    background-image: url(../../img/iro/common/flower03/color/05.png);
}
#pageHanakotobaIro .blockFlower.carnation .unitList li:nth-child(5) h3 {
    background-image: url(../../img/iro/common/flower03/ttl/05.png);
    background-size: 79px auto;
}



#pageHanakotobaIro .chara {
    position: absolute;
    width: 240px;
    height: 240px;
    margin-left: -120px;    
    margin-top: -120px;
    transform: scale(0.85);
    transform-origin: 50% 50%;
    
}
#pageHanakotobaIro .chara div {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: 50% 50%;
    animation: charafuwafuwaRotOnly 1.6s ease-in-out infinite alternate;
}
#pageHanakotobaIro #content .pageExp .charas {
    position: absolute;
    left: 50%;
    top: 78px;
    width: 264px;
    margin-left: -132px;
    height: 100px;
}
#pageHanakotobaIro #content .pageExp .charas .chara {
    transform: scale(0.68);
}
#pageHanakotobaIro #content .pageExp .chara:nth-child(1) {
    top: 69px;
    left: 0%;
}
#pageHanakotobaIro #content .pageExp .chara:nth-child(2) {
    top: 40px;
    left: 50%;
}
#pageHanakotobaIro #content .pageExp .chara:nth-child(3) {
    top: 68px;
    left: 100%;
}
#pageHanakotobaIro .blockFlower.rose .chara {
    position: absolute;
    top: 120px;
    left: 50%;
}
#pageHanakotobaIro .blockFlower.gerbera .chara {
    position: absolute;
    top: 115px;
    left: 50%;
}
#pageHanakotobaIro .blockFlower.carnation .chara {
    position: absolute;
    top: 115px;
    left: 50%;
}




/* --------------------------------------------------
    #pageHanakotobaHonsuu
-------------------------------------------------- */ 

#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp {
    color: #61d6a9;
    margin-bottom: 100px;
}
#pageHanakotobaHonsuu .blockFlowerWrap {
    position: relative;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block02 {
    background-color: #ffefd3;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block03 {
    background-color: #ffe2c9;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block04 {
    background-color: #ffd5bf;
}
#pageHanakotobaHonsuu .blockFlowerWrap .blockInnr {
    width: 670px;
    margin: 0 auto;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block01 .blockInnr {
    padding: 0 0 100px;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block02 .blockInnr {
    padding: 102px 0 120px;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block03 .blockInnr,
#pageHanakotobaHonsuu .blockFlowerWrap.block04 .blockInnr {
    padding: 140px 0 100px;
}
#pageHanakotobaHonsuu .blockFlower {
    position: relative;
}
#pageHanakotobaHonsuu .blockFlower h2 {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 5px;
}
#pageHanakotobaHonsuu .blockFlower.block01 h2 img {
    width: 242px;
    height: auto;
}
#pageHanakotobaHonsuu .blockFlower.block02 h2 img {
    width: 218px;
    height: auto;
}
#pageHanakotobaHonsuu .blockFlower.block03 h2 img {
    width: 354px;
    height: auto;
}
#pageHanakotobaHonsuu .blockFlower.block04 h2 img {
    width: 385px;
    height: auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 h2 {
    margin-top: 15px;
}
#pageHanakotobaHonsuu .blockFlower .unitList {
    text-align: center;
    width: 700px;
    margin-left: -15px;
}
#pageHanakotobaHonsuu .blockFlower .unitList li {
    position: relative;
    display: inline-block;
    margin: 50px 8px 0;
    padding-top: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 325px;
    height: 377px;
}
#pageHanakotobaHonsuu .blockFlower .unitList li.color1 { background-image: url(../../img/honsuu/common/bg_unit_01.png); }
#pageHanakotobaHonsuu .blockFlower .unitList li.color2 { background-image: url(../../img/honsuu/common/bg_unit_02.png); }
#pageHanakotobaHonsuu .blockFlower .unitList li.color3 { background-image: url(../../img/honsuu/common/bg_unit_03.png); }

#pageHanakotobaHonsuu .blockFlower .unitList li .num {
    height: 75px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0;
    text-indent: -99999px;
}
#pageHanakotobaHonsuu .blockFlower .unitList li h3 {
    position: relative;
    height: 145px;
    margin-top: -10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
}



#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(1) .num {
    background-image: url(../../img/honsuu/common/flower01/num/01.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(1) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/01.png);
    background-size: 248px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(2) .num {
    background-image: url(../../img/honsuu/common/flower01/num/02.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(2) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/02.png);
    background-size: 193px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(3) .num {
    background-image: url(../../img/honsuu/common/flower01/num/03.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(3) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/03.png);
    background-size: 200px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(4) .num {
    background-image: url(../../img/honsuu/common/flower01/num/04.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(4) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/04.png);
    background-size: 237px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(5) .num {
    background-image: url(../../img/honsuu/common/flower01/num/05.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(5) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/05.png);
    background-size: 248px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(6) .num {
    background-image: url(../../img/honsuu/common/flower01/num/06.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(6) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/06.png);
    background-size: 230px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(7) .num {
    background-image: url(../../img/honsuu/common/flower01/num/07.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(7) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/07.png);
    background-size: 203px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(8) .num {
    background-image: url(../../img/honsuu/common/flower01/num/08.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(8) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/08.png);
    background-size: 225px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(9) .num {
    background-image: url(../../img/honsuu/common/flower01/num/09.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(9) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/09.png);
    background-size: 236px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(10) .num {
    background-image: url(../../img/honsuu/common/flower01/num/10.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(10) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/10.png);
    background-size: 218px auto;
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(11) .num {
    background-image: url(../../img/honsuu/common/flower01/num/11.png);
}
#pageHanakotobaHonsuu .blockFlower.block01 .unitList li:nth-child(11) h3 {
    background-image: url(../../img/honsuu/common/flower01/ttl/11.png);
    background-size: 250px auto;
}


#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(1) .num {
    background-image: url(../../img/honsuu/common/flower03/num/01.png);
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(1) h3 {
    background-image: url(../../img/honsuu/common/flower03/ttl/01.png);
    background-size: 240px auto;
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(2) .num {
    background-image: url(../../img/honsuu/common/flower03/num/02.png);
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(2) h3 {
    background-image: url(../../img/honsuu/common/flower03/ttl/02.png);
    background-size: 240px auto;
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(3) .num {
    background-image: url(../../img/honsuu/common/flower03/num/03.png);
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(3) h3 {
    background-image: url(../../img/honsuu/common/flower03/ttl/03.png);
    background-size: 229px auto;
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(4) .num {
    background-image: url(../../img/honsuu/common/flower03/num/04.png);
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(4) h3 {
    background-image: url(../../img/honsuu/common/flower03/ttl/04.png);
    background-size: 201px auto;
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(5) .num {
    background-image: url(../../img/honsuu/common/flower03/num/05.png);
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(5) h3 {
    background-image: url(../../img/honsuu/common/flower03/ttl/05.png);
    background-size: 265px auto;
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(6) .num {
    background-image: url(../../img/honsuu/common/flower03/num/06.png);
}
#pageHanakotobaHonsuu .blockFlower.block03 .unitList li:nth-child(6) h3 {
    background-image: url(../../img/honsuu/common/flower03/ttl/06.png);
    background-size: 221px auto;
}



#pageHanakotobaHonsuu .blockFlower.block04 .unitList li:nth-child(1) .num {
    background-image: url(../../img/honsuu/common/flower04/num/01.png);
}
#pageHanakotobaHonsuu .blockFlower.block04 .unitList li:nth-child(1) h3 {
    background-image: url(../../img/honsuu/common/flower04/ttl/01.png);
    background-size: 258px auto;
}
#pageHanakotobaHonsuu .blockFlower.block04 .unitList li:nth-child(2) .num {
    background-image: url(../../img/honsuu/common/flower04/num/02.png);
}
#pageHanakotobaHonsuu .blockFlower.block04 .unitList li:nth-child(2) h3 {
    background-image: url(../../img/honsuu/common/flower04/ttl/02.png);
    background-size: 177px auto;
}
#pageHanakotobaHonsuu .blockFlower.block04 .unitList li:nth-child(3) .num {
    background-image: url(../../img/honsuu/common/flower04/num/03.png);
}
#pageHanakotobaHonsuu .blockFlower.block04 .unitList li:nth-child(3) h3 {
    background-image: url(../../img/honsuu/common/flower04/ttl/03.png);
    background-size: 225px auto;
}
#pageHanakotobaHonsuu .blockFlower.block04 .unitList li:nth-child(4) .num {
    background-image: url(../../img/honsuu/common/flower04/num/04.png);
}
#pageHanakotobaHonsuu .blockFlower.block04 .unitList li:nth-child(4) h3 {
    background-image: url(../../img/honsuu/common/flower04/ttl/04.png);
    background-size: 268px auto;
}



#pageHanakotobaHonsuu .blockFlower.block02 h2 {
    margin-bottom: 70px;
}
#pageHanakotobaHonsuu .blockFlower.block02 .flowerUnit {
    position: relative;
    margin: 0 auto;
    padding-top: 45px;
    background-image: url(../../img/honsuu/common/bg_unit_dozenrose.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 450px;
    height: 521px;
    transform-origin: 50% 90%;
}
#pageHanakotobaHonsuu .blockFlower.block02 .flowerUnit .num {
    height: 97px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0;
    text-indent: -99999px;
    background-image: url(../../img/honsuu/common/flower02/num/01.png);
}
#pageHanakotobaHonsuu .blockFlower.block02 .flowerUnit h3 {
    height: 183px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
    background-image: url(../../img/honsuu/common/flower02/ttl/01.png);
    background-size: 289px auto;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon {
    position: relative;
    background-color: #fffddd;
    margin-top: 90px;
    text-align: center;
    padding: 85px 0;
    border-radius: 70px;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../img/honsuu/sp/parts_balloon.png);
    width: 58px;
    height: 34px;
    top: -34px;
    left: 50%;
    margin-left: -29px;
    background-size: 100% auto;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon p {
    color: #999999;
    font-size: 28px;
    line-height: 2.1;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon p strong {
    color: #ff5b5b;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon p.words {
    display: inline-block;
    width: 486px;
    height: 271px;
    margin: 48px 0;
    background-image: url(../../img/honsuu/sp/txt_dozenrose.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    text-indent: -99999px;
}




#pageHanakotobaHonsuu .chara {
    position: absolute;
    width: 240px;
    height: 240px;
    margin-left: -120px;    
    margin-top: -120px;
    transform: scale(0.78);
    transform-origin: 50% 50%;
}
#pageHanakotobaHonsuu .chara div {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; 
    transform-origin: 50% 50%;
    animation: charafuwafuwaRotOnly 1.6s ease-in-out infinite alternate; 
}

#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp .charas {
    position: absolute;
    left: 50%;
    top: 72px;
    width: 280px;
    margin-left: -133px;
    height: 100px;
}
#pageHanakotobaHonsuu .blockFlower.block01 .pageExp .chara {
    transform: scale(0.8);
}
#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp .chara:nth-child(1) { top: 56px; left: 0%; }
#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp .chara:nth-child(2) { top: 50px; left: 50%; }
#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp .chara:nth-child(3) { top: 56px; left: 100%; }

#pageHanakotobaHonsuu .blockFlower > .charas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    height: 50px;
}
#pageHanakotobaHonsuu .blockFlower.block01 .charas {
    width: 378px;
}
#pageHanakotobaHonsuu .blockFlower.block01 .charas .chara:nth-child(1) { left: 0; top: 34px; }
#pageHanakotobaHonsuu .blockFlower.block01 .charas .chara:nth-child(2) { left: 100%; top: 34px; }

#pageHanakotobaHonsuu .blockFlower.block02 .charas {
    width: 360px;
}
#pageHanakotobaHonsuu .blockFlower.block02 .chara {
    transform: scale(0.73);
}
#pageHanakotobaHonsuu .blockFlower.block02 .charas .chara:nth-child(1) { left: 0; top: 55px;}
#pageHanakotobaHonsuu .blockFlower.block02 .charas .chara:nth-child(2) { left: 100%; top: 55px; }

#pageHanakotobaHonsuu .blockFlower.block03 .charas {
    width: 470px;
}
#pageHanakotobaHonsuu .blockFlower.block03 .chara {
    transform: scale(0.7);
}
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(1) { left: -48px; top: 40px; z-index: 1; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(2) { left: -10px; top: 48px; z-index: 3; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(3) { left:   0px; top:  7px; z-index: 2; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(4) { left: 470px; top:  7px; z-index: 2; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(5) { left: 480px; top: 48px; z-index: 3; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(6) { left: 518px; top: 40px; z-index: 1; }

#pageHanakotobaHonsuu .blockFlower.block04 .charas {
    width: 484px;
}
#pageHanakotobaHonsuu .blockFlower.block04 .chara {
    transform: scale(0.58);
}
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(1) { left: -78px; top: 35px; z-index : 4; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(2) { left: -45px; top:  5px; z-index : 3; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(3) { left: -30px; top: 51px; z-index : 5; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(4) { left:   0px; top:  7px; z-index : 1; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(5) { left: 484px; top:  7px; z-index : 1; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(6) { left: 514px; top: 51px; z-index : 5; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(7) { left: 529px; top:  5px; z-index : 3; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(8) { left: 562px; top: 35px; z-index : 4; }











/* --------------------------------------------------
    Animation
-------------------------------------------------- */ 
@keyframes charafuwafuwaRot {
    0%   { transform: rotate(-3deg) scale(0.5); }
    100%   { transform: rotate(3deg) scale(0.5); }
}
@keyframes charafuwafuwaUnitRot {
    0%   { transform: rotate(-3deg) scale(0.78); }
    100%   { transform: rotate(3deg) scale(0.78); }
}
@keyframes charafuwafuwaRotOnly {
    0%   { transform: rotate(-3deg); }
    100%   { transform: rotate(3deg); }
}

@keyframes charafuwafuwaPos {
    0%   { transform: translateY(0px) scale(0.5); }
    50%  { transform: translateY(-5px) scale(0.5); }
    100% { transform: translateY(0px) scale(0.5); }
}



