@charset "UTF-8";
/* Scss Document */
/*変数*/
/*mixin*/
/*全体*/

/* STARRY */
/* 12ヶ月コースボタン */
.stry-course-select-table button{
    height: 40px;
    line-height: 40px;
    border:solid var(--color_ore) 1px;}
.fc-f button{
    height: 40px;
    line-height: 40px;    
}
/* entry01 */
.stry-entry01-contents{
    background-color: unset !important;
    border: unset !important;
}
/* カード情報入力 */
#div_entry09 input,#div_entry09 select{
    margin: 10px auto;
    padding: 5px;
}
#div_entry09 select{
    width: 100px;
}
.stry-ec02-breadcrumbs.stry-alignleft {display: none;}
/* 購入画面　*/
#div_item_ec04 input,#div_item_ec04 select{
    height: 35px !important;
    line-height: 35px;    
    margin-bottom: 15px;
}
#div_item_ec04 input[type="checkbox"],
#div_item_ec04 input[type="checkbox"]:checked:before{
    height: 25px !important;    
}
/* 表に色　*/
#div_item_ec05 table{
margin: 10px 0 20px;
}
#div_item_ec05 th, #div_item_ec05 td {
border:1px solid #ccc;
padding: 5px;
}


body {
  font-family: 'Open Sans',"Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: var(--color_b);
  background: #fff;
  font-size: 16px;
  font-size: 1rem; }

:root{
    --color_w:#fff;
    --color_ore:#f6c01e;
    --color_ore2:#df901a;
    --color_b:#000;
    --color_pink:#f68e86;    
    --color_gray:#d4dbdf;
    --color_gray2:#676767;}

/*共通*/
select{
    height: auto !important;
    background: #fff !important;
}
a{
    text-decoration-line: none;
    color: var(--color_b);}
.color-w,.color-w a{
    color:var(--color_w);}
.color-ore,.color-ore a{
    color:var(--color_ore);}
.color-ore2,.color-ore2 a{
    color:var(--color_ore2);}
.color-gray,.color-gray a{
    color:var(--color_gray);}
.color-gray2,.color-gray2 a{
    color:var(--color_gray2);}
.color-gray3,.color-gray3 a{
    color:var(--color_gray3);}
.color-pink,.color-pink a{
    color:var(--color_pink);}
.color-login{
    background: var(--color_ore);
    color: #000;
}
.color-entry,.color-account{
    background: var(--color_pink);
}
.color-entry a,.color-account a{
    color: #000;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.color-logout,
.color-login{
    font-weight: bold;
    background: var(--color_b);
    letter-spacing: 0.1em;
}
.color-login a,.color-logout a{
    color: var(--color_ore);
}
.font-small{
    font-size: 90%;}
.font-bold{
    font-weight: bold;}
.text-c{
    text-align: center;}
.text-r{
    text-align: right;}
.pc_only{
    display: block;}
.sp_only{
    display: none;}
a img:hover{
    filter: brightness(120%);}

li{
    list-style: none;}

/* Flex  ------------------------------------*/
.flexwrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
}
.flexnowrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: nowrap;
 -webkit-flex-wrap: nowrap;
}
.JCfs{
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
}
.JCfe{
 justify-content: flex-end;
 -webkit-justify-content: flex-end;
}
.JCc{
 justify-content: center;
 -webkit-justify-content: center;
}
.JCsb{
 justify-content: space-between;
 -webkit-justify-content: space-between;
}
.AIc{
    align-items: center;
    -webkit-align-items: center;
}
.mt10{
    margin-top: 1em;
}
.mt20{
    margin-top: 2em;
}
.mt30{
    margin-top: 3em;
}
.mt50{
    margin-top: 5em;
}
.mb10{
    margin-bottom: 1em;
}
.mb20{
    margin-bottom: 2em;
}
.mb30{
    margin-bottom: 3em;
}
.mb50{
    margin-bottom: 5em;
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0; }
.wrapper {
  width: 100%; 
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.area{
    margin: 1em auto 5em;
    width: 90%;
    max-width: 1600px;
}
/* ぱんくず　*/
.breadcrumb{
    width: 90%;
    margin: 1em auto;
    font-size: 90%;
}
.breadcrumb li + li:before {
margin: 0 3px;
content: ">";
}
/* ページ送り */
.wp-pagenavi{
    margin: 3em 0 3em;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
    color: var(--color_w);
    background-color: var(--color_blue);
}

/*ヘッダー*/
header {
  padding: 0;
  color: #000;
  position: relative;
  width: 100%; }
header .top-img img{
    width: 100%;
    height: auto;
    overflow: hidden;
	/* じわっと画像が表示される */
 	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
header .logo-top img{
    position: absolute;    
    height: auto;
    width: 150px;/*logo*/
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	/* じわっと画像が表示される */
 	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
} 
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
} 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}    
#header-child{
  width: 100%;
  height: 100px;
  padding: 0;
  background: linear-gradient(0, #fff 0%, #fff 40%, var(--color_ore) 40%, var(--color_pink) 45%, var(--color_ore) 45%, var(--color_ore) 100%);
  display: flex;    
}
#header-child .logo-child{
    width: 90%;
    margin: auto;
}
#header-child .logo-child img{
    position: unset;
    height: 80px;/*logo*/
    width: auto;    
    padding: 10px;
}
.menu_close {
  position: absolute;
  top: -67px;
  right: -9px; }

