/* base */
html {
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.8;
  color: #010101;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
}

@media (max-width: 1024px) and (min-width: 768px) {
  html {
    background: #fff;
  }
}

@media (max-width: 768px) {
  html {
    background: #fff;
  }
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #010101;
  text-decoration: none;
}

a:hover {
  color: #010101;
  text-decoration: none;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

.fadein {
  opacity: 0;
  transition: all 2s;
}

.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .l-header {
    line-height: 1!important;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* base end */
.l-header {
  font-size: 1.5rem;
  line-height: 0.6;
}

.l-main {
  font-size: 1.5rem;
  line-height: 1.6;
}

.l-under {
}

.l-footer {
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-header__bg {
  /*min-height: 800px;*/
  min-height: 750px;
  background: transparent url("../../assets/img/bg_mv6-2.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .p-header__bg {
    min-height: 100vh;
    background: transparent url("../../assets/img/bg_mv_sp6.jpg") center center no-repeat;
    background-size: cover;
  }
}

.p-header__logo {
  position: relative;
  top: 5rem;
  left: 0;
  line-height: 1;
}

@media (max-width: 1101px) {
  .p-header__logo {
    height: 100%;
    position: relative;
    left: 1rem;
    top : 0;
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}

.p-header__logo img {
  display: block;
  margin: 0 0 4rem;
}

@media (max-width: 768px) {
  .p-header__logo img {
    width: 30%;
    height: auto;
    margin-bottom: 6rem;
  }
}

@media (max-width: 599px) {
  .p-header__logo img {
    width: 40%;
    height: auto;
  }
}

.p-header__logo--text {
  font-size: 8rem;
  display: block;
  color: #fff;
  opacity: 0;
  line-height: 87px;
}

@media (max-width: 1101px) {
  .p-header__logo--text {
    font-size: 5rem;
  }
  .toparea-text img{
    width: 13.5rem;
  }
  .toparea-text2 img{
    width: 13.5rem;
  }

  .p-header__plate {
    bottom: -1.5rem;
  }

}

@media (max-width: 768px) {
  .p-header__logo--text {
    font-size: 4rem;
    line-height: 45px!important;
  }
  .toparea-text img{
    width: 7.5rem;
  }

  .toparea-text {
   padding-top: 90px;
   text-align: center;
  }

  .toparea-text2 {
    padding-top: 0px;
    text-align: center;
   }

  .p-header__logo--after {

    left: 0px!important;
  }
}

@media (max-width: 599px) {
  .p-header__logo--text {
    /*font-size: 2.3rem;*/
   /* font-size: 3rem;*/
    font-size: 3.5rem;
    line-height: 35px!important;
  }
  .toparea-text img{
    /*width: 7rem;*/
    width: 10rem;
  }
}



.p-header__logo--text:first-letter {
  color: #e6002d;
}

.p-header__logo--after {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  font-size: 4.2rem;
  line-height: 1;
  display: inline;
  letter-spacing: -0.05rem;
  /*margin-left: 3rem;*/
  color: #fff;
  font-weight: bold;
  /*left: 226px;*/
  margin: 0 auto;
}

@media (max-width: 1024px) {

  .p-header__logo--after {
    /*left: 160px!important;*/
    margin: 0 auto;
    top: 10px;
  }

}

@media (max-width: 768px) {

  .p-header__logo--after {
    left: 0px!important;
  }

}


.p-header__logo--after:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom : 9px;
  left: 0;
  border-bottom: 2px solid #fff;
}

@media (max-width: 1024px) {
  .p-header__logo--after {
    font-size: 3rem;
  }
  .p-header__logo--after:before {
    bottom: 6px;
  }
}

@media (max-width: 768px) {
  .p-header__logo--after {
    font-size: 2.5rem;
  }
  .p-header__logo--after:before {
    bottom: 6px;
  }
}

@media (max-width: 599px) {
  .p-header__logo--after {
    font-size: 2rem;
  }
  .p-header__logo--after:before {
    bottom: 4px;
  }
}

.p-header__inner {
  position: relative;
}

@media (max-width: 768px) {
  .p-header__inner {
    min-height: 100vh;
  }
}

.p-header__plate {
  position: absolute;
  bottom: -9rem;
  left: 0;
  font-size: 2.8rem;
  border: 2px solid #fff;
  padding: 1.3rem 4rem;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
  background: rgba(0,0,0,.2);
}

@media (max-width: 1024px) {
  .p-header__plate {
    position: relative;
    font-size: 2.4rem;
    display: inline;
    left: 1rem;
    top : 5rem;
    padding: 1rem 2.5rem;
  }
}

@media (max-width: 768px) {
  .p-header__plate {
    position: relative;
    font-size: 2rem;
    display: inline;
    left: 1rem;
    top : 3rem!important;
    padding: 1rem 2.5rem;
  }
}


@media (max-width: 599px) {
  .p-header__plate {
    position: relative;
    font-size: 1.4rem;
    display: inline;
    left: 1rem;
    top: -14rem;
    padding: 1rem 2.5rem;
  }
}


.p-mv__lead {
  text-align: center;
  padding: 6rem 0 7rem;
}

@media (max-width: 599px) {
  .p-mv__lead {
    text-align: left;
  }
  .p-mv__lead--indent {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
    display: block;
  }
}

.p-news__wrap {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 7rem;
}

@media (max-width: 768px) {
  .p-news__wrap {
    display: block;
  }
}

.p-news__title {
  width: 175px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .p-news__title {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.p-news__title--en {
  color: #e6002d;
  font-size: 3.8rem;
  display: block;
}

@media (max-width: 768px) {
  .p-news__title--en {
    display: inline;
    padding-right: 2rem;
  }
}

.p-news__list {
  padding-left: 7rem;
  box-sizing: border-box;
  border-left: 1px solid #eee;
  height: 130px;
  overflow-y: scroll;
  width: 100%;
}

@media (max-width: 768px) {
  .p-news__list {
    padding-left: 0;
    border-left: none;
    height: 200px;
  }
}

.p-news__list::-webkit-scrollbar {
  width: 6px;
}

.p-news__list::-webkit-scrollbar-track {
  background: #eee;
  border-left: solid 1px #eee;
}

.p-news__list::-webkit-scrollbar-thumb {
  background: #e6002d;
  border-radius: 8px;
}

.p-news__item {
  margin-bottom: 3rem;
}

.p-news__item:last-child {
  margin-bottom: 0;
}

.p-news__item--data {
  padding-right: 4rem;
  box-sizing: border-box;
  color: #aaa;
}

@media (max-width: 768px) {
  .p-news__item--data {
    display: block;
    padding-left: 0;
  }
}

.p-category__inner {
  padding: 8rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  .p-category__inner {
    padding-top: 5rem;
  }
}

.l-under .p-category__inner {
  padding-bottom: 12rem;
}

@media (max-width: 768px) {
  .l-under .p-category__inner {
    padding-bottom: 10rem;
  }
}

.p-category__title {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.p-category__title--en {
  color: #e6002d;
  font-size: 3.8rem;
  display: block;
}

.p-category__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p-category__item {
  width: 20%;
}

@media (max-width: 768px) {
  .p-category__item {
    width: 50%;
  }
}

.p-category__item a {
  display: block;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding: 2rem;
  background: #fff;
  text-align: left;
  position: relative;
}

@media (max-width: 1024px) {
  .p-category__item a {
   padding: 1rem .8rem;
  }
}

@media (max-width: 768px) {
  .p-category__item a {
    padding: 1rem;
  }
}

.p-category__item a:hover {
  opacity: .7;
}

.p-category__item a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #e6002d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
}

.p-rbc__inner {
  padding-bottom: 16rem;
}

.p-rbc__inner-under {
  padding: 6rem 0 3rem;
}

.p-rbc__title {
  font-weight: normal;
  font-size: 2.7rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
}

.p-rbc__title img {
  display: block;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  .p-rbc__title img {
    width: 30%;
    height: auto;
  }
}

@media (max-width: 599px) {
  .p-rbc__title img {
    width: 50%;
    height: auto;
  }
}

.p-rbc__title--color {
  color: #e6002d;
}

.p-rbc__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.l-under .p-rbc__list {
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.p-rbc__item {
  background: #fff;
  width: 260px;
  position: relative;
  margin: 0 2rem 2rem 0;
}

.p-rbc__item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1101px) {
  .p-rbc__item {
    width: 23.3%;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 976px) {
  .p-rbc__item {
    width: 23%;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 896px) {
  .p-rbc__item {
    width: 48%;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .p-rbc__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 556px) {
  .p-rbc__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .p-rbc__item:nth-child(2n) {
    margin-right: 0;
  }
}


@media (max-width: 480px) {
  .p-rbc__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .p-rbc__item:nth-child(2n) {
    margin-right: 0;
  }
}




.p-rbc__item::after {
  content: "";
  text-align: center;
  background: #e6002d;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-rbc__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 8px;
  right: 10px;
  z-index: 100;
}

.p-rbc__image {
  border-bottom: 3px solid #e6002d;
}

.p-rbc__image img {
  width: 100%;
  height: auto;
}

.p-rbc__box {
  padding: 3rem 2rem;
  box-sizing: border-box;
  position: relative;
}

.p-rbc__link {
  display: block;
}

.p-rbc__link:hover {
  opacity: .8;
}

.p-rbc__lead {
  font-weight: bold;
  margin-bottom: 3rem;
  min-height: 72px;
}

.p-rbc__text {
  min-height: 200px;
}

@media (max-width: 768px) {
  .p-rbc__text {
    min-height: auto;
    padding-bottom: 2rem;
  }
}


.p-rbc__name {
/*   font-size: 1.3rem; */
  font-size: 1.6rem;
  color: #666;
}

.p-rbc__nav a {
  background: #000;
  width: 220px;
  padding: 1.8rem 0;
  color: #fff;
  display: block;
  border-radius: 5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.p-rbc__nav a:hover {
  opacity: .7;
}

.p-rbc__nav a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7rem;
  z-index: 100;
}

.p-rbc__under {
  padding: 8rem 0 0;
}

.p-rbc__under-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 6rem;
}

@media (max-width: 599px) {
  .p-rbc__under-title {
    margin-bottom: 3rem;
  }
}

.p-footer__wrap {
  background: #e6002d;
  padding: 8.5rem 0 7.5rem;
  color: #fff;
}

.p-footer__logo {
  text-align: center;
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  .p-footer__logo img {
    width: 30%;
    height: auto;
  }
}

@media (max-width: 599px) {
  .p-footer__logo img {
    width: 40%;
    height: auto;
  }
}

.p-footer__name {
  text-align: center;
  margin-bottom: 2rem;
}

.p-footer__item {
  text-align: center;
  margin-bottom: 1rem;
}

.p-footer__item--fax {
  padding: 0 0 0 2rem;
}

.p-footer__item:last-child {
  margin-bottom: 0;
}

.p-footer__copy {
  background: #231815;
  color: #fff;
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1.2rem;
}

.c-inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media (max-width: 1101px) {
  .c-inner {
    width: 90%;
  }
}


.c-inner2 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (max-width: 1101px) {
    .c-inner2 {
      width: 90%;
    }
  }

.c-en {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .1rem;
  font-weight: 300;
}

.c-en--bold {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .1rem;
  font-weight: 700;
}

.c-gray {
  background: #f5f5f5;
}



.toparea-text{
    padding-top: 55px;
}

.flex-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}

@media(max-width:767px){
  .toparea-text{
    padding-top: 65px;
} 

  .flex-title{
  flex-direction: column;
  margin-top: 10px;
}
.sp-t-0{
  top:0!important;
}
.sp-pt-0{
  padding-top:0!important;
}
}
.flex-title .item{
  padding: 8px;
}

.p-header__plate2 {
    /* position: fixed; */
    /* bottom: -9rem; */
    left: 010px;
    font-size: 2rem;
    border: 2px solid #fff;
    padding: 1.3rem 2rem;
    box-sizing: border-box;
    color: #fff;
    line-height: 1;
    background: rgba(0, 0, 0, .2);
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
    font-weight: 500;
}
.t-40{
  top: 40px;
}


.reds-business-club-logo img{
    width: 100%;
    margin-top: -4px;
}

.pc-on{
    display: block;
}

.sp-on{
    display: none;
}

@media(max-width:767px){
.reds-business-club-logo img{
    width: 100%;
    margin-top: -16px;
}
  .pc-on{
    display: none;
}
.sp-on{
    display: block;
}
}