/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(auPay start / ecd は必要)
 * 変数の使い方
 * $ec_dir ･･･ それぞれ各ECの絶対パス(現状)
 * $ec_id ･･･ それぞれ各ECのID(CSVで設定している分)
 *
 * 例：background-image: url($ec_dir + '/img/bn_main_background_sp.jpg');
 *
 * SCSSについて
 * 例：if制御
 *  @if $shop == 1 {
 * 		#pc_header.ac img {
 *			width: initial;
 *		}
 *	}
 *
 * 今分かっている問題
 * 1.rgb()について
 *   rgba()を利用してください。うまく変換されません
 */
/* auPayについては、figureタグ等利用できないタグがあり、変換して利用する事になる
 * その変換されたタグ用にCSSを設定する必要があるので、下記コメントタグを利用し、
 * 開始・終了で閉じる事
 * また、if制御を利用して切り替えると楽
 * @if $shop == 5 {
 *	.studless .recommend > h3 > img {
 *		width: 100%;
 *	}
 * } @else {
 *	.studless .recommend > div img {
 *		width: 100%;
 *	}
 * }
 */
@charset "utf-8";
.minerva .bestcar_link {
  position: fixed;
  bottom: 80px;
  right: 0px;
  width: 170px;
  height: auto;
  z-index: 999; }

.minerva .bestcar_link img {
  width: 100%;
  /*header*/ }

.minerva {
  overflow: hidden; }

.minerva header {
  background-color: #7e0628; }

.minerva #topbar {
  background-color: #660621;
  padding: 15px 0; }

.minerva .cf:before, .minerva .cf:after {
  content: ' ';
  display: table; }

.minerva .cf:after {
  clear: both; }

.minerva #topbar div ul {
  float: left; }

.minerva #topbar div ul li {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 32px; }

.minerva #topbar ul li:first-child {
  padding-left: 10px; }

.minerva #topbar a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.minerva #topbar a:hover {
  opacity: 0.7; }

.minerva #topbar ul li:before {
  content: ">";
  font-family: "typicalo";
  font-size: 18px;
  position: relative;
  padding: 0 5px; }

.minerva #topbar ul li:first-child:before {
  content: ""; }

.minerva #topbar img {
  padding: 0 10px; }

.minerva #topbar p {
  float: right; }

.minerva #symbol .responsive {
  width: 100%;
  vertical-align: top; }

.minerva #symbol {
  position: relative;
  /*background-color: #7e0628;*/
  height: 64vw;
  background: linear-gradient(180deg, #d3d6c8, #fae3d2 30%, #d8c6ba 52%, #b9a79a 61%, #363636); }

.minerva #symbol h1 img {
  width: 40%;
  max-width: 250px;
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 10px;
  top: 10px; }

.minerva #symbol h2 {
  color: #871225;
  text-shadow: 1px 1px 3px #fff;
  font-size: 3.9vw;
  letter-spacing: 1px;
  font-weight: 100;
  transform: skewX(-5deg);
  position: absolute;
  /*top: 62px;*/
  left: 10px;
  top: 18%;
  line-height: 1.5; }

.minerva #symbol .top_menu .menu_btn {
  width: 60px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #871225;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background-color: #fff;
  box-shadow: 2px 2px 10px #aaa;
  padding-top: 6px; }

.minerva #symbol .top_menu .menu_btn p {
  font-size: 14px;
  font-weight: bold;
  color: #871225;
  letter-spacing: 0.1em;
  transform: scale(0.86, 1.3); }

.minerva #symbol .top_menu .menu_btn.is-fixed {
  position: fixed;
  top: 11px;
  right: 11px;
  animation: slidedown 0.5s; }

@keyframes slidedown {
  from {
    transform: translateY(-20px);
    opacity: 0; }

  to {
    transform: translateY(0);
    opacity: 1; } }

.minerva #symbol .top_menu .menu_btn div {
  width: 42px;
  height: 4px;
  background-color: #871225;
  position: relative;
  transition: 0.5s; }