.menu_close div:first-child {
  width: 30px;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

.menu_close div:last-child {
  width: 30px;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

.header_space {
  width: 100%;
  height: 100px;
  display: none; }

.txt_link:hover {
  opacity: 0.7; }

/*　見出し　*/
h2 {
  padding: 1.5rem 0;
  font-size: 4em;
}

/* ハンバーガーメニュー */

nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 15%;
  height: 100vh;
  height: 100svh;
  background:var(--color_ore);
  border-left: 3px solid var(--color_b);
  transition: all .5s;
  z-index: 700;
  opacity: 0;
  overscroll-behavior-y: none;
}
.open nav {
  right: 0;
  opacity: 1;
    
}
nav .inner {
  width: 100%;
  padding-top: 5em;
}
nav .inner .navlogo img{
    height: 120px !important;
    width: auto;
}
nav .inner ul {
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  list-style: none;
  box-sizing: border-box;
  width: 80%;
  position: relative;
  margin-left: auto;
  text-align: right;
  height: 35px;
  line-height: 35px;
  padding-right: 40px;
}
nav .inner ul li .sub-menu li{
  padding-right: 0;    
}
nav .inner ul li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: var(--color_b);
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul#Primary li:last-child{
    border-top: 1px solid var(--color_b);
    border-bottom: 1px solid var(--color_b);
    border-left: 1px solid var(--color_b);
}
nav .inner ul#Primary li ul.sub-menu li:last-child{
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    
}
nav .inner ul li img{
    width: 30px !important;
    height: auto !important;
}

