@charset 'uft-8';

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,
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,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} /*HTML5display-roleresetforolderbrowsers*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* overwrite */
.header *,
#contents_area * {
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  font-size: 80%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
a,
li,
p,
div,
button {
  outline: none;
}
a {
  color: #308d3a;
  text-decoration: none;
}

.clearfix:after {
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
  content: "[.]";
}
.clearfix {
  display: inline-block;
}
/* hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* ------------ */

/* device specific */
.only_pc {
  display: block !important;
}
.only_sp {
  display: none !important;
}
/* ------------ */

.fixed_container {
  display: table;
  position: relative;
  width: 980px;
  margin: auto;
}

.pankuzu {
  width: 980px;
  margin: auto;
}

#auto-header-logo a:hover,
#auto-header-logo a:hover img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
}

/* ----------------------------------------
	背景印刷用
---------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .section_content .content {
    float: none !important;
  }
  .sidebar {
    display: none !important;
  }
  #toTop {
    display: none !important;
  }
  .campfeedback {
    display: none !important;
  }
}

/* ------------------------------------------------------------------------------------------
*
    SNSロゴ
*
------------------------------------------------------------------------------------------ */

.fbLink_btm.facebook {
  background-image: url(/outdoor/common/images/content_sns_facebook.png);
  color: #0866ff !important;
}

.twLink_btm.twitter {
  background-image: url(/outdoor/common/images/content_sns_x.png);
  color: #000000 !important;
}

/* ------------------------------------------------------------------------------------------
*
    .section_breadcrumb
*
------------------------------------------------------------------------------------------ */
.section_breadcrumb {
  display: table;
  width: 100%;
  height: 57px;
  padding-top: 17px;
  background-color: #fbfaf7;
}

.category {
  float: left;
  color: #ffffff;
  font-size: 11px;
  min-width: 107px;
  line-height: 1;
  padding: 4px 3px 3px;
  /*line-height: 15px\0;*/
  /*padding: 1px 3px 0;*/
  /*padding: 5px 3px 0\0;*/
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}

.category.report {
  background-color: #0ea5d3;
}
.category.recipe {
  background-color: #ed4e00;
}
.category.knowledge {
  background-color: #d74b89;
}
.category.tool {
  background-color: #d74b89;
}
.category.guide {
  background-color: #00776f;
}
.category.equipment {
  background-color: #785e3d;
}
.category.photo {
  background-color: #15286e;
}
.category.loadings {
  background-color: #785e3d;
}
.category.place {
  background-color: #41aa46;
}
.category.camp-site {
  background-color: #41aa46;
}
.category.hint {
  background-color: #02776f;
}

.section_breadcrumb .category {
  margin-right: 5px;
}

.section_breadcrumb .breadcrumb {
  float: left;
  padding-top: 4px\0;
}

.section_breadcrumb .breadcrumb li {
  float: left;
  margin-right: 4px;
  display: block;
  line-height: 20px;
}

.section_breadcrumb .breadcrumb li:after {
  content: ">";
  margin-left: 7px;
}

.section_breadcrumb .breadcrumb li:last-child:after,
.section_breadcrumb .breadcrumb li:first-child:after {
  content: "";
}

.section_breadcrumb .breadcrumb li a {
  color: #262626;
  font-size: 13px;
  line-height: 20px;
  line-height: 16px\0;
  letter-spacing: -1px;
  text-decoration: underline;
}

.section_breadcrumb .breadcrumb li:last-child a {
  cursor: default;
  text-decoration: none;
}
.section_breadcrumb .breadcrumb li:last-child a:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
}

/* ------------------------------------------------------------------------------------------
*
    .section_category
*
------------------------------------------------------------------------------------------ */
.section h2.image_title {
  display: table;
  margin: 0 auto 24px;
}

.section h2.image_title .jp {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 14px;
}

.section_category {
  padding-top: 75px;
  padding-bottom: 16px;
  background-image: url(/outdoor/top/images/category_bg.png);
  background-repeat: repeat-X;
  background-position: center top;
  background-size: auto 13px;
  background-color: #f5f5f5;
}

/* ------------------------------------------------------------------------------------------
*
    .section_subscribe
*
------------------------------------------------------------------------------------------ */
.section_subscribe {
  padding-top: 40px;
  padding-bottom: 43px;
  border-top: 4px #008c83 solid;
}

.section_subscribe .subscribe {
}

.section_subscribe .subscribe .subscribe_inner {
  display: table;
  width: 980px;
  height: 160px;
  border: 1px #dcdcdc solid;
  border-radius: 3px;
}