.minerva #symbol .menu_btn.open {
  border: none;
  box-shadow: none;
  background-color: transparent;
  top: 11px;
  right: 11px;
  z-index: 100; }

.minerva #symbol .top_menu .menu_btn.open div:nth-of-type(1) {
  transform: rotate(44deg) translate(12px, 9px); }

.minerva #symbol .top_menu .menu_btn.open div:nth-of-type(2) {
  opacity: 0; }

.minerva #symbol .top_menu .menu_btn.open div:nth-of-type(3) {
  transform: rotate(-45deg) translate(9px, -6px); }

.minerva .close_menu {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  z-index: -100;
  transition: 0.5s;
  /*
.minerva .close_menu.open {
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.3);
}*/ }

.minerva .top_menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  background-color: #fff;
  border: 3px solid #871225;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  right: -100%;
  top: 10px;
  opacity: 0;
  z-index: 90;
  transition: 0.5s; }

.minerva .top_menu ul.open {
  right: 10px;
  opacity: 1; }

.minerva .top_menu.is-fixed ul.open {
  position: fixed; }

.minerva .top_menu ul li img {
  width: 65%;
  margin-top: 7px; }

.minerva .top_menu ul li {
  width: 90%;
  margin: 0 auto 20px;
  box-sizing: border-box; }

.minerva #symbol .top_menu ul li:nth-of-type(n+2) a {
  /*width: 90%;*/
  display: block;
  padding: 5px 10px;
  color: #871225;
  font-weight: bold;
  text-align: center;
  font-size: 14px; }

.minerva #symbol .top_menu ul li:nth-of-type(n+2) a:hover {
  color: #c71d39; }

.minerva #symbol .top_menu ul li:nth-of-type(n+2) a span {
  font-weight: normal;
  display: block;
  font-size: 12px;
  padding-top: 3px; }

@media screen and (min-width: 768px) {
  .minerva #symbol .top_menu .menu_btn {
    display: none; }

  .minerva #symbol .top_menu {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    padding-top: 5px; }

  .minerva #symbol .top_menu ul {
    display: flex;
    position: relative;
    right: 0;
    justify-content: right;
    width: 100%;
    background-color: transparent;
    border: none;
    opacity: 1;
    transition: none; }

  .minerva #symbol .top_menu ul li {
    margin: 0 5px;
    width: auto; }

  .minerva #symbol .top_menu ul li:nth-of-type(n+2) a {
    color: #871225;
    font-size: 11px; }

  .minerva #symbol .top_menu ul li:nth-of-type(n+2) a span {
    font-weight: normal;
    display: block;
    font-size: 10px;
    line-height: 1.1; }

  .minerva #symbol .top_menu ul li:first-of-type {
    display: none; } }

.minerva #recommend {
  background: url("/asp/photo/auction/brand/minerva/img/recommend_item_sp.jpg") center center;
  background-size: cover;
  padding: 15px; }

.minerva h2 {
  font-size: 6.2vw;
  color: #871225;
  margin: 20px 0;
  font-weight: bold; }

.minerva h2 span {
  font-size: 14px;
  letter-spacing: 1.5px;
  display: block;
  line-height: 1.5; }

.minerva .recommend_item li {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  margin-bottom: 25px; }

.minerva .recommend_item_title {
  margin-bottom: 20px; }

.minerva .recommend_item li h3 {
  font-size: 5.8vw;
  color: #871225;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px; }

.minerva .recommend_item_title p {
  color: #871225;
  font-weight: bold;
  font-size: 3.8vw; }

.minerva .recommend_item_description {
  font-weight: bold;
  font-size: 16px;
  color: #1d1d1d;
  margin-bottom: 30px;
  line-height: 1.4; }

.recommend_item_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px; }

.recommend_item_img_chart {
  width: 55%; }

.recommend_item_img_tire {
  width: 30%; }

.minerva .recommend_item_link {
  text-align: center;
  margin-bottom: 10px; }

.minerva .recommend .link_lineup {
  color: #fff;
  font-size: 16px;
  padding: 7px 20px;
  background-color: #bf2525;
  border-radius: 2em;
  font-weight: bold; }