/* toggle_btn */
.toggle_btn {
  display: block;
  position: fixed;
  top: 0;
  right: 20px;
  width: 55px;
  height: 55px;
  transition: all .5s;
  cursor: pointer;
  z-index: 9999;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 10px;
  left: 13px;
}
.toggle_btn span:nth-child(2) {
  top: 20px;
  left: 13px;
}
.toggle_btn span:nth-child(3) {
  top: 30px;
  left: 13px;
}
.toggle_btn p{
    margin: 55px 0 0 5px;
    color: #000;
}
.toggle_btn:hover,
.toggle_btn p:hover{
    color: #000;   
}
.open .toggle_btn span {
  background-color: #000;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--color_b);
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

/* PAGE TOP*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -50px;
  background: var(--color_w);
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: var(--color_b);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.sns{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.sns-box{
    width: 50px;
    height: 30px;
    text-align: center;
    display: table-cell; vertical-align: middle;
}
.sns .fab, .sns .far{
    color:var(--color_g);
}
.sns .fab:hover, .sns .far:hover{
    color:var(--color_gl);
}
/* Granslate */
.gt_switcher_wrapper{
    top: 6px !important;
    right: 170px !important;
}


/*トップ ---------------- */
.header-top-menu{
    position: fixed;
    top: 45px;
    right: 0;
}
nav .inner .header-menu-starry ul li{
    margin: 10px !important;
    width: 100%;
    background: var(--color_b);
    height: 35px;
    line-height: 35px;
}
nav .inner .header-menu-starry ul li a{
    padding:0.1em 1em !important;
    color: var(--color_w) !important;}
.header-top-menu li{
    text-align: center;
    box-sizing: border-box;
    margin: 10px 0;
    width: 100px;
    height: 30px;
    line-height: 30px;}
.header-top-menu li a{
    font-size: 90%;
    font-weight: bold;}
.header-top-sp-menu ul{
    margin: 0 auto 1em;
    width: 70%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;        
    }    
.header-top-sp-menu ul li{
    text-align: center;
    margin: 0 10px;
    width: calc((100% - 40px)/2);
    height: 60px;
    line-height: 60px;    
    box-sizing: border-box;
}  
.header-top-sp-menu ul li a{
    display: block;
}
.header-top-sp-menu ul li.color-entry, .header-top-sp-menu ul li.color-account{
    border-left: 10px solid #000
}
.header-top-sp-menu ul li.color-login{
    border-left: 10px solid var(--color_ore);
}
.color-entry:hover, .color-account:hover,.color-login:hover{
    background: #fff;
    transition: 1s;
}

/* top- sns */
header #SNS{
    position: fixed;
    top: 7px;
    right: 80px;
    z-index: 99999;
}
header ul#SNS{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 justify-content: flex-end;
 -webkit-justify-content: flex-end;
 align-items: center;
 -webkit-align-items: center;    
}
header ul#SNS li{
    margin: 0 10px;
}
header #SNS img{
    width: 20px;
    height: auto;
}

/* TOP banner */
.top-banner{
    width: 100%;
    margin-top: -3em;
    z-index: 500;
}
.topic-f{
    padding-bottom: 150px;}
.topic-f img{
    width: 200px;
    height: auto;
}
.topic-pc-f{
    width: 70%;
    margin: auto;
    top: 93%;
}
.topic-pc-f div{
    width: calc((100% - 20px)/2);
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
}
.topic-pc-f img{
    width: 100%;
    height: auto;
}
.slick-dotted.slick-slider{
    background: unset !important;
}
.slider-topic .slick-arrow{
    background-color:rgba(255,255,255,0.5) !important;
}
.top-news{
    margin: 3em auto 4em;
    width: 50%;
}
.top-news h2{
    font-size: 18px;
    font-weight: bold;
}
.top-prof{
  background: linear-gradient(180deg, #fff 0%, #fff 10%, var(--color_ore) 10%, var(--color_ore) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 800px;    
}
.top-prof-box{
    width: 50%;
    padding-bottom: 2em;
    box-sizing: border-box;
}
.top-prof-box h2{
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}
.top-prof-img{
    padding: 0 1em;
    text-align: right;
}
.top-prof-img img{
    height: 100vh;
    width: auto;
}
.top-prof-1{
    font-size: 90%;
    line-height: 2;
}
.top-prof-2{
    padding-left: 3em;
    line-height: 1.7;    
    font-size: 70%;
}
.top-prof-3{
    line-height: 1.7;    
    font-size: 70%;
}

/*PROFILE ---------------- */
/*SNS MENU*/
.profile-f #Profile img{
    width: 30px;
    height: auto;    
    margin: 0 20px;
    filter: invert(90%) sepia(14%) saturate(5343%) hue-rotate(161deg) brightness(94%) contrast(87%);
}
.profile-f #Profile img:hover{
    filter: invert(53%) sepia(17%) saturate(1807%) hue-rotate(290deg) brightness(93%) contrast(84%);
}
.profile-f ul#Profile{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
 margin: 0 auto 20px;
}
.profile-f li{
    list-style: none;
    padding: 0 0 30px;
}
.prof-img img{
    width: 100%;
    object-fit: cover;
    height: auto;
    object-position: top center;
}
.prof-txt1{
    margin-bottom: 30px;
    padding: 20px;
    line-height: 1.8;  
}
.prof-txt2{
    margin-bottom: 30px;
    padding: 20px;
    line-height: 1.8;  
}