.section_subscribe .subscribe .mail {
  position: relative;
  float: left;
  font-size: 14px;
  width: 156px;
  line-height: 128px;
  padding-top: 30px;
  margin-right: 36px;
  background-image: url(/outdoor/common/images/subscribe_mail.png);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center 46px;
  background-color: #ededed;
  text-align: center;
}

.section_subscribe .subscribe .mail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  border-left: 20px #ededed solid;
  border-top: 79px #ffffff solid;
  border-bottom: 79px #ffffff solid;
}

.section_subscribe .subscribe .paragraph1 {
  float: left;
  font-size: 15px;
  font-weight: bold;
  width: 550px;
  margin-top: 21px;
  margin-bottom: 20px;
  text-align: left;
}

.section_subscribe .subscribe .button {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  width: 310px;
  line-height: 35px;
  padding-left: 16px;
  margin-bottom: 10px;
  background-image: url(/outdoor/common/images/subscribe_button_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.section_subscribe .subscribe .paragraph2 {
  float: left;
  font-size: 12px;
  width: 680px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: left;
}

.section_subscribe .ads_inner a {
  display: block;
  margin-bottom: 21px;
  width: 180px;
  margin: 0 20px 0 0px;
  float: left;
}
.section_subscribe .ads_inner img {
  width: 100%;
  height: auto;
}

.section_subscribe a {
  display: block;
  margin-bottom: 21px;
}

.section_subscribe a:last-child {
  margin: 0;
}
.section_subscribe img {
  display: block;
}

/* ------------------------------------------------------------------------------------------
*
    .sidebar
*
------------------------------------------------------------------------------------------ */
.fixed_not {
  position: relative;
  top: 0;
}
.fixed {
  position: fixed;
  top: 0;
}
.fixed_releace {
  position: absolute;
  bottom: 27px;
}
.side {
  width: 265px;
  height: 424px;
}
.sidebar {
  float: right;
  width: 265px;
  padding-top: 40px;
}

.sidebar .sb_title {
  display: table;
  margin: 0 auto;
}

.sidebar .sb_title span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 8px auto 0;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 980px;
  }
  a:hover,
  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .sidebar .category {
    min-width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sidebar .category.guide {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sidebar .caegory.loading {
    padding-left: 14px;
    padding-right: 14px;
  }
  .sidebar .category.recipe {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar .ranking .tab_list {
    width: auto !important;
  }
}
/* ------------------------------------------------------------------------------------------
*
    .sidebar .ranking
*
------------------------------------------------------------------------------------------ */
.sidebar .ranking {
  margin-bottom: 34px;
}

.sidebar .ranking .sb_title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  text-align: left;
}
.sidebar .ranking .sb_title img {
  height: 22px;
  width: auto;
}

.sidebar .ranking .sb_title::before {
  flex-shrink: 0;
  z-index: 1;
  width: 32px;
  height: 25px;
  margin-right: 8px;
  background-image: url("/outdoor/common/images/ranking/icon_ranking.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.sidebar .ranking .tab_list {
  background-color: #ededed;
}

.sidebar .ranking .tab_list ul {
  display: table;
  width: 100%;
  padding: 5px 0 0 6px;
}

.sidebar .ranking .tab_list ul li {
  position: relative;
  float: left;
  /* padding: 0 1px; */
}
.sidebar .ranking .tab_list ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 6px;
  width: 1px;
  background-color: #d6d6d6;
}
.sidebar .ranking .tab_list ul li:first-child:before {
  content: none;
  display: none;
}

.loading {
  float: left;
  width: 100%;
  height: 350px;
  background: url(/outdoor/common/images/pre.gif) no-repeat 50% 50%;
  background-size: 50px 50px;
}

.sidebar .ranking .tab_list ul li a {
  display: block;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  line-height: 29px;
  padding: 1px 4px 5px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: -1px;
  text-align: center;
}
.sidebar .ranking .tab_list ul li.topic a {
  padding: 1px 10px 5px 11px;
}

.sidebar .ranking .tab_list ul li.active a,
.sidebar .ranking .tab_list ul li:hover a {
  color: #ffffff;
  background: #000000;
}

.sidebar .ranking .tab_list ul li.active::before {
  background: #000;
}

.sidebar .ranking .tab_content {
  display: table;
  margin: 0;
  border-top: 1px #dcdcdc solid;
  border-left: 1px #dcdcdc solid;
  border-right: 1px #dcdcdc solid;
}

.sidebar .ranking .tab_content li {
  position: relative;
  float: left;
  width: 100%;
  padding: 11px 10px 16px 15px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 24px auto;
}
.sidebar .ranking .tab_content li:nth-child(odd) {
  background-color: #f7f6ef;
}

/*.sidebar .ranking .tab_content li:after {
    content: '0';
    display: block;
    position: absolute;
    top: 31px;
    left: 31px;
    font-size: 12px;
    font-weight: bold;
    width: 23px;
    line-height: 23px;
    line-height: 21px\0;
    padding: 1px 0 0 1px;
    padding: 3px 0 0 1px\0;
    margin: -12px 0 0 -12px;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
}
.sidebar .ranking .tab_content li:nth-child(1):after { content: '1'; }
.sidebar .ranking .tab_content li:nth-child(2):after { content: '2'; }
.sidebar .ranking .tab_content li:nth-child(3):after { content: '3'; }
.sidebar .ranking .tab_content li:nth-child(4):after { content: '4'; }
.sidebar .ranking .tab_content li:nth-child(5):after { content: '5'; }*/

.sidebar .ranking .tab_content li:nth-child(1) {
  background-image: url(/outdoor/common/images/ranking/sb_ranking_num_01.png);
}
.sidebar .ranking .tab_content li:nth-child(2) {
  background-image: url(/outdoor/common/images/ranking/sb_ranking_num_02.png);
}
.sidebar .ranking .tab_content li:nth-child(3) {
  background-image: url(/outdoor/common/images/ranking/sb_ranking_num_03.png);
}
.sidebar .ranking .tab_content li:nth-child(4) {
  background-image: url(/outdoor/common/images/ranking/sb_ranking_num_04.png);
}
.sidebar .ranking .tab_content li:nth-child(5) {
  background-image: url(/outdoor/common/images/ranking/sb_ranking_num_05.png);
}

.sidebar .ranking .tab_content li {
  display: none;
}

.sidebar .ranking .tab_content li img {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
}

.sidebar .ranking .tab_content li .caption_outer {
  float: left;
  display: block;
  padding-left: 15px;
  width: 55%;
}

.sidebar .ranking .tab_content li .caption {
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 7px;
  padding-left: 0;
  text-align: left;
}

.sidebar .ranking .tab_content li .category {
}

.sidebar .ranking .back {
  border-left: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  border-right: 1px #dcdcdc solid;
  padding: 14px 14px 20px;
}

.sidebar .ranking .back a {
  display: block;
  color: #262626;
  font-size: 13px;
  line-height: 39px;
  line-height: 33px\0;
  padding-top: 6px\0;
  padding-right: 20px;
  background-image: url(/outdoor/common/images/ranking/sb_back_bg.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 19px auto;
  border: 1px #cdcdcd solid;
  border-radius: 6px;
  overflow: hidden;
}

/* ------------------------------------------------------------------------------------------
*
    .sidebar .new_arrival
*
------------------------------------------------------------------------------------------ */
.sidebar .new_arrival {
  margin-bottom: 40px;
}

.sidebar .new_arrival .sb_title {
  margin-bottom: 20px;
}
.sidebar .new_arrival .sb_title img {
  height: 27px;
  width: auto;
}

.sidebar .new_arrival .tab_content {
  display: table;
  margin: 0;
  padding-bottom: 14px;
  border: 1px #dcdcdc solid;
}

.sidebar .new_arrival .tab_content li {
  position: relative;
  float: left;
  padding: 11px 10px 0 15px;
  margin: 0;
}

.sidebar .new_arrival .tab_content li .inner {
  min-height: 100px;
  padding: 0 0 37px 0;
  border-bottom: 2px #e6e6e6 dashed;
}
.sidebar .new_arrival .tab_content li:last-child .inner {
  border: none;
}

.sidebar .new_arrival .tab_content li img {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin-top: 5px;
  border-radius: 6px;
  overflow: hidden;
}

.sidebar .new_arrival .tab_content li .caption {
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 7px;
  padding: 5px 0 0 93px;
  text-align: left;
}

.sidebar .new_arrival .tab_content li .category {
  margin-left: 15px;
}

/* ------------------------------------------------------------------------------------------
*
    .sidebar .campaign
*
------------------------------------------------------------------------------------------ */
/*.fixed {
    width: 265px;
    position: fixed;
    top: 20px;
}
*/
.sidebar .campaign .sb_title {
  margin-bottom: 12px;
  text-align: center;
}
.sidebar .campaign .sb_title img {
  height: 27px;
  width: auto;
}

.sidebar .campaign .inner {
  padding: 18px 14px;
  border: 1px #dcdcdc solid;
}

.sidebar .campaign .gift {
  color: #222222;
  font-size: 14px;
  margin-bottom: 18px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.3;
}

.sidebar .campaign .image {
  margin-bottom: 16px;
  border-radius: 7px;
  overflow: hidden;
}

.sidebar .campaign .image img {
  display: block;
  width: 100%;
}

.sidebar .campaign .description {
  display: block;
  color: #242424;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 13px;
  text-align: left;
}

.sidebar .campaign .deadline {
  color: #dc0725;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

/* ------------------------------------------------------------------------------------------
*
    .sidebar .popular_tags
*
------------------------------------------------------------------------------------------ */
.sidebar .popular_tags {
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.sidebar .popular_tags .sb_title {
  position: relative;
  display: block;
}
.sidebar .popular_tags .sb_title_inner {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  text-align: left;
}
.sidebar .popular_tags .sb_title_inner img {
  width: auto;
  height: 22px;
}
.sidebar .popular_tags .sb_title_inner::before {
  flex-shrink: 0;
  margin-right: 8px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-image: url("/outdoor/common/images/popular/icon_tag.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.sidebar .popular_tags .tab_content {
  width: calc(100% + 11px);
  margin-top: 18px;
}
.sidebar .popular_tags li {
  display: inline-block;
  letter-spacing: normal;
  margin: 3px 10px 12px 0;
}
.sidebar .popular_tags li a {
  display: block;
  background-color: #ededed;
  color: #222;
  font-size: 14px;
  line-height: 1.666666666666667;
  padding: 4px 15px 5px 10px;
  border-radius: 5px;
  text-decoration: none !important;
}
.sidebar .popular_tags li a::after {
  display: block;
  width: calc(100% - 0.6em);
  height: 1px;
  content: "";
  margin-top: -4px;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #979797;
}

/* ------------------------------------------------------------------------------------------
*
    .recommend
*
------------------------------------------------------------------------------------------ */

/* 旧データここから */
.section_recommend {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  background-image: url(/outdoor/common/images/recommend/recommend_bg.png);
  background-repeat: repeat-X;
  background-position: center top;
  background-size: 12px auto;
}
@media print, screen and (min-width: 769px) {
  .recommend h2.image_title {
    display: block;
    color: #000000;
    margin: 0 auto 27px;
    text-align: left;
  }
  .recommend h2.image_title .en {
    display: inline;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .recommend h2.image_title .jp {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 8px;
    vertical-align: 3px;
  }
}
.recommend ul {
  margin-left: -14px;
  margin-right: -14px;
  text-align: left;
}
.recommend ul li {
  float: left;
  width: 25%;
  padding: 0 13px;
}
.recommend ul li .image {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 11px;
}
.recommend ul li .image img {
  display: block;
  float: left;
  width: 100%;
}
.recommend ul li .caption {
  float: left;
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
  width: 226px;
}
.recommend .banner {
  width: 100%;
  margin-bottom: 40px;
}
.recommend .banner img {
  display: block;
  width: 100%;
}
#loaderImage {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -64px;
  margin-top: -64px;
  z-index: 100000;
  transform: scale(0.5, 0.5);
  background: transparent;
}
/* 旧データここまで */

/* ----------------------------- レコメンド後 ----------------------------- */

#recome {
  margin-top: 50px;
  padding-top: 50px;
  background-color: #f5f5f5;
  background-image: url(/outdoor/common/images/recommend/recommend_bg.png);
  background-repeat: repeat-X;
  background-position: center top;
  background-size: 12px auto;
}

/* ------------------------------------------------------------------------------------------
*
    .pagetop
*
------------------------------------------------------------------------------------------ */
#toTop {
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.top_page .section_category .toppage-contents h2.image_title {
  display: block !important;
}
.top_page .section_category .toppage-contents h2.image_title img {
  text-align: center;
  margin: 0 auto;
}
.top_page .section_category h2.image_title,
.top_page .section_category p.pagetop {
  display: none !important;
}

/* ------------------------------------------------------------------------------------------
*
    #contents_campaign
*
------------------------------------------------------------------------------------------ */

#contents_campaign_pc {
  padding: 0 0 69px;
  margin: 0 auto;
  width: 980px;
}

#contents_campaign_pc img {
  width: 100%;
  margin: 0 auto 15px;
}

#contents_campaign_sp {
  display: none !important;
}

/* ------------------------------------------------------------------------------------------
*
    .hpopular_tags
*
------------------------------------------------------------------------------------------ */
.hpopular_tags {
  display: none;
}

/* ------------------------------------------------------------------------------------------
*
    .section_information
*
------------------------------------------------------------------------------------------ */

.hsection_information {
  margin: 0;
  border-bottom: 1px solid #e5e4e2;
}

.hsection_information_container {
  display: table;
  position: relative;
  width: 980px;
  margin: auto;
}

.hsection_information .hinformation_box {
  padding: 30px 30px;
  border: 3px #ededed solid;
  text-align: left;
  margin-bottom: 30px;
}

.hsection_information .hinformation_box .hinformation_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hsection_information .hinformation_box .hinformation_txt {
  font-size: 14px;
  line-height: 1.5;
}

/* ------------------------------------------------------------------------------------------
*
    .contents_ttl
*
------------------------------------------------------------------------------------------ */

.contents_ttl {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  text-align: left;
}

.contents_ttl img {
  width: 185px;
}
.top_page .contents_ttl {
  display: none;
}

/* --------------------------------------------------------------------------------
*
    .subscribe_newsletter_banner
*
-------------------------------------------------------------------------------- */

.subscribe_newsletter_banner {
  margin: 0 auto 30px;
  width: 980px;
}

.subscribe_newsletter_banner img {
  width: 100%;
}

/* ------------------------------------------------------------------------------------------
*
    メルマガ登録
*
------------------------------------------------------------------------------------------ */

.subscribe_newsletter {
  --subscribeNewsletterColorPrimary: #2eb7ae;
  --subscribeNewsletterColorBg: #f5f5f5;
  --subscribeNewsletterMainCatchColorText: #000;
  --subscribeNewsletterMainCatchColorStrong: #2eb7ae;
  --subscribeNewsletterMainCatchColorBg: #f7f6ef;

  padding: 30px 0 70px 0;
  text-align: left;
  background: var(--subscribeNewsletterColorBg);
}
.subscribe_newsletter_inner {
  margin: 0 auto;
  padding: 35px 30px 40px 30px;
  width: 980px;
  background: #fff;
  box-sizing: border-box;
}

.subscribe_newsletter_header {
  display: flex;
  margin-bottom: 26px;
}
.subscribe_newsletter_header_info {
  width: 100%;
}
.subscribe_newsletter_header_info_bar {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 20px;
}
.subscribe_newsletter_header_info_bar:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../images/newsletter/newsletter_dot_line_x.png) 0 bottom repeat-x;
  background-size: 10px 4px;
}
.subscribe_newsletter_header_info_bar_links {
  display: flex;
  gap: 8px;
}
.subscribe_newsletter_header_info_bar_link {
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1;
  border-radius: 9999px;
}

