@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

abbr {
  text-decoration: none;
}

mark {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: top;
}

hr {
  height: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  font-family: "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  color: #545454;
  letter-spacing: .04em;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Anchors
---------------------------------------- */
a {
  color: #545454;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a[href^="http"],
a[href^="mailto:"] {
  word-break: break-all;
}

/* form
---------------------------------------- */
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  vertical-align: middle;
}

textarea {
  height: 160px;
}

select {
  -webkit-appearance: menulist-button;
  border: 1px solid #ccc;
  padding: 10px;
}

button {
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
  line-height: normal;
}

:placeholder-shown {
  color: #ccc;
  font-weight: 300;
  text-overflow: ellipsis;
}

hr {
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 19.25px;
    line-height: 1.925rem;
  }
  /* Anchors
  ---------------------------------------- */
  a:hover {
    text-decoration: underline;
  }
  a:active {
    text-decoration: underline;
  }
  /* form
  ---------------------------------------- */
  input,
  textarea,
  select,
  button {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  select {
    width: 100%;
  }
  input[type="file"] {
    width: 100%;
  }
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.is-bold {
  font-weight: bold;
}

.hover-opacity {
  transition: all 0.3s 0s ease;
}

.hover-opacity:hover {
  opacity: 0.8;
}

.headline--lv1 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
}

.headline--lv2 {
  background: #f2f2f2;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
  padding: 10px 40px;
}

.headline--lv2 span {
  display: block;
  border-left: 3px solid #00a4de;
  padding: 5px 0 5px 9px;
}

.headline--lv3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}

p + p,
p + .m-paragraph,
.m-paragraph + p,
.m-paragraph + .m-paragraph {
  margin-top: 1.75em;
}

.m-tabs.l-section {
  padding: 0;
}

.m-tabs .tabs {
  border-bottom: 1px solid #00a4de;
  padding: 0 40px;
  margin-bottom: 35px;
}

.m-tabs .tab-contents {
  display: none;
}

.m-tabs .tab-contents.is-active {
  display: block;
}

.m-accordion.default-open + .m-accordion-contents {
  display: block;
}

.m-accordion-contents {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
  .sp-align-left {
    text-align: left;
  }
  .sp-align-center {
    text-align: center;
  }
  .sp-align-right {
    text-align: right;
  }
  .headline--lv1 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .headline--lv2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 10px;
    padding: 10px 15px;
  }
  .headline--lv3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  .m-tabs .tabs {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.l-header {
  height: 118px;
  padding: 10px 0 0 15px;
  border-bottom: 1px solid #ccc;
}

.l-header__logo {
  width: 125px;
}

.l-header__logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 55px;
    padding: 9px 0 0 15px;
  }
  .l-header__logo {
    width: 58px;
  }
}

.l-footer {
  background: #f6f7f9;
  padding: 30px;
  text-align: center;
}

.l-footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}

@media screen and (max-width: 768px) {
  .l-footer {
    background: #fff;
    padding: 0 15px 10px;
  }
  .l-footer__copyright {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 8px;
    line-height: 0.8rem;
    letter-spacing: normal;
  }
}

main {
  padding: 30px 0 50px;
}

main .l-section {
  padding: 0 40px;
}

main .l-section:not(:last-of-type) {
  padding-bottom: 35px;
}

main .l-innerBlock {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main {
    padding: 15px 0 20px;
  }
  main .l-section {
    padding: 0 15px;
  }
  main .l-section:not(:last-of-type) {
    padding-bottom: 20px;
  }
  main .l-innerBlock {
    max-width: none;
  }
}

.l-pageHeader {
  padding: 0 40px 30px;
}

.l-pageHeader .l-innerBlock {
  display: flex;
}

.l-pageHeader__step {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .l-pageHeader {
    padding: 0 0 15px;
  }
  .l-pageHeader .l-innerBlock {
    display: block;
  }
  .l-pageHeader__title {
    padding: 0 15px;
  }
}

