@charset "UTF-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
html,body {
    height: 100%;
}
body {
    font-size: 62.5%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Font Awesome 5 Free";
    color: #FFFFFF;
    background: #000000;
}
img {
    width: 100%;
    height: auto;
}
strong {
    font-weight: 400;
    letter-spacing: 1px;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
::-webkit-scrollbar {
    display: none;
}


/*-------- navigation　--------*/
header {
    width: 100%;
    position: fixed;
    padding-top: 10px;
    background: #000000;
    z-index: 999;
}
header h1 {
    color: #ac8433;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.g-navi {
    display: flex;
    font-size: 0.8rem;
    margin-left: 2px;
    padding: 4px 0px;
    background: #182518;
    border-bottom: 1px solid #554325;
    border-top: 1px solid #554325;
}
.g-navi_menu {
    width: 20%;
    text-align: center;
    margin-right: 2px;
    padding: 20px 0px;
    display: block;
}
.g-navi_menu a {
    color: #c0b497;
}

button.nav {
	border: none;
	padding: 0px;
	color: #c0b497;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}
button.nav:hover {
	background: #141414;
}
/*-------- Slider　--------*/
.slider {
	margin: 0 auto;
}
.slider img {
	width: 100%;
	height: auto;
}
.center-item .slick-next {
	right: 20px;
	z-index: 4;
}
.center-item .slick-prev {
	left: 15px;
	z-index: 5;
}
/*-------- Title　--------*/
.avant-title {
    color: #c7a65c;
}
.avant-title .inner {
    margin: 0px;
}
.avant-title .inner h3 {
    margin: 0px;
    padding: 0 0 0 32px;
    background: url("../images/title/t-brand.png") no-repeat 0 50%;
    background-size: 22px 22px;
    font-weight: 500;
}
.avant-title .inner h5 {
    margin: 0px;
    padding: 0 0 0 32px;
    background: url("../images/title/t-brand.png") no-repeat 0 50%;
    background-size: 22px 22px;
    font-weight: 500;
    color: #FFFFFF;
}
.title-under {
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, #c7a65c, #c7a65c 40%, #323232 40.3%, #323232 100%);
}
/*-------- Contents　--------*/
.main-contents {
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
}
.flex {
    display: flex;
    flex-flow: row wrap;
}
.flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
}
.hidden {
    overflow: hidden;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33333%;
}

a.btn {
    display: block;
    position: relative;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #393939;
}
a.btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 3px #c0b497;
    border-right: solid 3px #c0b497;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.btn_l {
    display: block;
    position: relative;
    width: 80%;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #393939;
}
a.btn_l:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 3px #c0b497;
    border-right: solid 3px #c0b497;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-------- News　--------*/
.top-news {
    position: relative;
}
.top-news-in {
    position: absolute;
    
    right: 10px;
	bottom: 10px;
    width: 70%;
    
    padding: 10px;
    background: rgba(0,0,0,0.8);
}
.news-btn {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
    padding: 6px 0px;
    border: 1px solid #2F2F2F;
}
.news-t {
    padding: 12px 0;
}
.update-in {
    width: 100%;
    padding: 0 5px;
}
a.update {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding: 20px 40px 20px 20px;
    border: 1px solid #181818;
}
a.update:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 3px #c0b497;
    border-right: solid 3px #c0b497;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-------- Cast Newface Schedule　--------*/
.thmb-in {
    padding-right: 2px;
    margin-bottom: 4px;
}
.thmb-txt {
    padding: 4px 0px 4px 8px;
    letter-spacing: 1px;
}
.thmb-txt01 {
    background: #151515;
    padding: 4px 0px 4px 8px;
    letter-spacing: 1px;
}
.thmb-txt02 {
    background: #172022;
    padding: 4px 0px 4px 8px;
    letter-spacing: 1px;
}

.schedule-date {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
}
.date-in {
    font-size: 0.9rem;
    text-align: center;
    margin: 0px 5px;
    padding: 10px 0px;
    border: 1px solid #414141;
}
.date-in2 {
    text-align: center;
    margin: 0px 10px;
    padding: 10px 0px;
    border: 1px solid #414141;
}

/*-------- Profile　--------*/
.profile-in {
    padding: 0 5px;
}
.profile-image {
    width: 83%;
}
.p-thumbnail {
    width: 17%;
    padding-right: 2px;
}
.p-thmbnail-item {
    width: 100%;
    margin-bottom: 2px;
}

