@charset "UTF-8";
/*! Writen  by SCSS */
.sec1 {
  padding-top: 80px; }
  @media screen and (max-width: 480px) {
    .sec1 {
      padding-top: 50px; } }

.sec2 {
  padding-top: 60px; }
  @media screen and (max-width: 480px) {
    .sec2 {
      padding-top: 40px; } }
  .sec2 .swipe1 {
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .sec2 .swipe1 {
        display: block; } }
    @media screen and (max-width: 480px) {
      .sec2 .swipe1 .cap {
        font-size: 8px; } }
    @media screen and (max-width: 480px) {
      .sec2 .swipe1 img {
        width: 560px;
        max-width: 560px; } }
  .sec2 .min_wrap {
    max-width: 920px;
    margin-inline: auto; }
    .sec2 .min_wrap .min_ttl {
      font-size: clamp(14px, 1.775vw, 22px);
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-align: center;
      border-bottom: solid 1px #b49a2c;
      padding-bottom: 0.6em;
      margin-bottom: 1.2em; }
      @media screen and (max-width: 480px) {
        .sec2 .min_wrap .min_ttl {
          font-size: calc(17vw / 3.9); } }
      .sec2 .min_wrap .min_ttl .s {
        font-size: 70%; }
    .sec2 .min_wrap .min_box {
      display: flex;
      flex-wrap: wrap;
      gap: 20px calc(26% / 12.4);
      gap: 20px calc(25% / 9.2);
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec2 .min_wrap .min_box {
          gap: 20px 4%; } }
      .sec2 .min_wrap .min_box li {
        width: calc(290% / 12.4);
        width: calc(290% / 9.2);
        width: fit-content; }
        .sec2 .min_wrap .min_box li:nth-child(1), .sec2 .min_wrap .min_box li:nth-child(4) {
          width: calc(255% / 9.2); }
          @media screen and (max-width: 480px) {
            .sec2 .min_wrap .min_box li:nth-child(1), .sec2 .min_wrap .min_box li:nth-child(4) {
              width: 48%; } }
        @media screen and (max-width: 480px) {
          .sec2 .min_wrap .min_box li {
            width: 48%; } }
        .sec2 .min_wrap .min_box li .min {
          font-size: clamp(14px, 1.936vw, 24px);
          font-size: clamp(14px, 2.609vw, 24px);
          line-height: 1;
          letter-spacing: 0.1em;
          font-weight: bold; }
          @media screen and (max-width: 480px) {
            .sec2 .min_wrap .min_box li .min {
              letter-spacing: 0;
              font-size: calc(14.5w / 3.9);
              display: flex;
              justify-content: space-between; } }
          .sec2 .min_wrap .min_box li .min > span {
            display: inline-block;
            letter-spacing: 0.02em; }
          .sec2 .min_wrap .min_box li .min .c {
            color: #b49a2c; }
          .sec2 .min_wrap .min_box li .min .l {
            line-height: 0.6;
            font-size: 180%;
            display: inline-block;
            transform: translateY(0.05em); }
            @media screen and (max-width: 480px) {
              .sec2 .min_wrap .min_box li .min .l {
                font-size: 170%; } }
        .sec2 .min_wrap .min_box li .min_cap {
          margin-top: 0.6em;
          font-size: clamp(10px, 0.968vw, 12px);
          font-size: clamp(10px, 1.305vw, 12px);
          line-height: 1.3;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 480px) {
            .sec2 .min_wrap .min_box li .min_cap {
              font-size: calc(10vw / 3.9);
              word-break: break-all; } }

.sec3 {
  padding: 60px 0; }
  @media screen and (max-width: 480px) {
    .sec3 {
      padding: 40px 0 30px; } }
  .sec3 .swiper {
    padding-bottom: 55px; }
    @media screen and (max-width: 480px) {
      .sec3 .swiper {
        padding-bottom: 45px; } }
  .sec3 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ccc7c2;
    opacity: 1; }
  .sec3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #b49a2c; }
  .sec3 .a_cap {
    margin-top: 0.6em;
    font-size: 14px;
    line-height: 1.4; }
    @media screen and (max-width: 480px) {
      .sec3 .a_cap {
        font-size: 12px; } }