.subscribe_newsletter_header_info_bar_link.subscribe_newsletter_header_info_bar_link--mail {
  background-color: var(--subscribeNewsletterColorPrimary);
}

.subscribe_newsletter_header_info_bar_link.subscribe_newsletter_header_info_bar_link--mail > img {
  width: 32px;
  height: auto;
}

.subscribe_newsletter_header_info_bar_link.subscribe_newsletter_header_info_bar_link--x {
  background-color: #000;
}

.subscribe_newsletter_header_info_bar_link.subscribe_newsletter_header_info_bar_link--x > img {
  width: 27px;
  height: auto;
}
.subscribe_newsletter_header_info_bar_ttl {
  position: relative;
  display: flex;
  font-size: 34px;
  font-weight: 700;
  color: var(--subscribeNewsletterColorPrimary);
}
.subscribe_newsletter_header_info_txt {
  font-size: 16px;
  line-height: 24px;
}
.subscribe_newsletter_main_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.subscribe_newsletter_main_catch {
  margin-bottom: 36px;
  padding: 20px 0;
  color: var(--subscribeNewsletterMainCatchColorText);
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  background: var(--subscribeNewsletterMainCatchColorBg);
  border-radius: 0 0 10px 10px;
}
.subscribe_newsletter_main_catch strong {
  color: var(--subscribeNewsletterMainCatchColorStrong);
}
.subscribe_newsletter_main_catch_line {
  padding-bottom: 5px;
  background: linear-gradient(transparent 90%, var(--subscribeNewsletterMainCatchColorStrong) 0%);
}

