@charset "UTF-8";
/*====================================================================================
■01.Content PAGE
====================================================================================*/
.header_page {
    background: url(../common_img/bgtitmain.jpg) no-repeat center;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 140px;
}
.header_page h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 140px;
}
.seconpage {
    margin-bottom: 80px;
}
.colora {
    color: #b29933;
}
/*====================================================================================
■01.CONTACT
====================================================================================*/
.contact .info_con .txt {
    letter-spacing: 1px;
    line-height: 2;
}
.contact table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0;
    margin-top: 30px;
    border-top: 1px solid #000;
}
.contact table th {
    width: 260px;
    background: #f9f7f5;
    padding: 20px 30px;
    color: #324f7a;
    font-weight: bold;
    text-align: left;
    color: #000;
    position: relative;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    position: relative;
}
.contact table th:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -10px;
}
.contact table td {
    padding: 20px 0px 20px 30px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    position: relative;
}
.contact table td:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -10px;
}
.contact table .vertitop {
    vertical-align: top !important;
    padding-top: 32px;
}
.contact table textarea {
    height: 150px;
    padding: 10px 10px;
    border: 1px solid #000;
    width: 100%;
    font-size: 14px;
}
.contact table td input[type="text"] {
    padding: 14px 10px 13px;
    border: 1px solid #000;
    width: 100%;
}
.contact table td select {
    height: 40px;
    padding: 1px 10px 1px;
    border: 1px solid #000;
}
.contact table td .wper100 {
    width: 100% !important;
}
.contact table td .wper90 {
    width: 90% !important;
}
.contact table td .wper80 {
    width: 80% !important;
}
.contact table td .wper70 {
    width: 70% !important;
}
.contact table td .wper60 {
    width: 60% !important;
}
.contact table td .wper35 {
    width: 35% !important;
}
.contact table td .wper55 {
    width: 55% !important;
}
.contact table td .wper45 {
    width: 45% !important;
}
.contact table input[type="radio"],
.contact table input[type="checkbox"] {
    vertical-align: -0.1em;
}
.contact span.hinsu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f39ab3+0,e37292+100 */
    background: #f39ab3;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f39ab3), to(#e37292));
    background: linear-gradient(to right, #f39ab3 0%, #e37292 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39ab3', endColorstr='#e37292', GradientType=1);
    /* IE6-9 */
    font-weight: normal;
    padding: 2px 7px 3px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}