.c-carSelectGrid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.c-carSelectGrid__item {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 244px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 34px;
}

.c-carSelectGrid__item input[type="checkbox"] {
  display: none;
}

.c-carSelectGrid__item label {
  transition: all 0.1s 0s ease;
  cursor: pointer;
  display: block;
}

.c-carSelectGrid__item input[type="checkbox"]:checked + label {
  background: #e5eef7;
}

.c-carSelectGrid__item input[type="checkbox"]:checked + label figure figcaption {
  border-top: 2px solid #00a4de;
}

.c-carSelectGrid__item figure {
  text-align: center;
  padding-top: 10px;
}

.c-carSelectGrid__item figure figcaption {
  transition: all 0.2s 0s ease;
  text-align: left;
  width: 180px;
  margin: 7px auto 0;
  padding: 10px 2px;
  border-top: 2px solid #ccc;
}

.c-carSelectGrid__item:hover figure figcaption {
  border-top: 2px solid #00a4de;
}

@media screen and (max-width: 827px) {
  .c-carSelectGrid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 828px) {
  .c-carSelectGrid__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1080px) {
  .c-carSelectGrid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1332px) {
  .c-carSelectGrid__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 1584px) {
  .c-carSelectGrid__item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media screen and (min-width: 1836px) {
  .c-carSelectGrid__item {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
}

@media screen and (max-width: 768px) {
  .c-carSelectGrid {
    margin-left: -2px;
    margin-right: -2px;
  }
  .c-carSelectGrid__item {
    min-width: 0;
    flex: 0 0 50%;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 12px;
  }
  .c-carSelectGrid figure {
    padding: 5px 15px;
  }
  .c-carSelectGrid figure img {
    width: 100%;
  }
  .c-carSelectGrid figure figcaption {
    width: auto;
    max-width: 120px;
    margin: 4px auto 0;
    padding: 6px 2px 4px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .c-carSelectGrid__item {
    flex: 0 0 33.33333%;
  }
}

@media screen and (min-width: 769px) {
  .sp-only-style {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-only-style {
    display: none;
  }
}

/*=============================
共通
/*=============================*/
.l-main-contents {
  width: 100%;
  display: none;
}

.l-main-contents.is-show {
  display: block;
}

.l-loading {
  display: none;
  background-color: #111;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  z-index: 99999;
}

.l-loading.is-show {
  display: flex;
}

.l-loading__image {
  transition: opacity 1.7s;
  flex-shrink: 0;
  opacity: 0;
}

.l-loading__image.is-show {
  opacity: 1;
}

.l-loading__image img {
  width: 100%;
}

.l-loading__text-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.2s;
  position: relative;
}

.l-loading__text-block.is-show {
  opacity: 1;
}

.l-loading__title img {
  width: 292px;
}

.l-loading__text img {
  width: 257px;
}

.l-loading__scroll {
  transform: rotate(45deg);
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 35px;
  height: 35px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 45px;
  opacity: 0;
  transition: opacity .8s;
}

.l-loading__scroll.is-show {
  opacity: 1;
}

main {
  padding-top: 0;
}

.l-site-top {
  max-width: 100%;
}

.l-site-top img {
  max-width: 100%;
}

.mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.back-gray {
  background-color: #f2f2f2;
}

.detail-button {
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  transition: color .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 180px;
  height: 50px;
  margin: auto;
  background-color: #111;
  color: #fff;
  text-align: center;
  position: relative;
}

.detail-button.arrow:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.detail-button.view-button:after, .detail-button.view-button:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}

.detail-button.view-button:after {
  transform: rotate(90deg);
  transition: transform .3s;
}

.detail-button.view-button.is-show:after {
  transform: rotate(0deg);
}

main .l-section {
  padding: 0 20px;
}

.l-info a {
  text-decoration: none;
}

.l-info__box {
  margin-top: 15px;
}

.l-info-text .category {
  font-size: 11px;
  padding: 0 5px;
  background-color: #000;
  display: inline-block;
  min-width: 80px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
}

.l-info__title {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 3px;
}

.l-info .sub-info__item {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-info .sub-info__item .child {
  width: calc(50% - 10px);
  margin-top: 10px;
}

.view-all-box .child:nth-child(n+3) {
  display: none;
}

.l-modal {
  opacity: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 1s ,opacity .3s;
}

.l-modal.is-show {
  z-index: 9999;
  top: 0;
  opacity: 1;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.l-modal.is-show .l-modal-fixbox {
  top: 0;
  opacity: 1;
}

.l-modal__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 10px 0;
}

.l-modal__detail .child {
  width: calc(50% - 5px);
  text-decoration: none;
  margin-top: 10px;
}

.l-modal__detail .l-info__title {
  font-size: 12px;
}

.l-modal-fixbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 15;
  padding: 0 0 20px;
  top: 100vh;
  opacity: 0;
  transition: top 1s ,opacity 1.3s;
}

.l-modal .close-btn.top {
  width: 35px;
  height: 35px;
  background-color: #000;
  position: fixed;
  top: 7px;
  right: 10px;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 16;
}

.l-modal .close-btn.top:after, .l-modal .close-btn.top:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
}

.l-modal .close-btn.top:after {
  transform: rotate(45deg);
}

.l-modal .close-btn.top:before {
  transform: rotate(-45deg);
}

/*=============================
slide
/*=============================*/
.slider {
  position: relative;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-slide img {
  width: auto;
}

.slick-dots {
  display: flex;
  width: auto;
}

.slick-dots li {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  display: block;
}

.slick-dots li button {
  width: 25px;
  height: 1px;
  display: block;
  color: transparent;
  background: #fff;
  transition: background-color .3s;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li + li {
  margin-left: 5px;
}

.slick-dots .slick-active button {
  background-color: #000;
}

/*=============================
mainvisual
/*=============================*/
.l-mainvisual .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.l-mainvisual .slick-dots li button {
  padding: 0;
  height: 3px;
}

/*=============================
topmessage
/*=============================*/

.l-topmessage  {
  padding: 15px;
  text-align: center;
}
.l-topmessage .alL{
  display: block;
  text-align: left;
}
.l-topmessage a .dlink{
  color: #00a0dc;
}

.l-topmessage a{
  text-decoration: none;
  font-size: 13px;
}

.l-topmessage .message {
  letter-spacing: 1px;
  text-align: center;
  font-size: 12px;
  display: block;
}


.l-topmessage .message.mincho {
  font-weight: bold;
}

.l-topmessage .another-tab {
  position: relative;
  padding-right: 20px;
}

.l-topmessage .another-tab:before, .l-topmessage .another-tab:after {
  content: "";
  width: 12px;
  height: 8px;
  right: 0;
  bottom: 4px;
  position: absolute;
}

.l-topmessage .another-tab:after {
  border: 1px solid #111;
}

.l-topmessage .another-tab:before {
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
  right: 2px;
  margin-bottom: -2px;
}

/*=============================
lineup
/*=============================*/
.l-lineup {
  padding: 50px 0;
}

.l-lineup .head--lv1 img {
  width: 150px;
}

.l-lineup .lineup-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 37px auto 0;
}

.l-lineup .lineup-tab .child {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

.l-lineup .lineup-tab .child + .child {
  margin-left: 20px;
}

.l-lineup .lineup-tab .child img {
  vertical-align: middle;
}

.l-lineup .lineup-tab .child[data-category="軽自動車"] {
  padding-left: 20px;
  border-left: 1px solid #000;
}

.l-lineup .lineup-tab .child.is-active {
  color: #00a0dc;
}

.l-lineup .tab {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.l-lineup .tab__item {
  width: 50%;
  height: 115px;
  position: relative;
  margin-top: 15px;
}

.l-lineup .tab__item img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.lineup-slider-wrap {
  height: calc(110vw + 120px);
  overflow: hidden;
  position: relative;
}

.lineup-slider-inner {
  transition: opacity .3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.lineup-slider-inner .detail-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.lineup-slider {
  position: absolute;
  width: 100%;
}

.lineup-slider .slider-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  outline: none;
}

.lineup-slider .slider-block .title {
  width: 100%;
}

.lineup-slider .slider-block .title img {
  height: 20px;
}

.lineup-slider .slider-block .item {
  display: block;
  width: 50%;
  margin-top: 20px;
}

.lineup-slider .slider-block .item:nth-of-type(1),
.lineup-slider .slider-block .item:nth-of-type(2) {
  margin-top: 0;
}

.lineup-slider .slick-dots {
  width: 100%;
}

.lineup-slider .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  padding: 10px;
  width: auto;
  height: auto;
}

.lineup-slider .slick-arrow:before {
  content: none;
}

.lineup-slider .slick-arrow .arrow {
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 16px;
  height: 16px;
  background-color: #fff;
}

.lineup-slider .slick-arrow.slick-next {
  right: 6px;
  transform: rotate(-45deg);
}

.lineup-slider .slick-arrow.slick-prev {
  left: 6px;
  transform: rotate(135deg);
}

.lineup-slider .slick-arrow.slick-disabled .arrow {
  border-color: transparent;
}

.lineup-slider .slick-dots {
  padding: 0 27px;
  display: flex;
  margin: 45px 0 40px;
  position: static;
}

.lineup-slider .slick-dots li {
  flex-grow: 1;
}

.lineup-slider .slick-dots li + li {
  margin-left: 0;
}

.lineup-slider .slick-dots li button {
  height: 3px;
  width: 100%;
  padding: 0;
}

/*=============================
pickup
/*=============================*/
.l-pickup {
  padding: 60px 0 50px;
}

.l-pickup .head--lv1 img {
  width: 152px;
}

.l-pickup .detail-button {
  margin-top: 20px;
}

/*=============================
about
/*=============================*/
.l-about {
  padding: 50px 0;
}

.l-about .head--lv1 img {
  width: calc( 468px / 2);
}

.l-about .l-made-in-subaru {
  padding-left: 7px;
}

.l-about .l-made-in-subaru__title {
  margin-top: 30px;
}

.l-about .l-made-in-subaru__title img {
  width: 180px;
}

.l-about .l-made-in-subaru__slider {
  margin: 15px -20px 0 0;
  overflow: hidden;
}

.l-about .l-made-in-subaru__slider .slick-list {
  padding-right: 20px;
  margin-left: -30px;
}

.l-about .l-made-in-subaru .slide__child {
  text-decoration: none;
}

.l-about .l-made-in-subaru .image-block {
  position: relative;
}

.l-about .l-made-in-subaru .image-block .image-on-title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.l-about .l-made-in-subaru .image-block .image-on-title:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.l-about .l-made-in-subaru .image-block .image-on-title img {
  width: 214px;
}

.l-about .l-made-in-subaru .slick-active .image-block .image-on-title {
  padding-left: 20px;
}

.l-about .l-made-in-subaru .desc {
  font-size: 13px;
  letter-spacing: 1px;
  padding-right: 20px;
  margin-top: 10px;
}

.l-about .slick-dots {
  justify-content: center;
  position: static;
  bottom: 0;
  width: calc(100% - 13px);
  margin: 10px 0 0 -7px;
}

.l-about .slick-dots li button {
  background-color: #dbdbdb;
  padding: 0;
  height: 2px;
}

.l-about .slick-dots .slick-active button {
  background-color: #000;
}

.l-about .l-active-life {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #dbdbdb;
}

.l-about .l-active-life__title img {
  width: calc( 556px / 2);
}

.l-about .l-active-life__rotation {
  margin-top: 10px;
  position: relative;
  padding-bottom: calc(66vw - 25px);
}

.l-about .l-active-life__rotation.rotation .cubeshow {
  position: absolute;
}

.l-about .l-active-life__rotation.rotation .side1,
.l-about .l-active-life__rotation.rotation .side2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-about .l-active-life__rotation.rotation .side1 img,
.l-about .l-active-life__rotation.rotation .side2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  object-fit: cover;
}

.l-about .l-active-life__rotation .cubeshow {
  overflow: hidden;
}

.l-about .l-active-life__rotation .cubeshow div {
  width: 100%;
  height: 100%;
}

.l-about .l-active-life__rotation .cubeshow img {
  display: block;
}

.l-about .l-active-life__rotation .cubeshow.rotate-vertical {
  transform: rotate(-90deg);
}

.l-about .l-active-life__rotation .cubeshow.rotate-vertical img {
  transform: rotate(90deg);
}

.l-about .l-active-life__rotation .rotation__main {
  left: 0;
  top: 0;
  width: calc(66vw - 20px - 5px);
  height: calc(66vw - 20px - 5px);
}

.l-about .l-active-life__rotation .rotation__sub-1 {
  top: 0;
  right: 0;
  width: calc(34vw - 20px);
  height: calc(34vw - 20px);
}

.l-about .l-active-life__rotation .rotation__sub-2 {
  bottom: 0;
  right: 0;
  width: calc(34vw - 20px);
  height: calc(34vw - 20px);
}

.l-about .l-active-life .l-message {
  margin: 20px 0;
}

.l-about .l-active-life .l-message .title img {
  width: calc(452px / 2);
}

.l-about .l-active-life .l-message .desc {
  font-size: 13px;
  line-height: 1.76923;
  margin-top: 10px;
}

/*=============================
event
/*=============================*/
.l-event {
  padding: 50px 0;
}

.l-event .head--lv1 img {
  width: 105px;
}

.l-event .detail-button {
  margin-top: 20px;
}

/*=============================
notice
/*=============================*/
.l-notice {
  padding: 60px 0 0;
}

.l-notice .l-head-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-notice .l-head-column img {
  width: 101px;
}

.l-notice .l-head-column .detail-button {
  height: 30px;
  width: 121px;
  margin: 0;
}

.l-notice .notice {
  margin-top: 30px;
}

.l-notice .notice img {
  width: 108px;
}

.l-notice__list {
  margin-top: 15px;
}

.l-notice__list .child {
  display: block;
  text-decoration: none;
  padding: 13px 0;
}

.l-notice__list .child + .child {
  border-top: 1px solid #dedede;
}

.l-notice__list .child:last-child {
  border-bottom: 1px solid #dedede;
}

.l-notice__list .child .date {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  letter-spacing: 2px;
}

.l-notice__list .child .text {
  font-size: 13px;
  font-feature-settings: 'palt';
  letter-spacing: 1px;
}

.l-notice .another-tab {
  position: relative;
  padding-right: 17px;
}

.l-notice .another-tab:before, .l-notice .another-tab:after {
  content: "";
  width: 12px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  position: absolute;
}

.l-notice .another-tab:after {
  border: 1px solid #111;
}

.l-notice .another-tab:before {
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
  right: 2px;
  margin-top: -2px;
}

.l-notice .detail-button {
  justify-content: flex-start;
  font-size: 12px;
  padding-left: 10px;
  letter-spacing: 1px;
}

.l-notice .detail-button:after {
  right: 8px;
  margin-top: -4px;
}

/*====================================================================

  ここから共通　ヘッダー　フッター

/*====================================================================*/
/*=============================
header
/*=============================*/
.l-header {
  height: 60px;
  padding: 0;
  border-bottom: none;
}

.l-header #btn_trac_menu {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #227FBB;
  top: 10px;
  right: 10px;
  z-index: 4000;
  display: none;
}

.l-header #btn_trac_menu img {
  width: 26px;
  height: auto;
  margin-left: 8px;
  margin-top: 9px;
}

