@charset "UTF-8";
/* *** mixin *** */
/* break point */
/* gradation */
/* clearfix */
/* motorsport index css ------------------------------------------------------ */
/* pc */
#pages_ttl {
  font-size: 42px;
}
@media (max-width: 640px) {
  #pages_ttl {
    font-size: 5vw;
  }
}

.news_container_wrap {
  background-color: #ffffff;
  background: #fff;
  position: relative;
}

.news_container {
  max-width: 1020px;
}
.news_container .lead-area {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
}
.news_container .midashi-01 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.news_container .midashi-02 {
  color: #005bab;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.news_container .midashi-02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("/motorsport/2025/img/title-midashi-02_bg.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 110px;
  transform: translateY(-50%);
}
.news_container .midashi-02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/motorsport/2025/img/title-midashi-02_bg.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 110px;
  transform: translateY(-50%) rotate(180deg);
}
.news_container .midashi-03 {
  color: #000;
  font-size: 30px;
}
.news_container .content-blc {
  border-top: 3px solid #005bab;
  margin: 20px auto 30px;
  padding: 20px 0 30px;
}
.news_container p.content_inner {
  padding: 20px 0 30px;
}
.news_container p.content_text {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 auto;
  padding: 20px 50px 15px;
}
.news_container .mechanic .mechanic-list {
  max-width: 900px;
  margin: 30px auto 0;
}
.news_container .mechanic .mechanic-list .list-title {
  background: #005bab;
  justify-content: left;
  padding: 4px 10px;
}
.news_container .mechanic .mechanic-list .list-text {
  color: #231815;
  justify-content: left;
  padding: 4px 10px;
}
.news_container .mechanic .mechanic-list .list-text:nth-child(2n+1) {
  background: #e6e6e6;
}
.news_container .mechanic .mechanic-list p {
  font-size: 18px;
  width: 33%;
  margin: 0;
}
.news_container .accordion {
  width: 150px;
}
.news_container .accordion-area {
  text-align: center;
  height: 50px;
  cursor: pointer;
  padding-bottom: 10px;
  margin: 0 auto 20px;
}
.news_container .accordion-text {
  font-size: 20px;
}
@media (max-width: 640px) {
  .news_container .lead-area {
    font-size: 4.3vw;
    font-weight: bold;
    padding: 2.5vw 5% 5vw;
  }
  .news_container .midashi-01 {
    font-size: 4.8vw;
    line-height: 1.6;
    padding-bottom: 15px;
  }
  .news_container .midashi-02 {
    font-size: 3.8vw;
    padding: 12px 0;
    height: 100%;
  }
  .news_container .midashi-02::before {
    right: -2%;
    width: 5.15625vw;
    height: 18.75vw;
  }
  .news_container .midashi-02::after {
    left: -2%;
    width: 5.15625vw;
    height: 18.75vw;
  }
  .news_container .midashi-03 {
    font-size: 5vw;
  }
  .news_container .content-blc {
    border-top: 2px solid #005bab;
    margin: 20px auto 30px;
    padding: 20px 5% 30px;
  }
  .news_container p.content_inner {
    padding: 2.5vw 0 2vw;
  }
  .news_container p.content_text {
    font-size: 3.5vw;
    padding: 2.5vw 0 5vw;
  }
  .news_container .mechanic .mechanic-list {
    margin: 30px auto 0;
  }
  .news_container .mechanic .mechanic-list .list-title {
    justify-content: left;
    padding: 6px 10px;
  }
  .news_container .mechanic .mechanic-list .list-text {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 6px 10px;
  }
  .news_container .mechanic .mechanic-list p {
    font-size: 3.3vw;
    text-align: left;
    width: 46%;
    margin: 0;
  }
  .news_container .mechanic .mechanic-list p:first-child {
    width: 52%;
    margin-right: 2%;
  }
  .news_container .accordion-area {
    padding-bottom: 0;
    margin: 0 auto 7.8125vw;
  }
  .news_container .accordion-text {
    font-size: 4.3vw;
  }
}
@media (max-width: 640px) {
  .news_container .flexbox {
    flex-wrap: wrap;
  }
  .news_container .flexbox .itembox {
    width: 100%;
    margin-right: 0;
  }
}
.news_container .anchorlink {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 80px;
}
.news_container .anchorlink a {
  position: relative;
  border: 2px solid #005bab;
  color: #005bab;
  display: block;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 4px 10px;
}
.news_container .anchorlink a:first-child {
  margin-bottom: 30px;
}
.news_container .anchorlink a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("/motorsport/2025/img/icon-link-arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .news_container .anchorlink {
    margin: 0 auto 40px;
    padding: 0 5%;
  }
  .news_container .anchorlink a {
    border: 2px solid #005bab;
    font-size: 4vw;
    width: 100%;
    padding: 4px 10px;
  }
  .news_container .anchorlink a:first-child {
    margin-bottom: 30px;
  }
  .news_container .slider-mb {
    margin: 0 0 80px;
  }
}

