html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-family: "Noto Sans JP", sans-serif; }

.catch {
  font-family: 'Noto Serif JP' , serif; }

body a img {
  transition: all 0.5s; }
body a:hover img {
  opacity: 0.5; }

.l-hero {
  opacity: 0;
  width: 100%;
  background: #fdd000;
  position: relative; }
  .l-hero .hero-cont {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .l-hero .hero-cont .hero-logo {
      height: 100vh;
      margin: auto;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        .l-hero .hero-cont .hero-logo {
          width: 50%; } }
      @media (max-width: 767px) {
        .l-hero .hero-cont .hero-logo {
          width: 70%; } }
      .l-hero .hero-cont .hero-logo .logo .door {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between; }
        .l-hero .hero-cont .hero-logo .logo .door .logo01 {
          width: 28%; }
        .l-hero .hero-cont .hero-logo .logo .door .logo02 {
          width: 38%; }
        .l-hero .hero-cont .hero-logo .logo .door .logo03 {
          width: 28%; }
      .l-hero .hero-cont .hero-logo .logo .logotxt .logo04,
      .l-hero .hero-cont .hero-logo .logo .logotxt .logo05 {
        width: 100%;
        margin-top: 10px; }
      .l-hero .hero-cont .hero-logo .top_btn {
        margin-top: 2.5em; }
        .l-hero .hero-cont .hero-logo .top_btn a {
          display: block;
          background: #231815;
          color: #fdd000;
          padding: 5px;
          text-align: center;
          position: relative;
          transition: all 0.3s;
          border: 2px solid #231815; }
          .l-hero .hero-cont .hero-logo .top_btn a p {
            position: relative;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5;
            font-weight: 600;
            letter-spacing: 0.5em; }
          @media (min-width: 768px) {
            .l-hero .hero-cont .hero-logo .top_btn a {
              width: 40%;
              margin: 15px auto 0; } }
          @media (max-width: 767px) {
            .l-hero .hero-cont .hero-logo .top_btn a {
              width: 60%;
              margin: 0 auto; } }
          .l-hero .hero-cont .hero-logo .top_btn a:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            display: block;
            width: 100%;
            height: 0%;
            background: #fdd000;
            transition: all 0.5s;
            z-index: 0; }
          .l-hero .hero-cont .hero-logo .top_btn a:after {
            content: "";
            background: url(../images/top/new_w.svg) top left no-repeat;
            width: 13px;
            height: 13px;
            display: block;
            position: absolute;
            margin: auto;
            top: 0;
            bottom: 0;
            right: 10px; }
          .l-hero .hero-cont .hero-logo .top_btn a:hover {
            color: #231815;
            border: 2px solid #231815; }
            .l-hero .hero-cont .hero-logo .top_btn a:hover:before {
              height: 100%; }
            .l-hero .hero-cont .hero-logo .top_btn a:hover:after {
              background: url(../images/top/new_k.svg) top left no-repeat; }
    .l-hero .hero-cont .hero-txt {
      height: 70vh; }
      @media (min-width: 768px) {
        .l-hero .hero-cont .hero-txt {
          font-size: 19px;
          font-size: 1.9rem;
          line-height: 2.6315789474; } }
      @media (max-width: 767px) {
        .l-hero .hero-cont .hero-txt {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 2.3333333333; } }
  .l-hero .scroll {
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: transparent transparent #231815 #231815;
    transform: rotate(-45deg);
    animation: scrollMoveAnim 1s linear alternate infinite;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0; }
@keyframes scrollMoveAnim {
  from {
    bottom: 50px; }
  to {
    bottom: 60px; } }
.l-main_concept {
  position: relative;
  background: #fdd000; }
  @media (min-width: 768px) {
    .l-main_concept {
      padding: 100px 0 100px; } }
  @media (max-width: 767px) {
    .l-main_concept {
      padding: 100px 0 30px; } }
  .l-main_concept h2 {
    font-weight: 900; }
    @media (min-width: 768px) {
      .l-main_concept h2 {
        font-size: 130px;
        font-size: 13rem;
        line-height: 0.1846153846; }
        .l-main_concept h2 span {
          font-size: 200px;
          font-size: 20rem;
          line-height: 1.2; } }
    @media (max-width: 767px) {
      .l-main_concept h2 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 0.48;
        text-align: center;
        padding-left: 20px; }
        .l-main_concept h2 span {
          font-size: 80px;
          font-size: 8rem;
          line-height: 1.5; } }
  .l-main_concept p {
    font-weight: 900; }
    @media (min-width: 768px) {
      .l-main_concept p {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.25;
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .l-main_concept p {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.4;
        text-align: center; } }
  .l-main_concept .open {
    margin-bottom: 100px; }
  .l-main_concept .sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto; }
    @media (min-width: 768px) {
      .l-main_concept .sns {
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        width: 70%; } }
    @media (max-width: 767px) {
      .l-main_concept .sns {
        width: 80%; } }
    .l-main_concept .sns div {
      background: #fff;
      padding: 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .l-main_concept .sns div {
          width: 48%; } }
      @media (max-width: 767px) {
        .l-main_concept .sns div {
          width: 100%;
          margin-top: 20px; } }
      .l-main_concept .sns div p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6666666667;
        padding: 0; }
      .l-main_concept .sns div img {
        width: 30%;
        margin-top: 15px; }
      .l-main_concept .sns div .youtube {
        width: 60%; }
  @media (min-width: 768px) {
    .l-main_concept.foot-con {
      margin-bottom: 200px; } }
  @media (max-width: 767px) {
    .l-main_concept.foot-con {
      margin-bottom: 100px; } }
.l-main .car01 {
  position: absolute;
  animation: carMoveAnim 0.5s linear alternate infinite; }
  @media (min-width: 768px) {
    .l-main .car01 {
      top: 2vh;
      right: 1%;
      width: 20%; } }
  @media (max-width: 767px) {
    .l-main .car01 {
      top: 3vh;
      right: 3%;
      width: 30%; } }
.l-main .car02 {
  position: absolute;
  animation: car02MoveAnim 0.5s linear alternate infinite; }
  @media (min-width: 768px) {
    .l-main .car02 {
      top: -12vh;
      right: 1%;
      width: 20%; } }
  @media (max-width: 767px) {
    .l-main .car02 {
      top: -1vh;
      right: 0;
      left: 0;
      margin: auto;
      width: 30%; } }
.l-main .car03 {
  position: absolute;
  margin: auto;
  animation: carMoveAnim 0.5s linear alternate infinite; }
  @media (min-width: 768px) {
    .l-main .car03 {
      top: 0;
      bottom: 0;
      right: 1%;
      width: 20%; } }
  @media (max-width: 767px) {
    .l-main .car03 {
      top: 30px;
      /* bottom: 0; */
      right: 1%;
      left: 0;
      width: 30%; } }
@keyframes carMoveAnim {
  from {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(10deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(10deg); }
  to {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); } }
@keyframes car02MoveAnim {
  from {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-10deg); }
  to {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); } }