.subscribe_newsletter_main_links {
  display: block;
}

.subscribe_newsletter_main_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 60px;
  color: #fff;
  border-radius: 10px;
}

.subscribe_newsletter_main_link.subscribe_newsletter_main_link--mail {
  background-color: var(--subscribeNewsletterColorPrimary);
  width: min(640px, 100%);
  margin: auto;
}

.subscribe_newsletter_main_link.subscribe_newsletter_main_link--mail .subscribe_newsletter_main_link_icon {
  width: 38px;
}

.subscribe_newsletter_main_link.subscribe_newsletter_main_link--x {
  background-color: #000;
}

.subscribe_newsletter_main_link.subscribe_newsletter_main_link--x .subscribe_newsletter_main_link_icon {
  width: 33px;
}

.subscribe_newsletter_main_link_icon > img {
  display: block;
  width: 100%;
  height: auto;
}

.subscribe_newsletter_main_link_text {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(24 / 18);
  color: #fff;
}

.subscribe_newsletter_main_link_option {
  margin-top: 16px;
  font-size: 12px;
  line-height: calc(20 / 12);
  text-align: center;
}

.subscribe_newsletter_main_link_option > a {
  color: currentColor;
  text-decoration: underline;
}

/* .subscribe_newsletter_header_info_btn{
    display: block;
    padding: 15px;
    color: #fff;
    text-align: center;
    background: #d4001b;
    border-radius: 10px;
}
.subscribe_newsletter_header_info_btn span{
    display: inline-block;
    padding-left: 38px;
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    background: url(../images/newsletter/newsletter_icon_mail_wt.png) 0 center no-repeat;
    background-size: 27px auto;
}
.subscribe_newsletter_header_info_option{
    margin-top: 14px;
    font-size: 12px;
    line-height: 20px;
}
.subscribe_newsletter_header_info_option a{
    color: inherit !important;
    text-decoration: underline !important;
}
.subscribe_newsletter_header_img{
    width: 290px;
}
.subscribe_newsletter_header_img img{
    width: 100%;
    height: auto;
}
.subscribe_newsletter_header_img a{
    position: relative;
    display: block;
}
.subscribe_newsletter_header_img_popup{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 17px;
    right: 17px;
    width: 117px;
    height: 117px;
    background: #000;
    border-radius: 50%;
    z-index: 5;
}
.subscribe_newsletter_header_img_popup_txt{
    padding-bottom: 27px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    background: url(../images/newsletter/newsletter_icon_plus_wt.png) center bottom no-repeat;
    background-size: 19px auto;
}
.subscribe_newsletter_main_info{
    display: flex;
}
.subscribe_newsletter_main_info_ttl{
    padding-top: 4px;
    width: 140px;
    text-align: center;
    border-right: 2px dashed #e6e6e6;
}
.subscribe_newsletter_main_info_ttl_label{
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 18px;
    color: #2eb7ae;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #2eb7ae;
    border-radius: 13px;
}
.subscribe_newsletter_main_info_ttl_txt{
    color: #2eb7ae;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}
.subscribe_newsletter_main_info_content{
    padding-left: 20px;
    width: calc(100% - 140px);
    box-sizing: border-box;
}
.subscribe_newsletter_main_info_content_coming{
    margin-bottom: 18px;
    padding-left: 162px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    background: url(../images/newsletter/newsletter_ttl_coming.png) 0 center no-repeat;
    background-size: 150px auto;
}
.subscribe_newsletter_main_info_content_list{
    margin-bottom: 4px;
}
.subscribe_newsletter_main_info_content_list li{
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 24px;
}
.subscribe_newsletter_main_info_content_list li:after{
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #2eb7ae;
    border-radius: 50%;
}
.subscribe_newsletter_main_info_content_attention{
    font-size: 12px;
    line-height: 20px;
}

.subscribe_newsletter_modal{
	display: none;
}
.subscribe_newsletter_modal_sample{
	padding: 50px 120px 110px 50px;
}
.subscribe_newsletter_modal_sample_txt{
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.subscribe_newsletter_modal_sample_txt a{
    color: #004ddc !important;
    text-decoration: underline !important;
}
.subscribe_newsletter_modal_sample_btm{
    margin: 0 auto;
    width: 388px;
} */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox:after {
  content: none;
}
#colorbox div:after,
#colorbox dl:after,
#colorbox ul:after {
  content: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.6);
}
#colorbox {
  top: 0;
  bottom: 0;
  margin: 10px 0;
  height: calc(100% - 20px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  outline: 0;
}
#cboxTopLeft {
  width: 0;
  height: 0;
}
#cboxTopRight {
  width: 0;
  height: 0;
}
#cboxBottomLeft {
  width: 0;
  height: 0;
}
#cboxBottomRight {
  width: 0;
  height: 0;
}
#cboxMiddleLeft {
  width: 0;
  height: 0;
}
#cboxMiddleRight {
  width: 0;
  height: 0;
}
#cboxTopCenter {
  width: 0;
  height: 0;
}
#cboxBottomCenter {
  width: 0;
  height: 0;
}
#cboxContent {
  background: #fff;
  border-radius: 0;
  /* overflow:hidden; */
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
}
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxClose:active {
  outline: 0;
}
#cboxClose {
  display: block;
  position: absolute;
  top: 48px;
  right: 48px;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  background: url(../images/newsletter/newsletter_icon_close_01.png) no-repeat center center;
  background-size: 44px auto;
}
#cboxClose:hover {
  opacity: 0.7;
}
#cboxClose2 {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background: #000;
  border-radius: 10px;
}
#cboxClose2 span {
  display: inline-block;
  padding-left: 34px;
  color: #fff !important;
  background: url(../images/newsletter/newsletter_icon_close_02.png) no-repeat 0 center;
  background-size: 19px auto;
}