/* motorsport common css ------------------------------------------------------ */
/* *** pc common  *** */
.news_container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
}
.news_container .midashi {
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 50px;
}
.news_container .midashi2 {
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.news_container .midashi2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}
.news_container .midashi3 {
  text-align: center;
}
.news_container .midashi_border {
  border: 1px solid #1d1d1d;
  padding: 16px 0;
}
.news_container p {
  font-feature-settings: "palt" 1;
  margin: 0 0 12px;
}
.news_container img {
  max-width: 100%;
  margin: 0 auto;
}
.news_container .flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_container .flexbox li:nth-of-type(3), .news_container .flexbox li:last-child {
  margin-right: 0;
}
.news_container .itembox {
  display: block;
  width: 32.5%;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news_container .itembox a {
  display: block;
  margin: 0 auto;
}
.news_container .border_b_dot {
  border-bottom: 2px #898989 dotted;
  margin: 10px 0;
}
.news_container .txt_color_white {
  color: #fff;
}
.news_container .txt_w_100 {
  font-weight: 100;
}
.news_container .txt_bold {
  font-weight: bold;
}
.news_container .txt_underline {
  text-decoration: underline;
}
.news_container .txt_underline_none {
  text-decoration: none;
}
.news_container .txt_center {
  text-align: center;
}
.news_container .racing_link_btn:hover {
  text-decoration: none;
  opacity: 0.5;
}

.icon_arrow {
  position: relative;
}
.icon_arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%) scaleY(0.75) rotate(45deg);
  transition: all 300ms;
}

#pages_ttl {
  color: #fff;
  padding: 14px 0 16px;
  text-align: center;
  background: rgb(0, 33, 143);
}

#main_image {
  width: 100%;
  overflow: hidden;
}
#main_image img {
  width: 100%;
}

#lightbox .lb-caption {
  color: #fff;
}

