@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;
}

#pageHanakotobaIro #container,
#pageHanakotobaHonsuu #container {
    min-width: 1040px;
}

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

#pageHeader {
    position: relative;
    height: 560px;
    padding: 1px 0 0;
} 
#pageHeader .bgChara {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}
#pageHeader .bgChara .chara_header .innr {
    transform: scale(0.4);
}
#pageHanakotobaIro #pageHeader {
    height: 490px;
}
#pageHanakotobaHonsuu #pageHeader {
    height: 490px;
}
#pageHeader:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 100px;
    background-image: url(../../img/all/common/mask_header.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#pageHanakotobaIro #pageHeader:after,
#pageHanakotobaHonsuu #pageHeader:after {
    height: 120px;
}
#pageHeader h2 {
    position: absolute;
    z-index: 5;    
    top: 30px;
    left: 30px;
    width: 64px;
    height: 64px;
}
#pageHeader h2 a {
    display: block;
}
#pageHeader h1 {
    text-align: center;
}
#pageHanakotobaAi #pageHeader h1 {
    margin-top: 114px;
    margin-bottom: 38px;
}
#pageHanakotobaKansha #pageHeader h1 {
    margin-top: 119px;
    margin-bottom: 40px;
}
#pageHanakotobaGenki #pageHeader h1 {
    margin-top: 116px;
    margin-bottom: 36px;
}
#pageHanakotobaShukufuku #pageHeader h1 {
    margin-top: 118px;
    margin-bottom: 30px;
}
#pageHanakotobaOwakare #pageHeader h1 {
    margin-top: 127px;
    margin-bottom: 35px;
}
#pageHanakotobaIro #pageHeader h1 {
    margin-top: 68px;
}
#pageHanakotobaHonsuu #pageHeader h1 {
    margin-top: 68px;
}
#pageHeader .sentence {
    text-align: center;
} 
#pageHeader .sentence p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
}
#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: #148ed0; }


/* --------------------------------------------------
    #content
-------------------------------------------------- */ 
#content {
    background-color: #fffddd;

}
#contentInnr {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 1px 0 120px;
}
#pageHanakotobaIro #contentInnr {
    width: 1040px;
}
#content .pageExp {
    font-size: 16px;
    line-height: 2.1;
    padding-top: 175px;
    margin-bottom: 50px;
    text-align: center;
}



/* --------------------------------------------------
    .unitFlower 
-------------------------------------------------- */ 
.unitFlower {
    display: inline-block;
    position: relative;
    width: 427px;
    height: 518px;
    padding-top: 41px;
    margin-top: 100px;
    transform-origin: 50% 90%;
}
.unitFlower:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    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: 300px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.unitFlower:nth-child(2),
.unitFlower:nth-child(4),
.unitFlower:nth-child(6),
.unitFlower:nth-child(8) {
    margin-left: 102px;
}
#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: 7px;
    width: 240px;
    height: 240px;
    margin-top: -120px;
    margin-left: -120px;
    transform-origin: 50% 80%;
}
.unitFlower .chara > div {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.51);
    transform-origin: 50% 50%;
    animation: charafuwafuwaUnitRot 1.6s ease-in-out infinite alternate;
}