/**
 * 各詳細ページに表示のバナーエリア
 */
.section_banners {
  padding-top: 37px;
  padding-bottom: 15px;
}
.section_banners__category-top {
  width: 980px;
  margin: 0 auto;
}
.category-top__link {
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.category-top__link-texts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
}
.link-text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.link-text__explanation {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.link-text__title {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.link-text__title--side {
  width: auto;
}
.link-text__title--side-pc {
  width: auto;
}
.link-text__btn {
  width: 115px;
  height: 37px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #2fb8b0;
  border-radius: 4px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-bottom\0: 0.3em;
  position: relative;
  padding: 0 23px 0 20px;
}
.link-text__btn--side {
  margin-top: 0;
  margin-left: 24px;
}
.link-text__btn--side-pc {
  margin-top: 0;
  margin-left: 24px;
}

.link-text__btn::after {
  content: "";
  height: 9px;
  width: 6px;
  background-image: url(/outdoor/common/images/banner/arrow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.category-top__bg {
  position: relative;
  z-index: 0;
}

/**
 * 各一覧・詳細ページに表示のカテゴリタグ
 */
.page-category-tags {
}

.page-category-tags__lists {
  letter-spacing: -0.4em;
  text-align: left;
  margin-right: -14px;
}

.page-category-tags__list {
  display: inline-block;
  letter-spacing: normal;
  margin: 3px 14px 3px 0;
}

.page-category-tags__link {
  display: block;
  background-color: #ededed;
  color: #222 !important;
  font-size: 14px;
  line-height: 1.666666666666667;
  padding: 2px 6px 2px 6px;
  padding: 8px 12px 5px 10px;
  border-radius: 5px;
  text-decoration: none !important;
}

.page-category-tags__link::after {
  display: block;
  width: calc(100% - 0.6em);
  height: 1px;
  content: "";
  margin-top: -4px;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #979797;
}

/**
 * page-category-tags-wrap
 */
.page-category-tags-wrap--type-c-head .page-category-tags {
  margin-bottom: 25px;
}

.page-category-tags-wrap--type-c-head--n-margin-top .page-category-tags {
  margin-top: -20px;
  margin-bottom: 25px;
}

.page-category-tags-wrap--type-c-body .page-category-tags {
  margin-top: 27px;
}

.page-category-tags-wrap--type-c-body .page-category-tags {
  padding-left: 36px;
  position: relative;
}

.page-category-tags-wrap--type-c-body .page-category-tags::before {
  content: "";
  background-image: url(/outdoor/common/images/icon-category-tag.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 24px;
  width: 25px;
  position: absolute;
  top: 9px;
  left: 0;
}

.page-category-tags-wrap--type-b-head .page-category-tags {
  margin-bottom: 25px;
}

.page-category-tags-wrap--type-b-head--n-margin-top .page-category-tags {
  margin-top: -20px;
  margin-bottom: 25px;
}

.page-category-tags-wrap--type-b-body .page-category-tags {
  margin-top: 27px;
}

.page-category-tags-wrap--type-b-body .page-category-tags {
  padding-left: 36px;
  position: relative;
}

.page-category-tags-wrap--type-b-body .page-category-tags::before {
  content: "";
  background-image: url(/outdoor/common/images/icon-category-tag.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 24px;
  width: 25px;
  position: absolute;
  top: 9px;
  left: 0;
}

.page-category-tags-wrap--type-a-head .page-category-tags {
  margin-bottom: 25px;
}

.page-category-tags-wrap--type-a-head--n-margin-top .page-category-tags {
  margin-top: -20px;
  margin-bottom: 25px;
}

.page-category-tags-wrap--type-a-head--n-margin-bottom {
  padding-top: 45px;
  margin: 0 auto;
  width: 980px;
  position: relative;
}

.page-category-tags-wrap--type-a-body-sc {
  margin: 0 auto;
  width: 980px;
}

.page-category-tags-wrap--type-a-head--n-margin-bottom .page-category-tags {
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  margin-top: -10px;
}

.page-category-tags-wrap--type-a-head--margin-top .page-category-tags {
  margin-top: 16px;
}

.page-category-tags-wrap--type-a-body .page-category-tags {
  margin-top: 27px;
  margin-bottom: 27px;
}

.page-category-tags-wrap--type-a-body .page-category-tags {
  padding-left: 36px;
  position: relative;
}

.page-category-tags-wrap--type-a-body .page-category-tags::before {
  content: "";
  background-image: url(/outdoor/common/images/icon-category-tag.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 24px;
  width: 25px;
  position: absolute;
  top: 9px;
  left: 0;
}

/* ------------------------------------------------------------------------------------------
*
    Honda ASOBI BASE
*
------------------------------------------------------------------------------------------ */
.related-site {
  /*  */
}

.related-site__inner {
  width: 980px;
  padding-bottom: 45px;
  margin: 0 auto;
}

.related-site__heading {
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  line-height: 1.4;
  text-align: center;
}

.related-site__sub-heading {
  font-size: 26px;
}

/* ------------------------------------------------
    202306追加
--------------------------------------------------- */

#footer-cp.campaignbanner {
  width: 980px;
  margin: 10px auto 60px auto;
}

#footer-cp.campaignbanner img {
  width: 100%;
}

/* ------------------------------------------------
    202306追加ここまで
--------------------------------------------------- */

.hab__header {
  margin-top: 20px;
  text-align: center;
}

.hab__heading {
  width: 468px;
  margin: 0 auto;
}

.hab__heading img {
  width: 100%;
}

.hab__header-text {
  display: inline-block;
  margin-top: 5px;
  font-size: 26px;
  font-weight: 700;
  color: #0a1c3f;
}

.hab__list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.hab__list.one {
  justify-content: center !important;
}

.hab__item {
  position: relative;
  display: block;
  width: 480px;
  background-color: #fff;
}

.hab__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.hab__item.recruit::before {
  background-image: url("/outdoor/common/images/hab/icon_recruit.png");
}

.hab__item.announcement::before {
  background-image: url("/outdoor/common/images/hab/icon_announcement.png");
}

.hab__item-img img {
  width: 100%;
}

.hab__item-textarea {
  padding: 24px 26px 38px;
}

.hab__item-heading {
  font-size: 20px;
  line-height: calc(28 / 20);
  font-weight: 700;
  color: #010101;
}

.hab__item-tags {
  display: flex;
  margin-top: 11px;
}

.hab__item-tag {
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #031d41;
  border: 1px solid #031d41;
  border-radius: 5px;
}

.hab__btn {
  position: relative;
  display: block;
  width: 440px;
  padding: 20px 0;
  margin: 20px auto 0;
  /* background-color: #0a1c3f; */
  font-size: 20px;
  font-weight: 700;
  color: #0a1c3f;
  text-align: center;
  border-radius: 5px;
}

.hab__btn-icon {
  position: absolute;
  top: calc(50% - 13px);
  right: 40px;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #0a1c3f;
}

.hab__btn-icon::before {
  position: absolute;
  inset: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

/* ------------------------------------------------------------------------------------------
*
    関連するHondaのコミュニティ/サービス
*
------------------------------------------------------------------------------------------ */
.related-service a {
  transition: opacity 0.3s;
}

.related-service a:hover {
  opacity: 0.7;
}

.related-service__inner {
  width: 980px;
  padding: 60px 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #000;
}

.related-service__ttl {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
  line-height: calc(31 / 20);
  font-weight: 700;
  text-align: left;
}

.related-service__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4px;
  height: calc(100% - 0.5rem);
  background-color: #c00000;
  border-radius: 5px;
  transform: translate(0, -50%);
}

.related-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  margin-top: 20px;
}

.related-service__list > li {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-rows: repeat(2, auto);
  padding-right: 18px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.related-service__img {
  grid-row: 1 / 3;
}

.related-service__img img {
  display: block;
  width: 100%;
  height: auto;
}

.related-service__text-wrap {
  align-self: end;
}

.related-service__text {
  font-size: 14px;
  line-height: calc(24 / 14);
  text-align: left;
}

.related-service__btn-wrap {
  margin-top: 8px;
}

.related-service__btn {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: calc(24 / 14);
  font-weight: 700;
  color: #000 !important;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.related-service__btn::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin-block: auto;
  content: "";
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  transform: rotate(45deg);
}