@media (min-width: 641px) and (max-width: 1200px) {
  #pages_ttl {
    font-size: 4vw;
  }
}
@media (max-width: 640px) {
  .news_container .midashi {
    letter-spacing: 0;
    padding: 0;
  }
  .news_container .midashi2 {
    letter-spacing: 0;
  }
  .news_container .midashi_border {
    border: 1px solid #1d1d1d;
    padding: 8px 0;
  }
  .news_container p {
    margin: 10px 0;
  }
  .news_container .flexslider {
    border: 2px solid #fff;
  }
  .news_container .flex-control-paging li a {
    background: rgba(225, 225, 225, 0.5);
  }
  .news_container .flex-control-paging li a.flex-active {
    background: rgb(225, 225, 225);
  }
  #pages_ttl {
    padding: 14px 0.5vw 16px;
  }
  .itembox {
    width: 100%;
  }
  .icon_arrow::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
  }
}
/* mechanic comeent ------------------------------------------------------------ */
/* *** comeent *** */
.news_container .comment_wrap {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.news_container .comment_wrap::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffffff;
  width: 136px;
  height: 2px;
  transform: translate(-50%, 0) rotate(135deg);
}
.news_container .comment_wrap::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  width: 136px;
  height: 2px;
  transform: translate(50%, 0) rotate(135deg);
}
.news_container .comeent_title {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
.news_container p.comeent_text {
  font-weight: 300;
  line-height: 1.8;
  margin: 0 auto;
  padding: 20px 0 0;
}
.news_container p.comeent_img {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
}
.news_container p.comeent_img img.one_img {
  width: 85%;
}
.news_container p.comeent_img img.one_img-70 {
  width: 70%;
}
.news_container p.comeent_img img.one_img-60 {
  width: 60%;
}
.news_container p.comeent_img img.one_img-50 {
  width: 50%;
}
.news_container .comment_wrap2 {
  box-sizing: border-box;
  display: flex;
  position: relative;
  max-width: 1000px;
  height: 719px;
  padding: 60px 60px 50px;
  margin: 0 auto 40px;
}
.news_container .comment_wrap2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.news_container .comment_wrap2 .comment_col:nth-of-type(1) {
  width: 45%;
}
.news_container .comment_wrap2 .comment_col:nth-of-type(2) {
  width: 65%;
  padding-left: 2%;
}
.news_container .comment_wrap2 .comment_mechanic_img {
  width: 340px;
  margin-bottom: 20px;
}
.news_container .comment_wrap2 h4.comment_mechanic_title {
  color: #fff;
  font-size: 32px;
  line-height: 1.7;
  border-left: 10px solid #E73468;
  padding: 0 0 0 20px;
}
.news_container .comment_wrap2 p.comment_mechanic_text1 {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
}
.news_container .comment_wrap2 p.comment_mechanic_text2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.7;
}
.news_container .comment_wrap2 p.comment_mechanic_text3 {
  color: #fff;
  font-size: 26px;
  line-height: 2;
  margin-top: 35px;
}
@media (max-width: 640px) {
  .news_container .comment_wrap {
    width: 100%;
    height: 100%;
  }
  .news_container .comment_wrap::before {
    top: 10px;
    left: 10px;
    width: 70px;
    height: 1px;
  }
  .news_container .comment_wrap::after {
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 1px;
  }
  .news_container .comeent_title {
    line-height: 1.5;
    margin-bottom: 1.5625vw;
  }
  .news_container p.comeent_text {
    line-height: 1.9;
    padding: 1.5625vw 0 0;
  }
  .news_container p.comeent_img {
    padding: 3.125vw 0 0;
  }
  .news_container p.comeent_img img.one_img {
    width: 85%;
  }
  .news_container p.comeent_img img.one_img-70 {
    width: 70%;
  }
  .news_container p.comeent_img img.one_img-60 {
    width: 60%;
  }
  .news_container p.comeent_img img.one_img-50 {
    width: 50%;
  }
  .news_container .comment_wrap2 {
    flex-wrap: wrap;
    width: 85.9375vw;
    height: 121.875vw;
    padding: 4.6875vw 7% 3.125vw;
    margin: 0 auto 30px;
  }
  .news_container .comment_wrap2::before {
    background-size: cover;
    width: 85.9375vw;
    height: 121.875vw;
  }
  .news_container .comment_wrap2 .comment_col:nth-of-type(1) {
    display: flex;
    width: 100%;
  }
  .news_container .comment_wrap2 .comment_col:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }
  .news_container .comment_wrap2 .comment_mechanic_img {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 4.6875vw;
  }
  .news_container .comment_wrap2 .comment_name {
    width: 50%;
  }
  .news_container .comment_wrap2 h4.comment_mechanic_title {
    font-size: 4vw;
    line-height: 1.7;
    border-left: 5px solid #E73468;
    padding: 0 0 0 10px;
  }
  .news_container .comment_wrap2 p.comment_mechanic_text1 {
    font-size: 4vw;
    line-height: 1.5;
  }
  .news_container .comment_wrap2 p.comment_mechanic_text2 {
    font-size: 4vw;
    line-height: 1.7;
  }
  .news_container .comment_wrap2 p.comment_mechanic_text3 {
    font-size: 3.5vw;
    line-height: 2;
    margin-top: 3.125vw;
  }
}

/* BRZ Cup schedule ------------------------------------------------------------ */
/* *** schedule *** */
.news_container .schedule_wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 40px;
}
.news_container .schedule_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.news_container .schedule_title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}
.news_container .schedule_list {
  margin: 0 auto 20px;
}
.news_container .schedule_list li {
  position: relative;
  color: #fff;
  font-size: 28px;
  line-height: 2;
  padding-left: 30px;
}
.news_container .schedule_list li::before {
  position: absolute;
  content: "■";
  margin-left: -30px;
}
.news_container .schedule_img {
  text-align: center;
  margin: auto;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .news_container .schedule_wrap {
    width: 100%;
    margin: 0 auto 30px;
  }
  .news_container .schedule_title {
    font-size: 5vw;
    margin-bottom: 3.125vw;
  }
  .news_container .schedule_list {
    margin: 0 auto;
  }
  .news_container .schedule_list li {
    font-size: 3.5vw;
    font-feature-settings: "palt";
    line-height: 2;
    padding-left: 4.6875vw;
  }
  .news_container .schedule_list li::before {
    margin-left: -4.6875vw;
  }
  .news_container .schedule_img {
    padding: 0;
  }
}

