@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.gallery {
  background-color: #000d26;
  font-family: 'Noto Sans JP', sans-serif; }
  .gallery img {
    display: block;
    max-width: 100%; }
  .gallery .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  .gallery header .head_line {
    background-color: #001948; }
  .gallery header .logo_aw {
    display: block;
    width: 130px;
    margin-left: auto;
    padding: 5px; }
  .gallery h1 {
    margin-top: 30px;
    margin-bottom: 5vw; }
  .gallery .detail {
    color: #fff;
    font-size: 4.3vw;
    line-height: 1.5; }
  .gallery .maker_car {
    width: 80%;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em; }
  .gallery .maker, .gallery .car {
    font-weight: 700; }
  .gallery .maker {
    margin: 0 0.3em; }
  .gallery .car {
    margin-left: 0.3em; }
  .gallery .img_logo {
    width: 60%; }
  .gallery .detail dl {
    width: 100%;
    margin-bottom: 5vw; }
  .gallery .detail dt {
    float: left; }
  .gallery .detail dt::after {
    content: '：'; }
  .gallery .wheel_img_l {
    width: 66.66%;
    margin: 0 auto 10vw;
    background-color: #fff;
    position: relative;
    padding: 6.66%;
    box-sizing: border-box; }
  .gallery .wheel_img_l img {
    margin: 0 auto; }
  .gallery button.large {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer; }
  .gallery button.large::before {
    content: '＋';
    border-radius: 50%;
    font-size: 20px;
    width: 1em;
    height: 1em;
    border: 2px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-weight: 900; }
  .gallery button.large::after {
    content: '';
    width: 43%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right bottom;
    transform: rotate(45deg) translateY(50%); }
  .gallery .link_set, .gallery .link_match {
    width: 100%; }
  .gallery .link_set a, .gallery .link_match a {
    width: 74.66%;
    margin: 0 auto 1em;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 3.8vw;
    height: 4em;
    box-sizing: border-box;
    padding-right: 5%; }
  .gallery .link_set a {
    background: url("/autoway/dp/lp/gallery_wheel/img/icon_set.png") left 5% center / 12% no-repeat, linear-gradient(to top, #0966ff 0%, #3ec2ff 100%); }
  .gallery .link_match a {
    background: url("/autoway/dp/lp/gallery_wheel/img/icon_match.png") left 5% center / 18% no-repeat, linear-gradient(to top, #0a8c00 0%, #62da00 100%);
    margin-bottom: 2em; }
  .gallery .caution li {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1.5em;
    padding-left: 1.5em; }
  .gallery .caution li::before {
    content: '※';
    margin-right: 0.5em; }
  .gallery section {
    width: 95%;
    max-width: 970px;
    margin: 0 auto 10vw; }
  .gallery .different_wheels {
    margin: 0 auto 35vw; }
  .gallery h2 {
    font-weight: 700;
    text-align: center;
    font-style: italic;
    margin-bottom: 5vw;
    font-size: 6.4vw;
    line-height: 1.3; }
  .gallery h2 > span {
    background: linear-gradient(to right, #dec76f 0%, #fff0b7 50%, #dec76f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0.5em; }
  .gallery .slick {
    width: 83%;
    margin: 0 auto 10vw; }
  .gallery .slick-dots {
    bottom: auto;
    margin-top: 10px; }
  .gallery .slick-dots li button:before {
    background-color: #faf5e5;
    opacity: 1;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%; }
  .gallery .slick-dots li.slick-active button:before {
    background-color: #eccb6a;
    opacity: 1; }
  .gallery .slick-prev {
    left: -30px; }
  .gallery .slick-next {
    right: -30px; }
  .gallery .slick-prev:before, .gallery .slick-next:before {
    font-family: sans-serif;
    color: #f7efd5;
    opacity: 1; }
  .gallery .slick-prev:before {
    content: '＜'; }
  .gallery .slick-next:before {
    content: '＞'; }
  .gallery .slick-prev:hover:before, .gallery .slick-prev:focus:before, .gallery .slick-next:hover:before, .gallery .slick-next:focus:before {
    color: #ead596; }
  .gallery .end_menu {
    width: 66%;
    margin: 0 auto 5vw; }
  .gallery .end_menu li {
    width: 100%;
    margin-bottom: 5vw; }
  .gallery .end_menu li a {
    font-size: 4.3vw;
    display: block;
    color: #000d26;
    font-weight: 600;
    text-align: center;
    background-color: #ecc75a;
    border-radius: 1.5em;
    padding: 0.3em 0;
    /*.end_menu li a.active {
	background-color: #ecc75a;
}*/ }
  .gallery .end_menu li a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7vw;
    height: 7vw;
    margin-right: 0.5em; }
  .gallery .end_menu li a.search_car::before {
    width: 8vw;
    background: url("/autoway/dp/lp/gallery_wheel/img/icon_car.png") center / contain no-repeat; }
  .gallery .end_menu li a.search_wheel::before {
    background: url("/autoway/dp/lp/gallery_wheel/img/icon_wheel.png") center / contain no-repeat; }
  .gallery .modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 13, 38, 0.5); }
  .gallery .modal .wheel_img_l {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .gallery .modal .wheel_img_l button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 30px;
    font-family: sans-serif;
    line-height: 1;
    cursor: pointer; }
  .gallery footer {
    background-color: #001948;
    padding: 30px 2.5%; }
  .gallery footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px; }
  .gallery footer ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
    margin: 10px; }
  .gallery footer small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff; }

@media screen and (min-width: 768px) {
  .gallery .img_detail {
    margin: 50px 0; }
    .gallery h1 {
      margin: 0;
      width: 60%; }
    .gallery .detail {
      width: 30%;
      font-size: 1.6vw;
      height: 38vw;
      max-height: 388px;
      align-items: flex-start; }
    .gallery .maker_car {
      width: 90%; }
    .gallery .detail dl {
      margin-bottom: 0; }
    .gallery .wheel_img_l {
      margin: 0;
      width: 68.73%;
      align-self: flex-end; }
    .gallery .link_set, .gallery .link_match {
      width: 48%;
      margin-bottom: 50px; }
    .gallery .link_set a, .gallery .link_match a {
      width: 67.66%;
      font-size: 1.6vw; }
    .gallery .link_set a {
      margin: 0 0 0 auto; }
    .gallery .link_match a {
      margin: 0 auto 0 0; }
    .gallery .caution li {
      line-height: 1.8; }
    .gallery .different_wheels {
      margin: 0 auto 15vw; }
    .gallery h2 {
      margin-bottom: 3vw;
      font-size: 3.2vw; }
    .gallery h2 .sp {
      display: none; }
    .gallery h2 > span {
      padding: 0 0.5em 0 0; }
    .gallery h2 > span:first-of-type {
      padding: 0 0.1em 0 0; }
    .gallery h2 span span {
      padding: 0 0 0 0.1em; }
    .gallery .slick {
      width: 90%;
      margin: 0 auto; }
    .gallery .slick li.slick-slide {
      margin: 0 10px; }
    .gallery .end_menu {
      width: 60%;
      max-width: 610px;
      margin: 0 auto 10vw; }
    .gallery .end_menu li {
      width: 45%;
      margin-bottom: 0; }
    .gallery .end_menu li a {
      font-size: 1.8vw;
      padding: 0.5em 0; }
    .gallery .end_menu li a::before {
      width: 3vw;
      height: 3vw; }
    .gallery .end_menu li a.search_car::before {
      width: 3.2vw; }
    .gallery .modal .wheel_img_l {
      max-width: 600px;
      padding: 50px 0; } }

@media screen and (min-width: 1024px) {
  .gallery header .logo_aw {
    margin-right: calc(50% - 512px); }
    .gallery .detail {
      font-size: 16px; }
    .gallery .link_set a, .gallery .link_match a {
      font-size: 16px; }
    .gallery section {
      margin: 0 auto 100px; }
    .gallery .different_wheels {
      margin: 0 auto 150px; }
    .gallery h2 {
      margin-bottom: 30px;
      font-size: 32px; }
    .gallery .end_menu {
      margin: 0 auto 100px; }
    .gallery .end_menu li a {
      font-size: 16px;
      transition: 0.3s; }
    .gallery .end_menu li a:hover {
      background-color: #fff; }
    .gallery .end_menu li a::before {
      width: 30px;
      height: 30px; }
    .gallery .end_menu li a.search_car::before {
      width: 32px; } }