.l-header__logo {
  width: 58px;
}

.l-header__toggle-box {
  display: flex;
  align-items: center;
}

.l-header__lf {
  display: flex;
  align-items: center;
}

.l-header__block {
  padding: 0 5px 0 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__search {
  width: 18px;
}

.l-header__search img {
  width: 100%;
}

.l-header__search.none {
  display: none;
}

.l-header .menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 999;
  transition: .3s;
}

.l-header .menu-toggle:after {
  content: "";
  width: 3px;
  height: 36px;
  background-color: #00205b;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -18px;
}

.l-header .menu-toggle .menu-line {
  width: 28px;
  height: 2px;
  background-color: #111;
  transition: transform .5s;
}

.l-header .menu-toggle .menu-line:nth-child(2) {
  transition: opacity .2s;
}

.l-header .menu-toggle .menu-line + .menu-line {
  margin-top: 6px;
}

.l-header .menu-toggle.is-fixed {
  position: fixed;
  right: 5px;
  top: 7px;
  background: #111;
}

.l-header .menu-toggle.is-fixed .menu-line {
  background-color: #fff;
}

.l-header .menu-toggle.is-fixed:after {
  opacity: 0;
}

.l-header .menu-toggle.is-open:after {
  content: none;
}

.l-header .menu-toggle.is-open .menu-line {
  margin-top: -2px;
}