.unitFlower > *  {
    position: relative;
    z-index: 3;
}
.unitFlower .flower {
    height: 105px;
    margin-bottom: 27px;
    background-size: 100% auto;
    background-position: 50% 0;
    text-indent: -99999px;
}
.unitFlower h2 {
    height: 60px;
    margin-bottom: 23px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
}
.unitFlower .caption p {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.unitFlower .season {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 141px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
}



/* --------------------------------------------------
    #navLocal 
-------------------------------------------------- */ 
#navLocal {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 100px;
    width: 50px;
    transform: translateX(55px);
    transition: 0.5s ease-in-out;
}
#navLocal.open {
    transform: translateX(0px); 
}
#navLocal ul {
}
#navLocal li {
    float: right;
    width: 42px;
    margin-top: 14px;
}
#navLocal li:hover {
    width: 50px;
}
#navLocal li:first-child {
    margin-top: 0;
}
#navLocal li a {
    display: block;
    height: 72px;
    border-radius: 36px 0 0 36px;
    border: solid 2px white;
    border-right: none;
    background-repeat: no-repeat;
    text-indent: -99999px;
    background-position: 70% 50%;
    cursor: pointer;
}
#navLocal li.ai a {
    border-color: #ffc8d5;
    background-image: url(../../img/detail/pc/nav_ai.png);
    background-size: 17px auto;
}
#navLocal li.kansha a {
    border-color: #eff22a;
    background-image: url(../../img/detail/pc/nav_kansha.png);
    background-size: 16px auto;
}
#navLocal li.genki a {
    border-color: #ff915b;
    background-image: url(../../img/detail/pc/nav_genki.png);
    background-size: 16px auto;
}
#navLocal li.shukufuku a {
    border-color: #ff5b5b;
    background-image: url(../../img/detail/pc/nav_shukufuku.png);
    background-size: 16px auto;
}
#navLocal li.owakare a {
    border-color: #adf0f5;
    background-image: url(../../img/detail/pc/nav_owakare.png);
    background-size: 16px auto;
}
#navLocal li.honsuu a {
    border-color: #5cddac;
    background-image: url(../../img/detail/pc/nav_honsuu.png);
    background-size: 16px auto;
}
#navLocal li.iro a {
    border-color: #c1ac37;
    background-image: url(../../img/detail/pc/nav_iro.png);
    background-size: 16px auto;
}
#navLocal li.current {
    width: 52px;
}
#navLocal li.current a {
    height: 90px;
    background-position: 18px 50%;
    border-radius: 45px 0 0 45px;
    cursor: default;
}
#navLocal li.ai.current a {
    background-color: #ffc8d5;
    background-image: url(../../img/detail/pc/nav_ai_a.png);
    background-size: 20px auto;
}
#navLocal li.kansha.current a {
    background-color: #eff22a;
    background-image: url(../../img/detail/pc/nav_kansha_a.png);
    background-size: 20px auto;
}
#navLocal li.genki.current a {
    background-color: #ff915b;
    background-image: url(../../img/detail/pc/nav_genki_a.png);
    background-size: 19px auto;
}
#navLocal li.shukufuku.current a {
    background-color: #ff5b5b;
    background-image: url(../../img/detail/pc/nav_shukufuku_a.png);
    background-size: 19px auto;
}
#navLocal li.owakare.current a {
    background-color: #adf0f5;
    background-image: url(../../img/detail/pc/nav_owakare_a.png);
    background-size: 20px auto;
}
#navLocal li.honsuu.current a {
    background-color: #5cddac;
    background-image: url(../../img/detail/pc/nav_honsuu_a.png);
    background-size: 20px auto;
}
#navLocal li.iro.current a {
    background-color: #c1ac37;
    background-image: url(../../img/detail/pc/nav_iro_a.png);
    background-size: 20px auto;
}




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

#detailFooter {
    position: relative;
    padding: 60px 0;
}
#detailFooter .logo {
    position: relative;
    z-index: 5;
    text-align: center; 
}
#detailFooter .logo a {
    display: inline-block;
}
#detailFooter .footerCharaList {
    position: absolute;
    top: 50%;
    width: 50%;
    height: 50px;
    margin-top: -25px;
}
#detailFooter .footerCharaList.left {
    left: 0;
}
#detailFooter .footerCharaList.left ul {
    position: relative;
    height: 50px;
    margin-right: 100px;
}
#detailFooter .footerCharaList.right {
    right: 0;
}
#detailFooter .footerCharaList.right ul {
    position: relative;
    height: 50px;
    margin-left: 100px;
}
#detailFooter .footerCharaList li {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    margin-left: -25px;
}
#detailFooter .footerCharaList.right li:nth-child(1) { left: 25%; }
#detailFooter .footerCharaList.right li:nth-child(2) { left: 50%; }
#detailFooter .footerCharaList.right li:nth-child(3) { left: 75%; }

