html {
  scroll-behavior: smooth;
}

.wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #221815;
}

.wrapper a {
  text-decoration: none;
  color: white;
}

.wrapper .kv {
  background-image: url("/img/carcam_kv.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper .news_plus_introduction {
  background: linear-gradient(180deg, #88caac 0%, #66bf97 24.48%);
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper .camping_car {
  background: #fffaee;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper .camping_car_price {
  background: white;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 88px;
  margin-top: 88px;
}

.wrapper .how_to_use {
  background: #66bf97;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 88px;
}

@media screen and (min-width: 1000px) {
  .h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: #221815;
  }

  .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #221815;
  }

  .p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #221815;
  }

  .attention {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #221815;
  }

  .sp_only {
    display: none;
  }

  .wrapper {
    width: 1000px;
  }

  .wrapper .cv_button {
    display: none;
  }

  .wrapper .kv {
    width: 100vw;
    height: 55vw;
  }

  .wrapper .kv_text {
    margin-top: 55px;
    letter-spacing: 8px;
    color: white;
  }

  .wrapper .news {
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .wrapper .news_each {
    display: flex;
    justify-content: left;
    width: 930px;
  }

  .wrapper .news_logo {
    background-color: white;
    letter-spacing: 3.2px;
    color: #66bf97;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 23px;
    padding-right: 19px;
    font-family: "Aoboshi One", serif;
    height: 45px;
    align-items: center;
    margin-right: 18px;
  }

  .wrapper .news_day {
    display: flex;
    align-items: center;
    height: 45px;
    color: #fff;
    font-family: Aoboshi One;
    letter-spacing: 3.2px;
    margin-right: 43px;
  }

  .wrapper .news_link {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-decoration-line: underline;
    margin-top: 3px;
  }

  .wrapper .introduction {
    margin-top: 120px;
    display: flex;
    width: 1000px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper .introduction_pic {
    width: 520px;
    height: 520px;
    border: 8px solid #fff;
    margin-bottom: 80px;
  }

  .wrapper .introduction_text {
    width: 435px;
    height: 400px;
    color: #fff;
    font-style: normal;
    line-height: 40px;
    margin-top: 55px;
  }

  .wrapper .camping_car_title {
    letter-spacing: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 88px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .wrapper .camping_car_subtitle {
    color: #66bf97;
    text-align: center;
    font-family: Aoboshi One;
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-top: 6px;
  }

  .wrapper .price_table_title {
    color: #221815;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 45px;
    margin-bottom: 16px;
  }

  .wrapper .price_table_figure {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 120px;
    position: relative;
    margin-bottom: 32px;
  }

  .wrapper .price_table_text {
    position: absolute;
    top: 77px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .wrapper .camping_car_explanation {
    display: flex;
    width: 1000px;
    justify-content: space-between;
    margin: auto;
    margin-top: 45px;
  }

  .wrapper #camping_car_pic_main img {
    width: 100%;
    height: auto;
    transition: opacity 0.5s;
  }

  .wrapper #camping_car_pic_thumbnails {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 25px;
    margin-right: 40px;
  }

  .wrapper #camping_car_pic_thumbnails li {
    display: inline-block;
  }

  .wrapper #camping_car_pic_thumbnails img {
    width: 128px;
    height: auto;
    cursor: pointer;
  }

  .wrapper #camping_car_pic_thumbnails img:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    transition: 0.1s ease;
  }

  .wrapper .camping_car_pic {
    width: 560px;
  }

  .wrapper .camping_car_text {
    width: 385px;
    height: 300px;
  }

  .wrapper .camping_car_text_subtitle {
    color: #66bf97;
    font-size: 20px;
    margin-top: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    margin-left: 5px;
    width: 280px;
  }

  .wrapper .camping_car_text_detail {
    margin-top: 24px;
    margin-left: 5px;
  }

  .wrapper .camping_car_spec {
    display: flex;
    width: 1000px;
    margin: auto;
    flex-direction: column;
  }

  .wrapper .camping_car_spec_title {
    display: flex;
  }

  .wrapper .camping_car_spec_title_en {
    color: #66bf97;
    text-align: center;
    font-family: Aoboshi One;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    margin-left: 14px;
    margin-top: 18px;
  }

  .wrapper .camping_car_spec_top_line {
    height: 1px;
    background: #66bf97;
    margin-top: 16px;
  }

  .wrapper .camping_car_spec_detail {
    display: flex;
  }

  .wrapper .camping_car_spec_detail_component {
    display: flex;
  }

  .wrapper .camping_car_spec_detail_text {
    color: #221815;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 32px;
    margin-top: 16px;
  }

  .wrapper .camping_car_spec_detail_axis {
    width: 1px;
    height: 32px;
    background: #66bf97;
    margin-top: 16px;
  }

  .wrapper .camping_car_spec_detail_text_p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 36px;
    margin-top: 16px;
  }

  .wrapper .camping_car_equipment {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 88px;
  }

  .wrapper .camping_car_equipment img {
    margin-top: 20px;
  }

  .wrapper .how_to_use_box {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
    margin-bottom: 88px;
  }

  .wrapper .how_to_use_square {
    border-radius: 4px;
    background: #fffaee;
    height: 237px;
    width: 1000px;
    display: flex;
    justify-content: left;
    padding: 24px;
  }

  .wrapper .how_to_use_square img {
    width: 340px;
    height: 189px;
  }

  .wrapper .how_to_use_square_textbox {
    width: 525px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-left: 40px;
  }

  .wrapper .how_to_use_square_textbox_step {
    color: #66bf97;
    font-family: Aoboshi One;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
  }

  .wrapper .how_to_use_square_textbox_title {
    margin-top: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
  }

  .wrapper .how_to_use_square_textbox_text {
    margin-top: 15px;
  }

  .wrapper .access_square {
    width: 1000px;
    display: flex;
    justify-content: center;
    column-gap: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
  }

  .wrapper .access_textbox {
    width: 450px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }

  .wrapper .access_textbox_text_vertical {
    margin-top: 12px;
  }
}

