@charset "utf-8"; 
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スライド停止時の仕様(2021-04-02)hiro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame.no_slide #promo_area{
	background: url(https://jewelry-pictures.com/wordpress/wp-content/themes/cyber-child/images/promo02.jpg) no-repeat 50% / cover;
	height:552px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイドバー固定インフォエリア(2018-11-14)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl#sodan_madoguchi {
    display: flex;
    position: fixed;
    top: calc(50% - 95px);
    right: 0;
    z-index: 999;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .3);
    font-size: 15px;
    height: 200px;
    transition: right .5s;
}

dl#sodan_madoguchi.close {
    right: -294px;
}

dl#sodan_madoguchi dt {
    background: #68070d;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

dl#sodan_madoguchi dt p.ttl{
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl;
}
dl#sodan_madoguchi dd {
    padding: 25px 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}

dl#sodan_madoguchi dd p.txt1 {
    font-size: 18px;
}

dl#sodan_madoguchi dd p.toggle {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

dl#sodan_madoguchi dd p.toggle:after {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    font-family: 'fontello';
    content: '\e807';
    font-size: 24px;
    line-height: 1;
}

dl#sodan_madoguchi dd p.tel {
    font-size: 24px;
    line-height: 1.4;
    margin-top:20px;
}

dl#sodan_madoguchi dd p.tel:before {
    content: '';
    width: 37px;
    height: 22px;
    background: url(https://kaminesz.com/wordpress/wp-content/themes/cyber-child/images/freedial2.svg) no-repeat 50% / contain;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 3px;
}

dl#sodan_madoguchi dd p.txt2 {
    font-size: 14px;
}

dl#sodan_madoguchi dd p.txt2 a {
    text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンテンツエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.home) #contents_area {
    padding-top: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.child_navi_wrap {
    margin: 0 0 50px;
	display:none;
}

ul.child_navi {
    border-top: 1px solid #e70c12;
    border-bottom: 1px solid #e70c12;
    justify-content: space-around;
    height: 80px;
    align-items: center;
}

ul.child_navi a {
    background: transparent;
    font-size: 18px;
    position: relative;
    padding: 5px 5px 5px 45px;
    min-width: 0;
}

ul.child_navi a {
    text-decoration: none;
}

ul.child_navi a:before {
    font-family: "fontello";
    content: '\e80f';
    display: inline-block;
    border: 2px solid #e70c12;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #e70c12;
    background: #fff;
    z-index: 1;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s linear;
}

body[class*="voice"] ul.child_navi a[href*="voice"]:before,
body[class*="works"] ul.child_navi a[href*="works"]:before,
ul.child_navi li[class*="current"] a:before, 
ul.child_navi li a:hover:before {
    background: #e70c12;
    color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー(インフォメーション)★★★
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header_frame .logo{
	width: 324px;
}
div#header_frame p.description {
    display: none;
}

div#header_right_section {
	display: flex;
	align-items: center;
}

/* 言語スイッチャーの設置(2021-06-08)mori */
div#header_right_section .widget_polylang {
	margin-right: 20px;
}

div#header_right_section .widget_polylang label {
	margin-right: 10px;
}

div#header_right_section .nav_wrap {
    display: flex;
    align-items:center;
}

div#header_right_section .nav_wrap p.ct_btn a {
    display: block;
    padding: 13px 25px;
    background: #000;
    color: #fff;
}
div#header_right_section ul {
    display: flex;
    position:relative;
    z-index:101;
}

div#header_right_section a {
    font-size: 14px;
}

div#header_right_section ul a:hover {
    text-decoration:none;
    background: rgba(000,000,000,0.8);
}

div#header_right_section ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

div#header_right_section ul li a {
    display:block;
    padding: 13px 25px;
    background:#000;
    color:#fff;
}

/*ドロップダウンsub-menu用*/
div#header_right_section ul.sub-menu {
    display:block;
    position: absolute;
    top: 45px;
    left:0;
    background: #000;
    min-width: 100%;
    z-index:102;
}

div#header_right_section ul.sub-menu > li{
    overflow:hidden;
    height:0;
    transition: .4s;
}

div#header_right_section ul li:hover ul.sub-menu > li{
    overflow:visible;
    height:36px;
}

div#header_right_section ul.sub-menu > li:not(:first-child):before{
    content:"";
    width:90%;
    height:1px;
    background:#505050;
    display:block;
    position:absolute;
    top:0;
    margin-top: 0px;
    left: 5%;
}

div#header_right_section ul.sub-menu > li > a {
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    font-weight:normal;
    width:100%;
    white-space: nowrap;
}

div#header_right_section ul.sub-menu > li > a:hover {
    background: #333;
}

div#header_right_section .btn a {
    background: #ccc;
    padding: 0;
    font-family: "my_mincho",serif;
    color: #fff;
    /* min-width: 150px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width:140px;
    font-size:14px;
}

div#header_right_section .btn a:before {
    content: '';
    background: no-repeat 50% / contain;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

div#header_right_section .btn a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b51423+0,5b0509+100 */
    background: #b51423;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b51423 0%, #5b0509 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b51423 0%,#5b0509 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #b51423 0%,#5b0509 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51423', endColorstr='#5b0509',GradientType=1 );
    /* IE6-9 */
    width: 140px;
}

div#header_right_section .btn a:before {
    	content: '';
    background: no-repeat 50% / contain;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(https://kaminesz.com/wordpress/wp-content/themes/cyber-child/images/diamond.svg);
    width: 19px;
    height: 16px;
    margin-left: -10px;
}

div#header_right_section .btn a:hover:before {
    animation: up_down_s .3s 0s ease-in-out infinite alternate;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グローバルナビ（下段）★★★
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#h_navi_main {
    background: transparent;
}