ul.p-text {
    width: 100%;
    border: 1px solid #292929;
}
ul.p-text li {
    background-color: #151515;
    border-bottom: 1px solid #292929;
    text-align: center;
    padding: 10px 0px;
}
ul.p-text li:last-child {
    border-bottom: none;
}
.icon {
    display: flex;
    justify-content: center;
}
.icon-in {
    width: 12%;
    padding: 0 4px;
}
.qes {
    width: 100%;
    padding: 10px 8px;
    background-color: #151515;
}
.ans {
    width: 100%;
    padding: 10px 8px;
}

/*-------- System　--------*/
.system-in {
    padding: 0 2px;
}
.explanation-bg {
    line-height: 1.2rem;
    padding: 10px 5px;
    background: rgba(14,15,78,0.4);
}

table.basic {
    width: 100%;
    line-height: 1.4rem;
}
td.basic {
    width: 100%;
}
td {
    width: 50%;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px;
    border: 1px solid rgba(47,46,46,1.00);
}
td.space20 {
    width: 20%;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px;
    border: 1px solid rgba(47,46,46,1.00);
}
td.space30 {
    width: 30%;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px;
    border: 1px solid rgba(47,46,46,1.00);
}
td.space40 {
    width: 30%;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px;
    border: 1px solid rgba(47,46,46,1.00);
}
td.space70 {
    width: 70%;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px;
    border: 1px solid rgba(47,46,46,1.00);
}

/*-------- Ranking　--------*/
a.r-list {
    display: block;
    position: relative;
    border:1px solid;
    border-image:linear-gradient(to right, #243B55, #141E30);
    background-image: -webkit-linear-gradient(to right, #243B55, #141E30);
    border-image-slice:1;
    margin: 0 5px;
    margin-bottom: 10px;
    padding:20px 0 20px 10px;
}

a.r-list:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 12px;
    height: 12px;
    margin: -4px 0 0 0;
    border-top: solid 3px #c0b497;
    border-right: solid 3px #c0b497;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.r-list:last-child {
    margin-bottom: none;
}
.r-title {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 5px;
    border-bottom: 1px solid #7E7E7E;
}

/*-------- Event　--------*/
.event-in {
    width: 100%;
    padding: 5px 2px;
}
.event-com {
    width: 100%;
    padding: 10px;
    line-height: 1.4rem;
    letter-spacing: 1;
}
h4 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #6F6F6F;
}
h4::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #c7a65c;
  border-radius: 4px;
}

/*-------- Map　--------*/
.map-in {
    width: 100%;
    padding: 10px 5px;
}
.map-in p {
    letter-spacing: 1px;
    line-height: 1.2rem;
}
.m-title {
    width: 100%;
    color: #c7a65c;
    margin-bottom: 5px;
}
.map-col40 {
    width: 40%;
    padding-bottom: 5px;
    background-color: #000000;
}
.map-col60 {
    width: 60%;
    padding: 26px 10px 0px 10px;
    background-color: #000000;
}

/*-------- Form Mailmagazine Enqete　--------*/
.mm-in {
    padding: 10px 10px 0px 10px;
    line-height: 1.4rem;
}
.info-box {
  position: relative;

  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid #393939;
}
.info-box .caption {
  position: absolute;
  top: 0;
  left: 0;

  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: #000000;
  transform: translateY(-50%) translateX(1em);
}
ul.info-txt {
    list-style-type: decimal;
    padding-left: 5px;
}
ul.info-txt li {
    margin-bottom: 5px;
}

.form-item {
    width: 100%;
    margin-top: 4px;
    display: flex;
	justify-content:space-between;
}
.form-item2 {
    width: 100%;
    margin-top: 4px;
}
.form-control, textarea {
  width: 100%;
  background-color: #111;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 5px 10px 8px;
  border: 1px solid #6F6F6F;
}
.form-item-in {
	overflow: hidden;
	width: 50%;
}
.form-item-in2 {
	overflow: hidden;
	width: 25%;
}

select {
  border: none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  font-size:1rem;
  color:#909090;
  border-radius:0;
  width:100%;
  z-index:2;
  background:transparent;
}
label.enq {
  padding:10px;
  background: #151515;
  width: 70%;
  display:inline-block;
  position:relative;
  border: 1px solid #6F6F6F;
}
label.enq:after {
  content:"\25bc";
  font-size:16px;
  color:white;
  background:#151a25;
  width:42px;
  text-align:center;
  line-height:2.8em;
  top:0;
  right:0;
  bottom:0;
  position:absolute;
  pointer-events:none;
}
label.schedule {
  padding:10px;
  background: #151515;
  width: 100%;
  display:inline-block;
  position:relative;
  border: 1px solid #6F6F6F;
}
label.schedule:after {
  content:"\25bc";
  font-size:16px;
  color:white;
  background:#151a25;
  width:42px;
  text-align:center;
  line-height:2.8em;
  top:0;
  right:0;
  bottom:0;
  position:absolute;
  pointer-events:none;
}