.minerva .recommend .link_lineup:hover {
  background-color: #e02c2c;
  transition: 0.3s; }

.minerva .recommend .recommend_another_item_link {
  text-align: center;
  margin: 60px 0; }

.minerva .recommend .link_another_lineup {
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
  background-color: #bf2525;
  border-radius: 2em;
  font-weight: bold; }

.minerva .recommend .link_another_lineup:hover {
  background-color: #e02c2c;
  transition: 0.3s; }

.minerva .about_minerva {
  background-color: #cfcfcf;
  padding: 15px;
  color: #1d1d1d; }

.minerva .about_minerva1, .about_minerva2, .about_minerva3 {
  margin: 30px 0;
  text-align: center; }

.minerva .about_minerva1 img, .about_minerva2 img, .about_minerva3 img {
  max-width: 300px; }

.minerva .about_minerva_history {
  color: #1d1d1d; }

.minerva .about_minerva1 h4, .about_minerva2 h4, .about_minerva3 h4 {
  margin: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5; }

.minerva .about_minerva1 p, .about_minerva2 p, .about_minerva3 p {
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto; }

.minerva .about_minerva_history span.bold {
  font-weight: bold; }

.minerva .about_minerva_history span.underline {
  background: linear-gradient(transparent 60%, #c66474 60%); }

.minerva .about_minerva .sp {
  display: block; }

.minerva #tyre_lineup {
  background-color: #a01f43;
  padding: 15px; }

.minerva #tyre_lineup h2 {
  color: #fff;
  font-size: 6.2vw;
  margin: 20px 0;
  font-weight: bold; }

.minerva #tyre_lineup ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto 0;
  max-width: 1000px;
  justify-content: space-around; }

.minerva #tyre_lineup ul .lineup_box {
  width: 100%;
  position: relative;
  padding: 50px 0;
  /*margin: 0 auto;*/
  max-width: 320px; }

.minerva #tyre_lineup ul .lineup_box .category {
  position: absolute;
  left: -20px;
  top: 0;
  width: 130px;
  text-align: center; }

.minerva #tyre_lineup ul .lineup_box .category img {
  width: auto; }

.minerva #tyre_lineup ul .lineup_box .tyre {
  width: 85%;
  margin: 0 auto 20px;
  text-align: center; }

.minerva #tyre_lineup ul .lineup_box .tyre img {
  width: auto;
  max-height: 250px; }

.minerva #tyre_lineup .ptn_name {
  color: #fff;
  font-weight: bold;
  text-align: center; }

.minerva #tyre_lineup .ptn_name {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.1; }

.minerva #tyre_lineup .ruby {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff; }

.minerva #tyre_lineup .lineup_link {
  text-align: center;
  margin: 30px 0; }

.minerva #tyre_lineup .link_lineup {
  color: #871225;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #fff100;
  border-radius: 2em;
  font-weight: bold;
  text-decoration: none; }

.minerva #tyre_lineup .link_lineup:hover {
  opacity: 0.9; }

.minerva #media_gallery {
  background: url("/asp/photo/auction/brand/minerva/img/media_gallery_bg.jpg") center center;
  background-size: cover;
  padding: 15px 15px 50px; }

.minerva #media_gallery p {
  color: #1d1d1d;
  /*font-size: 2.6vw;*/
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px; }

.minerva #media_gallery .media_gallery_video {
  width: 95%;
  margin: 0 auto 50px; }

.minerva #media_gallery .media_gallery_video > div {
  max-width: 800px;
  margin: 0 auto; }

.minerva #media_gallery .media_gallery_youtube {
  position: relative;
  margin-bottom: 10px;
  padding-top: 56.25%;
  width: 100%; }

.minerva #media_gallery .media_gallery_youtube iframe {
  border-radius: 20px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 100%; }

.minerva #photo_gallery .slider {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.minerva #photo_gallery .slider img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.minerva #photo_gallery .slider .btn {
  width: 4%;
  cursor: pointer; }

.minerva #photo_gallery .slider .main {
  width: 88%;
  max-width: 700px;
  margin-bottom: 30px;
  border: 2px solid #fff;
  box-shadow: 5px 5px 15px #000; }