#h_navi_main ul {
    position:relative;
}

#h_navi_main ul:after,
#h_navi_main ul > li:before{
    content:"";
    width:1px;
    height:28px;
    background:#333;
    position:absolute;
    top:50%;
    margin-top:-14px;
}

#h_navi_main ul:after {
    right:0;
}

#h_navi_main ul > li:before {
    left:0;
}


#h_navi_main ul > li > a {
    color: #333;
    padding: 16px 10px 15px;
    font-size: 15px;
    font-weight:bold;
}
html[lang="en-US"] #h_navi_main ul > li > a {
	/* 英語表示時に単語ごとに改行を入れたい */
    word-break: break-word;
}


#h_navi_main ul > li.home[class*='current'] > a{
	color: inherit;
}
/* 親メニューのみ(アクティブ状態)（display:table-cellを使用するためAではなくLIに変化をつける） */
#h_navi_main ul > li[class*='current'], #h_navi_main ul > li:hover {
    background: transparent;
}

body[class*="vision"] #h_navi_main ul > li.vision_parent > a,
body[class*="works"] #h_navi_main ul > li.works_parent > a,
#h_navi_main ul > li:not(.home)[class*='current'] > a,
#h_navi_main ul > li:hover > a {
    color: #E1261F;
}

#h_navi_main ul > li.shop a:before{
    content: "\f07a";
    color: #000;
    font-family: "FontAwesome";
    margin-right: 8px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
}

#h_navi_main ul > li.shop a:after {
    font-family: "fontello";
    content: '\e833';
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    vertical-align:5px 
}

#h_navi_main ul > li:after {
    content: '';
    display: block;
    width: 15px;
    height: 0;
    background-color: #E1261F;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    opacity: 0;
    transition: all .4s linear;
}

body[class*="vision"] #h_navi_main ul > li.vision_parent:after,
body[class*="works"] #h_navi_main ul > li.works_parent:after,
#h_navi_main ul > li:not(.home)[class*='current']:after,
#h_navi_main ul > li:hover:after {
    opacity: 1;
    height: 2px;
    bottom: 8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グローバルナビ（上下段共通＆子のみのスタイル）★★★
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#h_navi_main ul > li {
    position: relative;
    z-index: 1;
}

#h_navi_main ul.sub-menu {
    display:block;
    position: absolute;
    top: 54px;
    background: rgba(000,000,000,0.8);
    min-width: 100%;
    width: auto;
    text-align: left;
}

#h_navi_main ul.sub-menu li:before,
#h_navi_main ul.sub-menu:after{
    display:none;
}

#h_navi_main ul.sub-menu > li{
    display: block;
    border:none;
    /*アニメーション*/
    overflow:hidden;
    height:0;
    transition: .4s;
}

#h_navi_main ul li:hover ul.sub-menu > li{
    /*アニメーション*/
    overflow:visible;
    height:59px;
	opacity:1;
}

#h_navi_main ul.sub-menu > li:not(:first-child):before{
    content:"";
    width:90%;
    height:1px;
    background:#505050;
    display:block;
    position:absolute;
    top:0;
    margin-top: 0px;
    left: 5%;
}

#h_navi_main ul.sub-menu > li > a {
    color: #fff;
    padding: 20px 30px;
    font-size: 14px;
    font-weight:normal;
}

#h_navi_main ul.sub-menu > li > a:hover {
    background: rgba(000,000,000,1);
}

#h_navi_main ul.sub-menu > li:after {
    display:none;
}

#h_navi_main ul.sub-menu .sub-menu {
    display:none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー(プロモ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページャー位置の調整 */
#promo_area .bx-wrapper .bx-pager {
    bottom: -30px!important;
}

#promo_frame ul.bxslider li {
    height: 552px;
    background: no-repeat 50%/auto 100%;
	transition:none;
    /* background: no-repeat 50%/auto 110%; */
    /* transition:all 5s ease; */
	/* opacity:.3; */
}
#promo_frame ul.bxslider li.active {
    /* background-size: auto 100%; */
	/* opacity:1; */
}

#promo_frame ul.bxslider li.promo01 {
    background-image: url(https://jewelry-pictures.com/wordpress/wp-content/themes/cyber-child/images/promo01.jpg);
}

#promo_frame ul.bxslider li.promo02 {
    background-image: url(https://jewelry-pictures.com/wordpress/wp-content/themes/cyber-child/images/promo02.jpg);
}

#promo_frame ul.bxslider li.promo03 {
    background-image: url(https://jewelry-pictures.com/wordpress/wp-content/themes/cyber-child/images/promo03.jpg);
}

#promo_frame ul.bxslider li.promo04 {
    background-image: url(https://jewelry-pictures.com/wordpress/wp-content/themes/cyber-child/images/promo04.jpg?0218);
}

#promo_frame ul.bxslider li.promo05 {
    background-image: url(https://jewelry-pictures.com/wordpress/wp-content/themes/cyber-child/images/promo05.jpg);
}

#promo_frame ul.bxslider li.promo06 {
    background-image: url(https://jewelry-pictures.com/wordpress/wp-content/themes/cyber-child/images/promo06.jpg);
}

#promo_frame ul.bxslider li.promo07 {
    background-image: url(https://jewelry-pictures.com/wordpress/wp-content/themes/cyber-child/images/promo07.jpg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター(ナビ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#f_navi_wrap {
    background: #e4edfa;
    padding: 30px 0;
}

div#f_navi_wrap ul:not(.sub-menu) > li:not(.home) > a:before {
    background: #00529f;
}

div#f_navi_other > * {
    border-top: 1px solid #9eaec5;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッターバナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer_bottom_section ul {
    justify-content: center;
}