#detailFooter .footerCharaList.left li:nth-child(1) { left: 75%; }
#detailFooter .footerCharaList.left li:nth-child(2) { left: 50%; }
#detailFooter .footerCharaList.left li:nth-child(3) { left: 25%; }







/* --------------------------------------------------
    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/pc/flower/01.png);
}
#pageHanakotobaAi .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/ai/pc/ttl/01.png);
    background-size: 266px 43px;
}
#pageHanakotobaAi .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/ai/pc/season/01.png);
    background-size: 152px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/ai/pc/flower/02.png);
}
#pageHanakotobaAi .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/ai/pc/ttl/02.png);
    background-size: 366px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/ai/pc/season/02.png);
    background-size: 153px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/ai/pc/flower/03.png);
}
#pageHanakotobaAi .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/ai/pc/ttl/03.png);
    background-size: 203px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/ai/pc/season/03.png);
    background-size: 153px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/ai/pc/flower/04.png);
}
#pageHanakotobaAi .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/ai/pc/ttl/04.png);
    background-size: 345px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/ai/pc/season/04.png);
    background-size: 153px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/ai/pc/flower/05.png);
}
#pageHanakotobaAi .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/ai/pc/ttl/05.png);
    background-size: 103px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/ai/pc/season/05.png);
    background-size: 208px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(6) .flower {
    background-image: url(../../img/ai/pc/flower/06.png);
}
#pageHanakotobaAi .unitFlower:nth-child(6) h2 { 
    background-image: url(../../img/ai/pc/ttl/06.png);
    background-size: 307px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(6) .season { 
    background-image: url(../../img/ai/pc/season/06.png);
    background-size: 204px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(7) .flower {
    background-image: url(../../img/ai/pc/flower/07.png);
}
#pageHanakotobaAi .unitFlower:nth-child(7) h2 { 
    background-image: url(../../img/ai/pc/ttl/07.png);
    background-size: 255px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(7) .season { 
    background-image: url(../../img/ai/pc/season/07.png);
    background-size: 195px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(8) .flower {
    background-image: url(../../img/ai/pc/flower/08.png);
}
#pageHanakotobaAi .unitFlower:nth-child(8) h2 { 
    background-image: url(../../img/ai/pc/ttl/08.png);
    background-size: 257px auto;
}
#pageHanakotobaAi .unitFlower:nth-child(8) .season { 
    background-image: url(../../img/ai/pc/season/08.png);
    background-size: 193px 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/pc/flower/01.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/kansha/pc/ttl/01.png);
    background-size: 107px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/kansha/pc/season/01.png);
    background-size: 153px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/kansha/pc/flower/02.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/kansha/pc/ttl/02.png);
    background-size: 107px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/kansha/pc/season/02.png);
    background-size: 152px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/kansha/pc/flower/03.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/kansha/pc/ttl/03.png);
    background-size: 106px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/kansha/pc/season/03.png);
    background-size: 153px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/kansha/pc/flower/04.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/kansha/pc/ttl/04.png);
    background-size: 197px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/kansha/pc/season/04.png);
    background-size: 152px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/kansha/pc/flower/05.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/kansha/pc/ttl/05.png);
    background-size: 107px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/kansha/pc/season/05.png);
    background-size: 152px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(6) .flower {
    background-image: url(../../img/kansha/pc/flower/06.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(6) h2 { 
    background-image: url(../../img/kansha/pc/ttl/06.png);
    background-size: 293px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(6) .season { 
    background-image: url(../../img/kansha/pc/season/06.png);
    background-size: 150px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(7) .flower {
    background-image: url(../../img/kansha/pc/flower/07.png);
}
#pageHanakotobaKansha .unitFlower:nth-child(7) h2 { 
    background-image: url(../../img/kansha/pc/ttl/07.png);
    background-size: 291px auto;
}
#pageHanakotobaKansha .unitFlower:nth-child(7) .season { 
    background-image: url(../../img/kansha/pc/season/07.png);
    background-size: 193px 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/pc/flower/01.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/genki/pc/ttl/01.png);
    background-size: 243px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/genki/pc/season/01.png);
    background-size: 153px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/genki/pc/flower/02.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/genki/pc/ttl/02.png);
    background-size: 237px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/genki/pc/season/02.png);
    background-size: 211px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/genki/pc/flower/03.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/genki/pc/ttl/03.png);
    background-size: 109px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/genki/pc/season/03.png);
    background-size: 204px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/genki/pc/flower/04.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/genki/pc/ttl/04.png);
    background-size: 107px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/genki/pc/season/04.png);
    background-size: 209px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/genki/pc/flower/05.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/genki/pc/ttl/05.png);
    background-size: 328px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/genki/pc/season/05.png);
    background-size: 205px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(6) .flower {
    background-image: url(../../img/genki/pc/flower/06.png);
}
#pageHanakotobaGenki .unitFlower:nth-child(6) h2 { 
    background-image: url(../../img/genki/pc/ttl/06.png);
    background-size: 191px auto;
}
#pageHanakotobaGenki .unitFlower:nth-child(6) .season { 
    background-image: url(../../img/genki/pc/season/06.png);
    background-size: 202px 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/pc/flower/01.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/shukufuku/pc/ttl/01.png);
    background-size: 247px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/shukufuku/pc/season/01.png);
    background-size: 153px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/shukufuku/pc/flower/02.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/shukufuku/pc/ttl/02.png);
    background-size: 198px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/shukufuku/pc/season/02.png);
    background-size: 152px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/shukufuku/pc/flower/03.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/shukufuku/pc/ttl/03.png);
    background-size: 242px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/shukufuku/pc/season/03.png);
    background-size: 153px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/shukufuku/pc/flower/04.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/shukufuku/pc/ttl/04.png);
    background-size: 255px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/shukufuku/pc/season/04.png);
    background-size: 159px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/shukufuku/pc/flower/05.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/shukufuku/pc/ttl/05.png);
    background-size: 102px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/shukufuku/pc/season/05.png);
    background-size: 209px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(6) .flower {
    background-image: url(../../img/shukufuku/pc/flower/06.png);
}
#pageHanakotobaShukufuku .unitFlower:nth-child(6) h2 { 
    background-image: url(../../img/shukufuku/pc/ttl/06.png);
    background-size: 164px auto;
}
#pageHanakotobaShukufuku .unitFlower:nth-child(6) .season { 
    background-image: url(../../img/shukufuku/pc/season/06.png);
    background-size: 205px 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/pc/flower/01.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(1) h2 { 
    background-image: url(../../img/owakare/pc/ttl/01.png);
    background-size: 104px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(1) .season { 
    background-image: url(../../img/owakare/pc/season/01.png);
    background-size: 153px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(2) .flower {
    background-image: url(../../img/owakare/pc/flower/02.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(2) h2 { 
    background-image: url(../../img/owakare/pc/ttl/02.png);
    background-size: 105px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(2) .season { 
    background-image: url(../../img/owakare/pc/season/02.png);
    background-size: 152px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(3) .flower {
    background-image: url(../../img/owakare/pc/flower/03.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(3) h2 { 
    background-image: url(../../img/owakare/pc/ttl/03.png);
    background-size: 107px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(3) .season { 
    background-image: url(../../img/owakare/pc/season/03.png);
    background-size: 162px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(4) .flower {
    background-image: url(../../img/owakare/pc/flower/04.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(4) h2 { 
    background-image: url(../../img/owakare/pc/ttl/04.png);
    background-size: 106px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(4) .season { 
    background-image: url(../../img/owakare/pc/season/04.png);
    background-size: 152px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(5) .flower {
    background-image: url(../../img/owakare/pc/flower/05.png);
}
#pageHanakotobaOwakare .unitFlower:nth-child(5) h2 { 
    background-image: url(../../img/owakare/pc/ttl/05.png);
    background-size: 108px auto;
}
#pageHanakotobaOwakare .unitFlower:nth-child(5) .season { 
    background-image: url(../../img/owakare/pc/season/05.png);
    background-size: 160px auto;
}



/* --------------------------------------------------
    #pageHanakotobaIro 
-------------------------------------------------- */ 
#pageHanakotobaIro #content .pageExp {
    position: relative;
    color: #958112;
}
#pageHanakotobaIro .blockFlower {
    position: relative;
    margin-top: 60px;
}
#pageHanakotobaIro .blockFlower:first-child {
    margin-top: 0;
}
#pageHanakotobaIro .blockFlower h2 {
    position: relative;
    z-index: 10;
    padding-top: 145px;
    text-align: center;
    margin-bottom: 5px;
}
#pageHanakotobaIro .blockFlower .unitList {
    text-align: center;
}
#pageHanakotobaIro .blockFlower .unitList li {
    position: relative;
    display: inline-block;
    margin: 47px 13px 0;
    padding-top: 22px;
    background-size: 100% auto;
    width: 228px;
    height: 248px;
    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: 52px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0;
    text-indent: -99999px;
}
#pageHanakotobaIro .blockFlower .unitList li h3 {
    height: 90px;
    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: 174px 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: 118px 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: 129px 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: 87px 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: 186px 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: 58px 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: 124px 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: 85px 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: 61px 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: 159px 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: 105px 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: 61px 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: 141px 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: 129px 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: 174px 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: 183px 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: 57px auto;
}




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