.l-header .menu-toggle.is-open .menu-line:nth-child(1) {
  transform: rotate(135deg);
}

.l-header .menu-toggle.is-open .menu-line:nth-child(2) {
  opacity: 0;
}

.l-header .menu-toggle.is-open .menu-line:nth-child(3) {
  transform: rotate(-135deg);
}

.l-header .sub-gnav {
  display: flex;
  position: absolute;
  top: -60px;
  left: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: .35s ease-in;
  width: 100%;
  padding-top: 60px;
}

.l-header .sub-gnav.is-show {
  opacity: 1;
  transform: translateX(0);
  transition: .35s ease-out;
}

.l-header .sub-gnav__head-name {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  justify-content: center;
}

.l-header .sub-gnav__head-name .close-btn {
  width: 15px;
  position: absolute;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  height: 15px;
  left: 15px;
  top: 23px;
  z-index: 999;
}

.l-header .sub-gnav__head-name .head-title {
  font-size: 16px;
  font-weight: bold;
}

.l-header__nav.main-block {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 15;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  display: none;
  padding-top: 0;
}

.l-header__nav.main-block.is-fixed {
  top: 0;
  padding-top: 60px;
}

.l-header__nav.main-block.is-fixed .gnav {
  height: calc(100% + 60px);
}

