@charset "UTF-8";
/* *** mixin *** */
/* break point */
/* gradation */
/* clearfix */
/* Colors */
/* news content css ------------------------------------------------------ */
/* #pages_ttl {
  font-size: 42px;
} */
@media (max-width: 640px) {
  #pages_ttl {
    font-size: 5vw;
  }
}

.news_container_wrap {
  background-color: rgb(0, 27, 68);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 30px 20px;
}
@media (min-width: 641px) {
  .news_container_wrap {
    background-image: url("../img/bg-pc.webp");
  }
}
@media (max-width: 640px) {
  .news_container_wrap {
    background-image: url("../img/bg-sp.webp");
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .news_container_wrap {
    padding: 30px 3%;
  }
}
@media (max-width: 640px) {
  .news_container_wrap {
    padding: 0 0 4.6875vw;
  }
}

.news_container {
  max-width: 1200px;
  padding: 0 50px;
}
.news_container .news_lead {
  margin: 0 0 1.5em;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
}
.news_container .main_content {
  padding: 20px 50px 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .news_container .news_lead {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .news_container {
    padding: 0 0 3.125vw;
  }
  .news_container .news_lead {
    font-size: 4.7vw;
    padding: 0;
    margin: 0;
  }
  .news_container .main_content {
    padding: 20px 0 0;
  }
  .news_container p {
    padding: 0 5%;
  }
  .news_container .gift_slide_wrap {
    padding: 0 5%;
  }
}

/* news common css ------------------------------------------------------ */
.font__min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* *** pc *** */
#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%;
}

.news_container_wrap {
  position: relative;
  overflow: hidden;
}

.news_container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
}
.news_container .midashi {
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  width: 100%;
}
.news_container .midashi span {
  display: inline-block;
  vertical-align: middle;
}
.news_container .midashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}
.news_container .midashi2 {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt" 1;
  text-align: center;
}
.news_container .midashi2 span {
  display: inline-block;
  vertical-align: middle;
}
.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 p {
  font-feature-settings: "palt" 1;
  margin: 0 0 12px;
}
.news_container img {
  max-width: 100%;
  margin: 0 auto;
}
.news_container .flexbox {
  display: flex;
}
.news_container .flexbox.col-2 li {
  display: block;
  width: 48%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 10px;
}
.news_container .flexbox.col-2 li:nth-child(even) {
  margin-right: 0;
}
.news_container .flexbox.col-2 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flexbox.col-3 li {
  display: block;
  width: 32.5%;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news_container .flexbox.col-3 li:nth-of-type(3), .news_container .flexbox.col-3 li:last-child {
  margin-right: 0;
}
.news_container .flexbox.col-3 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flexbox.col-4 li {
  display: block;
  width: 24%;
  box-sizing: border-box;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
}
.news_container .flexbox.col-4 li:nth-of-type(4n) {
  margin-right: 0;
}
.news_container .flexbox.col-4 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flex_center {
  align-items: center;
}
.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 .txt__left {
  text-align: left;
}
.news_container .txt__right {
  text-align: right;
}

.icon_arrow-r {
  position: relative;
}
.icon_arrow-r::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;
}

/* *** tablet *** */
@media (min-width: 641px) and (max-width: 1200px) {
  #pages_ttl {
    font-size: 4vw;
  }
}
/* *** SP *** */
@media (max-width: 640px) {
  #pages_ttl {
    padding: 14px 0.5vw 16px;
  }
  .news_container {
    width: 100%;
  }
  .news_container .midashi {
    letter-spacing: 0;
    line-height: 1.3;
    margin: 3.125vw auto 6.25vw;
  }
  .news_container .midashi2 {
    letter-spacing: 0;
    line-height: 1.3;
  }
  .news_container p {
    margin: 10px 0;
  }
  .news_container .flexbox.col-2 li {
    width: 100%;
    margin-right: 0;
  }
  .news_container .flexbox.col-2 li:nth-child(even) {
    margin-right: 0;
  }
  .news_container .flexbox.col-3 li {
    width: 100%;
    margin-right: 0;
  }
  .news_container .flexbox.col-4 li {
    width: 100%;
    margin-right: 0;
  }
  .icon_arrow-r::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
  }
}
/* news content-bg css ------------------------------------------------------ */
.content__bg1,
.content__bg2,
.content__bg3,
.content__bg4,
.content__bg5,
.content__bg6 {
  position: relative;
}
.content__bg1::before,
.content__bg2::before,
.content__bg3::before,
.content__bg4::before,
.content__bg5::before,
.content__bg6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}

/* news note ------------------------------------------------------------ */
.note {
  background: #ffffff;
  padding: 30px 0 40px;
}
.note .note__text {
  color: #1d1d1d;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
.note .note__text01 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
}
.note .note__text02 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .note {
    padding: 30px 0 20px;
  }
  .note .note__text {
    font-size: 3.2vw;
  }
  .note .note__text01 {
    font-size: 4vw;
    text-align: left;
  }
  .note .note__text02 {
    font-size: 2.5vw;
    text-align: left;
  }
}

.news_container .note {
  background: none;
}
.news_container .note p {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}
@media (max-width: 640px) {
  .news_container .note {
    padding: 0;
  }
  .news_container .note p {
    font-size: 14px;
  }
  .news_container .note .main_content {
    padding: 0;
  }
}