/*NEWS ---------------- */
.info-box{
  margin-bottom: 2.5em;
  font-size: 90%;
  border-left: 3px solid var(--color_w);
  padding-left: 20px;
}
.info-box:hover{
  border-left: 3px solid var(--color_b);
}
.info-box a:hover{
    color: var(--color_gray);
    display: block;
}
.cat{
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    background-color: var(--color_ore2);
}
.info-box p{
    margin: 15px 0;
}
.blog_title{
  font-size: 2em;
  border-left: 4px solid var(--color_b);
  padding: 10px 10px 10px 20px;
}
.single_contents{
    margin-bottom: 30px;
}
.single_contents p{
    line-height: 1.8;
}
.single_contents iframe{
    aspect-ratio: 16 / 9;        
    width: 100%;
    height: auto;    
}
.more a{
    display: block;
}


/*SCHEDULE ---------------- */
.schedule-f li{
    padding: 0 10px 3px;}
.schedule-f li a:hover,
.schedule-f .current{
    border-bottom: 1px solid var(--color_pink);}

.sche-box .cat{
    color: #fff;
    width: 100px;    
    text-align: center;
    margin: 0;}
.sche-box .release{
    background: #86e2f6;}
.sche-box .live{
    background: var(--color_pink);}
.sche-box .web{
    background: #a0f686;}
.sche-box .magazine{
    background: var(--color_gray);}    
.sche-box .skdradio{
    background: #b47fe0;}
.sche-box .tv{
    background: #e5dc75;
}
.sche-box a{
    display: block;
}


/*GOODS ---------------- */
.shop-box-menu{
    width: 100%;
    text-align: right;
    padding: 0 10px;
}
.shop-box{
    width: calc((100% - 200px)/5);
    margin: 20px;
}
.shop-box h2{
    font-size: 1.5rem;
    padding: 10px 0;
}
.shop-box img{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid var(--color_gray);
}
.shop-link{
    background: var(--color_ore);
    height: 35px;
    line-height: 35px;
    color: var(--color_w) !important;
}
.shop-link a{
    display: block;
}
.shop-link:hover{
    background: var(--color_pink);    
    transition: 1s;
}

/* FC TOP ---------------- */
.fc-f{
    width: 95%;
    margin: auto;
    max-width: 1400px;
}
.fc-f h2{
    font-size: 1.5rem;
    padding: 10px 0;
    line-height: 1.6;
}
.fc-f h3{
    line-height: 2;
    font-size: 130%;}
.fc-f .color-logout,
.fc-f .color-entry{
    height: 35px;
    line-height: 35px;
}    
.fanclub-info{
    width: calc((100% - 80px) / 4);    
    height: auto;
    text-align: center;
}
.fanclub-info img{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}
.fanclub-info{
    margin: 10px;
}
.fanclub-info p{
    border-bottom: 3px solid #000;
}
.fc-joinitem img{
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}
.fc-info{
    margin: 20px auto;
    line-height: 1.8;
}
.fcjoin-bt{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:1px solid var(--color_blue);
}
.fcjoin-bt:hover{
    background: var(--color_blue);
    color:#fff;
}
.fclogin-bt{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:1px solid var(--color_pink);
}
.fclogin-bt:hover{
    background: var(--color_pink);
    color:#fff;
}
.fclogin-bt a:hover,.fcjoin-bt a:hover{
    color:#fff;
}
.fc-contents{
    line-height: 1.8;
    width: 100%;
}
.comingsoon img{
    opacity:0.3;
}


/* FC Photo ---------------- */
.fcphoto-box{
    margin: 10px;
    width: calc((100% - 80px)/4);
    height: auto;
}
.fcphoto-box img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
    aspect-ratio :1 / 1;
}
.fcmovie-box{
    margin: 10px;
    width: calc((100% - 80px)/4);
    height: auto;
    aspect-ratio :16 / 9;
}
.fcmovie-box img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
    overflow: hidden;    
}


/*CONTACT ---------------- */
.form_enter{
    margin: 20px auto;
    width: 70%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.form_enter1{
    border: 1px solid var(--color_pink);
}
.form_enter1:hover{
    background: var(--color_pink);
    color: #fff;
}
.form_enter2{
    border: 1px solid var(--color_blue);
}
.form_enter2:hover{
    background: var(--color_blue);
    color: #fff;
}
.form-f{
    width: 70%;
    margin: 0 auto 100px;
    line-height: 1.8;
}
.form-f .address{
     padding: 15px;
}
.form-f input{
    width: 100%;
    height: auto;
    padding: 5px 10px;
}
.wpcf7-list-item input{
    width: 25px !important;
    height: 25px !important;}
.form-f textarea{
    width: 100%;
    padding: 10px;
}
.form-f .wpcf7-submit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: var(--color_gray);
    border: 1px solid var(--color_blue);
}

/*フッター*/
footer{
    margin-top: auto;    
    background-color: var(--color_b);
}
.footer-menu{
    margin: 20px auto;
    width: 90%;
}
.footer-menu-box{
    width: 40%;
    box-sizing: border-box;
}
.footer-menu-box img{
    width: 250px;
    height: auto;
}
/*title*/
.footer-menu-box p{
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    letter-spacing: 0.1em;
}
/*STARRY MENU*/
.footer-menu-box ul#STARRY{
    margin: 20px auto;
    width: 60%;
    text-align: center;
}
.footer-menu-box ul#STARRY li{
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background: var(--color_ore);
}
.footer-menu-box ul#STARRY a{
    font-size: 90%;
    display: block;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.footer-menu-box ul#STARRY li.color-entry:hover,
