@charset "UTF-8";

/* ======================================================================================
テンプレートとしておおよその配置を記します
====================================================================================== */

/* ===========================================
フォントの指定
=========================================== */
@import url('https://fonts.googleapis.com/css?family=Prociono');

/* ===========================================
タグへの上書き
=========================================== */
a {
	color:#3399cc;
}
a:hover {
	opacity: 0.8;
}
i {
    font-style: normal;
}
*{
	/*font-family: 'Lato', 'メイリオ', Meiryo, Osaka,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    letter-spacing: 0rem;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	word-wrap: break-word;
}
#page_index, #page_school, #page_astrology, #page_course, #page_institute, #page_institute_member,#page_senka, #page_lsa, #page_seminar, #page_fortune, #page_books,
#page_setsu, #page_starnavi, #page_bizdesign {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
 #page_basis, #page_mission, #page_voice, #page_22 { 
    font-size: 14px !important;
}
#page_birthdaybookform #pageTit, #page_personalcalform #pageTit {
/*    margin-top: 30px;*/
}
/* ===========================================
汎用的なclass
=========================================== */
.spOnly{
	display: none;
}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}
/* ===========================================
テンプレート
=========================================== */
html{
 line-height: 1 !important;
}
html,
body{
	font-size: 1rem;
	color: #333;
}
#headerInner, .wrap_limited {
    width: 1000px;
    margin: auto;
}
#pageWrap{
	min-width: 1000px;
}
#pageTit {
    margin-top: 200px;
    padding-top: 0;
}
    #pageTit::before {
        top: 0;
    }