/* *** END schedule *** */
/* motorsport base css --------------------------------------------------------- */
/* *** page base *** */
@media (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
  html {
    scroll-padding-top: 100px;
  }
  html footer {
    min-width: 1020px;
  }
}
a img.effect-scroll {
  transition-duration: 0.8s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 店舗一覧ページへ */
.news_box_wrap {
  background: rgb(194, 203, 235);
}
.news_box_wrap a:hover img {
  opacity: 0.7;
}
.news_box_wrap .news_box {
  width: 860px;
  padding: 10px 10px;
  margin: 0 auto;
}

.news_box_title {
  color: rgb(255, 255, 255);
  background: rbg(0, 33, 143);
}

.news_bottom_btn_wrap {
  padding: 25px 0px;
}

.news_bottom_btn {
  background: #fff;
}
.news_bottom_btn div.tenpo {
  display: block;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  background: url(/news/img/bg_btn.png) no-repeat center center;
  border: solid 2px rbg(0, 33, 143);
}
.news_bottom_btn a.btn {
  padding: 10px 0 10px 40px;
  color: rbg(0, 33, 143);
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 50px;
  box-sizing: border-box;
  font-size: inherit;
}
.news_bottom_btn a span.tx_small {
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  display: block;
  width: 160px;
}
.news_bottom_btn:hover {
  background-color: #f1f1f1;
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 50px;
  }
  /* 店舗一覧ページへ */
  .news_box_wrap {
    background: rgb(194, 203, 235);
  }
  .news_box_wrap .news_box {
    width: auto;
    padding: 0 10px;
    margin: 0 auto;
  }
  .news_bottom_btn a.btn {
    background: url(/news/img/icon_btn01.png) 20px center no-repeat;
    background-size: 50px;
  }
  .pcOnly {
    display: none !important;
  }
  .m_t0 {
    margin-top: 0px !important;
  }
  .m_t5 {
    margin-top: 2px !important;
  }
  .m_t10 {
    margin-top: 5px !important;
  }
  .m_t15 {
    margin-top: 7px !important;
  }
  .m_t20 {
    margin-top: 10px !important;
  }
  .m_t25 {
    margin-top: 12px !important;
  }
  .m_t30 {
    margin-top: 15px !important;
  }
  .m_t40 {
    margin-top: 20px !important;
  }
  .m_t50 {
    margin-top: 25px !important;
  }
  .m_t60 {
    margin-top: 30px !important;
  }
  .m_t70 {
    margin-top: 35px !important;
  }
  .m_t80 {
    margin-top: 40px !important;
  }
  .m_t90 {
    margin-top: 45px !important;
  }
  .m_t100 {
    margin-top: 50px !important;
  }
  .m_b0 {
    margin-bottom: 0px !important;
  }
  .m_b5 {
    margin-bottom: 2px !important;
  }
  .m_b10 {
    margin-bottom: 5px !important;
  }
  .m_b15 {
    margin-bottom: 7px !important;
  }
  .m_b20 {
    margin-bottom: 10px !important;
  }
  .m_b25 {
    margin-bottom: 12px !important;
  }
  .m_b30 {
    margin-bottom: 15px !important;
  }
  .m_b40 {
    margin-bottom: 20px !important;
  }
  .m_b50 {
    margin-bottom: 25px !important;
  }
  .m_b60 {
    margin-bottom: 30px !important;
  }
  .m_b70 {
    margin-bottom: 35px !important;
  }
  .m_b80 {
    margin-bottom: 40px !important;
  }
  .m_b90 {
    margin-bottom: 45px !important;
  }
  .m_b100 {
    margin-bottom: 50px !important;
  }
  .p_t0 {
    padding-top: 0px !important;
  }
  .p_t5 {
    padding-top: 2px !important;
  }
  .p_t10 {
    padding-top: 5px !important;
  }
  .p_t15 {
    padding-top: 7px !important;
  }
  .p_t20 {
    padding-top: 10px !important;
  }
  .p_t25 {
    padding-top: 12px !important;
  }
  .p_t30 {
    padding-top: 15px !important;
  }
  .p_t40 {
    padding-top: 20px !important;
  }
  .p_t50 {
    padding-top: 25px !important;
  }
  .p_t60 {
    padding-top: 30px !important;
  }
  .p_t70 {
    padding-top: 35px !important;
  }
  .p_t80 {
    padding-top: 40px !important;
  }
  .p_t90 {
    padding-top: 45px !important;
  }
  .p_t100 {
    padding-top: 50px !important;
  }
  .p_b0 {
    padding-bottom: 0px !important;
  }
  .p_b5 {
    padding-bottom: 2px !important;
  }
  .p_b10 {
    padding-bottom: 5px !important;
  }
  .p_b15 {
    padding-bottom: 7px !important;
  }
  .p_b20 {
    padding-bottom: 10px !important;
  }
  .p_b25 {
    padding-bottom: 12px !important;
  }
  .p_b30 {
    padding-bottom: 15px !important;
  }
  .p_b40 {
    padding-bottom: 20px !important;
  }
  .p_b50 {
    padding-bottom: 25px !important;
  }
  .p_b60 {
    padding-bottom: 30px !important;
  }
  .p_b70 {
    padding-bottom: 35px !important;
  }
  .p_b80 {
    padding-bottom: 40px !important;
  }
  .p_b90 {
    padding-bottom: 45px !important;
  }
  .p_b100 {
    padding-bottom: 50px !important;
  }
  .m_0_sp {
    margin: 0 !important;
  }
}/*# sourceMappingURL=motorsport.css.map */