.l-header__nav.main-block.is-fixed .sub-gnav {
  top: 0;
  padding-top: 60px;
}

.l-header__nav {
  background-color: #f7f7f7;
}

.l-header__nav .ather-link-list {
  background-color: #2e2e2e;
}

.l-header__nav .ather-link-list .child {
  color: #a2a2a2;
  border-color: #434343;
}

.l-header__nav .ather-link-list .detail:after {
  border-color: #aaa;
}

.l-header__nav .ather-link-list .another-tab:after, .l-header__nav .ather-link-list .another-tab:before {
  border-color: #aaa;
}

.l-header__nav .child {
  display: flex;
  align-items: center;
  height: 55px;
  font-size: 13px;
  font-weight: bold;
  margin: 0 20px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  position: relative;
  letter-spacing: 2px;
}

.l-header__nav .pc-site {
  font-size: 10px;
  color: #777;
  margin-left: 10px;
}

.l-header__nav .detail:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.l-header__nav .detail.is-open {
  border-bottom: transparent;
}

.l-header__nav .detail.is-open:after {
  transform: rotate(225deg);
  margin-top: 0;
}

.l-header__nav .arrow-none:after {
  content: none;
}

.l-header__nav .another-tab:before, .l-header__nav .another-tab:after {
  content: "";
  width: 12px;
  height: 8px;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
}

