@charset "UTF-8";

/* STARRY */
/* 12ヶ月コースボタン */
.stry-course-select-table button{
    height: 40px;
    line-height: 40px;
    border:solid var(--color_blue) 1px;}
.fc-f button{
    margin-top: 2em;
    height: 40px;
    line-height: 40px;    
}

button{
    border: none;
    background: var(--color_gray3);
    color: var(--color_w);
}
/* カード情報入力 */
input,select{
    margin: 10px auto;
    padding: 5px;
}
#div_entry09 select{
    width: 100px;
}

body {
  font-family: 'Open Sans',"Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: var(--color_gray4);
  background: var(--color_gray1);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem; }
*{
    box-sizing: border-box;
}

:root{
    --color_w:#fff;
    --color_b:#000;
    --color_gray1:#F1F1F1;
    --color_gray2:#D9D9D9;
    --color_gray3:#BDBDB7;
    --color_gray4:#949593;}

/*共通*/
select{
    height: auto !important;
    background: #fff !important;
}
a{
    text-decoration-line: none;
    color: var(--color_gray4);}
.color-w,.color-w a{
    color:var(--color_w);}
.color-gray1,.color-gray1 a{
    color:var(--color_gray1);}
.color-gray2,.color-gray2 a{
    color:var(--color_gray2);}
.color-gray3,.color-gray3 a{
    color:var(--color_gray3);}
.color-gray4,.color-gray4 a{
    color:var(--color_gray4);}
.back-w{
    background-color:var(--color_w);}
.back-gray1{
    background-color:var(--color_gray1);}
.back-gray2{
    background-color:var(--color_gray2);}
.back-gray3{
    background-color:var(--color_gray3);}
.back-gray4{
    background-color:var(--color_gray4);}
.font-small{
    font-size: 90%;}
.font-bold{
    font-weight: bold;}
.text-c{
    text-align: center;}
.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;
}
.mb05{
    margin-bottom: 0.5em;
}
.mb10{
    margin-bottom: 1em;
}
.mb20{
    margin-bottom: 2em;
}
.mb30{
    margin-bottom: 3em;
}
.mb50{
    margin-bottom: 5em;
}
.pl10{
    padding-left: 1em;
}
.line-h17{
    line-height: 1.7;
}
/*アニメチラつき防止*/
.preload .wow.slideInRight,
.preload .wow.fadeIn {
	opacity: 0 !important;
}

.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: 100%;
}
.area h2{
    text-align: center;
}
/* ページ送り */
.wp-pagenavi{
    margin: 3em 0 5em;
    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_gray3);
}

/*ヘッダー*/
header {
  padding: 0;
  position: relative;
  width: 100%; }
header img{
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
	/* じわっと画像が表示される */
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
header .logo-top{    
    width: 100%;
    position: absolute;
    top: 10%;
    left: 3%;
    font-size: 80px;
    font-weight: 500;
    filter: drop-shadow(2px 0px 2px rgba(0,0,0,0.3));
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
} 
header .logo-top img{
    width: 200px;
    height: auto;
}

@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;
  border-bottom: 1px solid var(--color_gray1);
  border-image: linear-gradient(to right, #fff 20%, var(--color_gray1) 50%,#fff 80%);
  border-image-slice: 1;    
  background: linear-gradient(to right, var(--color_gray1) 20%, #fff 50%,var(--color_gray1) 80%);
}
#header-child h1 img{
    height: 80px;
    width: auto;
    vertical-align: middle;
}
#header-child h1 a{
    font-weight: 300;
    font-size: 36px;
    line-height: 100px;
    padding-left: 10px;
}
.wrapper{
    background: -moz-linear-gradient(top, var(--color_w), #f8f8f8);
    background: -webkit-linear-gradient(top, var(--color_w), #f8f8f8);
    background: linear-gradient(to bottom, var(--color_w), #f8f8f8);
    }


.menu_close {
  position: absolute;
  top: -67px;
  right: -9px; }

.menu_close div:first-child {
  width: 30px;
  height: 3px;
  background: var(--color_gray4);
  margin-bottom: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

.menu_close div:last-child {
  width: 30px;
  height: 3px;
  background: var(--color_gray4);
  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.3rem;
  font-size: 4em;
  font-weight: 300;
}

/* ハンバーガーメニュー */
nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  border-radius: 10px 0 0 10px;
  background:#f9f9f9;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 700;
  opacity: 0;
}
.open nav {
  right: 0;
  opacity: 1;
    
}
nav .inner {
  width: 50%;
  padding: 3em 2em;
  margin: auto;
}
nav .inner .navlogo{
}
nav .inner .navlogo img{
    width: 150px;
    height: auto;
}
nav .inner .navlogo a{
    font-size: 50px;
    font-weight: 300;
    color: var(--color_gray1);
  border-right: 1px solid var(--color_gray1);
  border-image: linear-gradient(to right, #fff 20%, var(--color_gray1) 50%,#fff 80%);
  border-image-slice: 1;    
    
}
nav .inner ul {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;    
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
    list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  box-sizing: border-box;
  width: 50%;
  position: relative;
  margin: 0;
  text-align: left;
}
nav .inner ul li:hover{
    background: rgba(255,255,255,0.3);
    transition: 0.5s;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);/*影*/
}
nav .inner ul li a {
  display: block;
  color: var(--color_gray3);
  font-size: 1.5em;
  padding: 0.8em;
  text-decoration: none;
  transition-duration: 0.2s;
  font-weight: 300;
}
nav .inner ul li img{
    width: 30px !important;
    height: auto !important;
}
nav .inner ul li a:hover { 
    text-shadow:0 0 10px var(--color_yellow);    
}
nav .inner ul li a img{
    filter: brightness(0) saturate(100%) invert(77%) sepia(0%) saturate(1558%) hue-rotate(150deg) brightness(102%) contrast(86%);}
nav .inner #SNS li{
    width: 80px;
    text-align: center;
}

/* toggle_btn */
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  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: 3px;
  background-color: var(--color_gray3);
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 18px;
  left: 13px;
}
.toggle_btn span:nth-child(2) {
  top: 28px;
  left: 13px;
}
.toggle_btn span:nth-child(3) {
  top: 38px;
  left: 13px;
}
.toggle_btn p{
    margin: 55px 0 0 5px;
    color: #333;
}
.toggle_btn:hover,
.toggle_btn p:hover{
    color: #25a4a3;   
}
.open .toggle_btn span {
  background-color: var(--color_gray3);
}
.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);
}