@media screen and (max-width: 999px) {
  .h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #221815;
  }

  .h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #221815;
  }

  .p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #221815;
  }

  .attention {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #221815;
  }

  .pc_only {
    display: none;
  }

  .wrapper {
    width: 100vw;
  }

  .wrapper .cv_button {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 12px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: none;
    background-color: #ff705c;
    filter: drop-shadow(0px 4px 0px #a7655c);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    z-index: 2;
  }

  .wrapper .cv_button:hover {
    filter: drop-shadow(0px 0px 0px #a7655c);
    bottom: 41px;
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .wrapper .kv_sp_text {
    background-color: #0eb4b8;
  }

  .wrapper .kv_text {
    margin-left: 4vw;
    padding-top: 10vw;
    font-size: 6.4vw;
    letter-spacing: 4.8px;
    color: white;
    font-weight: 500;
  }

  .wrapper .kv {
    height: 55vw;
    margin-top: -8vw;
  }

  .wrapper .news {
    padding-top: -3.4vw;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: clamp(92vw, 92vw, 500px);
    margin-bottom: 72px;
  }

  .wrapper .news_each {
    margin-top: 6.4vw;
    display: flex;
    justify-content: left;
    width: 92vw;
    flex-wrap: wrap;
  }

  .wrapper .news_logo {
    background-color: white;
    letter-spacing: 3.2px;
    color: #66bf97;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 23px;
    padding-right: 19px;
    font-family: "Aoboshi One", serif;
    height: 29px;
    align-items: center;
    margin-right: 18px;
    padding-top: 2px;
  }

  .wrapper .news_day {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Aoboshi One;
    letter-spacing: 3.2px;
    margin-right: 43px;
    font-size: 14px;
  }

  .wrapper .news_link {
    color: #fff;
    font-size: clamp(16px, 4.2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    margin-top: 10px;
    width: clamp(92vw, 92vw, 500px);
  }

  .wrapper .introduction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper .introduction_pic {
    width: 84vw;
    height: 84vw;
    border: 8px solid #fff;
    margin-bottom: 48px;
  }

  .wrapper .introduction_text {
    width: 92vw;
    color: #fff;
    font-style: normal;
    line-height: 31px;
    margin-bottom: 72px;
  }

  .wrapper .camping_car_title {
    letter-spacing: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    text-align: center;
    letter-spacing: 4.8px;
  }

  .wrapper .camping_car_subtitle {
    color: #66bf97;
    text-align: center;
    font-family: Aoboshi One;
    font-size: 14px;
    letter-spacing: 3.2px;
    margin-top: 6px;
  }

  .wrapper .camping_car_explanation {
    display: flex;
    flex-direction: column;
    width: 90vw;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
  }

  .wrapper .camping_car_pic {
    width: 90vw;
    height: 90vw;
  }

  .wrapper .camping_car_text {
    margin-top: 18px;
  }

  .wrapper .camping_car_text .h2 {
    font-size: 24px;
  }

  .wrapper .camping_car_text .p {
    margin-top: 5px;
  }

  .wrapper .camping_car_text_subtitle {
    color: #66bf97;
    font-size: 20px;
    margin-top: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    margin-left: 5px;
    width: 280px;
  }

  .wrapper .camping_car_text_detail {
    margin-top: 16px !important;
    margin-left: 5px;
  }
  .wrapper .camping_car_spec {
    display: flex;
    width: 90vw;
    margin: auto;
    flex-direction: column;
    margin-top: 46px;
  }

  .wrapper .camping_car_spec_title {
    display: flex;
    justify-content: center;
  }

  .wrapper .camping_car_spec_title .h2 {
    font-size: 24px;
  }

  .wrapper .camping_car_spec_title_en {
    color: #66bf97;
    text-align: center;
    font-family: Aoboshi One;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    margin-left: 8px;
    margin-top: 12px;
  }

  .wrapper .camping_car_spec_top_line {
    height: 1px;
    background: #66bf97;
    margin-top: 16px;
  }

  .wrapper .camping_car_spec_detail {
    display: flex;
    flex-direction: column;
  }

  .wrapper .camping_car_spec_detail_component {
    display: flex;
  }

  .wrapper .camping_car_spec_detail_text {
    color: #221815;
    font-size: clamp(16px, 4.2vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 7px;
    margin-right: 16vw;
    margin-top: clamp(19px, 4.2vw * 1/100, 20px);
  }

  .wrapper .camping_car_spec_detail_axis {
    width: 1px;
    height: clamp(32px, 8.5vw, 39px);
    background: #66bf97;
    margin-top: 16px;
  }

  .wrapper .camping_car_spec_detail_text_p {
    font-size: clamp(16px, 4.2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 4.2vw;
    margin-right: 7px;
    margin-top: clamp(19px, 4.2vw * 1/100, 20px);
  }

  .wrapper .camping_car_equipment {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper .camping_car_price {
    margin-top: 72px;
  }

  .wrapper #camping_car_price {
    overflow-x: hidden;
  }

  .wrapper .price_table_title {
    color: #221815;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 22px;
    margin-bottom: 16px;
  }

  .wrapper .price_table_figure {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 120px;
    position: relative;
    margin-bottom: 32px;
  }

  .wrapper .price_table_text {
    position: absolute;
    top: 77px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .wrapper .price_table_figure_sp {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper #flow_sp {
    margin-top: 72px !important;
    margin-bottom: 30px !important;
  }

  .wrapper .how_to_use_box {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
    margin-bottom: 72px;
  }

  .wrapper .how_to_use_square {
    border-radius: 4px;
    background: #fffaee;
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 6.4vw;
  }

  .wrapper .how_to_use_square img {
    width: 76.5vw;
    height: 42.6vw;
  }

  .wrapper .how_to_use_square_textbox {
    margin-top: 4.64vw;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .wrapper .how_to_use_square_textbox_step {
    color: #66bf97;
    font-family: Aoboshi One;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
  }

  .wrapper .how_to_use_square_textbox_title {
    margin-top: 1.33vw;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
  }

  .wrapper .how_to_use_square_textbox_text {
    margin-top: 4vw;
  }

  .wrapper #access {
    padding-bottom: 72px;
  }

  .wrapper .access_square {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper .access_map {
    width: 90vw;
    height: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .wrapper .access_textbox {
    display: flex;
    flex-direction: column;
    text-align: left;
    row-gap: 32px;
    margin-top: 32px;
  }

  .wrapper .access_textbox_text_vertical {
    margin-top: 8px;
  }

  .wrapper #qanda {
    padding-bottom: 72px;
  }
}