.l-header__nav .another-tab:after {
  border: 1px solid #fff;
}

.l-header__nav .another-tab:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 8px;
  margin-top: -2px;
}

.l-header__nav .gnav-parents {
  position: relative;
  z-index: 99;
}

.l-header__nav .gnav-parents__item {
  flex-shrink: 0;
  width: 60px;
  height: 55px;
  display: block;
  background-color: #fff;
  position: relative;
}

.l-header__nav .gnav-parents__item.is-active {
  background-color: #efefef;
}

.l-header__nav .gnav-parents__item.is-active .detail:after {
  border-color: #00a0dc;
  transform: rotate(-135deg);
  right: 5px;
}

.l-header__nav .gnav-parents__item:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
}

.l-header__nav .gnav-parents__item:last-child:before {
  content: none;
}

.l-header__nav .gnav-parents__item .another-tab {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}

.l-header__nav .gnav-parents__item .detail {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}

.l-header__nav .gnav-parents__item.other {
  background-color: #2e2e2e;
}

.l-header__nav .gnav-parents__item.other .detail:after {
  border-color: #fff;
}

.l-header__nav .gnav-children {
  width: 100%;
  height: calc(100% + 60px);
  overflow-x: scroll;
  background-color: #efefef;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.l-header__nav .gnav-children .page-child .child:last-child {
  border-bottom: 1px solid #ddd;
}