#pageHanakotobaIro #content .pageExp .charas {
    position: absolute;
    left: 50%;
    top: 35px;
    width: 194px;
    margin-left: -97px;
    height: 100px;
}
#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: 72px;
    left: 50%;
}
#pageHanakotobaIro .blockFlower.gerbera .chara {
    position: absolute;
    top: 72px;
    left: 50%;
}
#pageHanakotobaIro .blockFlower.carnation .chara {
    position: absolute;
    top: 72px;
    left: 50%;
}







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

#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp {
    position: relative;
    color: #61d6a9;
}
#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: 1040px;
    margin: 0 auto;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block01 .blockInnr {
    padding: 0 0 70px;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block02 .blockInnr {
    padding: 56px 0 76px;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block03 .blockInnr,
#pageHanakotobaHonsuu .blockFlowerWrap.block04 .blockInnr {
    padding: 100px 0 90px;
}
#pageHanakotobaHonsuu .blockFlower {
    position: relative;
}
#pageHanakotobaHonsuu .blockFlower h2 {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 5px;
}
#pageHanakotobaHonsuu .blockFlower.block01 h2 {
    margin-top: 15px;
}
#pageHanakotobaHonsuu .blockFlower .unitList {
    text-align: center;
}
#pageHanakotobaHonsuu .blockFlower .unitList li {
    position: relative;
    display: inline-block;
    margin: 54px 13px 0;
    padding-top: 22px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 228px;
    height: 264px;
    transform-origin: 50% 90%;
}
#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: 52px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0;
    text-indent: -99999px;
}
#pageHanakotobaHonsuu .blockFlower .unitList li h3 {
    height: 105px;
    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: 180px 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: 140px 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: 145px 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: 172px 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: 180px 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: 167px 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: 147px 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: 163px 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: 171px 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: 158px 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: 181px 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: 174px 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: 174px 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: 166px 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: 146px 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: 192px 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: 160px 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: 187px 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: 128px 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: 163px 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: 194px auto;
}