/* submenu */
.menu-item-has-children {
  position: relative;
}
/* カーソルを変更 */
.menu-item-has-children:hover {
  cursor: pointer;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}
.footer-menu ul.sub-menu,
nav .inner ul.sub-menu {
  display: none;
  position: absolute;
  top: 65%;
  left: 10px;
  width: 100%;
  background: var(--color_gray2);
  padding: 0;
  z-index: 500;
}
nav .inner ul.sub-menu li{
    width: 100%;
    padding: 0 10px;
}
.sub-menu > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .5em 0;
  color: var(--color_w);
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

/* PAGE TOP*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -50px;
  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-weight: 900;
  content: url(../images/pageup.svg);
  font-size: 25px;
  color: var(--color_gray4);
  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: 25px !important;
    left: 25px !important;
}
.child .gt_switcher_wrapper{
    top: 37px !important;
    right: 300px !important;    
    left: unset !important;
}


/*トップ ---------------- */
.header-top-menu{
    position: fixed;
    top: 35px;
    right: 80px;
    width: 30%;
    z-index: 9999;
}
.header-top-menu ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.header-menu-starry ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;    
}
nav .inner .header-menu-starry ul li{
    margin: 10px !important;
    width: calc((100% - 40px)/2);
    border: 1px solid #fff;
    background: none !important;
}
nav .inner .header-menu-starry ul li a{
    padding:0.1em 1em !important;}
.header-top-menu li{
    text-align: center;
    box-sizing: border-box;
    margin: 0 10px;
    width: 80px;
    height: 30px;
    line-height: 28px;
    border:1px solid var(--color_gray2);
    background: rgba(255,255,255,0.4);
}
.header-top-menu li:hover{
    background-color:var(--color_gray1);
    transition: 0.5s;
}
.header-top-menu li.entry{
    background-color:var(--color_gray2); 
}
.header-top-menu li.entry:hover{
    background-color:var(--color_gray4);
    transition: 0.5s;
}
.header-top-menu li.entry a{
    color: var(--color_w);
    display: block;
}
.header-top-menu li a{
    display: block;
    font-size: 90%;
    color: var(--color_gray3);
    font-weight: bold;}


/* TOP BANNER */
.banner-f{
    width: 100%;
    margin: auto;
}
.banner-f div{
    width: calc((100% - 60px)/3);
    height: auto;
    margin: 10px;
}
.banner-f div img{
    width: 100%;
    height: auto;
}