.l-header__nav .gnav-children .page-child .gray-link {
  color: #7f7f7f;
}

.l-header__nav .gnav-children .page-child .gray-link:after {
  border-color: #7f7f7f;
}

.l-header__nav .gnav-children .page-child .another-tab:before, .l-header__nav .gnav-children .page-child .another-tab:after {
  border-color: #111;
}

.l-header__nav .gnav-children .page-child .accordion-toggle {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.l-header__nav .gnav-children .page-child .accordion-toggle:after, .l-header__nav .gnav-children .page-child .accordion-toggle:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -1px;
}

.l-header__nav .gnav-children .page-child .accordion-toggle:after {
  transform: rotate(90deg);
  transition: transform .3s;
}

.l-header__nav .gnav-children .page-child .accordion-toggle.is-open {
  border-bottom-color: transparent;
}

.l-header__nav .gnav-children .page-child .accordion-toggle.is-open:after {
  transform: rotate(0deg);
}

.l-header__nav .gnav-children .page-child .accordion-child {
  margin: 0 20px;
  display: none;
  border-bottom: 1px solid #ddd;
}

.l-header__nav .gnav-children .page-child .accordion-child .sub-child {
  display: flex;
  text-decoration: none;
  height: 40px;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}

.l-header__nav .gnav-children .page-child .accordion-child .sub-child:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 2px;
}

/*=============================
footer
/*=============================*/
.page-footer {
  padding: 0;
}

.l-footer {
  padding-top: 40px;
}

.l-footer .page-top {
  width: 100%;
  height: 60px;
  background-color: #111;
  display: block;
  position: relative;
}

.l-footer .page-top:after {
  content: "";
  width: 17px;
  height: 17px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
}

.l-footer__mainvisual img {
  width: 100%;
}

.l-footer .another-tab {
  position: relative;
}

.l-footer .another-tab:before, .l-footer .another-tab:after {
  content: "";
  width: 12px;
  height: 8px;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
}

.l-footer .another-tab:after {
  border: 1px solid #fff;
}

.l-footer .another-tab:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 8px;
  margin-top: -2px;
}

.l-footer__column4-links {
  display: flex;
  flex-wrap: wrap;
}

.l-footer__column4-links .child {
  border-top: 1px solid #dedede;
  width: 50%;
  height: 65px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 20px;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}

.l-footer__column4-links .child:nth-child(even) {
  border-left: 1px solid #dedede;
}