#container {
	overflow: hidden;
	padding: 0 0 50px;
	margin: auto;
}
#mainContent {
}
#subNavi {
	line-height: 1.5;
}
/* ===========================================
ヘッダー（2021）
=========================================== */
.globalheader {
    width: 100%;
    background: #0e005b;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
	.globalheaderinner {
        display: flex;
        align-items: center;
        max-width: 880px;
        height: 125px;
        margin: auto;
        position: relative;
	}
	.globalheaderinner section {
        display: flex;
        justify-content: space-between;
        width: 100%;
	}
        .globalheaderinner .header_logo a {
            display: block;
        }
.globalheader img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.globalheader .headerlink {
    display: flex;
    flex-direction: column;
}
    .globalheader .headerlink .contents {
        text-align: right;
        margin-bottom: 15px;
    }
    .globalheader .headerlink .contents li {
        display: inline-block;
        margin-left: 10px;
    }
        .globalheader .headerlink .contents li a {
            position: relative;
            color: #FFF;
            display: block;
            font-size: 1rem;
            text-decoration: none;
            padding-right: 25px;
        }
            .globalheader .headerlink .contents li a i {
                display: inline-block;
                margin-right: 5px;
            }
                .globalheader .headerlink .contents li a::after {
                    display: block;
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    width: 8px;
                    height: 8px;
                    margin: -5px 0 0 0;
                    border-top: solid 1px #FFF;
                    border-right: solid 1px #FFF;
                    -webkit-transition: 0.8s;
                    -moz-transition: 0.8s;
                    -o-transition: 0.8s;
                    -ms-transition: 0.8s;
                    transition: 0.8s;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
.globalheader .headerlink .sns {
    text-align: right;
    margin-top: auto;
}
    .globalheader .headerlink .sns li {
        display: inline-block;
    }
    .globalheader .headerlink .sns li.sns-btn {
        margin-right: 5px;
    }
        .globalheader .headerlink .sns li.sns-btn a:hover, .globalheader .headerlink .sns li.contact-btn a:hover {
            opacity: 0.8;
        }
    .globalheader .headerlink .sns li.contact-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 176px;
        height: 24px;
        background: #3399cc;
        color: #FFF;
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
/* グローバルメニュー*/
.globalheader .naviSP {
    display: none;
}
    .globalheader .navi-list {
        line-height: 50px;
        background: #360477;
    }
        .globalheader .navi-list > ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 860px;
            color: #FFF;
            margin: 0 auto;
            position: relative;
        }
            .globalheader .navi-list > ul > li {
                font-size: 1rem;
                text-align: center;
            }
            .globalheader .navi-list > ul > li:last-child .globalheader .navi-sublist {
                right: 0;
            }
            .globalheader .navi-list-item a,
            .globalheader .navi-list-item span {
                color: inherit;
                text-decoration: none;
                display: inline-block;
                cursor: pointer;
            }
            .globalheader .navi-list-item a:hover {
                color: #dea932;
                opacity: 1;
            }
/* サブメニュー */
.globalheader .navi-sublist {
    position: fixed;
    left: auto;
    width: auto;
    color: #000;
    background: #f7fafa;
    transition: all 300ms 0s ease;
}
    .globalheader .navi-sublist > ul {
        width: 360px;
        text-align: left;
        margin: 0 auto;
    }
        .globalheader .navi-sublist > ul > li {
            float: none;
            font-size: 1rem;
            border-bottom: 1px solid #dedfe2;
            box-sizing: border-box;
            cursor: pointer;
        }
            .globalheader .navi-sublist > ul > li a {
                display: block;
                color: #000;
                padding: 0 0 0 30px;
            }
            .globalheader .navi-sublist > ul > li:hover {
                color: #FFF;
                background: #360477;
            }
                .globalheader .navi-sublist > ul > li:hover a {
                    color: #FFF;
                }
            .globalheader .navi-sublist > ul > li .navi-sublist__second > ul > li a, .globalheader .navi-sublist > ul > li .navi-sublist__second > ul > li .navi-sublist__third > ul > li a  {
                color: #000;
            }
            .globalheader .navi-sublist__second > ul > li:hover {
                color: #FFF;
                background: #360477;
            }
            .globalheader .navi-sublist__third > ul > li:hover {
                color: #FFF;
                background: #CCC;
            }
            .globalheader .navi-sublist > ul > li .navi-sublist__second > ul > li:hover a {
                color: #FFF;
            }
                .globalheader .navi-sublist span {
                    position: relative;
                }
                .globalheader .navi-sublist span::before {
                    content: "";
                    width: 5px;
                    height: 30px;
                    background: #eee;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: -20px;
                    margin: auto;
                }
                    /*.navi-sublist-school li:nth-child(1) span::before, .naviSP-sublist-school li:nth-child(1) span::before, */
                    .navi-sublist-school li:nth-child(4) span::before, .naviSP-sublist-school li:nth-child(4) span::before  {
                        background: #0e005b;
                    }
                   /* .navi-sublist-school li:nth-child(2) span::before, .naviSP-sublist-school li:nth-child(2) span::before, */
                        .navi-sublist .navi-sublist__second-school li:nth-child(3) .navi-list-instructor span::before, .naviSP-sublist .naviSP-sublist__second-school li:nth-child(3) .naviSP-list-instructor span::before {
                        background: #0000a8;
                    }
                   /* .navi-sublist-school li:nth-child(3) span::before, .naviSP-sublist-school li:nth-child(3) span::before, */
                        .navi-sublist-school li:nth-child(2) span::before, .naviSP-sublist-school li:nth-child(2) span::before,
                        .naviSP-list-item__third.naviSP-list-school span::before {
                        background: #9e7e5a;
                    }
                    /*.navi-sublist-school li:nth-child(4) span::before, .naviSP-sublist-school li:nth-child(4) span::before, */
                        .navi-sublist .navi-sublist__second-school li:nth-child(2) span::before, .naviSP-sublist .naviSP-sublist__second-school li:nth-child(2) span::before {
                        background: #734799;
                    }
                   /* .navi-sublist-school li:nth-child(5) span::before, .naviSP-sublist-school li:nth-child(5) span::before, */
                    .navi-sublist .navi-sublist__second-school li:nth-child(3) span::before, .naviSP-sublist .naviSP-sublist__second-school li:nth-child(3) span::before {
                        background: #ffc000;
                    }
                   /* .navi-sublist-school li:nth-child(6) span::before, .naviSP-sublist-school li:nth-child(6) span::before, */
                    .navi-sublist .navi-sublist__second-school li:nth-child(4) span::before, .naviSP-sublist .naviSP-sublist__second-school li:nth-child(4) span::before {
                        background: #ffff00;
                    }
                   /* .navi-sublist-school li:nth-child(7) span::before, .naviSP-sublist-school li:nth-child(7) span::before,*/
                    .navi-list-item__second.navi-list-seminar span::before, .naviSP-list-item__second.naviSP-list-seminar span::before {
                        background: #ff8888;
                    }
                    .navi-sublist-school li:nth-child(8) span::before, .naviSP-sublist-school li:nth-child(8) span::before,
                    .navi-sublist-school li:nth-child(3) span::before, .naviSP-sublist-school li:nth-child(3) span::before {
                        background: #00cdcd;
                    }
                    .navi-sublist-school li:nth-child(9) span::before, .naviSP-sublist-school li:nth-child(9) span::before {
                        background: #dea932;
                    }
                .navi-sublist .navi-sublist__second li a, .navi-sublist .navi-sublist__third li a {
                    padding: 0 0 0 20px !important;
                }
                    .navi-sublist .navi-sublist__second li span,  .navi-sublist .navi-sublist__third li span {
                        display: inline-block;
                        line-height: 1.6;
                        padding: 0 0 0 20px;
                    }
                    .navi-sublist .navi-sublist__third li span {
                        padding: 0 10px 0 35px;
                    }
                    .navi-sublist .navi-sublist__second li span::before, .navi-sublist .navi-sublist__third li span::before {
                        content: "";
                        width: 3px;
                        height: 21px;
                        background: #ccab8b;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 5px;
                        margin: auto;
                    }
                    .navi-sublist .navi-sublist__third li span::before {
                        left: 20px;
                    }
                .navi-sublist-fortune li:nth-child(1) span::before, .naviSP-sublist-fortune li:nth-child(1) span::before {
                    background: #ff66cc;
                }
                .navi-sublist-fortune li:nth-child(2) span::before, .naviSP-sublist-fortune li:nth-child(2) span::before {
                    background: #0e005b;
                }
                .navi-sublist-fortune li:nth-child(3) span::before, .naviSP-sublist-fortune li:nth-child(3) span::before {
                    background: #3399cc;
                }
                .navi-sublist-fortune li:nth-child(4) span::before, .naviSP-sublist-fortune li:nth-child(8) span::before {
                    background: #bbbfc1;
                }
                .navi-sublist-fortune li:nth-child(5) span::before, .naviSP-sublist-fortune li:nth-child(4) span::before {
                    background: #b28d3a;
                }
                .navi-sublist-fortune li:nth-child(6) span::before, .naviSP-sublist-fortune li:nth-child(5) span::before {
                    background: #994899;
                }
                .navi-sublist-fortune li:nth-child(7) span::before, .naviSP-sublist-fortune li:nth-child(6) span::before {
                    background: #0a0984;
                }
                .navi-sublist-fortune li:nth-child(8) span::before, .naviSP-sublist-fortune li:nth-child(7) span::before {
                    background: #ff296b;
                }


                .navi-sublist-books li:nth-child(1) span::before, .naviSP-sublist-books li:nth-child(1) span::before {
                    background: #0066cc;
                }
                .navi-sublist-books li:nth-child(2) span::before, .naviSP-sublist-books li:nth-child(2) span::before {
                    background: #ef3c3c;
                }

                .navi-sublist-basis li:nth-child(1) span::before, .naviSP-sublist-basis li:nth-child(1) span::before {
                    background: #006633;
                }
                .navi-sublist-basis li:nth-child(2) span::before, .naviSP-sublist-basis li:nth-child(2) span::before {
                    background: #009900;
                }
                .navi-sublist-basis li:nth-child(3) span::before, .naviSP-sublist-basis li:nth-child(3) span::before {
                    background: #669900;
                }
                .navi-sublist-basis li:nth-child(4) span::before, .naviSP-sublist-basis li:nth-child(4) span::before {
                    background: #999900;
                }
                .navi-sublist-basis li:nth-child(5) span::before, .naviSP-sublist-basis li:nth-child(5) span::before {
                    background: #e5cf00;
                }
                .navi-sublist-basis li:nth-child(6) span::before, .naviSP-sublist-basis li:nth-child(6) span::before {
                    background: #00B5FC;
                }

                .navi-sublist-beginner li:nth-child(1) span::before, .naviSP-sublist-beginner li:nth-child(1) span::before {
                    background: #916100;
                }
                .navi-sublist-beginner li:nth-child(2) span::before, .naviSP-sublist-beginner li:nth-child(2) span::before {
                    background: #dea932;
                }
                .navi-sublist-beginner li:nth-child(3) span::before, .naviSP-sublist-beginner li:nth-child(3) span::before {
                    background: #ffda00;
                }
                .navi-sublist-beginner li:nth-child(4) span::before, .naviSP-sublist-beginner li:nth-child(4) span::before {
                    background: #ffda00;
                }

                    .navi-sublist li:nth-child(2) .navi-sublist__second-instructor span::before,
                    .naviSP-sublist li:nth-child(2) .naviSP-sublist__second-instructor span::before,
                    .navi-sublist__third-instructor span::before, .naviSP-sublist__third-instructor span::before {
                        background: #0000ff !important;
                    }
                    .navi-sublist li:nth-child(3) .navi-sublist__second-school span::before,
                    .naviSP-sublist li:nth-child(3) .naviSP-sublist__second-school span::before,
                    .navi-sublist__third-school span::before, .naviSP-sublist__third-school span::before {
                        background: #ccab8b !important;
                    }
                    .navi-sublist li:nth-child(4) .navi-sublist__second-institute span::before,
                    .naviSP-sublist li:nth-child(4) .naviSP-sublist__second-institute span::before {
                        background: #f3a194;
                    }

                    .navi-sublist li:nth-child(8) .navi-sublist__second-seminar ul {
/*                        max-height: 125px;
                        overflow-y: scroll;*/
                    }
                    .navi-sublist li:nth-child(1) .navi-sublist__second-seminar span::before,
                    .naviSP-sublist li:nth-child(1) .naviSP-sublist__second-seminar span::before {
                        background: #ffc2c2;
                    }

                    .navi-sublist li:nth-child(1) .navi-sublist__second-fortune span::before,
                    .naviSP-sublist li:nth-child(1) .naviSP-sublist__second-fortune span::before {
                        background: #89ddc1;
                    }

                    .navi-sublist li:nth-child(1) .navi-sublist__second-books span::before,
                    .naviSP-sublist li:nth-child(1) .naviSP-sublist__second-books span::before,
                    .navi-sublist__third-institute span::before, .naviSP-sublist__third-institute span::before {
                        background: #9998ba !important;
                    }

                    .navi-sublist li:nth-child(2) .navi-sublist__second-shop span::before,
                    .naviSP-sublist li:nth-child(2) .naviSP-sublist__second-shop span::before {
                        background: #ff9999 !important;
                    }

                    .navi-sublist li:nth-child(1) .navi-sublist__second-basis span::before,
                    .naviSP-sublist li:nth-child(1) .naviSP-sublist__second-basis span::before {
                        background: #009966 !important;
                    }
                    .navi-sublist li:nth-child(2) .navi-sublist__second-basis span::before,
                    .naviSP-sublist li:nth-child(2) .naviSP-sublist__second-basis span::before {
                        background: #66cc66 !important;
                    }
                    .navi-sublist li:nth-child(3) .navi-sublist__second-basis span::before,
                    .naviSP-sublist li:nth-child(3) .naviSP-sublist__second-basis span::before {
                        background: #99cc33 !important;
                    }
                    .navi-sublist li:nth-child(4) .navi-sublist__second-basis span::before,
                    .naviSP-sublist li:nth-child(4) .naviSP-sublist__second-basis span::before{
                        background: #cccc00 !important;
                    }

                    .navi-sublist li:nth-child(3) .navi-sublist__second-voice span::before,
                    .naviSP-sublist li:nth-child(3) .naviSP-sublist__second-voice span::before {
                        background: #ffe266 !important;
                    }

                .navi-sublist .navi-sublist__second-school li a {
                    padding: 0 15px 0 20px;
                }
				.navi-sublist a {
					color: #000;
				}
                .navi-list li:hover .navi-sublist {
                    top: 175px;
                    visibility: visible;
                    opacity: 1;
                }
                .navi-sublist {
                    top: 175px;
                    visibility: hidden;
                    opacity: 0;
                    z-index: 1;
                }
                .navi-sublist.navi-sublist-beginner {
                    position: absolute;
                    top: 50px;
                    right: 0;
                }
                .navi-list li:hover .navi-sublist.navi-sublist-beginner {
                    top: 50px;
                }
		.navi-sublist__second {
			position: inherit;
			top: auto;
			left: auto;
			width: auto;
			color: #000;
			text-align: left;
            background: #f7fafa;
			margin: 0 auto;
		}
        .navi-sublist__third {
			position: inherit;
			top: auto;
			left: auto;
			width: auto;
			color: #000;
			text-align: left;
            background: #f7fafa;
			margin: 0 auto;
		}
			.navi-sublist__second ul, .navi-sublist__third ul {
				text-align: left;
				margin: 0 auto;
			}
			.navi-sublist__second li, .navi-sublist__third li {
				float: none;
				font-size: 1rem;
				margin-right: 1px;
				/*padding: 0 5px;*/
			}
				.navi-sublist__second a, .navi-sublist__third a {
					color: #000;
				}
            .navi-list-item__second,  .navi-list-item__third {
                position: relative;
            }
                .navi-list-item__second::after {
                    content: '';
                    display: block;
                    border-top: 5px solid #333;    
                    border-right: 5px solid transparent;
                    border-left: 5px solid transparent;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    margin: auto;
                }
                .navi-list-item__third::after {
                    content: '';
                    display: block;
                    border-top: 5px solid #333;    
                    border-right: 5px solid transparent;
                    border-left: 5px solid transparent;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    margin: auto;
                }
                .navi-list-item__second:hover::after,  .navi-list-item__third:hover::after {
                    border-top: 5px solid #FFF;    
                }
                .navi-list-item__second.open::after,  .navi-list-item__third.open::after {
                   transform:rotateX(180deg);
                }
            .menu__second-level, .menu__second-level-ol {
                visibility: hidden;
                opacity: 0;
                z-index: 1;
            }
            .menu__second-level li, .menu__second-level-ol li {
                border-top: 1px solid #334c8d;
            }
/* ------------------------------
スタナビログインページ（IE11 のみ適用される）
------------------------------*/
_:-ms-lang(x)::-ms-backdrop, #page_horoscope_login #pageTit {
  /* IE11 のみ適用される */
	min-heigtt: 110px !important;
	padding-top: 20px !important;
}
_:-ms-lang(x)::-ms-backdrop, #page_horoscope_login #pageTit::after {
  /* IE11 のみ適用される */
	bottom: 20px !important;
}
/* ------------------------------
フッター
------------------------------*/
 #footer .box {
    width: 100%;
    background: #0f005b;
}
    #footer .boxinner {
        width: 940px;
        margin: 0 auto;
	    padding: 40px 0 0; 
    }
 #footer .box a {
    color :#FFF;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
     font-size: 0.875rem;
}
#footer .foot_col {
        display: flex;
		justify-content: space-between;
		align-items: flex-start;
        font-size: 0.875rem;
        margin: 60px auto 0;
}
#footer .foot_mission {
        display: flex;
		justify-content: space-between;
		align-items: center;
        margin: 0 auto;
        padding: 25px 0;
}
#footer .foot_mission a{
        font-weight: bold;
 }