option{
  border-bottom:1px solid #eaeaea;
  border-left:3px solid white;
  appearance:none;
}

option:hover{
  background-color:white;
  border-left:3px solid #151a25;

}

.send-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 0.9rem;
    text-align: center;
    overflow: hidden;
}
.ECM_RadioInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ECM_RadioInput-Input {
  opacity: 0;
  width: 0;
  margin: 0;
}
.ECM_RadioInput:hover > .ECM_RadioInput-DummyInput{
    background: #71675B;
}
.ECM_RadioInput-Input:focus + .ECM_RadioInput-DummyInput {
  background: #71675B;
}
.ECM_RadioInput-Input:checked + .ECM_RadioInput-DummyInput {
  background: #c7a65c;
}
.ECM_RadioInput-Input:checked + .ECM_RadioInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}
.ECM_RadioInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #71675B;
  box-shadow: 0 1px 4px rgba(0,0,0, .4) inset;
}
.ECM_RadioInput-LabelText {
  margin-left: 16px;
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

/*-------- footer　--------*/
.shop-info {
    width: 100%;
    border-top: 1px solid #776342;
}
.to-top {
    display: block;
    color: #9D9D9D;
    background: #151515;
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid #776342;
}



/*-------- 背景色の指定　--------*/
.bg-dark-gray {
    background-color: #141414;
}
.bg-dark-blue {
    background-color: #151a25;
}
.bg-dark-green {
    background-color: #020e05;
}
.bg-green {
    background-color: #102015;
}
.bg-dark-red {
    background-color: #2A0C0C;
}
.bg-black {
    background-color: #000000;
}
/*-------- スペースの指定　--------*/
.ml-2 {
    margin-left: 2px !important
}
.ml-5 {
    margin-left: 2px !important
}
.ml-10 {
    margin-left: 10px !important
}
.mr-2 {
    margin-right: 2px !important
}
.mr-5 {
    margin-right: 5px !important
}
.mr-10 {
    margin-right: 10px !important
}
.mt-5 {
    margin-top: 5px !important
}
.mt-10 {
    margin-top: 10px !important
}
.mb-1 {
    margin-bottom: 1px !important
}
.mb-5 {
    margin-bottom: 5px !important
}
.mb-10 {
    margin-bottom: 10px !important
}
.mb-20 {
    margin-bottom: 20px !important
}
.pt-10 {
    padding-top: 10px !important
}
.pl-2 {
    padding-left: 2px !important
}
.pl-5 {
    padding-left: 5px !important
}
.pl-10 {
    padding-left: 10px !important
}
.pr-5 {
    padding-right: 5px !important
}
.pb-10 {
    padding-bottom: 10px!important
}
.pb-20 {
    padding-bottom: 20px!important
}
.pb-30 {
    padding-bottom: 30px!important
}
/*-------- フロートの指定　--------*/
.right {
    float: right;
}
/*-------- フォントの指定　--------*/
.f06 {font-size: 0.6rem !important}
.f08 {font-size: 0.8rem !important}
.f09 {font-size: 0.9rem !important}
.f10 {font-size: 1rem !important}
.f12 {font-size: 1.2rem !important}
.f14 {font-size: 1.4rem !important}
.f16 {font-size: 1.6rem !important}
.f18 {font-size: 1.8rem !important}
.f20 {font-size: 2rem !important}
.f22 {font-size: 2.2rem !important}
.f24 {font-size: 2.4rem !important}
.f28 {font-size: 2.8rem !important}
.f30 {font-size: 3rem !important}

/*-------- 色指定　--------*/
.gold {color: #c7a65c;}
.gold-2 {color: #c0b497;}
.gray {color: #71675B;}
.gray-2 {color: #9D9D9D;}
.red {color: #4F191A;}
.red-2 {color: #930002;}
.green {color: #235A17;}

/*-------- フォントスタイル　--------*/
.rich {font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

/*-------- テキスト指定　--------*/
.t-center {text-align: center;}
.t-right {text-align: right;}