.minerva #photo_gallery .slider .prev {
  transform: rotate(180deg); }

.minerva #photo_gallery .slider ul {
  width: 88%;
  margin: 0 auto;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.minerva #photo_gallery .slider ul li {
  width: 23%;
  border: 2px solid #fff;
  box-shadow: 5px 5px 15px #000;
  cursor: pointer; }

.minerva #photo_gallery .slider .btn:hover, .minerva #photo_gallery .slider ul li:hover {
  opacity: 0.7;
  top: 5px;
  /*
.minerva .photo_gallery {
  margin-top: 60px;
}

.minerva .photo_gallery>div {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 840px;
}

.minerva .photo_gallery .list .item {
  margin: 5px 10px;
}

.minerva .photo_gallery .list .item .img {
  width: 100%;
}

.minerva .photo_gallery .list .item .img img {
  max-width: 100%;
  margin: 0 auto;
}

.minerva .slick-prev {
  left: -10px;
  opacity: 1;
}

.minerva .slick-next {
  right: -10px;
  opacity: 1;
}

.minerva .slick-prev::before {
  content: '';
  border-bottom: 8px solid transparent;
  border-right: 12px solid #871225;
  border-top: 8px solid transparent;
  font-size: 0;
}

.minerva .slick-next::before {
  content: '';
  border-bottom: 8px solid transparent;
  border-left: 12px solid #871225;
  border-top: 8px solid transparent;
  font-size: 0;
}

.minerva .slick-dots {
  right: 0;
}

.minerva .slick-dots li button:before {
  content: '・';
  font-size: 60px;
  left: -20px;
}*/
  /*footer*/ }

.minerva footer {
  text-align: center; }

.minerva #partner {
  background-color: #cfcfcf;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.minerva #partner img {
  max-width: 100%;
  margin: 30px 0; }

.minerva #partner p {
  display: inline; }

.minerva #partner img.partnership {
  margin: 0 30px; }

.minerva #partner img.frontare {
  margin: 0 30px;
  max-width: 200px;
  height: auto; }

.minerva address {
  background-color: #a3001f;
  color: #fff;
  font-style: normal;
  padding: 20px; }

.minerva footer {
  background-color: #7e0628;
  text-align: center;
  padding-bottom: 20px; }

.minerva footer nav {
  max-width: 1024px;
  margin: 0 auto; }

.minerva footer ul {
  padding: 20px 0; }

.minerva footer ul li {
  display: inline-block;
  margin: 5px; }