#pageHanakotobaHonsuu .blockFlower.block02 {
    width: 1000px;
    margin: 0 auto;
}
#pageHanakotobaHonsuu .blockFlower.block02 h2 {
    margin-bottom: 38px;
}
#pageHanakotobaHonsuu .blockFlower.block02 .flowerUnit {
    float: left;
    position: relative;
    display: inline-block;
    padding-top: 27px;
    background-image: url(../../img/honsuu/common/bg_unit_dozenrose.png);
    background-size: 100% auto;
    width: 259px;
    height: 300px;
    transform-origin: 50% 90%;    
}
#pageHanakotobaHonsuu .blockFlower.block02 .flowerUnit .num {
    height: 56px;
    margin-bottom: 14px;
    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: 105px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
    background-image: url(../../img/honsuu/common/flower02/ttl/01.png);
    background-size: 166px auto;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon {
    float: right;
    position: relative;
    width: 685px;
    background-color: #fffddd;
    margin-top: 10px;
    text-align: center;
    padding: 29px 0;
    border-radius: 30px;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../img/honsuu/pc/parts_balloon.png);
    width: 15px;
    height: 25px;
    top: 120px;
    left: -15px;
    background-size: 100% auto;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon p {
    color: #999999;
    font-size: 14px;
    line-height: 2.1;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon p strong {
    color: #ff5b5b;
}
#pageHanakotobaHonsuu .blockFlower.block02 .balloon p.words {
    display: inline-block;
    width: 501px;
    height: 61px;
    margin: 21px 0;
    background-image: url(../../img/honsuu/pc/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;
}
#pageHanakotobaHonsuu .chara div {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.51);
    transform-origin: 50% 50%;
    animation: charafuwafuwaUnitRot 1.6s ease-in-out infinite alternate;
}