/* TOP NEWS */
.top-news-f h2{
    width: 30%;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    padding-top: 1em;
}
.top-news-f .news-r-f{
    width: 70%;
    background-color: var(--color_w);
    padding: 20px 30px;
}
.news-box .cat{
    background-color: var(--color_gray2);
    width: 80px;
    padding: 5px 0;
    text-align: center;
    margin: 10px 5px 10px 0;
    color: var(--color_w);
}
.news-box .news_fc{
    background-color: var(--color_gray3);
}
/*公開日*/
.news-box p{
    font-size: 30px;
}
.news-r-f .more {
    font-size: 20px;
    text-align: right;
}
.news-r-f .more img{
    width: auto;
    height: 20px;
    vertical-align: baseline;
}
.top-video-f{
    width: 80%;
    margin: 3em auto;
}
.wp-video{
    width: 100% !important;
}
.wp-video-shortcode,
.video iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  height: auto;
}


/*NEWS ---------------- */
.news-single{
    width: 95%;
    margin: auto;
    max-width: 1200px;
}
.news-single p{
    font-size: 100%;
}

/*PROFILE ---------------- */
.profile-f{
    margin-top: 3em;
}
.prof-upper-box{
    z-index: 3;
    width: 50%;
}
.prof-upper-box h2{
    font-size: 46px;
    font-weight: 300;
    padding: 0 0 20px;
}
.prof-upper-box h2{
    font-size: 36px;
    font-weight: 400;
}
.prof-upper-box img{
    width: 100%;
    height: auto;
}
.prof-bottom-box{
    z-index: 5;
    margin-top: -2em;
    position: relative;
}
.prof-bottom-box h2{
    width: 100%;
    font-size: 46px;
    font-weight: 400;
    text-align: right;
}
.prof-txt1{
    padding: 0 20px;
    color: var(--color_gray4);
}
.prof-txt2{
    width: 70%;
    padding: 3em;
    background-color: var(--color_w);
    line-height: 1.7;
    margin: 0;
}
.prof-txt3{
    margin: 0 0 2em auto;
    width: 70%;
    padding: 3em;
    background-color: var(--color_w);
    line-height: 1.7;
}

/*SINGLE ---------------- */

.single_title{
    text-align: left !important;
    font-size: 36px;
}
.single_contents{
    margin-bottom: 30px;
}
.single_contents p{
    line-height: 1.8;
}
.site-main{
    width: 95%;
    margin: auto;
}
.site-main .more{
    width: 100%;
    text-align: right;
}

/*FILMOGRAPHY ---------------- */
.disco-box{
    margin: 10px;
    width: calc((100% - 80px)/4);
}
.disco-img{
    padding: 10px;
    background-color: var(--color_gray1);
    border: 1px solid var(--color_w);    
    margin-bottom: 0.5em;
}
.disco-box img{
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
}
.disco-box h3{
    font-size: 100%;
    margin: 15px 0;
    line-height: 1.6;
    word-break: break-word;
}
.disco-single-l{
    width: 35%;
}
.disco-single-l img{
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid var(--color_gray1);
}
.disco-single-r{
    width: 65%;
    line-height: 1.7;
    padding: 0 10px;
}
.disco-single-r img{
    width: auto;
    height: 300px;
    margin: 0 10px 10px;
}

/* FC TOP ---------------- */
.fc-f{
    width: 95% !important;
    margin: auto;
    line-height: 1.7;
    max-width: 1200px;
}
.fc-f h3{
    line-height: 2;
    font-size: 130%;
}
.fc-content{
    margin: 10px;
    width: calc((100% - 80px) / 4);    
    height: auto;
    text-align: center;
}
.fc-content img{
    width: 100%;
    margin-bottom: 0.5em;
}
.fc-info{
    margin: 20px auto;
    line-height: 1.8;
}
.fcjoin-bt{
    margin: 10px;
    text-align: center;
    width: calc((100% - 40px)/2);
    height: 50px;
    line-height: 50px;
    background-color: var(--color_gray1);
    border:1px solid var(--color_gray2);
}
.fcjoin-bt:hover{
    color:#fff;
}
.fclogin-bt{
    border:1px solid var(--color_gray2);
    margin: 10px;
    width: calc((100% - 40px)/2);
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.fclogin-bt a,
.fcjoin-bt a{
    display: block;
}
.fcjoin-bt:hover{
    background-color: var(--color_gray2);    
}
.fcjoin-bt a:hover{
    color: var(--color_w);   
}
.fclogin-bt:hover{
    background-color: var(--color_gray1);    
}
.fc-contents{
    line-height: 1.8;
}
.comingsoon img{
    opacity:0.3;
}

/* FC MENU ---------------- */
.menu-f{
    margin: 0 auto 4em;
}
.menu-f div{
    margin: 0 1em;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--color_gray2);
    text-align: center;
}
.menu-f .menu-on{
    background-color: var(--color_gray2);
}
.menu-f .menu-on a{
    color: var(--color_w);
    display: block;
}