.bg1 {
  background: #373737;
  padding: 60px 0;
  color: #fff; }

.box03 {
  display: flex;
  justify-content: space-between; }

.box03 .txt {
  width: calc(560% / 9); }
  @media screen and (max-width: 480px) {
    .box03 .txt {
      text-align: center; } }
  .box03 .txt .en_txt {
    line-height: 1;
    font-size: clamp(16px, 2vw, 24px);
    display: flex;
    align-items: baseline;
    column-gap: 0.5em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .box03 .txt .en_txt {
        justify-content: center;
        font-size: calc(16vw / 3.9); } }
    .box03 .txt .en_txt .big {
      font-size: 160%; }
  .box03 .txt .txt01 {
    font-size: clamp(13px, 1.667vw, 20px);
    line-height: 1;
    color: #fff; }
  .box03 .txt .txt02 {
    line-height: 2.25; }
    @media screen and (max-width: 480px) {
      .box03 .txt .txt02 {
        letter-spacing: 0.05em;
        font-size: calc(12vw / 3.9);
        line-height: 1.8; } }

.box03 .sym {
  width: calc(285% / 9); }

@media screen and (max-width: 767px) {
  .bg1 {
    padding: 30px 0 20px; }

  .box03 {
    display: block; }

  .box03 .txt {
    width: 100%;
    margin-bottom: 15px; }

  .box03 .sym {
    width: 80%;
    margin: 0 auto; } }
/* root-simulator
-----------------------------------------------------------------*/
.root-simulator .sec-ttl {
  margin-bottom: 30px;
  color: #333;
  font-size: 8rem;
  line-height: 1; }

.root-simulator .txt-area {
  max-width: 620px;
  margin-right: 30px; }

.root-simulator .txt-area h3 {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.2; }

.root-simulator .txt-area .txt {
  margin-bottom: 10px;
  font-size: 16px; }

.root-simulator .txt-area .note {
  font-size: 1.4rem; }

.root-simulator .simulator {
  flex-shrink: 0;
  /*width: 300px;*/ }

.root-simulator .route_check li {
  position: relative;
  margin-bottom: 40px; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer; }

.root-simulator .simulator select {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 10px;
  background: #FFF;
  font-size: 16px;
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-family: "游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .root-simulator .simulator select {
      font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; } }

.root-simulator .parts-select::before {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  transform: translateY(-25%);
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 8px 5px;
  border-top-color: #231815; }

.root-simulator .parts-txt::before {
  position: absolute;
  left: 50%;
  top: -20px;
  z-index: 10;
  transform: translateY(-25%);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid transparent;
  border-width: 8px 5px;
  border-top-color: #fff; }

.root-simulator .simulator input[type="text"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c2c2c2;
  width: 100%;
  padding: 10px;
  background: #FFF;
  font-size: 16px;
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-family: "游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    .root-simulator .simulator input[type="text"] {
      font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; } }

.root-simulator .simulator input[type="button"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  padding: 10px;
  background: rgba(188, 165, 58, 0.5);
  font-size: 16px;
  color: #FFF;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-family: "游明朝","Yu Mincho",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt";
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .root-simulator .simulator input[type="button"] {
      font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho","游明朝",YuMincho,"游明朝体","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; } }

@media screen and (max-width: 767px) {
  .root-simulator .inner {
    padding: 0 20px; }

  .root-simulator .sec-ttl {
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 30px; }

  .root-simulator .layout-box {
    display: block; }

  .root-simulator .txt-area {
    margin: 0 0 40px;
    text-align: center; }

  .root-simulator .txt-area h3 {
    margin-bottom: 20px;
    font-size: 14px; }

  .root-simulator .txt-area .txt {
    font-size: 14px; }

  .root-simulator .txt-area .note {
    font-size: 1rem;
    text-align: left; }

  .root-simulator .route_check li {
    margin-bottom: 30px; }

  .root-simulator .parts-txt::before {
    top: -15px; }

  .root-simulator .simulator select {
    font-size: 13px; }

  .root-simulator .simulator input[type="text"] {
    font-size: 13px; }

  .root-simulator .simulator input[type="button"] {
    font-size: 13px; }

  .root-simulator .simulator {
    margin: 0 auto; } }
.ta_c_sp {
  text-align: left; }
  @media screen and (max-width: 480px) {
    .ta_c_sp {
      text-align: center;
      line-height: 1.6; } }

/*# sourceMappingURL=access.css.map */