.contact span.ninni {
    background: #fff;
    border: 1px solid #eee;
    font-weight: normal;
    padding: 2px 7px 3px;
    margin-right: 5px;
    color: #e37292;
    font-size: 12px;
    border-radius: 3px;
}
.contact .btn_sutmit {
    background: url(../contact/images/btninput.png) no-repeat center center;
    width: 320px;
    height: 70px;
    color: #fff;
    font-size: 20px;
    border: none;
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    cursor: pointer;
}
.contact .arrbt {
    position: relative;
    width: 320px;
    height: 70px;
    display: inline-block;
}
.contact .arrbt:after {
    position: absolute;
    content: "";
    background: url(../images/arrbutton_wr.png) no-repeat right center;
    width: 24px;
    height: 7px;
    right: 30px;
    top: 42%;
    margin-top: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
.contact .arrbt:hover:after {
    right: 20px;
}
.contact .btn_sutmit:hover {
    opacity: 0.7;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.bgsec_contact {
    background: url(../contact/images/bg_section.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
}
.bgsec_contact h3 {
    font-size: 26px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 20px;
}
.bgsec_contact a {
    font-weight: 100;
    text-decoration: none;
}
.bgsec_contact .info_private {
    background: #fff;
    padding: 30px 60px;
    margin-top: 30px;
}
.bgsec_contact .info_private p {
    line-height: 2;
}
.bgsec_contact .info_private ul li {
    font-weight: 300;
    line-height: 2;
    list-style: disc;
    color: #c8b092;
    margin-left: 15px;
}
.bgsec_contact .info_private ul li span {
    color: #000;
    font-weight: 300;
}
/*====================================================================================
■02.NEWS
====================================================================================*/
.seconpage {
    font-family: 'Noto Sans JP';
}
.seconpage p {
    font-weight: 300;
    line-height: normal;
}
.new .info_new .boxnews {
    margin-bottom: 80px;
}
.new .info_new .tit {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.new .info_new .date {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.new .info_new h3 {
    font-size: 20px;
}
.new .info_new .txtinfo {
    width: 500px;
}
.new .info_new .lightbox {
    position: relative;
}
.new .info_new .lightbox:after {
    position: absolute;
    content: '';
    background: url(../common_img/lightbox/ico_zoom.png) no-repeat;
    background-size: 100%;
    width: 29px;
    height: 29px;
    right: 0;
    bottom: 7px;
    z-index: 0;
}
.new .btn_pagination {
    position: relative;
}
.new .btn_pagination .bgbtnmore {
    background: url(../common_img/bgbtnmore3.png) no-repeat center center;
    width: 175px;
    min-height: 41px;
}
.new .btn_pagination a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 41px;
    color: #fff;
    text-decoration: none;
}
.new .btn_pagination .btn_left a:after {
    background: url(../images/arrbutton_wl.png) no-repeat left center;
    left: 30px;
}
.new .btn_pagination .btn_left a:hover:after {
    left: 20px;
}
.product .flexrowbetween {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
}
.product .boxitem {
    border-bottom: 1px solid #fee0e1;
    padding-bottom: 60px;
    margin-bottom: 50px;
    margin-right: calc(calc(1000px - 660px) / 2);
    width: 220px;
}
.product .boxitem:nth-child(3n) {
    margin-right: 0;
}
.product .boxitem .bgimage {
    position: relative;
    height: 210px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product .boxitem .bgimage img {
    max-height: 210px;
    max-width: 220px;
}
.product .boxitem .bgimage:after {
    background: url(../product/images/bg_imgitem.png) no-repeat center center;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 220px;
    height: 210px;
    z-index: 0;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.product .boxitem .bgimage:hover {
    opacity: 0.7;
}
.product .boxitem .bgimage:hover:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.product .boxitem h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.product .boxitem .price {
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 10px;
}
.product .boxitem .bgbtnmore {
    margin-top: 25px;
}
.product .boxitem .bgbtnmore a {
    line-height: 36px;
}
.product .sliderwrap .slides_container {
    width: 500px;
    height: 380px;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.product .sliderwrap .slides_container p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 500px;
    height: 380px;
    line-height: 0;
}
.product .sliderwrap .slides_container a {
    position: relative;
    height: 380px;
    width: 500px;
}
.product .sliderwrap .slides_container a:after {
    position: absolute;
    content: "";
    background: url(../product/images/boderimglarge.png) no-repeat center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.product .sliderwrap .slides_container img {
    max-width: 500px;
    max-height: 380px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product .sliderwrap .slides_container .lightbox {
    position: relative;
}
.product .sliderwrap .slides_container .lightbox:after {
    position: absolute;
    content: '';
    background: url(../product/images/icon_zooooom.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
    z-index: 0;
}
.product .sliderwrap .linkguide {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product .sliderwrap .linkguide p {
    background: url(../product/images/iconlabel.png) no-repeat left center;
    padding-left: 25px;
    margin-right: 30px;
    margin-bottom: 15px;
}
.product .sliderwrap .linkguide p a {
    font-weight: 300;
}
.product .sliderwrap .pagination {
    margin-top: 20px;
}
.product .sliderwrap .pagination li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 110px;
    height: 90px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    line-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.product .sliderwrap .pagination li img {
    max-width: 110px;
    line-height: 0;
    max-height: 90px;
}
.product .sliderwrap .pagination li:hover {
    opacity: 0.7;
}
.product .sliderwrap .pagination li.active:after {
    position: absolute;
    content: "";
    background: url(../product/images/boderimgsm.png) no-repeat center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.product .info_detail .order {
    margin-top: 20px;
}
.product .info_detail .order .numorder {
    background: #ffe7e9;
    border: 1px solid #e75e85;
    padding: 5px;
    height: 52px;
    margin-top: 2px;
}
.product .info_detail .order .numorder p {
    margin-right: 10px;
    padding: 8px 0;
}
.product .info_detail .order .numorder input {
    width: 50px;
    height: 40px;
    border: 1px solid #fcced1;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}
.product .info_detail .btncart {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.product .info_detail .btncart input {
    cursor: pointer;
    cursor: hand;
}
.product .info_detail .btncart:hover {
    opacity: 0.7;
}
.product .info_detail h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}
.product .info_detail h3 span {
    font-size: 16px;
    font-weight: 300;
}
.product .info_detail p.price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.product .info_detail .bgtxt {
    background: url(../product/images/bgtit.png) no-repeat center top;
    height: 238px;
    padding: 0 30px;
    margin-top: 40px;
}
.product .info_detail .bgtxt h4 {
    padding-top: 80px;
    line-height: 1.6;
}
.product .info_detail h5 {
    line-height: normal;
}
.product .btn_pagination {
    position: relative;
}
.product .btn_pagination .bgbtnmore {
    background: url(../common_img/bgbtnmore3.png) no-repeat center center;
    width: 175px;
}
.product .btn_pagination a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 41px;
    color: #fff;
    text-decoration: none;
}
.product .btn_pagination .btn_left a:after {
    background: url(../images/arrbutton_wl.png) no-repeat left center;
    left: 30px;
}
.product .btn_pagination .btn_left a:hover:after {
    left: 20px;
}
.product .btn_pagination .btn_center {
    position: absolute;
    left: 50%;
    margin-left: -82px;
}
.product .btn_pagination .btn_center a:after {
    background: none;
}

.product .ca_menu{
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
}
.product .ca_menu p{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.product .ca_menu ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.product .ca_menu li a{
    text-decoration: none;
    display: block;
    margin: 5px 5px;
    border: solid 1px #ddd;
    padding: 10px;
}
.product .ca_menu li a:hover{
    background: rgba(148, 148, 148, 0.9);
    color: #fff;
    display: block;
}


/*category_page*/

.product .ca_area{
    float: left;
    width: 20%;
}
.product .ca_area li{
    border-bottom: solid 1px #ccc;
}
.product .ca_area li:first-child{
    border-top: solid 1px #ccc;
}
.product .ca_area li a{
    text-decoration: none;
    padding: 20px 5px;
    display: block;
}
.product .ca_area li a:hover{
    color: #fff;
    background: rgba(148, 148, 148, 0.9);
}

.product .bnr_area{
    /* float: right;
    width: 80%; */
    width: 100%;
}
.product .bnr_area ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
}
.product .bnr_area ul li{
    margin: 8px;
    width: 180px;
    text-align: center;
}
.product .bnr_area ul li img{
    max-width: 100%;
}
.product .bnr_area ul li.all{
    border: solid 1px #000;
    width: 180px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    transition: ease-out 0.3s;

}
.product .bnr_area ul li.all a{
    display: block;
    font-size: 60px;
    padding-top: 15%;
    text-decoration: none;
    line-height: 0.3;
}
.product .bnr_area ul li.all a span{
    font-size: 11px;
}
.product .bnr_area ul li.all:hover{
    background: #ddd;
    color: #fff;
    transition: ease-out 0.3s;
}
/*====================================================================================
■03.Company
====================================================================================*/
.company_bgimg_pink {
    background-image: url(../company/images/company_pink_bg.png);
    background-position: center top;
    padding-bottom: 50px;
}
.company_bgimg_pink .seconpage {
    margin-bottom: 10px;
}
#messageBox {
    border: 1px double #dfd7cc;
    padding: 5px;
}
#messageBox .messageTxt {
    border: 1px double #dfd7cc;
}
.companyTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0;
    margin-top: 30px;
    border-top: 1px solid #000;
    background-color: #fff;
}
#messageBox p,
#companyProfile p {
    font-weight: 300;
}
.companyTable th {
    width: 260px;
    background: #f9f7f5;
    padding: 20px 30px;
    color: #324f7a;
    font-weight: bold;
    text-align: center;
    color: #000;
    position: relative;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    position: relative;
}
.companyTable th:after,
.companyTable td:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -10px;
}
.companyTable td {
    padding: 20px 0px 20px 30px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    position: relative;
}
/*====================================================================================
■04.About
====================================================================================*/
.about_bgimg_pink {
    background-image: url(../about/images/bg_lead.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.about_bgimg_pink .seconpage {
    margin-bottom: 10px;
}
#aboutLead p,
#Product-History p {
    font-weight: 300;
}
.ttl_border {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.aboutleadBox {
    padding: 20px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
}
.aboutdecoBox {
    background-image: url(../about/images/box_bg-1.png), url(../about/images/box_bg-2.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    padding: 70px 0;
}
#Product-History p {
    padding: 15px 0;
}
.cont_story {
    background: url(../images/bg_story.png) no-repeat center top;
    height: 532px;
    margin-top: 30px;
    padding: 50px 0;
}
.cont_story .txt {
    font-weight: 100;
}
.cont_story .flexrowbetween {
    padding-top: 30px;
}
.cont_story a {
    text-decoration: none;
}
.cont_story a h4 {
    font-size: 22px;
    margin-bottom: 5px;
}
.cont_story a p {
    font-size: 14px;
    font-weight: 200;
}
/*====================================================================================
■05.Story
====================================================================================*/
.story_bgimg_pink {
    background-image: url(../story/images/story_pink_bg.png);
    background-position: center top;
}
.story_bgimg_pink .seconpage {
    margin-bottom: 10px;
}
#storyLead p {
    font-weight: 300;
}
/*====================================================================================
■06.Candy
====================================================================================*/
.candy_bgimg_pink {
    background-image: url(../candy/images/candy_pink_bg.png);
    background-position: center top;
}
.candy_bgimg_pink .seconpage {
    margin-bottom: 10px;
}
#candyLead p {
    font-weight: 300;
}
.candyStoryBox {
    margin: 50px auto;
}
.candy_story-1 {
    background-image: url(../candy/images/candy_story-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 80px 0;
    min-height: 302px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.candy_story-2 {
    background-image: url(../candy/images/candy_story-2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 30px 0 70px;
    min-height: 249px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.candy_story-3 {
    background-image: url(../candy/images/candy_story-3.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 50px 0;
    min-height: 272px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*====================================================================================
■07.snow-white
====================================================================================*/
.snow-white_bgimg_pink {
    background-image: url(../snowwhite/images/snow-white_pink_bg.png);
    background-position: center top;
}
.snow-white_bgimg_pink .seconpage {
    margin-bottom: 10px;
}
#snow-whiteLead p {
    font-weight: 300;
}
.snow-whiteStoryBox {
    margin: 50px auto;
}
.snow-white_story-1 {
    background-image: url(../snowwhite/images/snow-white_story-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 80px 0;
    min-height: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snow-white_story-2 {
    background-image: url(../snowwhite/images/snow-white_story-2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 30px 0 70px;
    min-height: 352px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snow-white_story-3 {
    background-image: url(../snowwhite/images/snow-white_story-3.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 100px 0;
    min-height: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*====================================================================================
■08.cinderella
====================================================================================*/
.cinderella_bgimg_pink {
    background-image: url(../cinderella-story/images/cinderella_pink_bg.png);
    background-position: center top;
}
.cinderella_bgimg_pink .seconpage {
    margin-bottom: 10px;
}
.cinderellaStoryBox {
    margin: 50px auto;
}
.cinderella_story-1 {
    background-image: url(../cinderella-story/images/cinderella_story-1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 100px;
    min-height: 362px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cinderella_story-2 {
    background-image: url(../cinderella-story/images/cinderella_story-2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 10px 0 70px;
    min-height: 364px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cinderella_story-3 {
    background-image: url(../cinderella-story/images/cinderella_story-3.png);
    background-repeat: no-repeat;
    background-position: left 50px center;
    padding: 50px 0;
    min-height: 269px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cinderellaLead p {
    font-weight: 300;
}
/*====================================================================================
■09.pageCommon
====================================================================================*/
/* product_common */
#product {
    background-image: url(../common_img/product_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}
#product p {
    font-weight: 300;
}
/* pyramid_common */
#pyramid {
    padding: 40px 0;
    background-image: url(../common_img/pyramid_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    max-height: 800px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#pyramid p {
    font-weight: 300;
}
.pyramidMain {
    position: relative;
    background-image: url(../common_img/pyramid.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 336px;
    width: 500px;
    margin: 0 auto;
}
.pyramidMain div img {
    position: absolute;
}
.p_story-1 img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: -150px;
}
.p_story-2 img {
    margin: auto;
    top: 0;
    right: -245px;
}
.p_story-3 img {
    margin: auto;
    bottom: 0;
    right: -210px;
}
.p_candy-1 img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: -150px;
}
.p_candy-2 img {
    margin: auto;
    top: 0;
    right: -200px;
}
.p_candy-3 img {
    margin: auto;
    bottom: 0;
    right: -210px;
}
.p_snow-white-1 img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: -240px;
}
.p_snow-white-2 img {
    margin: auto;
    top: 0;
    right: -230px;
}
.p_snow-white-3 img {
    margin: auto;
    bottom: 0;
    right: -210px;
}
.p_cinderella-1 img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: -240px;
}
.p_cinderella-2 img {
    margin: auto;
    top: 0;
    right: -230px;
}
.p_cinderella-3 img {
    margin: auto;
    bottom: -30px;
    right: -220px;
}
/* pageBanner_common */
#pageBanner {
    background-image: url(../common_img/pageBanner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
#pageBanner .main {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 0;
}
.bgbtnNext {
    height: 40px;
    line-height: 40px;
}
.lucky_page .seconpage .sec_p1 { padding-top: 70px; }

.lucky_page .seconpage .sec_p1 .title { font-size: 29px; font-family: 'Noto Serif', serif; font-weight: bold; color: #517695; text-align: center; }

.lucky_page .seconpage .sec_p1 .banner1 { padding: 55px 0 80px; }

.lucky_page .seconpage .sec_p1 p { padding-bottom: 50px; font-family: 'Noto Serif', serif; font-weight: bold; text-align: center; font-size: 18px; }

.lucky_page .seconpage .sec_p2 { padding: 0; }

.lucky_page .seconpage .sec_p2 .img_sp { width: 50%; float: left; }

.lucky_page .seconpage .sec_p2 .content { width: 50%; float: left; }

.lucky_page .seconpage .sec_p2 .content .title { font-size: 23px; font-family: 'Noto Serif', serif; font-weight: bold; color: #517695; }

.lucky_page .seconpage .sec_p2 .content p { margin-top: 20px; font-size: 14px; }

.lucky_page .seconpage .sec_p2 .content p:last-child {}

.lucky_page .banner2 {
    margin-top: -20px;
    margin-bottom: 60px;
    text-align: center;
}
.lucky_page .bgbtnmore a {
    margin-top: 8px;
}
.lucky_page #feminist { margin-top: -130px;
    padding-top: 130px;}

/*====================================================================================
■10.Dreaming Princess
====================================================================================*/

.lable {
    background: url("../dreaming-princess/images/lable.png") 31.2% 42% no-repeat;
}

/*

body {font-family: Verdana, sans-serif; margin:0}
*/

* {box-sizing: border-box;}

.mySlides {
    top: 70px;
    display: none;
}

img {vertical-align: middle;}

.bg-princess {
    height: 1260px;
    background: url("../dreaming-princess/images/princess_bg.png") 50% 0 no-repeat;
}

.slideshow-princess {
    display: block;
    max-width: 705px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 47%;
  transition: 0.6s ease;
}

.next {
  right: -200px;
}

.prev {
  left: -200px;
}

.numbertext {
    color: #242424;
    font-size: 42px;
    padding: 8px 12px;
    position: absolute;
    bottom: -50px;
    left: 280px;
    text-align: center;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
/*
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}*/