.footer-menu-box ul#STARRY li.color-logout:hover,
.footer-menu-box ul#STARRY li.color-account:hover,
.footer-menu-box ul#STARRY li.color-login:hover{
    background:var(--color_ore2);
}
/*SNS MENU*/
.footer-menu-box #SNS img{
    width: 20px;
    height: auto;    
    margin: 0 10px;
    filter: brightness(0) invert(1);
}
.footer-menu-box ul#SNS{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 justify-content: center;
 -webkit-justify-content: center;
 margin: 0 auto 20px;
}
.footer-menu li{
    list-style: none;
    height: 30px;
    line-height: 30px;
    margin-bottom: 1em;
}
.footer-menu #Primary li:last-child{
    border-left:5px solid var(--color_ore);
    padding-left: 0.5em;
    color: var(--color_ore) !important;
}
.footer-menu .sub-menu{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.footer-menu .sub-menu li{
    padding: 1em;    
}
.footer-menu .sub-menu li:last-child{
    border-left: none !important;
}
.footer-menu #Primary li:hover{
}
.footer-menu #SNS li:hover{
}
.footer-menu li a{
    font-size: 110%;
    text-decoration-line: none;
    font-weight: bold;
    color: var(--color_w);
}
/* FANCLUB部分色替え*/
.footer-menu li.menu-item-48 a{
    color:var(--color_ore);
}
.copy {
  background: var(--color_ore2);
  color: var(--color_b);
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 15px 0 15px;}

.copy a {
  color: var(--color_b);
  text-decoration: none; }