#footer .foot_starnavi li {
    padding-bottom: 25px;
}
#footer .foot_horo li {
    padding-bottom: 25px;
}
#footer .foot_online li {
    padding-bottom: 25px;
}
#footer .foot_online {
}
#footer .foot_sctlaw {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.75rem;
}
#footer .sns {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 140px;
}
    #footer .sns .sns-btn {
        text-align: center;
    }
        #footer .sns .sns-btn img {
            max-width: 100%;
            width: 70%;
        }
	#copyright {
        display: block;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-size: 0.75rem;
        margin-top: 30px;
	}
#footer::before, #footer::after {
    display: none;
}
.back-top {
    width: 1000px;
    text-align: right;
    margin: auto;
    padding: 10px;
}
/* メイン画像 */
.page-title__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 270px;
    margin-top:  175px;
}
.page-title__bg span, .page-title__bg i {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-style: normal;
}
/*--------------------------------
 パソコン用　未來予報のバナー 
----------------------------------*/
.bnr_cal77_horoscope_pc,
.bnr_cal77_horoscope_sp, 
.bnr_cal77_sp {
	display: none !important;
}
/* ======================================================================================
スマホ
====================================================================================== */
@media only screen and (max-width: 768px){
#page_birthdaybookform #pageTit, #page_personalcalform #pageTit {
    padding-top: 80px;
}
#container {
	padding: 0px;
}
#pageWrap{
    min-width: auto;
}
#mainContent {
	padding-bottom: 30px;
}
	.wrap_limited{
        width: auto;
        margin: auto;
        padding: 0 15px;
	}