.fc-cat{
    position: absolute;
    top:0;
    left: 0;
    width: 100px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(0,0,0,0.2);
    color: var(--color_w);
    text-align: center;
    font-size: 12px;
}

/* FC BLOG ---------------- */
.blog-box{
    width: 95%;
    margin: 0 auto 2em;
    padding: 10px;
}
.blog-box a{
    display: block;
}
/*更新日付*/
.blog-box p{
    font-size: 30px;
    max-width: 200px;
    width: 50%;
    border-left:5px solid var(--color_gray1);
    padding:5px 10px; 
}
.blog-box h3{
    padding-bottom: 10px;
    margin: 10px 0;
    font-size: 20px;
    border-bottom: 1px solid var(--color_gray3);
    border-image: linear-gradient(to right, var(--color_w) 20%, var(--color_gray1) 50%);
    border-image-slice: 1; }

/* FC VIDEO ---------------- */
.video-box{
    margin: 10px;
    width: calc((100% - 80px)/4);
    position: relative;
}
.video-box img{
    aspect-ratio: 16 / 9;        
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}
.video-box h3{
    margin-bottom: 0.5em;    
}
.video-single-f{
    width: 95%;
    margin: auto;
    max-width: 1200px;
}

/* FC Photo ---------------- */
.photo-box{
    margin: 10px;
    width: calc((100% - 80px)/4);
    position: relative;
}
.photo-box img{
    aspect-ratio: 4 / 3;        
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
    margin-bottom: 0.5em;
}
.photo-box h3{
    margin-bottom: 0.5em;    
    line-height: 1.6;
}
.photo-single img{
    width: calc((100% - 40px)/4);
    height: auto;
    margin: 5px;
    object-position: top center;
}

/* FC Photo ---------------- */
.wpcf7-form{
    margin-top: 2em;
}
.wpcf7-submit{
    margin: 2em 0;
    width: 200px;
    background: var(--color_gray3);
    color:var(--color_w);
    border: none;
}

/* SHOP ---------------- */
.shop-box{
    width: calc((100% - 80px)/4);
    margin: 10px;
}
.shop-box img{
    aspect-ratio: 1 / 1;        
    width: 100%;
    object-fit: contain;
    margin-bottom: 0.5em;
}
.shop-box h3{
    margin-bottom: 0.5em;  
}

/* CARD ---------------- */
.membercard-f{
    position: relative;
    max-width: 800px;
    margin: auto;
}
.membercard-f img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    filter: drop-shadow(4px 0px 4px rgba(0,0,0,0.5));
}
.member-info{
    position: absolute;
    text-align: left;
}
.member-info.number{
    bottom: 16%;
    left: 3%;
}
.member-info.name{
    bottom: 8%;
    left: 2.5%;
    font-size: 28px;
}
.member-info.info-date{
    bottom: 4%;
    left: 3%;
}

/*フッター*/
footer{
    margin-top: auto;    
    background-color: var(--color_w);
    color: var(--color_b);
    padding-top: 30px;    
}
.footer-menu{
    margin: 20px auto;
    width: 90%;
}
.footer-menu-box{
    width: 40%;
    box-sizing: border-box;
}
/*title*/
.footer-menu-box p{
    text-align: center;
    font-size: 150%;
    font-weight: 300;
}
/*STARRY MENU*/
.footer-menu-box ul#STARRY{
    margin: 20px auto;
    width: 60%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
}
.footer-menu-box ul#STARRY li{
    width: 40%;
    margin: 10px;
    border:1px solid var(--color_gray3);
    padding: 5px;
}
.footer-menu-box ul#STARRY li.entry{
    background-color: var(--color_gray3);
}
.footer-menu-box ul#STARRY li.entry a{
    color: var(--color_w);    
}
.footer-menu-box ul#STARRY a{
    display: block;
    font-weight: bold;
    color: var(--color_gray4);
}
/*SNS MENU*/
.footer-menu-box #SNS img{
    width: 20px;
    height: auto;    
    margin: 0 10px 0 0;
    filter: brightness(0) saturate(100%) invert(69%) sepia(72%) saturate(15%) hue-rotate(21deg) brightness(91%) contrast(104%);
}
.footer-menu-box ul#Primary,
.footer-menu-box ul#SNS{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
 margin: 0 auto;
}
.footer-menu li{
    list-style: none;
    padding: 15px;
}
.footer-menu #Primary li{
    width: 50%;
}
.footer-menu ul.sub-menu li{
    width: 100% !important;
    padding: 0.1em 0.5em !important;
}
.footer-menu li a{
    font-size: 120%;
    text-decoration-line: none;
    color: var(--color_gray3);
}
.copy {
  background-color: var(--color_gray2);
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 15px 0;}
.copy p a:hover {
  opacity: 0.7; }
