@charset "utf-8";
/* FVスライド
--------------------------- */
.main_wrap {
  position: relative;
  overflow: hidden;
}
.fv-slider, .fv-slider div {
  width: 100%;
}
.fv-slider-item {
  position: relative;
}
@media screen and (max-width: 991px) {
  .fv-slider, .fv-slider div {
    min-height: 40rem;
  }
}
@media screen and (min-width: 992px) {
  .fv-slider, .fv-slider div {
    min-height: 72rem;
  }
  .fv-slider img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100vh;
    width: 100%;
  }
}
@media screen and (max-width: 1399px) {
  .main_wrap {
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .main_wrap {
    margin-bottom: 14.7rem;
  }
}
/* FV other
--------------------------- */
.main_wrap-txt {
  position: absolute;
  top: 50%;
  /*top: 57%;*/
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin-bottom: 0;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.8));
}
.main_wrap-scroll {
  position: absolute;
  margin-bottom: 0;
  line-height: 1;
  bottom: -2px;
  right: 3.333%;
  color: #fff;
  font-size: 1.2rem;
}
.main_wrap-scroll span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  min-height: 16.3rem;
  position: relative;
}
@keyframes scrollAni {
  0% {
    bottom: 10rem;
    height: 0;
  }
  50% {
    bottom: 0;
    height: 10rem;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
.main_wrap-scroll span::after {
  content: " ";
  width: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  animation: scrollAni 5.8s linear 0s infinite normal;
}
@media screen and (max-width: 575px) {
  .main_wrap-txt {
    width: 80%;
    /*width: 38%;*/
  }
  /*	.main_wrap-scroll{
		bottom: -38px;
	}*/
}
/*@media screen and (min-width: 576px){
	.main_wrap-scroll{
		bottom: -2px;
	}
}*/
@media screen and (min-width:576px) and (max-width:991px) {
  .main_wrap-txt {
    width: 56%;
  }
}
@media screen and (min-width:992px) and (max-width:1399px) {
  .main_wrap-txt {
    width: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .main_wrap-txt {
    width: 26%;
  }
}
/* EVENT
--------------------------- */
.top-event-slide {
  margin-right: -1rem;
  margin-left: -1rem;
}
.top-event-slide .slick-track {
  display: flex;
}
.top-event-slide .slick-track .tfbew-event-item {
  height: auto;
  padding: 0 1rem;
}
.top-event-slide .slick-track .tfbew-event-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.top-event-slide .slick-track .tfbew-event-item a .tfbew-event-item-info {
  flex-grow: 1;
}
@media screen and (max-width: 575px) {
  .top-event-caption-wrap .tecw-txt {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .top-event-caption-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-event-caption-wrap .tecw-txt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1399px) {
  .top-event-wrap {
    padding-bottom: 5.6rem;
  }
  .top-event-wrap.pc-tewp-pb {
    padding-bottom: 2.4rem;
  }
  .top-event-caption-wrap {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-event-wrap {
    padding-bottom: 16rem;
  }
  .top-event-wrap.pc-tewp-pb {
    padding-bottom: 4rem;
  }
  .top-event-caption-wrap {
    margin-bottom: 6.4rem;
  }
}
.top-event_wide{
    	width: 100%;

}
/*tab*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-label {
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-bottom: 1px #bebebe solid;
  width: calc((100% / 4) - 0.4rem);
  transition: .3s;
}
.tab-label:hover {
  opacity: 0.6;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked + .tab-label {
  background: #bebebe;
  opacity: 1;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}
@media screen and (max-width: 1399px) {
  .tab-label {
    width: calc((100% / 4) - 0.4rem);
  }
  .tab-switch:checked + .tab-label + .tab-content {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .tab-label {
    width: calc((100% / 4) - 1.6rem);
  }
  .tab-switch:checked + .tab-label + .tab-content {
    padding-top: 3.2rem;
  }
}
/* MODELHOUSE
------------------------------------------------------ */
.top-modelhouse-txt .d-inline-block {
  border-top: 1px #bebebe solid;
  padding-top: 2rem;
  margin-bottom: 2.4rem;
}
.single-event-model-ttl {
  position: absolute;
  top: 20%;
  right: -5%;
  background-color: #333;
  color: #fff;
  z-index: 1;
}
.semt-inner {
  display: block;
  position: relative;
  padding: 1rem 1.6rem 1rem 3.2rem;
  overflow: hidden;
}
.semt-inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg, #222, #000);
  border-radius: 50% 0 0 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .top-modelhouse .tfbew-event-item {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 1399px) {
  .single-event-model-ttl {
    font-size: 1.4rem;
  }
  .top-modelhouse-txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .single-event-model-ttl {
    font-size: 2rem;
  }
  .top-modelhouse-txt {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}
/* WORKS
------------------------------------------------------ */
.top-works-block {
  background-color: #efefef;
}
@media screen and (max-width: 1399px) {
  .top-works-block {
    margin-bottom: 6.4rem;
    padding: 5.6rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .top-works-block {
    margin-bottom: 18rem;
    padding: 17rem 0 16rem;
  }
}
/* FEATURES
------------------------------------------------------ */
@media screen and (min-width: 992px) {
  .top-features-wrap .tecw-txt {
    width: 51.891%;
  }
}
@media screen and (max-width: 1399px) {
  .top-features-wrap .tecw-txt {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-features-wrap .tecw-txt {
    margin-bottom: 7.2rem;
  }
}
/*色分け*/
.tfc-bc-gray {
  background-color: #efefef;
}
.tfc-bc-bdt-bdb {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
/*共通*/
.top-features-contents {
  counter-reset: numberf 0;
}
.tfc-itt-no::before {
  content: counter(numberf, decimal-leading-zero);
  counter-increment: numberf 1;
  font-weight: normal;
  font-family: 'Arimo', sans-serif;
}
.tfc-itt-ttl {
  color: #787878;
}
.tfc-itt-ttl .efont {
  color: #000;
}
.tfc-itt-h3 {
  margin-bottom: 4rem;
}
.tfc-itt-h3 span {
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.tfc-itt-btn-not-row .bt_more {
  width: 56%;
}
.tfc-itt-btn-row {
  display: flex;
  justify-content: space-between;
}
.tfc-itt-btn-row .bt_more {
  width: 46%;
}
@media screen and (max-width: 575px) {
  .sp-delete {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .tfc-item {
    display: flex;
  }
  .tfc-item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  .tfc-item-txt {
    display: flex;
    flex-direction: column;
  }
  .tfc-item-txt-ttlbox {
    flex-grow: 1;
  }
  .pc-delete {
    display: none;
  }
}
@media screen and (min-width:576px) and (max-width:991px) {
  .tfc-item-img {
    width: 38%;
  }
  .tfc-item-txt {
    width: 62%;
  }
}
@media screen and (min-width:576px) and (max-width:1199px) {
  .tfc-item-img img {
    min-height: 52rem;
  }
  .tfc-item-txt {
    min-height: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .tfc-item-img {
    width: 61.111%;
  }
  .tfc-item-txt {
    width: 38.889%;
  }
}
@media screen and (min-width: 1200px) {
  .tfc-item-img img {
    min-height: 86rem;
  }
  .tfc-item-txt {
    width: 38.889%;
    min-height: 86rem;
  }
}
@media screen and (max-width: 1399px) {
  .tfc-item-txt {
    padding: 3.2rem 5.555% 4rem;
  }
  .tfc-itt-ttl .efont {
    font-size: 2.2rem;
  }
  .tfc-itt-ttl {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .tfc-itt-h3 {
    font-size: 1.5rem;
  }
  .tfc-itt-h3 span {
    padding: 0.2rem 1rem 0.2rem 0.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .tfc-item-txt {
    padding: 9.6rem 5.555% 10rem;
  }
  .tfc-itt-no::before {
    font-size: 1.7rem;
  }
  .tfc-itt-ttl .efont {
    font-size: 4rem;
    margin-left: -0.06em;
  }
  .tfc-itt-ttl {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 4.8rem;
  }
  .tfc-itt-h3 {
    font-size: 2.3rem;
  }
  .tfc-itt-h3 span {
    padding: 0.4rem 2.4rem 0.4rem 0.8rem;
    letter-spacing: 0.06em;
  }
  .tfc-itt-txt {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
  }
}
/*design*/
.tit-ml {
  margin-left: -0.5em;
}
/*spec*/
.tfc-itt-spec-list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-left: -1px;
}
.tfc-itt-spec-list li {
  list-style: none;
  background-color: #efefef;
  border: 1px #fff solid;
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.tfc-itt-spec-list li span {
  display: block;
  width: 100%;
  font-size: 1rem;
}
.tfc-bc-gray .tfc-itt-spec-list li {
  background-color: #fff;
  border-color: #efefef;
}
.tgc-itt-bnr-mb {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1399px) {
  .tfc-itt-spec-list {
    margin-bottom: 0;
  }
  .tfc-itt-spec-txt {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .tfc-itt-spec-list li {
    min-height: 4.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .tfc-itt-spec-list {
    margin-bottom: 0;
  }
  .tfc-itt-spec-txt {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
  .tfc-itt-spec-list li {
    font-size: 1.2rem;
    min-height: 5rem;
    line-height: 1.5;
  }
}
/*固定と共通のトップのみ*/
@media screen and (min-width: 576px) {
  .pda-item {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1400px) {
  .pda-item a p {
    font-size: 1.2rem;
  }
}
/* STORE staffでも使用しているところあり注意
------------------------------------------------------ */
.top-store-block {
  color: #fff;
  /*background-color: #000;*/
  background-color: #565656;
}
.top-store-block a {
  text-decoration: none;
}
@media screen and (max-width: 1399px) {
  .top-store-block {
    padding: 6.4rem 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .top-store-block {
    padding: 14rem 0 0rem;
  }
  .top-store-block .tecw-txt {
    font-size: 1.4rem;
  }
}
/*online*/
.top-store-online-wrap a, .top-store-online-wrap-a {
  background-color: #fff;
  color: #000;
}
.tsow-txt {
  padding: 2.4rem 5%;
}
.tsow-txt-ttl {
  margin-bottom: 1.6rem;
}
.tsow-txt-ttl .efont {
  color: #4d4d4d;
}
.tsow-txt-txt {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .top-store-online-wrap a {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .top-store-online-wrap a, .top-store-online-wrap-a {
    display: flex;
  }
  .tsow-img {
    order: 2;
  }
  .tsow-img img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 16rem;
  }
  .tsow-txt {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 16rem;
  }
}
@media screen and (min-width:576px) and (max-width:991px) {
  .tsow-img {
    width: 50%;
  }
  .tsow-txt {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .tsow-img {
    width: 58.334%;
  }
  .tsow-txt {
    width: 41.666%;
  }
}
@media screen and (max-width: 1399px) {
  .tsow-txt-ttl .efont {
    font-size: 1.4rem;
  }
  .tsow-txt-ttl .txtmin {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-store-online-wrap {
    /*width: 81.081%;*/
    margin-right: auto;
    margin-left: auto;
  }
  .tsow-txt-ttl .efont {
    font-size: 1.7rem;
  }
  .tsow-txt-ttl .txtmin {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .tsow-txt-txt {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
/* LINE UP
------------------------------------------------------ */
/*共通*/
.tlg-twtp-ttl {
  line-height: 1.6;
}
.tlg-twtp-price-main-icon {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.15em;
  padding: 0.6rem;
  font-size: 1rem;
  margin-right: 0.8rem;
}
.plg-twtp-price-main-unit {
  padding-left: 0.3em;
}
/*glazzo FREE*/
.tlg-twtb-table-wrap {
  margin-bottom: 0.8rem;
  padding-top: 0.4rem;
}
.tlg-text-wrap-table-btn .tfc-itt-spec-list {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  /*glazzo FREE*/
  .tlg-slider-sub {
    display: none;
  }
  /*KAJITORU*/
  .tlk-img {
    margin-bottom: 1rem;
  }
  .tlk-img img {
    height: 19rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  /*glazzo FREE*/
  .tlg-text-wrap-ttl-price {
    display: flex;
  }
  .tlg-slider-wrap {
    display: flex;
  }
  .tlg-slider-main {
    width: 68.918%;
    padding-right: 1.251%;
  }
  .tlg-slider-sub {
    width: 31.082%;
  }
  .tlg-text-wrap-ttl-price .tlg-twtp-ttl {
    width: 45.834%;
  }
  .tlg-twtp-price {
    width: 54.166%;
  }
  .tlg-text-wrap-table-btn {
    display: flex;
    align-items: flex-end;
  }
  .tlg-twtb-table-wrap {
    order: 2;
    width: 54.166%;
    margin-bottom: 0;
  }
  .tlg-twtb-btn-wrap {
    order: 1;
    width: 45.834%;
  }
  .tlg-twtb-btn-wrap .bt_more {
    width: 50.909%;
  }
  /*KAJITORU*/
  .top-lineup-kajitorufree {
    display: flex;
  }
  .tlk-img {
    width: 52.898%;
  }
  .tlk-txt {
    width: 47.102%;
    padding-left: 7.246%;
  }
  .tlk-txt .bt_more {
    width: 50.909%;
  }
}
@media screen and (min-width:576px) and (max-width:1399px) {
  /*共通*/
  .tlg-twtp-price-txt {
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  /*KAJITORU*/
  .tlk-txt .tfc-itt-spec-list li {
    width: calc(100% / 2);
    min-height: 9.6rem;
  }
}
@media screen and (max-width: 1399px) {
  /*共通*/
  .top-lineup-block {
    padding: 5.6rem 0;
  }
  .tlg-twtp-ttl {
    font-size: 1.4rem;
  }
  .tlg-twtp-ttl .efont {
    font-size: 2.4rem;
  }
  .tlg-twtp-price-main .efont {
    font-size: 2.8rem;
  }
  .tfc-item .tlg-twtp-price-main {
    margin-bottom: 0.8rem;
  }
  /*glazzo FREE*/
  .top-lineup-glazzofree {
    padding-top: 0.8rem;
    margin-bottom: 4rem;
  }
  .tlg-slider-wrap {
    margin-bottom: 1rem;
  }
  .tlg-slider-sub .slick-dots {
    right: -1.4rem;
  }
  .tlg-slider-sub .slick-dots li {
    margin-bottom: 0.8rem;
  }
  /*KAJITORU*/
  .tlk-txt .tfc-itt-spec-list li {
    min-height: 7.2rem;
  }
}
@media screen and (min-width: 1400px) {
  /*共通*/
  .top-lineup-block {
    padding: 16rem 0 22.8rem;
  }
  .tlg-twtp-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .tlg-twtp-ttl .efont {
    font-size: 5rem;
  }
  .tlg-twtp-price-txt {
    padding-top: 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .tlg-twtp-price-main {
    margin-bottom: 2.4rem;
  }
  .tfc-item .tlg-twtp-price-main {
    margin-bottom: 1.6rem;
  }
  .tlg-twtp-price-main .efont {
    font-size: 4rem;
    position: relative;
    line-height: 1;
    top: 0.1em;
  }
  .tfc-item .tlg-twtp-price-main .efont {
    font-size: 3.2rem;
  }
  /*glazzo FREE*/
  .top-lineup-glazzofree {
    padding-top: 4.8rem;
    margin-bottom: 10.5rem;
  }
  .tlg-slider-wrap {
    margin-bottom: 5.6rem;
  }
  .tlg-slider-sub .slick-dots {
    right: -3.7rem;
  }
  .tlg-slider-sub .slick-dots li {
    margin-bottom: 1.6rem;
  }
  .tlg-text-wrap {
    width: 81.081%;
    margin-right: auto;
    margin-left: auto;
  }
  .tlg-twtb-table-wrap .tfc-itt-spec-list {
    width: 84.615%;
  }
  .tlg-twtb-table-wrap .tfc-itt-spec-list li {
    font-size: 1.3rem;
    min-height: 5.5rem;
  }
  .tlg-twtb-table-wrap .tfc-itt-spec-list li span {
    font-size: 1.1rem;
  }
  /*KAJITORU*/
  .top-lineup-kajitorufree {
    width: 93.243%;
    margin-left: auto;
    margin-right: auto;
  }
  .tlk-txt .tfc-itt-spec-list li {
    min-height: 7.2rem;
  }
}
@media screen and (min-width: 1799px) {
  /*KAJITORU*/
  .top-lineup-kajitorufree {
    align-items: center;
  }
}
/* VOICE staffと共通有注意
------------------------------------------------------ */
.top-voice-block {
  background-color: #efefef;
}
.tvw-txt-ttl {
  line-height: 1.5;
}
.tvw-txt-ttl .efont {
  display: inline-block;
}
.tvw-txt .bt_more {
  width: 48.275%;
}
@media screen and (max-width: 575px) {
  .tvw-img {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 576px) {
  .top-voice-wrap {
    display: flex;
    align-items: center;
  }
  .tvw-img {
    width: 50%;
  }
  .tvw-txt {
    width: 50%;
  }
  .tvw-pc-order2-img {
    order: 2;
  }
  .tvw-pc-order1-txt {
    order: 1;
    padding-right: 4.864%;
  }
}
@media screen and (min-width: 992px) {
  .tvw-img {
    width: 60.810%;
  }
  .tvw-txt {
    width: 39.19%;
  }
}
@media screen and (max-width: 1399px) {
  .top-voice-block {
    padding: 5.6rem 0 4.8rem;
    margin-bottom: 5.6rem;
  }
  .tvw-txt-ttl {
    margin-bottom: 0.8rem;
  }
  .tvw-txt-ttl .efont {
    font-size: 1.4rem;
    padding-bottom: 1.6rem;
  }
  .tvw-txt-ttl .txtmin {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-voice-block {
    padding: 10rem 0;
    margin-bottom: 16rem;
  }
  .tvw-txt-ttl {
    margin-bottom: 1.8rem;
  }
  .tvw-txt-ttl .efont {
    font-size: 1.7rem;
    padding-bottom: 4.8rem;
  }
  .tvw-txt-ttl .txtmin {
    font-size: 3.8rem;
  }
  .tvw-txt-txt {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
  }
}
/* ESTATE
------------------------------------------------------ */
.top-estate-tag-name {
  margin-left: -0.5em;
}
/*ibaraki*/
.top-estate-ibaraki-wrap {
  background-image: linear-gradient(#efefef, #efefef);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 93.333% 100%;
}
@media screen and (max-width: 1399px) {
  .top-estate-block {
    margin-bottom: 6.4rem;
  }
  .top-estate-tag-name {
    font-size: 1.4rem;
  }
  /*shiga*/
  .top-estate-shiga-wrap {
    padding-bottom: 0.8rem;
  }
  /*ibaraki*/
  .top-estate-ibaraki-wrap {
    padding: 3.2rem 0 0.8rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-estate-block {
    margin-bottom: 18rem;
  }
  .top-estate-tag-name {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  /*shiga*/
  .top-estate-shiga-wrap {
    padding-bottom: 2rem;
  }
  /*ibaraki*/
  .top-estate-ibaraki-wrap {
    padding: 6.4rem 0 2rem;
    margin-bottom: 8rem;
  }
}
/* STAFF
------------------------------------------------------ */
.top-staff-block {
  /*background-color: #000;*/
  background-color: #565656;
  color: #fff;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1399px) {
  .top-staff-block {
    margin-bottom: 5.6rem;
    padding: 6.4rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .top-staff-block {
    margin-bottom: 13rem;
    padding: 17rem 0;
  }
}
/*second*/
.staff-slider-item a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .tvw-pc-order2-txt {
    padding-left: 4.864%;
  }
}
@media screen and (max-width: 991px) {
  .top-staff-tcb-txt-btn .bt_more {
    width: 48.275%;
    margin-left: auto;
  }
  /*second*/
  .staff-slider-item {
    padding: 0 0.52%;
  }
}
@media screen and (min-width: 992px) {
  .top-staff-tcb-txt-btn {
    display: flex;
    justify-content: space-between;
  }
  .top-staff-tcb-txt-btn .tecw-txt {
    margin-bottom: 0;
  }
  .top-staff-tcb-txt-btn .bt_more {
    width: 18.918%;
    margin-top: -1.6rem;
  }
  /*second*/
  .staff-slider-item {
    padding: 0 0.15%;
  }
}
@media screen and (max-width: 1399px) {
  /*first*/
  .top-staff-first {
    margin-bottom: 4.8rem;
  }
  /*second*/
  .top-staff-tcb-txt-btn {
    padding-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1400px) {
  /*first*/
  .top-staff-first {
    margin-bottom: 15.5rem;
  }
  /*second*/
  .top-staff-tcb-txt-btn {
    padding-bottom: 7.2rem;
  }
  .top-staff-tcb-txt-btn .tecw-txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .staff-slider_4col {
    width: 87.6%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* SNS
------------------------------------------------------ */
.top-sns-container {
  width: 93.333%;
  margin-right: auto;
  margin-left: auto;
}
.top-sns-block .bt_more {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .top-sns-block .bt_more {
    width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .top-sns-block .bt_more {
    width: 16.666%;
  }
}
@media screen and (max-width: 1399px) {
  .top-sns-block {
    margin-bottom: 6.4rem;
  }
  .top-sns-bfont {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .top-sns-block .bt_more {
    padding-top: 0.8rem;
  }
  /*YouTube*/
  .top-sns-YouTube-wrap {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-sns-block {
    margin-bottom: 18rem;
  }
  .top-sns-bfont {
    font-size: 3.3rem;
    margin-bottom: 2.4rem;
  }
  .top-sns-block .bt_more {
    padding-top: 1.6rem;
  }
  /*YouTube*/
  .top-sns-YouTube-wrap {
    margin-bottom: 9.6rem;
  }
}