#pageTit {
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    color: #675223;
	min-height: 80px;
    font-size: 1.75rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 70px 15px 0;
    position: relative;
}
    #pageTit::before {
        content: "";
        position: absolute;
        top: 70px !important;
        width: 90%;
        height: 1px;
        border-top: 1px solid #675223;
        border-bottom: none;
        left: 50%;
        margin-left: -45%;
    }
    #pageTit::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 90%;
        height: 1px;
        border-top: none;
        border-bottom: 1px solid #675223;
        margin: 0 auto;
        left: 50%;
        margin-left: -45%;
    }
	#subNavi{
		padding-left: 7px;
		padding-right: 7px;
	}
	[data-titletype]{
		margin-left: 0px;
		margin-right: 0px;
	}
/* ===========================================
ヘッダー（2021）
=========================================== */
.globalheader {
    width: 100%;
    background: #0e005b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
	.globalheaderinner {
        height: 65px;
	}
	.globalheaderinner section {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
	}
        .globalheaderinner .header_logo a {
            display: block;
        }
            .globalheaderinner .header_logo a img {
                width: 60%;
            }
.globalheader img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.globalheader .headerlink {
    display: block;
}
    .globalheader .headerlink a {
        display: block;
        color: #FFF;
        font-size: 0.75rem;
        text-align: center;
    }
        .globalheader .headerlink a img{
            width: 50%;
        }
        .globalheader .headerlink a span {
            display: block;
            margin-top: 2px;
        }
.globalheader .headerlink .sns {
    display: none !important;
}
/* ===========================================
フッター（2021）
=========================================== */
/* グローバルメニュー*/
.navi-list{
    display: none;
}
footer {
    position: relative;
}
footer .naviSP {
    display: block;
    width: 100%;
    height:  65px;
    background: #0e005b;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}  
    footer .naviSP a {
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    }
    
    footer .naviSP .naviSP-list_col dl {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        min-height: 65px;
        margin: 0 auto;
        position: relative;
        z-index: 9999;
    }
        footer .naviSP .naviSP-list_col dd {
            text-align: center;
        }
         footer .naviSP .naviSP-list_col dd i {
            display: block;
        }
            footer .naviSP .naviSP-list_col dd i img {
                width: 50%;
            }
        footer .naviSP .naviSP-list_col dd span {
            display: block;
            color: #FFF;
            font-size: 0.65rem;
            line-height: 1.1;
        }
    footer .naviSP-list {
        display: none;
        width: 100%;
        max-height: 80%;
        position: fixed;
        bottom: 65px;
        left: 0;
        overflow-y: auto;
    }
        footer .naviSP-list > ul {
            display: flex;
            flex-direction: column;
            width: auto;
            background: #360477;
            text-align: left;
            padding: 15px 15px 0;
        }
            footer .naviSP-list > ul > li {
                min-height: 40px;
                color: #FFF;
                font-size: 1rem !important;
                text-align: left;
            }
                footer .naviSP-list > ul > li > a {
                    display: flex;
                    align-items: center;
                    color: #FFF;
                }
            footer .naviSP-list-item a,
            footer .naviSP-list-item span {
                min-height: 40px;
                text-decoration: none;
                display: flex;
                align-items: center;
                color: #FFF;
                cursor: pointer;
            }
.on {
/*z-index: 100;
cursor: pointer;
position: fixed;
width: 50% !important;*/
}
    .off .naviSP-sublist {
        left: 100% !important;
    }
.off {
z-index: 100;
cursor: pointer;
position: fixed;
width: 100% !important;
height: auto;
}
.naviSP-sublist {
overflow: auto;
overflow-x: hidden;
}
footer .naviSP-list > .sns {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: auto;
    padding-bottom: 30px;
}
    footer .naviSP-list > .sns .sns-btn {
        text-align: center;
    }
        footer .naviSP-list > .sns .sns-btn img {
            max-width: 100%;
            width: 50%;
        }
footer .naviSP-list > .sns .sns-btn a {
    justify-content: center;
}
/* サブメニュー */
footer .naviSP-sublist {
    left: auto;
    width: 100%;
    height: 80%;
    color: #FFF;
    background: #f7fafa;
}
    footer .naviSP-sublist > ul {
        text-align: left;
        margin: 0 auto;
    }
        footer .naviSP-sublist > ul > li {
            min-height: 40px;
            font-size: 0.875rem;
            border-bottom: 1px solid #dedfe2;
            padding: 10px 10px 10px 20px;
            box-sizing: border-box;
            cursor: pointer;
        }
            footer .naviSP-sublist span {
                position: relative;
            }
                footer .naviSP-sublist span::before {
                    content: "";
                    width: 3px;
                    height: 30px;
                    background: #eee;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: -10px;
                    margin: auto;
                }

            footer .naviSP-sublist .naviSP-sublist__second li {
                padding: 10px;
            }
                footer .naviSP-sublist .naviSP-sublist__second li span::before {
                    content: "";
                    width: 3px;
                    height: 18px;
                    position: absolute;
                    top: 3px;
                    bottom: 0;
                    left: -15px;
                    margin: auto;
                }
				footer .naviSP-sublist a {
					color: #000 !important;
                    display: flex;
                    align-items: center;
                    min-height: 40px;
				}
                footer .naviSP-list li:hover .naviSP-sublist {
 /*                   left: 50%;*/
  /*                  visibility: visible;*/
                    display: block;
                    opacity: 1;
                    bottom: 65px;
                    width: auto;
                    min-width: 50%;
                    overflow: scroll;
                }
                footer .naviSP-sublist {
/*                    left: 50%;*/
/*                    visibility: hidden;*/
                    display: none;
                    opacity: 0;
                }
		footer .naviSP-sublist__second, footer .naviSP-sublist__third {
			position: inherit;
			top: auto;
			left: auto;
			width: auto;
			color: #000;
			text-align: left;
            background: #f7fafa;
			margin: 0 auto;
		}
			footer .naviSP-sublist__second ul, footer .naviSP-sublist__third ul {
				text-align: left;
				margin: 0 auto;
			}
			footer .naviSP-sublist__second li, footer .naviSP-sublist__third li {
				float: none;
				font-size: 0.875rem;
                min-height: 40px;
				margin-right: 1px;
				padding: 0 5px;
			}
				footer .naviSP-sublist__second a, footer .naviSP-sublist__third a {
					color: #000;
				}
            footer .naviSP-list-item__second, footer .naviSP-list-item__third {
                color: #000;
                position: relative;
            }
                footer .naviSP-list-item__second::after, footer .naviSP-list-item__third::after {
                    content: '';
                    display: block;
                    border-top: 5px solid #333;    
                    border-right: 5px solid transparent;
                    border-left: 5px solid transparent;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    margin: auto;
                }
                footer .naviSP-list-item__second.open::after, footer .naviSP-list-item__third.open::after {
                   transform:rotateX(180deg);
                }
footer .foot_home {
    border-bottom: 1px solid #FFF;
 }
footer .foot_mission {
    border-bottom: 1px solid #FFF;
 }
footer .foot_mission a {
    font-size: 0.875rem;
    font-weight: bold;
 }
footer .foot_starnavi a {
    font-size: 0.875rem;
}
footer .foot_sctlaw {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
footer .foot_sctlaw a {
    font-size: 0.875rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
footer #copyright{
    font-size: 0.75rem !important;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 30px;
}
.back-top {
	width: 90%;
	text-align: right;
    padding-bottom: 85px;
}
/* メイン画像 */
.page-title__bg {
    min-height: 185px;
    margin-top:  65px;
}
/*--------------------------------
 スマホ用　未來予報のバナー 
----------------------------------*/
.bnr_cal77_sp,
.bnr_cal77_horoscope_pc {
	display: none !important;
}
}
/*-------------------------------------------------------------------------
 スマホ(iPhone5/SE)
-------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
.naviSP-menu-icon_facebook {
	display: none;
}
	#mainImg .chartDate-cnts {
    	bottom: 45px !important;
}
	#horoscopemenuMember .contractor_name li {
		padding: 0px !important;
	}
    #mainImg p {
        font-size: 0.9rem !important;
        line-height: 1.8 !important;
    }
}