/* news link-btn ------------------------------------------------------------ */
.newcars_link_btn {
  display: block;
  width: 600px;
  background: url("../img/link_btn_bg.jpg") no-repeat;
  padding: 15px 40px 15px 0;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
.newcars_link_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.newcars_link_btn.icon_arrow {
  position: relative;
  color: #fff;
  font-size: 26px;
  margin: 0 auto;
}
.newcars_link_btn.icon_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5vw;
  background: url("../img/icon_arrow_w.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transform: translate(-100%, -50%);
}
@media (max-width: 640px) {
  .newcars_link_btn {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 4.6875vw 3.125vw 4.6875vw 3.125vw;
  }
  .newcars_link_btn.icon_arrow {
    padding-right: 7.8125vw;
    font-size: 4.8vw;
  }
  .newcars_link_btn.icon_arrow::before {
    right: 0;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}

/* news base css --------------------------------------------------------- */
/* *** page base *** */
@media (min-width: 641px) {
  .spOnly {
    display: none;
  }
  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) {
  /* 店舗一覧ページへ */
  .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;
  }
  .m_t0 {
    margin-top: 0px;
  }
  .m_t5 {
    margin-top: 2px;
  }
  .m_t10 {
    margin-top: 5px;
  }
  .m_t15 {
    margin-top: 7px;
  }
  .m_t20 {
    margin-top: 10px;
  }
  .m_t25 {
    margin-top: 12px;
  }
  .m_t30 {
    margin-top: 15px;
  }
  .m_t40 {
    margin-top: 20px;
  }
  .m_t50 {
    margin-top: 25px;
  }
  .m_t60 {
    margin-top: 30px;
  }
  .m_t70 {
    margin-top: 35px;
  }
  .m_t80 {
    margin-top: 40px;
  }
  .m_t90 {
    margin-top: 45px;
  }
  .m_t100 {
    margin-top: 50px;
  }
  .m_b0 {
    margin-bottom: 0px;
  }
  .m_b5 {
    margin-bottom: 2px;
  }
  .m_b10 {
    margin-bottom: 5px;
  }
  .m_b15 {
    margin-bottom: 7px;
  }
  .m_b20 {
    margin-bottom: 10px;
  }
  .m_b25 {
    margin-bottom: 12px;
  }
  .m_b30 {
    margin-bottom: 15px;
  }
  .m_b40 {
    margin-bottom: 20px;
  }
  .m_b50 {
    margin-bottom: 25px;
  }
  .m_b60 {
    margin-bottom: 30px;
  }
  .m_b70 {
    margin-bottom: 35px;
  }
  .m_b80 {
    margin-bottom: 40px;
  }
  .m_b90 {
    margin-bottom: 45px;
  }
  .m_b100 {
    margin-bottom: 50px;
  }
  .p_t0 {
    padding-top: 0px;
  }
  .p_t5 {
    padding-top: 2px;
  }
  .p_t10 {
    padding-top: 5px;
  }
  .p_t15 {
    padding-top: 7px;
  }
  .p_t20 {
    padding-top: 10px;
  }
  .p_t25 {
    padding-top: 12px;
  }
  .p_t30 {
    padding-top: 15px;
  }
  .p_t40 {
    padding-top: 20px;
  }
  .p_t50 {
    padding-top: 25px;
  }
  .p_t60 {
    padding-top: 30px;
  }
  .p_t70 {
    padding-top: 35px;
  }
  .p_t80 {
    padding-top: 40px;
  }
  .p_t90 {
    padding-top: 45px;
  }
  .p_t100 {
    padding-top: 50px;
  }
  .p_b0 {
    padding-bottom: 0px;
  }
  .p_b5 {
    padding-bottom: 2px;
  }
  .p_b10 {
    padding-bottom: 5px;
  }
  .p_b15 {
    padding-bottom: 7px;
  }
  .p_b20 {
    padding-bottom: 10px;
  }
  .p_b25 {
    padding-bottom: 12px;
  }
  .p_b30 {
    padding-bottom: 15px;
  }
  .p_b40 {
    padding-bottom: 20px;
  }
  .p_b50 {
    padding-bottom: 25px;
  }
  .p_b60 {
    padding-bottom: 30px;
  }
  .p_b70 {
    padding-bottom: 35px;
  }
  .p_b80 {
    padding-bottom: 40px;
  }
  .p_b90 {
    padding-bottom: 45px;
  }
  .p_b100 {
    padding-bottom: 50px;
  }
  .m_0_sp {
    margin: 0;
  }
}

/* news 特典3 ギフトスライダー（SP限定・オーバーレイ） ------------------- */
.gift_slide_wrap {
  position: relative;
}
@media (max-width: 640px) {
  .gift_swiper_overlay {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }
  .gift_swiper_overlay .swiper-slide img {
    display: block;
    width: 100%;
  }
  .gift_swiper_overlay .swiper-button-prev,
  .gift_swiper_overlay .swiper-button-next {
    color: #000;
    width: 20px;
    height: 20px;
    top: 58%;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .gift_swiper_overlay .swiper-button-prev::after,
  .gift_swiper_overlay .swiper-button-next::after {
    font-size: 25px;
  }
  .gift_swiper_overlay .swiper-button-prev {
    left: 2%;
  }
  .gift_swiper_overlay .swiper-button-next {
    right: 2%;
  }
}