.l-footer__column4-links .child:nth-child(1), .l-footer__column4-links .child:nth-child(2) {
  border-top: none;
}

.l-footer__column4-links .image {
  width: 40px;
  margin-right: 5px;
}

.l-footer__column4-links .image img {
  max-width: 100%;
}

.l-footer__column4-links .another-tab {
  padding-right: 25px;
}

.l-footer__column4-links .another-tab:before, .l-footer__column4-links .another-tab:after {
  border-color: #545454;
}

.l-footer__main-inner {
  background-color: #2e2e2e;
  padding: 30px 25px;
}

.l-footer .l-sns-links {
  display: flex;
  width: calc( 452px / 2);
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.l-footer .l-sns-links .child {
  width: calc( 25% - 30px);
  height: auto;
}

.l-footer .l-sns-links .child img {
  width: 100%;
}

.l-footer .l-main-links {
  margin-top: 32px;
  border-top: 1px solid #434343;
}

.l-footer .l-main-links .child {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #434343;
  position: relative;
}

.l-footer .l-main-links .pc-site {
  font-size: 10px;
  margin-left: 10px;
  color: #ddd;
}

.l-footer .l-main-links .first {
  transition: border-bottom .3s;
}

.l-footer .l-main-links .first:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transition: transform .3s , margin-top .3s;
}

.l-footer .l-main-links .first.is-open {
  border-bottom: transparent;
}

.l-footer .l-main-links .first.is-open:after {
  transform: rotate(225deg);
  margin-top: 0;
}

.l-footer .l-main-links .second {
  transition: border-bottom .3s;
}

.l-footer .l-main-links .second:after, .l-footer .l-main-links .second:before {
  content: "";
  width: 11px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
}

.l-footer .l-main-links .second:after {
  transform: rotate(90deg);
  transition: transform .3s;
}

.l-footer .l-main-links .second.is-open {
  border-bottom: transparent;
}

.l-footer .l-main-links .second.is-open:after {
  transform: rotate(0deg);
}

.l-footer .l-main-links .detail:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.l-footer .l-main-links .detail.is-open {
  border-bottom: transparent;
}

.l-footer .l-main-links .detail.is-open:after {
  transform: rotate(225deg);
  margin-top: 0;
}

.l-footer .l-main-links .second-link-item {
  padding-left: 20px;
  border-bottom: 1px solid #434343;
}

.l-footer .l-main-links .second-link-item .child {
  height: 50px;
}

.l-footer .l-main-links .second-link-item .child:last-child {
  border-bottom: transparent;
}

.l-footer .l-main-links .thaad-link-item {
  padding: 0 0 10px 15px;
  border-bottom: 1px solid #434343;
}

.l-footer .l-main-links .thaad-link-item .child {
  border: none;
  height: 40px;
}

.l-footer .l-main-links .thaad-link-item .thaad-link {
  display: block;
  padding-left: 15px;
}

.l-footer .l-main-links .thaad-link-item .thaad-link:after {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
}

.l-footer .l-main-links .accordion-toggle + * {
  display: none;
}

.l-footer__sub-inner {
  background-color: #111;
  padding: 20px 25px 60px;
}

.l-footer__sub-inner .l-sub-links {
  display: flex;
  flex-wrap: wrap;
}

.l-footer__sub-inner .l-sub-links .child {
  text-decoration: none;
  color: #a2a2a2;
  width: 50%;
  display: flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 20px 5px 0;
  text-align: left;
  font-size: 10px;
}

.l-footer__sub-inner .another-tab {
  padding-right: 25px;
}

.l-footer__sub-inner .another-tab:before, .l-footer__sub-inner .another-tab:after {
  border-color: #a2a2a2;
}

.l-footer__copyright a {
  line-height: 1.5;
}
img {
  pointer-events: none;
}
@media print{
    .l-mainvisual,img{
        display: none !important;
    }
}