:root {
  --color-primary: #2C702F;
  --color-secondary: #36A13A;
  --color-tertiary: #81E27F;
}

.hero_header {
  position: relative;
  width: 100%;
  height: 220px;
  background-image: url("/asset/outdoor/images/pc_hero_camp.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_header_area {
  z-index: 10;
  position: absolute;
  width: 100%;
  margin: auto;
}
.hero_header_title {
  width: 720px;
  margin: 40px auto 24px;
  text-align: center;
}
.hero_header_title img {
  width: 380px;
  height: auto;
}
.hero_header_lead {
  width: 900px;
  margin: auto;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.3px;
  text-align: center;
  text-shadow: 0 1px 3px #000, 0 -1px 3px #000;
}
.hero_header_backgrounds {
  z-index: 1;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.hero_header_background {
  width: 100%;
  height: 220px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_header_background.item01 {
  background-image: url("/asset/outdoor/images/pc_hero_camp.webp");
}
.hero_header_background.item02 {
  background-image: url("/asset/outdoor/images/pc_hero_bbq.webp");
}
.hero_header_background.item03 {
  background-image: url("/asset/outdoor/images/pc_hero_athletic.webp");
}
.hero_header_background.item04 {
  background-image: url("/asset/outdoor/images/pc_hero_glamping.webp");
}
.hero_header.is-top {
  width: 100%;
  height: 310px;
  height: auto;
  background-image: none;
}
.hero_header.is-top .hero_header_area {
  -webkit-animation: ani01 2s ease-in 1;
  animation: ani01 2s ease-in 1;
}
.hero_header.is-top .hero_header_title {
  margin: 40px auto 24px;
}
.hero_header.is-top .hero_header_title img {
  width: 490px;
  height: auto;
}
.hero_header.is-top .hero_header_backgrounds {
  height: 310px;
}
.hero_header.is-top .hero_header_background {
  height: 310px;
}

@-webkit-keyframes ani01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav_pref {
  width: 100%;
  background-color: var(--color-primary);
}
.nav_pref a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.nav_pref a:hover {
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.nav_pref_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1060px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: auto;
  padding: 12px 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav_pref_list {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.1px;
}
.nav_pref_list::after {
  display: inline-block;
  padding-left: 10px;
  content: "|";
  color: #fff;
  font-weight: 400;
}
.nav_pref_link {
  color: #fff;
}
.nav_pref_link_s {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.global_nav {
  width: 100%;
  margin-bottom: 20px;
  background-color: var(--color-secondary);
}
.global_nav a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.global_nav a:hover {
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.global_nav_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1060px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1.3px;
}
.global_nav_list {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 6px 0;
  border-right: #fff 1px solid;
}
.global_nav_link {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.infomation_area {
  padding: 16px;
  border-radius: 6px;
  background-color: #eee;
}
.infomation_lists {
  width: 100%;
  font-size: 14px;
}
.infomation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.infomation_list:not(:first-child) {
  margin-top: 6px;
}
.infomation_icon {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
}
.infomation_ico {
  display: block;
  padding: 4px 0;
  border-radius: 4px;
  background-color: #d00;
  color: #fff;
  text-align: center;
}
.infomation_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}

.contents-section {
  margin-top: 56px;
}
.contents-section:first-child() {
  margin-top: 0;
}
.contents-section:last-child {
  margin-bottom: 64px;
}
.contents-section.is-secondary {
  margin-top: 48px;
}
.contents-inner a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.contents-inner a:hover {
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.header_area {
  padding-bottom: 24px;
}
.header_title {
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 1.3px;
  -o-border-image: linear-gradient(to right, #40BA45, #81E27F, #fff) 1/0 0 3px;
  border-style: solid;
  border-image: -webkit-gradient(linear, left top, right top, from(#40BA45), color-stop(#81E27F), to(#fff)) 1/0 0 3px;
  border-image: linear-gradient(to right, #40BA45, #81E27F, #fff) 1/0 0 3px;
}
.header_lead {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
}

.aisde_header_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aisde_header_ico {
  width: 18px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.aisde_header_title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map-title {
  color: #18A900;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.map-title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 4px;
  padding: 30px 0 0 20px;
}
.map-title span {
  width: 24px;
  height: 24px;
}
.map-title span img {
  width: 100%;
}
.map-area {
  position: relative;
  height: 550px;
  border-radius: 20px;
  background-image: url("/asset/outdoor/images/map.png");
  background-position: center;
  background-size: 476px;
  background-repeat: no-repeat;
  background-color: #E2F8FF;
}
.map-pref_list {
  position: absolute;
}
.map-pref_list:nth-child(1) {
  top: 60px;
  left: 485px;
  width: 130px;
}
.map-pref_list:nth-child(2) {
  top: 165px;
  left: 465px;
  width: 200px;
}
.map-pref_list:nth-child(3) {
  top: 247px;
  left: 458px;
  width: 210px;
}
.map-pref_list:nth-child(4) {
  top: 347px;
  left: 464px;
  width: 210px;
}
.map-pref_list:nth-child(5) {
  top: 383px;
  left: 348px;
  width: 210px;
}
.map-pref_list:nth-child(6) {
  top: 210px;
  left: 225px;
  width: 210px;
}
.map-pref_list:nth-child(7) {
  top: 256px;
  left: 192px;
  width: 210px;
}
.map-pref_list:nth-child(8) {
  top: 320px;
  left: 72px;
  width: 210px;
}
.map-pref_list:nth-child(9) {
  top: 433px;
  left: 235px;
  width: 210px;
}
.map-pref_list:nth-child(10) {
  top: 460px;
  left: 20px;
  width: 210px;
}
.map-pref_area {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.map-pref_lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
}
.map-pref_lists a:hover {
  opacity: 1;
}
.map-pref_link {
  padding: 2px 13px 2px 4px;
  background: url("/asset/outdoor/images/ico_arw_b.svg") right no-repeat;
  background-size: 12px;
  text-shadow: 0 0 2px #82a1ab;
}
.map-pref_link:hover {
  border-radius: 4px;
  background-color: var(--color-tertiary);
  opacity: 1;
}

.column_pc3_spvertical_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 35px;
}
.column_pc3_spvertical_link {
  -ms-flex-preferred-size: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.column_pc3_spvertical_link.is-pr .column_pc3_spvertical_title {
  position: relative;
}
.column_pc3_spvertical_link.is-pr .column_pc3_spvertical_title::after {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #b0b0b0;
  content: "PR";
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  vertical-align: text-bottom;
}
.column_pc3_spvertical_figure {
  width: 200px;
  height: 161px;
}
.column_pc3_spvertical_img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.column_pc3_spvertical_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.column_pc3_spvertical_text {
  font-size: 14px;
  line-height: 24px;
}

.button_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 530px;
  margin: auto;
  padding: 18px 20px;
  border-radius: 9999px;
  background-color: var(--color-primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button_text {
  margin: auto;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.36px;
  text-align: center;
}
.button_text span {
  display: inline-block;
}
.button_arw {
  width: 18px;
  height: 18px;
}
.button_arw img {
  width: 100%;
}

.column2_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 24px;
  margin-bottom: 24px;
}
.column2_list {
  width: 320px;
}
.column2_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 8px;
  flex-direction: column;
}
.column2_figure {
  width: 320px;
  height: 180px;
}
.column2_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.column2_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.column2_text {
  font-size: 14px;
  line-height: 22px;
}

.column_pc3_sp2_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
}
.column_pc3_sp2_link {
  -ms-flex-preferred-size: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 6px;
  flex-direction: column;
}
.column_pc3_sp2_figure {
  width: 200px;
  height: 120px;
}
.column_pc3_sp2_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.column_pc3_sp2_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.column_pc3_sp2_text {
  font-size: 14px;
  line-height: 22px;
}

.column_pc2_sp_vertical_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 24px;
}
.column_pc2_sp_vertical_list {
  width: calc(50% - 15px);
}
.column_pc2_sp_vertical_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column_pc2_sp_vertical_figure {
  width: 120px;
  height: 120px;
}
.column_pc2_sp_vertical_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.column_pc2_sp_vertical_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.column_pc2_sp_vertical_title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.column_pc2_sp_vertical_text {
  font-size: 14px;
  line-height: 22px;
}

.bottom-area_lists {
  padding-left: 23px;
}
.bottom-area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 12px;
}
.bottom-area_area {
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  font-weight: 700;
  font-size: 16px;
}
.bottom-area_pref {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bottom-area_pref ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.bottom-area_item {
  font-size: 14px;
}

.border-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 23px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.border-column2_list {
  font-size: 14px;
}

.l-side__block .vertical_lists {
  margin-bottom: 20px;
  padding-top: 10px;
}
.l-side__block .vertical_list {
  padding: 0 0 15px 0;
}
.l-side__block .vertical_list:last-child {
  padding: 0;
}
.l-side__block .vertical_list.is-pr .vertical_title::after {
  margin-left: 4px;
  padding: 2px 6px;
}
.l-side__block .vertical_link {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.l-side__block .vertical_figure {
  width: 120px;
  height: 96px;
}
.l-side__block .vertical_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.l-side__block .vertical_datadetail {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-side__block .vertical_title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.l-side__block .vertical_title:hover {
  text-decoration: underline;
}
.l-side__block .vertical_datalist {
  font-size: 12px;
}

.m-pager {
  margin: 16px 0;
}
.m-pager__prev {
  aspect-ratio: 1;
  width: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.m-pager__prev::before {
  display: none;
}
.m-pager__prev::after {
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 24px;
  height: 24px;
  background-image: url("/asset/outdoor/images/pager_prev.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  content: "";
}
.m-pager__next {
  aspect-ratio: 1;
  width: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.m-pager__next::before {
  display: none;
}
.m-pager__next::after {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  background-image: url("/asset/outdoor/images/pager_next.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  content: "";
}
.m-pager__list {
  display: contents;
}
.m-pager__item {
  aspect-ratio: 1;
  width: 40px;
  margin: 0 8px;
}
.m-pager__link {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: 400;
  line-height: 40px;
}
.m-pager__link.is-current {
  border: 1px solid #ccc;
  background-color: var(--color-tertiary);
  color: #333;
}

.m-prbnr {
  margin-top: 48px;
}

.m-overslide .column_5_3_arealists_list a:hover {
  background-color: transparent;
  opacity: 0.7;
}