.l-main_dealer {
  position: relative;
  padding-top: 150px;
  background-color: #fff; }
  .l-main_dealer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: #fdd000 transparent transparent transparent; }
  .l-main_dealer h3 {
    font-weight: 900;
    text-align: center; }
    @media (min-width: 768px) {
      .l-main_dealer h3 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.375; } }
    @media (max-width: 767px) {
      .l-main_dealer h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5; } }
  .l-main_dealer .dealer_wrapper {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0; }
    @media (max-width: 767px) {
      .l-main_dealer .dealer_wrapper {
        border-top: 1px dotted #d4d4d4; } }
    .l-main_dealer .dealer_wrapper .dealer-list {
      display: block; }
      @media (min-width: 768px) {
        .l-main_dealer .dealer_wrapper .dealer-list {
          width: 48%;
          margin: 50px 0;
          border-top: 1px dotted #d4d4d4; } }
      @media (max-width: 767px) {
        .l-main_dealer .dealer_wrapper .dealer-list {
          width: 100%;
          margin: 0; } }
      .l-main_dealer .dealer_wrapper .dealer-list li {
        padding: 1em;
        display: flex;
        align-items: center;
        border-bottom: 1px dotted #d4d4d4;
        position: relative;
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s; }
        .l-main_dealer .dealer_wrapper .dealer-list li img {
          width: 20%;
          padding-right: 2%;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s; }
        .l-main_dealer .dealer_wrapper .dealer-list li:after {
          content: "";
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent #d4d4d4; }
      .l-main_dealer .dealer_wrapper .dealer-list .moving {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .l-main_dealer .dealer_wrapper .dealer-list a {
        color: #231815; }
        .l-main_dealer .dealer_wrapper .dealer-list a:hover {
          color: #c9caca; }

@media (min-width: 768px) {
  .pcnone {
    display: none; } }

@media (max-width: 767px) {
  .spnone {
    display: none; } }

.l-main_imported {
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .l-main_imported {
      padding: 80px 0;
      padding-top: 220px; } }
  @media (max-width: 767px) {
    .l-main_imported {
      padding: 60px 0;
      padding-top: 120px; } }
  .l-main_imported.is-over:after {
    opacity: 0.5; }
  .l-main_imported.yellow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 100vw 20vh 0;
    border-color: transparent #fdd000 transparent transparent;
    border-style: solid; }
  .l-main_imported .imported_title {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30vw; }
    .l-main_imported .imported_title img {
      width: 100%; }
  .l-main_imported .day {
    margin: 0 auto;
    color: #fff; }
    @media (min-width: 768px) {
      .l-main_imported .day {
        width: 90%;
        max-width: 1000px; } }
    @media (max-width: 767px) {
      .l-main_imported .day {
        width: 100%; } }
    @media (min-width: 768px) {
      .l-main_imported .day p {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.1666666667; } }
    @media (max-width: 767px) {
      .l-main_imported .day p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5; } }
    .l-main_imported .day p.kifu {
      padding: 1em;
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5; }
    .l-main_imported .day a {
      display: block;
      background: #fdd000;
      color: #231815;
      padding: 5px;
      text-align: center;
      margin: 10px auto 0;
      position: relative;
      transition: all 0.3s;
      border: 2px solid #fdd000; }
      .l-main_imported .day a p {
        position: relative;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6; }
      @media (min-width: 768px) {
        .l-main_imported .day a {
          width: 40%; } }
      @media (max-width: 767px) {
        .l-main_imported .day a {
          width: 60%; } }
      .l-main_imported .day a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 0%;
        background: #231815;
        transition: all 0.5s;
        z-index: 0; }
      .l-main_imported .day a:after {
        content: "";
        background: url(../images/top/new_k.svg) top left no-repeat;
        width: 13px;
        height: 13px;
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 10px; }
      .l-main_imported .day a:hover {
        color: #fff;
        border: 2px solid #fff; }
        .l-main_imported .day a:hover:before {
          height: 100%; }
        .l-main_imported .day a:hover:after {
          background: url(../images/top/new_w.svg) top left no-repeat; }
.l-main .top_imported {
  background-color: #000; }
  .l-main .top_imported.top_imported2025 {
    padding-top: 200px; }
  .l-main .top_imported.top_fair {
    background-color: #004597; }
  .l-main .top_imported.yellow:after {
    content: "";
    position: absolute;
    bottom: -19.9vh;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 100vw 20vh 0;
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    transition: all 0.3s;
    z-index: 1; }
  .l-main .top_imported.yellow.bottom_none:after {
    display: none; }

.l-main_noto {
  padding: 3em 2em; }
  @media (min-width: 768px) {
    .l-main_noto .noto_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0; } }
  .l-main_noto .noto_wrap div {
    padding: 0.5em; }
    @media (min-width: 768px) {
      .l-main_noto .noto_wrap div {
        width: 100px; } }
    @media (max-width: 767px) {
      .l-main_noto .noto_wrap div {
        margin: 0.5em auto;
        width: 100px; } }
    .l-main_noto .noto_wrap div img {
      width: 100%; }
  .l-main_noto .noto_wrap h3 {
    text-align: center;
    font-weight: 600; }
    @media (min-width: 768px) {
      .l-main_noto .noto_wrap h3 {
        font-size: 55px;
        font-size: 5.5rem;
        line-height: 1.4545454545; } }
    @media (max-width: 767px) {
      .l-main_noto .noto_wrap h3 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 2; } }
    .l-main_noto .noto_wrap h3 span {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5625; }