.minerva footer ul li a {
  display: block;
  padding: 0 20px;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.minerva footer ul li a:hover {
  background-color: #fff;
  color: #7b0017; }

.minerva footer small {
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: block; }

@media screen and (max-width: 410px) {
  .minerva .photo_gallery .list .item .img img {
    max-width: 285px; } }

@media screen and (max-width: 540px) {
  .minerva #topbar ul {
    display: none; } }

@media screen and (min-width: 768px) {
  /*
@media screen and (min-width:900px) {
  .minerva .photo_gallery .list .item .img img {
    max-width: 340px;
  }
}
*/
    .minerva .about_minerva .sp {
      display: none; }
    .minerva #symbol {
      background-position: bottom;
      background-size: cover;
      height: 41vw;
      max-height: 560px;
      overflow: hidden; }
    .minerva #symbol h1 img {
      top: 0;
      left: 0;
      padding: 5px 10px;
      width: 30%;
      max-width: 400px; }
    .minerva #symbol h2 {
      /*top: 190px;*/
      font-size: 2.5vw;
      top: 23%;
      left: 20px; }
    .minerva .bestcar_link {
      width: 270px;
      height: auto; }
    .minerva #recommend {
      background: url("/asp/photo/auction/brand/minerva/img/recommend_item_pc.jpg") center center;
      background-size: cover;
      padding: 15px; }
    .minerva h2 {
      font-size: 2.8em;
      max-width: 1000px;
      margin: 30px auto 50px; }
    .minerva h2 span {
      font-size: 18px; }
    .minerva #recommend .recommend_item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 0 auto 30px;
      max-width: 1000px; }
    .minerva #recommend .recommend_item li {
      flex-basis: 43%;
      margin-bottom: 0;
      padding: 15px;
      position: relative; }
    .minerva #recommend .recommend_item_title h3 {
      font-size: 24px; }
    .minerva #recommend .recommend_item_title p {
      font-size: 18px; }
    .minerva #recommend .recommend_item_description {
      font-size: 16px;
      min-height: 100px;
      margin: 0; }
    .minerva #recommend .recommend_item_img {
      flex-basis: 45%;
      margin-bottom: 80px; }
    .minerva #recommend .recommend_item_img_chart {
      width: 55%; }
    .minerva #recommend .recommend_item_img_tire {
      margin: 10px;
      width: 30%; }
    .minerva #recommend .recommend_item_link {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-bottom: 30px; }
    .minerva #recommend .link_lineup {
      color: #fff;
      padding: 10px 20px;
      background-color: #bf2525;
      border-radius: 2em; }
    .minerva #recommend .link_lineup:hover {
      background-color: #e02c2c; }
    .minerva .about_minerva1, .about_minerva2, .about_minerva3 {
      display: flex;
      align-items: start;
      max-width: 1000px;
      margin: 0 auto 50px;
      justify-content: space-evenly; }
    .minerva .about_minerva1 img, .minerva .about_minerva2 img, .minerva .about_minerva3 img {
      max-width: 350px; }
    .minerva .about_minerva_history {
      padding: 0 20px; }
    .minerva .about_minerva_history h4 {
      text-align: start;
      font-size: 22px;
      margin: 0 0 10px; }
    .minerva .about_minerva_history p {
      font-size: 18px;
      max-width: 560px; }
    .minerva .about_minerva2 {
      flex-flow: row-reverse; }
    .minerva #media_gallery p {
      font-size: 20px;
      margin: 0 auto 30px;
      max-width: 700px;
      line-height: 1.7;
      text-align: center; }
    .minerva #tyre_lineup h2 {
      font-size: 2.8em;
      max-width: 1000px;
      margin: 30px auto 50px; }
    .minerva #tyre_lineup ul {
      justify-content: space-between; }
    .minerva #photo_gallery .slider {
      margin-top: 100px;
      /*
  .minerva .photo_gallery {
    margin-bottom: 20px;
  }

  .minerva .photo_gallery>div {
    max-width: 890px;
  }

  .minerva .slick-dots {
    bottom: -35px;
  }
*/ } }

@media screen and (min-width: 1024px) {
  .minerva #symbol .top_menu ul li:nth-of-type(n+2) a {
    font-size: 16px; }

  .minerva #symbol .top_menu ul li:nth-of-type(n+2) a span {
    font-size: 12px; } }

@media screen and (min-width: 1366px) {
  .minerva #symbol h1 img {
    left: calc(50% - 675px); }

  .minerva #symbol h2 {
    font-size: 34px;
    left: calc(50% - 660px); }

  .minerva #symbol .top_menu {
    right: calc(50% - 680px); }

  .minerva #symbol .responsive {
    /* max-height: 100%; */
    height: auto;
    display: block;
    margin: 0 auto; } }

.minerva #pagetop {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #2b2b2b;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box; }

.minerva #pagetop div {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  transform: scaleX(0.9); }

.minerva #pagetop div img {
  width: 55%; }

@media screen and (min-width: 1100px) {
  .minerva #pagetop {
    right: calc(50% - 530px); } }

@media screen and (min-width: 1460px) {
  /*partner*/
    .minerva .bestcar_link {
      right: calc(50% - 730px); } }

@media screen and (max-width: 768px) {
  .minerva #partner > p, .minerva #partner > a {
    width: 100%; }

  .minerva #partner img {
    margin: 10px 0; }

  .minerva #partner img.pt_aw {
    margin-bottom: 30px; }

  .minerva #partner img .frontare {
    margin: 0 0 10px;
    max-width: 250px;
    height: auto; } }