#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp .charas {
    position: absolute;
    left: 50%;
    top: 35px;
    width: 266px;
    margin-left: -133px;
    height: 100px;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp .chara:nth-child(1) {
    top: 56px;
    left: 38px;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp .chara:nth-child(2) {
    top: 50px;
    left: 50%;
}
#pageHanakotobaHonsuu .blockFlowerWrap.block01 .pageExp .chara:nth-child(3) {
    top: 56px;
    left: 231px;
}

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

#pageHanakotobaHonsuu .blockFlower.block02 .charas {
    width: 230px;
}
#pageHanakotobaHonsuu .blockFlower.block02 .charas .chara:nth-child(1) { left: 0; top: 37px;}
#pageHanakotobaHonsuu .blockFlower.block02 .charas .chara:nth-child(2) { left: 100%; top: 37px; }

#pageHanakotobaHonsuu .blockFlower.block03 .charas {
    width: 320px;
}
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(1) { left: -82px; top: 20px; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(2) { left: -42px; top: 18px; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(3) { left:   0px; top: 15px; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(4) { left: 320px; top: 15px; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(5) { left: 362px; top: 18px; }
#pageHanakotobaHonsuu .blockFlower.block03 .charas .chara:nth-child(6) { left: 402px; top: 20px; }

#pageHanakotobaHonsuu .blockFlower.block04 .charas {
    width: 360px;
}
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(1) { left: -118px; top: 24px; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(2) { left: -78px; top: 14px; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(3) { left: -43px; top: 25px; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(4) { left:   0px; top: 17px; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(5) { left: 360px; top: 17px; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(6) { left: 403px; top: 25px; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(7) { left: 438px; top: 14px; }
#pageHanakotobaHonsuu .blockFlower.block04 .charas .chara:nth-child(8) { left: 478px; top: 24px; }









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

@keyframes charafuwafuwaUnitRot {
    0%   { transform: rotate(-3deg) scale(0.51); }
    100%   { transform: rotate(3deg) scale(0.51); }
}

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

