@import url(font-awesome.min.css);

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.contentsColumn01 {
	margin-bottom: 90px;
}

.contentsColumn02 {
	margin-bottom: 90px;
}

.contentsColumn02:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.contentsColumn02 .mainBlock {
	float: left;
	width: 70.2%;
}

.contentsColumn02 .mainBlock > .section {
	margin-bottom: 80px;
}

.contentsColumn02 .mainBlock > .section:last-child {
	margin-bottom: 0;
}

.contentsColumn02 .mainBlock .g {
	background-color: #fff;
	border: solid 1px #f4f4f4;
	padding: 30px 42px;
	margin-top: 20px;
}

.contentsColumn02 .mainBlock .g h2 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
	margin-bottom: 20px !important;
}

.contentsColumn02 .mainBlock .g ul li + li {
	margin-top: 15px;
}

.contentsColumn02 .mainBlock .g ul a {
	display: inline-block;
	position: relative;
	padding-left: 12px;
}

.contentsColumn02 .mainBlock .g ul a::before {
	content: "";
	width: 6px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0.45em;
	left: 0;
}

.contentsColumn02 .mainBlock .g ul a:hover {
	text-decoration: underline;
}

.contentsColumn02 .sideBlock {
	float: right;
	width: 26.4%;
}

.contentsColumn02 .sideBlock .spOnlyTop {
	display: none;
}

.contentsColumn02 .sideAd {
	text-align: center;
}

.contentsColumn02 .sideAd + * {
	margin-top: 40px;
}

.contentsColumn02 .sideBox {
	background-color: #f1f1f1;
	padding: 20px;
}

.contentsColumn02 .sideBox + .sideBox,
.contentsColumn02 .sideBox + .sideBnr,
.contentsColumn02 .sideBox + .sideAd {
	margin-top: 20px;
}

.contentsColumn02 .sideTitle {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: solid 2px #000;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-weight: bold;
}

.contentsColumn02 .sideTitle_ranking {
	background-image: url(../img/common/icon_ranking.png);
	background-position: left 0.2em;
	background-size: 21px auto;
}

.contentsColumn02 .sideTitle_file {
	background-image: url(../img/common/icon_file.png);
	background-position: left 0.05em;
	background-size: 20px auto;
}

.contentsColumn02 .sideTitle_cart {
	background-image: url(../img/common/icon_cart.png);
	background-position: left 0.2em;
	background-size: 21px auto;
}

.contentsColumn02 .sideList {
	font-size: 12px;
	font-size: 1.2rem;
}

.contentsColumn02 .sideList_basic .item {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.contentsColumn02 .sideList_basic li:not(:last-child) {
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.contentsColumn02 .sideList_basic .image {
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100px;
}

.contentsColumn02 .sideList_basic .image .modPrFlag {
	position: absolute;
	top: 3px;
	right: 3px;
}

.contentsColumn02 .sideList_basic .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.contentsColumn02 .sideList_ranking {
	counter-reset: number 0;
}

.contentsColumn02 .sideList_ranking li {
	position: relative;
	counter-increment: number 1;
}

.contentsColumn02 .sideList_ranking li:after {
	content: counter(number);
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: -6px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}

.contentsColumn02 .sideList_ranking li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):after {
	border: solid 1px #eaeaea;
}

.contentsColumn02 .sideList_ranking li:nth-child(1):after {
	background-color: #cea556;
	color: #fff;
}

.contentsColumn02 .sideList_ranking li:nth-child(2):after {
	background-color: #a7a7a7;
	color: #fff;
}

.contentsColumn02 .sideList_ranking li:nth-child(3):after {
	background-color: #bc7261;
	color: #fff;
}

.contentsColumn02 .sideList_wanted .item .txt {
	color: #777;
}

.contentsColumn02 .sideList_column03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contentsColumn02 .sideList_column03::after {
	content: "";
	display: block;
	width: 31.3%;
}

.contentsColumn02 .sideList_column03 li {
	width: 31.3%;
	margin-top: 10px;
}

.contentsColumn02 .sideList_column03 li:nth-child(-n + 3) {
	margin-top: 0;
}

.contentsColumn02 .sideList_column03 .item {
	display: block;
}

.contentsColumn02 .sideList .editor {
	position: relative;
	margin-top: 10px;
	padding-bottom: 3px;
	padding-left: 22px;
	font-size: 12px;
	font-size: 1.2rem;
}

.contentsColumn02 .sideList .editor.user .icon {
	background-color: #b8b8b8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
}

.contentsColumn02 .sideList .date {
	color: #777777;
}

.contentsColumn02 .sideList .price {
	color: #777777;
}

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

.contentsColumn02 .sideBnr + .sideBox,
.contentsColumn02 .sideBnr + .sideAd,
.contentsColumn02 .sideBnr.spOnlyTop + .sideBnr {
	margin-top: 40px;
}

.contentsColumn02 ul.sideBnr li:not(:last-child) {
	margin-bottom: 20px;
}

.contentsColumn02 .sideRecommend {
	margin: 50px 0 30px;
}

.contentsColumn02 .sideRecommend .title {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
	-webkit-text-stroke-width: .4px;
}

.contentsColumn02 .sideRecommend .sideBnr {
	margin-top: 0;
}

.contentsColumn02 .spBlock {
	display: none;
}

.contentsColumn02 .spBlock > .section {
	margin-bottom: 80px;
}

.contentsColumn02 .spBlock > .section:last-child {
	margin-bottom: 0;
}

#footer {
	background-color: #3bb400;
	padding: 50px 0;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer .siteTitle {
	max-width: 176px;
	margin: 0 auto 20px;
	text-align: center;
}

#footer .pageTop {
	position: fixed;
	bottom: 0;
	right: 0;
	display: block;
	width: 60px;
	z-index: 10;
}

#footer .fNav {
	max-width: 1020px;
	margin: 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

#footer .fNav .title {
	margin-bottom: 15px;
	font-weight: bold;
}

#footer .fNav .sp {
	display: none;
}

#footer .fNav .item {
	margin-bottom: 20px;
}

#footer .fNav .item dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#footer .fNav .item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .fNav .item ul li {
	width: 16%;
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}

#footer .fNav .item ul li:before {
	content: "\2D";
	position: absolute;
	top: 0;
	left: 0;
}

#footer .fNav .fNavSp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 11px;
	font-size: 1.1rem;
}

#footer .fNav .fNavSp a {
	width: 49%;
	margin-bottom: 2%;
	padding: 15px 10px;
	border: solid 1px #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#footer .tag {
	max-width: 1020px;
	margin: 10px auto 0;
	font-weight: bold;
}

#footer .tag .title {
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

#footer .tag ul {
	padding-left: 25px;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}

#footer .tag ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#footer .tag ul:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: 0.3em;
	left: 2px;
}

#footer .tag li {
	float: left;
	margin-bottom: 5px;
}

#footer .tag li:not(:last-child) {
	margin-right: 8px;
}

#footer .tag a {
	text-decoration: underline;
}

#footer .tag a:hover {
	text-decoration: none;
}

#footer .fNav02 {
	margin-top: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

#footer .fNav02 li {
	display: inline-block;
	position: relative;
}

#footer .fNav02 li:not(:last-child) {
	padding-right: 20px;
}

#footer .fNav02 li:not(:last-child)::after {
	content: "";
	background-color: #fff;
	width: 1px;
	position: absolute;
	top: 3px;
	right: 10px;
	bottom: 3px;
}

#footer .fNav02 a {
	text-decoration: underline;
}

#footer .copyright {
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
}

#footer .caution {
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
}

/* 全ページ告知機能追加 */

.notice_area_wrapper {
	margin: 15px auto 0;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1180px;
}

.notice_area_wrapper a {
	margin: 0 auto;
	display: block;
}

.notice_area_wrapper a:hover {
	opacity: 0.6;
}

.notice_area_wrapper .notice_area {
	background: #fff;
	width: 100%;
	border: solid 1px #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	display: table;
}

.notice_area_wrapper .notice_area_title {
	color: #fff;
	background: #444;
	height: 100%;
	display: table-cell;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
}

.notice_area_wrapper .notice_area_comment {
	padding: 7px 20px;
	display: table-cell;
}

.notice_area_wrapper .notice_area_comment .pc_none {
	display: none;
}

.notice_area_wrapper .notice_area_comment_inner,
.notice_area_wrapper .notice_area_comment_post,
.notice_area_wrapper .notice_area_comment_link,
.notice_area_wrapper .notice_area_comment p {
	display: inline;
}

.notice_area_wrapper .notice_area_comment_inner {
	margin-bottom: 10px;
}

.notice_area_wrapper .notice_area_comment_inner:last-child {
	margin-bottom: 0;
}

.notice_area_wrapper .notice_area_comment_post {
	font-size: 14px;
	font-size: 1.4rem;
}

.notice_area_wrapper .notice_area_comment_post img {
	width: 100%;
}

.notice_area_wrapper .notice_area_comment_post a {
	margin-right: 5px;
}

.notice_area_wrapper .notice_area_comment_link a {
	color: #0073aa;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: underline;
}

/* CSS Document */

.container {
	max-width: 1180px;
}

.modSpOnly {
	display: none;
}

#cboxOverlay,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight {
	background-image: none !important;
}

#cboxOverlay {
	background-color: #000 !important;
}

#cboxLoadedContent {
	margin-bottom: 0 !important;
}

#cboxClose {
	top: -46px;
	right: 0;
	bottom: auto !important;
	width: 45px !important;
	height: 45px !important;
	background-color: #fff !important;
	background-image: url(../img/common/icon_close.svg) !important;
	background-size: 22px 22px !important;
	background-position: center !important;
}

#colorbox,
#cboxWrapper,
#cboxContent {
	overflow: visible !important;
}

#cboxCurrent {
	display: none !important;
}

#cboxNext,
#cboxPrevious {
	background-position: center !important;
	background-size: 17px 24px !important;
	margin: auto !important;
	width: 90px !important;
	height: auto !important;
	top: 0;
}

#cboxNext {
	background-image: url(../img/common/arrow_modal_r.svg) !important;
	left: auto !important;
	right: -90px;
}

#cboxPrevious {
	background-image: url(../img/common/arrow_modal.svg) !important;
	left: -90px !important;
}

/*
#overview
modTitle
*/

/*
#styleguide
modTitle01

```
<h2 class="modTitle01"><span class="main">Be-Pal’s Topics</span><span class="sub">Be-pal記事</span></h2>
<h2 class="modTitle01 modTitle01_normal">アイコンなし</h2>
<h2 class="modTitle01 modTitle01_normal">アイコンなし<span class="sub02">サブテキスト</span></h2>
<h2 class="modTitle01 modTitle01_normal modTitle01_small">少し小さい</h2>
```
*/

.modTitle01,
.contentsColumn02 .mainBlock .g h2,
.modBlockAds .candy-header-title,
.modBlockAds02 .trc_related_container .trc_rbox_header,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header {
	background-image: url(../img/common/icon_file.png);
	background-position: left 0.6em;
	background-repeat: no-repeat;
	background-size: 23px auto;
	margin-bottom: 40px;
	padding-left: 36px;
	padding-bottom: 3px;
	border-bottom: solid 2px #000;
	font-weight: bold;
	line-height: 1.6;
}

.IEUnder .modTitle01,
.IEUnder .contentsColumn02 .mainBlock .g h2,
.contentsColumn02 .mainBlock .g .IEUnder h2,
.IEUnder .modBlockAds .candy-header-title,
.modBlockAds .IEUnder .candy-header-title,
.IEUnder .modBlockAds02 .trc_related_container .trc_rbox_header,
.modBlockAds02 .trc_related_container .IEUnder .trc_rbox_header,
.IEUnder .modBlockAds03 #_popIn_recommend ._popIn_recommend_header,
.modBlockAds03 #_popIn_recommend .IEUnder ._popIn_recommend_header {
	background-position: left 0.1em;
}

.modTitle01_normal,
.contentsColumn02 .mainBlock .g h2,
.modBlockAds .candy-header-title,
.modBlockAds02 .trc_related_container .trc_rbox_header,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header {
	background-image: none;
	padding-left: 0;
	padding-bottom: 8px;
	font-size: 24px;
	font-size: 2.4rem;
}

.modTitle01_normal.modTitle01_middle,
.contentsColumn02 .mainBlock .g h2.modTitle01_middle,
.modBlockAds .modTitle01_middle.candy-header-title,
.modBlockAds02 .trc_related_container .modTitle01_middle.trc_rbox_header,
.modBlockAds03 #_popIn_recommend .modTitle01_middle._popIn_recommend_header {
	font-size: 22px;
	font-size: 2.2rem;
}

.modTitle01_normal.modTitle01_small,
.contentsColumn02 .mainBlock .g h2,
.modBlockAds .candy-header-title,
.modBlockAds02 .trc_related_container .trc_rbox_header,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header {
	font-size: 18px;
	font-size: 1.8rem;
}

.modTitle01_photo {
	background-image: url(../img/common/icon_camera.png);
	background-position: left 0.8em;
	background-size: 27px auto;
}

.IEUnder .modTitle01_photo {
	background-position: left 0.2em;
}

.modTitle01_wanted {
	background-image: url(../img/common/icon_wanted.png);
	background-position: 7px 0.8em;
	background-size: 20px auto;
}

.IEUnder .modTitle01_wanted {
	background-position: left 0.3em;
}

.modTitle01_tag {
	background-image: url(../img/common/icon_tag.png);
	background-position: left 0.7em;
	background-size: 29px auto;
}

.IEUnder .modTitle01_tag {
	background-position: left 0.3em;
}

.modTitle01_guideline {
	background-image: url(../img/common/icon_pencil.png);
	background-position: left 0.3em;
	background-size: 22px auto;
	border-bottom-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 24px;
	font-size: 2.4rem;
}

.modTitle01_ng {
	position: relative;
	background-image: none;
	padding-left: 0;
	padding-bottom: 12px;
	font-size: 18px;
	font-size: 1.8rem;
}

.modTitle01_ng i {
	margin-right: 5px;
}

.modTitle01_list {
	background-image: url(../img/common/icon_list03.png);
	background-position: left 0.2em;
	background-size: 19px auto;
	padding-left: 26px;
	padding-bottom: 12px;
	font-size: 18px;
	font-size: 1.8rem;
}

.modTitle01 .main,
.contentsColumn02 .mainBlock .g h2 .main,
.modBlockAds .candy-header-title .main,
.modBlockAds02 .trc_related_container .trc_rbox_header .main,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header .main {
	font-size: 30px;
	font-size: 3rem;
}

.modTitle01 .sub,
.contentsColumn02 .mainBlock .g h2 .sub,
.modBlockAds .candy-header-title .sub,
.modBlockAds02 .trc_related_container .trc_rbox_header .sub,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header .sub {
	margin-left: 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.modTitle01 .sub02,
.contentsColumn02 .mainBlock .g h2 .sub02,
.modBlockAds .candy-header-title .sub02,
.modBlockAds02 .trc_related_container .trc_rbox_header .sub02,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header .sub02 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}

/*
#styleguide
modTitle02

```
<h2 class="modTitle02">タイトル</h2>
<h2 class="modTitle02 modTitle02_left">左タイトル</h2>
```
*/

.modTitle02 {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.modTitle02_left {
	text-align: left;
}

/*
#styleguide
modTitle03

```
<h2 class="modTitle03">タイトル</h2>
```
*/

.modTitle03 {
	margin-bottom: 10px;
	font-weight: bold;
}

/*
#overview
modTxt
*/

/*
#styleguide
modTxtLink

ページャーの上に基本的にあるみたい
```
<p class="modTxtLink"><a href="#">Bepal記事からさらに見る</a></p>
```
*/

.modTxtLink {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}

/*
#overview
modBtn
*/

/*
#styleguide
modBtn01

```
<p><a href="#" class="modBtn01">ボタン</a></p>
```
*/

.modBtn01 {
	background-color: #f1f1f1;
	display: block;
	padding: 15px;
	width: 100%;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

.IEUnder .modBtn01 {
	padding-bottom: 10px;
}

.modBtn01:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	margin-right: 10px;
	font-weight: normal;
	font-size: 14px;
}

.modBtn01_t::before {
	content: "";
}

/*
#styleguide
modBtn02

```
<p><a href="#" class="modBtn02">ボタン</a></p>
<p><a href="#" class="modBtn02 modBtn02_color02">ボタン 黒</a></p>
<p><a href="#" class="modBtn02 modBtn02_color03">ボタン 灰色</a></p>
<p><a href="#" class="modBtn02 modBtn02_plus">ボタン modBtn02_plus</a></p>
```
*/

.modBtn02 {
	background-color: #3bb400;
	display: block;
	padding: 12px 10px 13px;
	width: 100%;
	border: none;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

.IEUnder .modBtn02 {
	padding-top: 16px;
}

.modBtn02:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	margin-right: 8px;
	font-weight: normal;
	font-size: 12px;
}

.modBtn02_color02 {
	background-color: #000;
}

.modBtn02_color03 {
	background-color: #f1f1f1;
	color: #000;
}

.modBtn02_plus:before {
	content: "";
}

/*
#styleguide
modBtnBox

```
<p class="modBtnBox"><a href="#" class="modBtn01">ボタン</a></p>
```
*/

.modBtnBox {
	margin-top: 40px;
}

/*
#styleguide
modBtnBox02

```
<p class="modBtnBox02"><a href="#" class="modBtn02">ボタン</a></p>
```
*/

.modBtnBox02 {
	max-width: 260px;
	margin: 24px auto 0;
}

.modBtnBox02_wide {
	max-width: 350px;
	margin-top: 20px;
}

/*
#styleguide
modBtnList

```

```
*/

.modBtnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
}

.modBtnList li {
	width: 48%;
}

/*
#overview
modBlock
*/

/*
#styleguide
modBox

```
<div class="modBox">白いブロック</div>
```
*/

.modBox,
.modBlockAds .candy-reco,
.modBlockAds02 .trc_related_container,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container {
	background-color: #fff;
	border: solid 1px #f4f4f4;
	padding: 30px 42px;
	margin-top: 44px;
}

.modBox_second {
	margin-top: 20px;
}

.modBox_first + .modBox,
.modBlockAds .modBox_first + .candy-reco,
.modBlockAds02 .modBox_first + .trc_related_container,
.modBlockAds03 #_popIn_recommend .modBox_first + ._popIn_recommend_container,
.modBox.modBlockArticle + .modBox_second:not(.modPager02),
.modBlockAds .modBlockArticle.candy-reco + .modBox_second:not(.modPager02),
.modBlockAds02 .modBlockArticle.trc_related_container + .modBox_second:not(.modPager02),
.modBlockAds03 #_popIn_recommend .modBlockArticle._popIn_recommend_container + .modBox_second:not(.modPager02) {
	margin-top: 40px;
}

.modBox_color02 {
	background-color: #3bb400;
	color: #fff;
}

.modBox_color03 {
	background-color: #f1f1f1;
}

.contentsColumn02 .mainBlock > .modBox:first-child,
.contentsColumn02 .modBlockAds .mainBlock > .candy-reco:first-child,
.modBlockAds .contentsColumn02 .mainBlock > .candy-reco:first-child,
.contentsColumn02 .modBlockAds02 .mainBlock > .trc_related_container:first-child,
.modBlockAds02 .contentsColumn02 .mainBlock > .trc_related_container:first-child,
.contentsColumn02 .modBlockAds03 #_popIn_recommend .mainBlock > ._popIn_recommend_container:first-child,
.modBlockAds03 #_popIn_recommend .contentsColumn02 .mainBlock > ._popIn_recommend_container:first-child,
.container > .modBox:first-child,
.modBlockAds .container > .candy-reco:first-child,
.modBlockAds02 .container > .trc_related_container:first-child,
.modBlockAds03 #_popIn_recommend .container > ._popIn_recommend_container:first-child {
	margin-top: 0;
}

/*
#styleguide
modBlockArticle

詳細要素
```
<article class="modBox modBlockArticle">
	<header class="header">
		<div class="head">
			<p class="category"><a href="#">アウトドア道具</a></p>
		</div>
		<h1 class="title">記事タイトルが入ります記事タイトルが入ります</h1>
		<p class="date">2018.03.28</p>
		<ul class="tag">
			<li><a href="#">FLEX 4 システム</a></li>
			<li><a href="#">MSR</a></li>
			<li><a href="#">クッカー</a></li>
		</ul>
		<ul class="share">
			<li class="facebook"><a href="http://www.facebook.com/sharer.php?u=https://www.bepal.net/I1.html" target="_blank" class="modPopWindow">Facebook</a></li>
			<li class="twitter"><a href="https://twitter.com/share?url=https://www.bepal.net/I1.html&text=%e8%a8%98%e4%ba%8b%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%8c%e5%85%a5%e3%82%8a%e3%81%be%e3%81%99%e8%a8%98%e4%ba%8b%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%8c%e5%85%a5%e3%82%8a%e3%81%be%e3%81%99" target="_blank" class="modPopWindow">Twitter</a></li>
			<li class="pocket"><a href="http://getpocket.com/edit?url=https://www.bepal.net/I1.html&title=%e8%a8%98%e4%ba%8b%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%8c%e5%85%a5%e3%82%8a%e3%81%be%e3%81%99%e8%a8%98%e4%ba%8b%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%8c%e5%85%a5%e3%82%8a%e3%81%be%e3%81%99" target="_blank" class="modPopWindow">Pocket</a></li>
			<li class="hatena"><a href="http://b.hatena.ne.jp/entry/https://www.bepal.net/I1.html" target="_blank">はてなブックマーク</a></li>
		</ul>
	</header>
	<div class="modWysiwyg">
		<p><img src="assets/img/common/dummy07.jpg" alt="" class="aligncenter"></p>
		<p>奥伊勢とも呼ばれる三重県大台町。<br>ユネスコの生物圏保護区にも指定され、2016年に日本一の清流に認定された宮川が流れる、まさにアウトドアの聖地。<br>その大台町で、ここ数年大盛り上がりを見せているのが、「大台町アウトドアフェスティバル」。<br>もちろん今年も開催予定。</p>
		<p>
			<strong>3月4日（日）  「山イベント」</strong><br>トレイルランやトレッキングなどのほか、小さいお子さんも楽しめる「森のようちえん」など、さまざまなアクティビティを予定。<br><br>
			<strong>4月8日（日） 「清流イベント」</strong><br>メガSUPやシングルSUPで、宮川の水系をツーリングして、お花見までしちゃう「SUP」や、奥伊勢湖でのカヤックツーリングなど。<br>
		</p>
		<div style="background-color: #ebf7e5; padding: 18px 22px;">
			<strong>詳細と申し込み</strong><br>
			<a href="https://web-odai.info/booking/festival" target="_blank" style="font-size: 13px; text-decoration: none;">https://web-odai.info/booking/festival</a>
		</div>
	</div><!-- /.modWysiwyg -->
	<div class="modPager">
		<div class="wp-pagenavi">
			<span class="current">1</span>
			<a href="#" class="page larger">2</a>
			<a href="#" class="nextpostslink">次のページへ</a>
		</div>
	</div>
	<dl class="shareFooter">
		<dt>この記事をシェアしよう！</dt>
		<dd>
			<ul>
				<li class="facebook"><a href="http://www.facebook.com/sharer.php?u=https://www.bepal.net/I1.html" target="_blank" class="modPopWindow">Facebook</a></li>
				<li class="twitter"><a href="https://twitter.com/share?url=https://www.bepal.net/I1.html&text=%e8%a8%98%e4%ba%8b%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%8c%e5%85%a5%e3%82%8a%e3%81%be%e3%81%99%e8%a8%98%e4%ba%8b%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%8c%e5%85%a5%e3%82%8a%e3%81%be%e3%81%99" target="_blank" class="modPopWindow">Twitter</a></li>
				<li class="pocket"><a href="http://getpocket.com/edit?url=https://www.bepal.net/I1.html&title=%e8%a8%98%e4%ba%8b%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%8c%e5%85%a5%e3%82%8a%e3%81%be%e3%81%99%e8%a8%98%e4%ba%8b%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab%e3%81%8c%e5%85%a5%e3%82%8a%e3%81%be%e3%81%99" target="_blank" class="modPopWindow">Pocket</a></li>
				<li class="hatena"><a href="http://b.hatena.ne.jp/entry/https://www.bepal.net/I1.html" target="_blank">はてなBook</a></li>
			</ul>
		</dd>
	</dl>
</article><!-- /.modBlockArticle -->
```
*/

.modBlockArticleHeader {
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.modBlockArticle .header {
	margin-bottom: 30px;
	position: relative;
}

.modBlockArticle .header .head {
	margin-bottom: 10px;
	padding-right: 112px;
}

.modBlockArticle .header .head .category {
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockArticle .header .head .category a,
.modBlockArticle .header .head .category span {
	display: inline-block;
	padding: 4px 18px;
	background-color: #3bb400;
	color: #fff;
}

.modBlockArticle .header .head .category a + a,
.modBlockArticle .header .head .category a + span,
.modBlockArticle .header .head .category span + a,
.modBlockArticle .header .head .category span + span {
	margin-left: 10px;
}

.IEUnder .modBlockArticle .header .head .category a,
.IEUnder .modBlockArticle .header .head .category span {
	padding-top: 6px;
}

.modBlockArticle .header .share {
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.modBlockArticle .header .share li {
	width: 28px;
	display: inline-block;
}

.modBlockArticle .header .share li:not(:first-child) {
	margin-left: 5px;
}

.modBlockArticle .header .share a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
}

.modBlockArticle .header .share .facebook a {
	background-color: #3d5a96;
}

.modBlockArticle .header .share .twitter a {
	background-color: #3e9ad5;
}

.modBlockArticle .header .share .pocket a {
	background-color: #ec4459;
}

.modBlockArticle .header .share .instagram a {
	background-color: #d73075;
}

.modBlockArticle .header .share .hatena a {
	background-color: #1ba5dc;
}

.modBlockArticle .header .share .facebook a {
	background-image: url(../img/common/icon_facebook02.svg);
	background-size: 8px 16px;
}

.modBlockArticle .header .share .twitter a {
	background-image: url(../img/common/icon_twitter02.svg);
	background-size: 17px 13px;
}

.modBlockArticle .header .share .pocket a {
	background-image: url(../img/common/icon_pocket.svg);
	background-size: 15px 15px;
}

.modBlockArticle .header .share .hatena a {
	background-image: url(../img/common/icon_hatena.svg);
	background-size: 14px 12px;
}

.modBlockArticle .header .title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

.modBlockArticle .header .date {
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockArticle .header .date .modPrFlag {
	margin-left: 10px;
}

.modBlockArticle .header .tag {
	padding-left: 25px;
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}

.modBlockArticle .header .tag:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.modBlockArticle .header .tag:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: 0.3em;
	left: 2px;
}

.modBlockArticle .header .tag li {
	float: left;
}

.modBlockArticle .header .tag li:not(:last-child) {
	margin-right: 8px;
}

.modBlockArticle .header .tag a {
	text-decoration: underline;
}

.modBlockArticle .header .tag a:hover {
	text-decoration: none;
}

.modBlockArticle .profile {
	display: block;
}

.modBlockArticle .profile + * {
	margin-top: 35px;
}

.modBlockArticle .profile_type02 {
	background-color: #f1f1f1;
	padding: 15px;
}

.modBlockArticle .profile .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modBlockArticle .profile .image {
	width: 90px;
	padding-right: 20px;
	box-sizing: content-box;
}

.modBlockArticle .profile .image .inner {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.modBlockArticle .profile .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.modBlockArticle .profile .detail .name {
	margin-bottom: 5px;
	font-weight: bold;
}

.modBlockArticle .profile .detail .txt {
	font-size: 13px;
	font-size: 1.3rem;
}

.modBlockArticle .profile .detail .more {
	color: #777777;
	font-size: 13px;
	font-size: 1.3rem;
}

.modBlockArticle .articleContentsTxt {
	margin-bottom: 40px;
}

.modBlockArticle .articleContentsTxt .item + .item {
	margin-top: 40px;
}

.modBlockArticle .articleContentsTxt .image {
	margin-bottom: 15px;
	text-align: center;
}

.modBlockArticle .articleContentsPhoto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.modBlockArticle .articleContentsPhoto::after {
	content: "";
	display: block;
	width: 31.9%;
}

.modBlockArticle .articleContentsPhoto .item {
	width: 31.9%;
	display: block;
	margin-top: 25px;
}

.modBlockArticle .articleContentsPhoto .item:nth-child(-n + 3) {
	margin-top: 0;
}

.modBlockArticle .articleContentsPhoto .image {
	background-color: #F1F1F1;
	margin-bottom: 15px;
	padding: 10px;
	height: 227px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.modBlockArticle .articleContentsPhoto .image .inner {
	width: 100%;
}

.modBlockArticle .articleContentsPhoto .image .inner img {
	width: auto;
	max-height: 207px;
}

.modBlockArticle .articleContentsPhoto .txt {
	font-size: 13px;
	font-size: 1.3rem;
}

.articleContentsPhotoModal {
	background-color: #fff;
	padding: 20px;
}

.articleContentsPhotoModal .image {
	text-align: center;
}

.articleContentsPhotoModal .txt {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

.modBlockArticle .shareFooter {
	border-top: solid 1px #eaeaea;
	padding-top: 30px;
	margin-top: 40px;
}

.modBlockArticle .shareFooter dt {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.modBlockArticle .shareFooter ul {
	text-align: center;
}

.modBlockArticle .shareFooter ul li {
	display: inline-block;
	min-width: 120px;
}

.modBlockArticle .shareFooter ul li:not(:first-child) {
	margin-left: 5px;
}

.modBlockArticle .shareFooter ul a {
	display: block;
	padding: 7px 15px;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

.modBlockArticle .shareFooter ul a:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -0.1em;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 6px;
	vertical-align: middle;
}

.modBlockArticle .shareFooter ul .facebook a {
	background-color: #3d5a96;
}

.modBlockArticle .shareFooter ul .twitter a {
	background-color: #3e9ad5;
}

.modBlockArticle .shareFooter ul .pocket a {
	background-color: #ec4459;
}

.modBlockArticle .shareFooter ul .instagram a {
	background-color: #d73075;
}

.modBlockArticle .shareFooter ul .hatena a {
	background-color: #1ba5dc;
}

.modBlockArticle .shareFooter ul .facebook a:before {
	background-image: url(../img/common/icon_facebook02.svg);
	background-size: 8px 16px;
	width: 8px;
	height: 16px;
}

.modBlockArticle .shareFooter ul .twitter a:before {
	background-image: url(../img/common/icon_twitter02.svg);
	background-size: 17px 13px;
	width: 17px;
	height: 13px;
}

.modBlockArticle .shareFooter ul .pocket a:before {
	background-image: url(../img/common/icon_pocket.svg);
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
}

.modBlockArticle .shareFooter ul .hatena a:before {
	background-image: url(../img/common/icon_hatena.svg);
	background-size: 14px 12px;
	width: 14px;
	height: 12px;
}

/*
#styleguide
modBlockNotice

```
<div class="modBlockNotice">
</div>
```
*/

.modBlockNotice {
	background-color: #EBF7E5;
	padding: 30px;
}

.modBlockNotice > *:first-child:last-child {
	margin-top: 0;
}

.modBlockNotice + * {
	margin-top: 60px;
}

.modBlockArticle .modBlockNotice {
	margin-top: 20px;
}

p + .modBlockNotice {
	margin-top: 30px;
}

.modBlockNotice a:not(.modBtn01):not(.modBtn02) {
	text-decoration: underline;
}

.modBlockNotice a:not(.modBtn01):not(.modBtn02):hover {
	text-decoration: none;
}

.modBlockNotice .caution {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #e82323;
}

.modBlockNotice .checkList {
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}

/*
#styleguide
modBlockAds

詳細ページ関連情報

```
<div class="modBlockAds">
</div>
```
*/

.modBlockAds .candy-reco {
	margin-top: 20px;
}

.modBlockAds .candy-reco:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.modBlockAds .candy-header {
	height: auto;
	margin: 0;
	padding: 0;
}

.modBlockAds .candy-header-title {
	float: none;
}

.modBlockAds .candy-reco-items {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-right: -1.1%;
	margin-left: -1.1%;
	padding: 0;
}

.modBlockAds .candy-reco-items .candy-reco-item {
	position: relative;
	width: 22.8%;
	margin-right: 1.1%;
	margin-left: 1.1%;
	margin-bottom: 0;
}

.modBlockAds .candy-reco-items .candy-reco-item > a {
	display: block;
}

.modBlockAds .candy-reco-items .candy-reco-item > a:hover {
	text-decoration: none;
}

.modBlockAds .candy-reco-items .candy-reco-item a:hover .candy-reco-text,
.modBlockAds .candy-reco-items .candy-reco-item a:hover .candy-reco-text2 {
	text-decoration: none;
}

.modBlockAds .candy-reco-items .candy-reco-image {
	margin-bottom: 10px;
	text-align: center;
}

.modBlockAds .candy-reco-items .candy-reco-text {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
}

.modBlockAds .candy-reco-items .candy-reco-price {
	margin-top: 5px;
	height: auto;
	color: #777777;
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockAds02 .trc_related_container {
	margin-top: 20px;
}

.modBlockAds02 .trc_related_container:first-child {
	border-bottom: none;
}

.modBlockAds02 .trc_related_container + script + .trc_related_container {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}

.modBlockAds02 .trc_related_container .trc_rbox_div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modBlockAds02 .trc_related_container .trc_rbox_div .videoCube {
	width: 47%;
	margin: 0;
}

.modBlockAds02 .trc_related_container .trc_rbox_div a {
	display: block;
}

.modBlockAds02 .trc_related_container .trc_rbox_div a:hover {
	opacity: 0.6 !important;
	text-decoration: none;
}

.modBlockAds02 .trc_related_container .trc_rbox_div .videoCube:hover .video-label-box .video-title {
	text-decoration: none;
}

.modBlockAds03 #_popIn_recommend {
	position: relative;
}

.modBlockAds03 #_popIn_recommend:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.modBlockAds03 #_popIn_recommend ._popIn_recommend_container {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.modBlockAds03 #_popIn_recommend ._popIn_recommend_header {
	display: none;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page::before {
	content: "";
	display: block;
	width: 22.8%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page::after {
	content: "";
	display: block;
	width: 22.8%;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page ._popIn_recommend_article {
	width: 22.8%;
	margin: 20px 0 0;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page ._popIn_recommend_article:nth-child(-n + 4) {
	margin-top: 0;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page ._popIn_recommend_article a {
	display: block;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page ._popIn_recommend_article a:hover {
	opacity: 0.6 !important;
	text-decoration: none;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page ._popIn_recommend_article:hover > ._popIn_recommend_art_title a {
	text-decoration: none;
}

.modBlockAdPc {
	text-align: center;
}

.modBlockAdSp {
	text-align: center;
}

.modBlockAdSpHead {
	padding: 5px 0 0;
	margin-bottom: -20px;
}

.modBlockAdSpFixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

/*
#styleguide
modBlockCase

```
<div class="modBlockCase">
	<dl class="item ok">
		<dt>良い例</dt>
		<dd>
			<ul>
				<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
				<li>ほげほげほげほげほげほげほげほげほげほげ</li>
				<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
			</ul>
		</dd>
	</dl>
	<dl class="item ng">
		<dt>悪い例</dt>
		<dd>
			<ul>
				<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
				<li>ほげほげほげほげほげほげほげほげほげほげ</li>
				<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
			</ul>
		</dd>
	</dl>
</div>
```
*/

.modBlockCase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

p + .modBlockCase {
	margin-top: 40px;
}

.modBlockCase .item {
	width: 48%;
	border-width: 2px;
	border-style: solid;
	padding: 25px 30px;
}

.modBlockCase .item:only-child {
	width: 100%;
}

.modBlockCase .item dt {
	font-weight: bold;
}

.modBlockCase .ok {
	border-color: #3bb400;
}

.modBlockCase .ok dt {
	color: #3bb400;
}

.modBlockCase .ng {
	border-color: #e82323;
}

.modBlockCase .ng dt {
	color: #e82323;
}

.modBlockCase ul li {
	background-image: url(../img/common/icon_ok.svg);
	background-size: 14px 14px;
	background-position: left calc(12px + 0.3em);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 12px;
	position: relative;
}

.modBlockCase ul li + li {
	border-top: solid 1px #eaeaea;
	margin-top: 12px;
}

.modBlockCase .ng ul li {
	background-image: none;
}

.modBlockCase .ng ul li::before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: calc(12px + 0.3em);
	left: 0;
	font-weight: normal;
	color: #e82323;
}

.modBlockCase .image {
	margin-top: 15px;
	text-align: center;
}

.modBlockCase .comment {
	position: relative;
	margin-top: 18px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.modBlockCase .ok .comment {
	background-image: url(../img/common/icon_ok.svg);
	background-size: 14px 14px;
	background-position: left 0.3em;
}

.modBlockCase .ng .comment::before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: 0.3em;
	left: 0;
	font-weight: normal;
	color: #e82323;
}

.modBlockBnr {
	text-align: center;
}

.modBlockBnr:not(:last-child) {
	margin-bottom: 54px;
}

.modBlockCaution {
	margin: 40px 0;
}

.modBlockCaution .inner {
	border: solid 1px #ccc;
	padding: 20px;
}

.modBlockMovie {
	padding: 20px 0;
	background: #333;
}

.modBlockMovie__title {
	padding: 0 16px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.modBlockMovie-slider {
	margin-bottom: 40px;
}

.modBlockMovie-slider__slide {
	opacity: 0;
	width: 280px;
	padding: 0 15px;
}

.modBlockMovie-slider__slide.slick-slide {
	opacity: 1;
}

.modBlockMovie-slider__link {
	display: block;
	text-decoration: none;
}

.modBlockMovie-slider__link:hover {
	opacity: 1;
}

.modBlockMovie-slider__image {
	position: relative;
	text-align: center;
}

.modBlockMovie-slider__image::after {
	display: block;
	content: "";
	width: 67px;
	height: 67px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/common/btn_play.png) no-repeat center center;
}

.modBlockMovie-slider__image img {
	width: 100%;
}

.modBlockMovie-slider__txt {
	margin-top: 7px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockMovie-more {
	max-width: 290px;
	margin: 0 auto 15px;
}

.modBlockMovie-more__btn {
	display: block;
	background: #3bb400;
	-webkit-transition: color,background-color 0.3s ease;
	transition: color,background-color 0.3s ease;
	padding: 20px 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
}

.modBlockMovie-more__btn:hover {
	background-color: #fff;
	opacity: 1;
	color: #3bb400;
}

/*
#overview
modTable
*/

/*
#styleguide
xxxxx

```
コード
```
*/

/*
#overview
modList
*/

/*
#styleguide
modList　modIndent

```
<ul class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ul>
<ol class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ol>
<ul class="modIndent01">
    <li>※テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>※リスト</li>
</ul>
<ul class="modIndent02">
    <li>１.　テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>２.　リスト</li>
</ul>
<ul class="modList01">
    <li>Illustrator に原寸で配置したサイズでの解像度が350dpiになるようにしてください。</li>
    <li> 拡大縮小率70%〜141％を超えると画質が劣化するのでご注意ください。</li>
</ul>
```
*/

.modListNormal {
	margin: 0 0 0 2em;
}

ul.modListNormal li:before {
	content: "\0030fb";
	margin-left: -2em;
	display: inline-block;
	width: 2em;
	text-align: center;
}

ol.modListNormal li {
	list-style: decimal;
}

/* indent */

.modIndent01 li {
	text-indent: -1em;
	margin: 0 0 0 1em;
}

.modIndent02 li {
	text-indent: -2.5em;
	margin: 0 0 0 2.5em;
}

/*
#styleguide

.modListPost

.modListPost_spPickup sp時最初の2つのみwidth:100%になる
.modListPost_type02 .modBox内ではない場合のSPの左右の余白とるよう
.modListPost_column02 2カラム
.modListPost_column03 3カラム
.modListPost_column04 4カラム
.modListPost_spmax04 でsp時最大4つ
.modListPost_pcmax03 でpc時最大3つ

.modListPost_title_line02 titleがpc時2行省略 spは省略なし

.modListPost_spSlider spのみスライダーになる（3カラム）
```

<div class="modListPost modListPost_column03">
	<div class="item new">
		<a href="#">
			<div class="thumb">
				<p class="image"><img src="/assets/img/common/dummy01.jpg" alt=""></p>
				<p class="category">アウトドア道具</p>
			</div>
			<div class="detail">
				<p class="title">【アウトドア鍋パーティーにピッタシなクッカーセット】大人数にも対応できる大容量ポット付き!</p>
				<p class="txt">「ねえお父さん。家族でどっか海外のリゾートにいこうよ〜」この言葉から始まったハワイ諸島マウイ島への家族旅。前回の「海編」につづき、今回は川編の紹介です。</p>
				<p class="date">2018.04.03</p>
			</div>
		</a>
		<ul class="tag">
			<li><a href="#">FLEX 4 システム</a></li>
			<li><a href="#">MSR</a></li>
			<li><a href="#">クッカー</a></li>
		</ul><p class="editor bepal"><a href="#">BE-PAL編集部</a></p>
	</div><!-- /item -->
	<div class="item">
		<a href="#">
			<div class="thumb">
				<p class="image"><img src="/assets/img/common/dummy01.jpg" alt=""></p>
				<p class="category">アウトドア道具</p>
			</div>
			<div class="detail">
				<p class="title">【アウトドア鍋パーティーにピッタシなクッカーセット】大人数にも対応できる大容量ポット付き!</p>
				<p class="txt">「ねえお父さん。家族でどっか海外のリゾートにいこうよ〜」この言葉から始まったハワイ諸島マウイ島への家族旅。前回の「海編」につづき、今回は川編の紹介です。</p>
				<p class="date">2018.04.03</p>
			</div>
		</a>
		<ul class="tag">
			<li><a href="#">FLEX 4 システム</a></li>
			<li><a href="#">MSR</a></li>
			<li><a href="#">クッカー</a></li>
		</ul><p class="editor bepal"><a href="#">BE-PAL編集部</a></p>
	</div><!-- /item -->
	<div class="item">
		<a href="#">
			<div class="thumb">
				<p class="image"><img src="/assets/img/common/dummy01.jpg" alt=""></p>
				<p class="category">アウトドア道具</p>
			</div>
			<div class="detail">
				<p class="title">【アウトドア鍋パーティーにピッタシなクッカーセット】大人数にも対応できる大容量ポット付き!</p>
				<p class="txt">「ねえお父さん。家族でどっか海外のリゾートにいこうよ〜」この言葉から始まったハワイ諸島マウイ島への家族旅。前回の「海編」につづき、今回は川編の紹介です。</p>
				<p class="date">2018.04.03</p>
			</div>
		</a>
		<ul class="tag">
			<li><a href="#">FLEX 4 システム</a></li>
			<li><a href="#">MSR</a></li>
			<li><a href="#">クッカー</a></li>
		</ul><p class="editor bepal"><a href="#">BE-PAL編集部</a></p>
	</div><!-- /item -->
</div>
```
*/

.modListPost {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modListPost_column03::after {
	content: "";
	display: block;
	width: 32.1%;
}

.modListPost_column04::after {
	content: "";
	display: block;
	width: 24%;
}

.modListPost_column04::before {
	content: "";
	display: block;
	width: 24%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.modListPost .item {
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 30px;
	margin-top: 30px;
	position: relative;
}

.modListPost .item.new:after {
	content: "";
	background-image: url(../img/common/icon_new.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 44px auto;
	position: absolute;
	top: -20px;
	left: -10px;
	width: 44px;
	height: 60px;
}

.modListPost .item.forest19:after {
	content: "";
	background-image: url(../img/common/icon_camp2019.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45px auto;
	position: absolute;
	top: -20px;
	left: -10px;
	width: 45px;
	height: 30px;
}

.modListPost .item.be-pal-forest-camp2020:after {
	content: "";
	background-image: url(../img/common/icon_camp2020.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45px auto;
	position: absolute;
	top: -20px;
	left: -10px;
	width: 45px;
	height: 30px;
}

.modListPost .item.be-pal-forest-camp2021:after {
	content: "";
	background-image: url(../img/common/icon_camp2021.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45px auto;
	position: absolute;
	top: -20px;
	left: -10px;
	width: 45px;
	height: 30px;
}

.modListPost .item.otonanoboukentabi.new:after {
	content: "";
	background-image: url(../img/common/icon_otonanoboukentabi_new@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 68px auto;
	position: absolute;
	top: -12px;
	left: -20px;
	width: 68px;
	height: 46px;
}

.modListPost .item.urbancamp2021:after {
	content: "";
	background-image: url(../img/common/icon_urbancamp2021@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 44px auto;
	position: absolute;
	top: -20px;
	left: -10px;
	width: 44px;
	height: 46px;
}

.modListPost .item > a {
	display: block;
}

.modListPost_column02 .item {
	width: 48%;
}

.modListPost_column02 .item:nth-child(-n+2) {
	margin-top: 0;
}

.modListPost_column03 .item {
	width: 32.1%;
}

.modListPost_column03 .item:nth-child(-n+3) {
	margin-top: 0;
}

.modListPost_column04 .item {
	width: 24%;
}

.modListPost_column04 .item:nth-child(-n+4) {
	margin-top: 0;
}

.modListPost .thumb {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modListPost .thumb + * {
	margin-top: 20px;
}

.modListPost .thumb .image {
	width: 100%;
	text-align: center;
}

.modListPost .thumb .category {
	background-color: #3bb400;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 20px;
	min-width: 122px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

.IEUnder .modListPost .thumb .category {
	padding-top: 4px;
	padding-bottom: 1px;
}

.modListPost .thumb a {
	display: block;
}

.modListPost .thumb .modPrFlag {
	position: absolute;
	top: 5px;
	right: 5px;
}

.modListPost_column02 .thumb {
	max-height: 256px;
	overflow: hidden;
}

.modListPost_column03 .thumb {
	max-height: 171px;
	overflow: hidden;
}

.modListPost_column04 .thumb {
	max-height: 171px;
	overflow: hidden;
}

.modListPost .title {
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.modListPost_title_line02 .title {
	line-height: 22px;
}

.modListPost_column02 .title {
	font-size: 18px;
	font-size: 1.8rem;
}

.modListPost .txt {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

.modListPost .date {
	margin-top: 10px;
	color: #777777;
	font-size: 12px;
	font-size: 1.2rem;
}

.modListPost .tag {
	padding-left: 25px;
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}

.modListPost .tag:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.modListPost .tag:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: 0.3em;
	left: 2px;
}

.modListPost .tag li {
	float: left;
}

.modListPost .tag li:not(:last-child) {
	margin-right: 8px;
}

.modListPost .tag a {
	text-decoration: underline;
}

.modListPost .tag a:hover {
	text-decoration: none;
}

.modListPost .editor {
	margin-top: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}

.modListPost .editor a {
	display: inline-block;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 45px;
}

.modListPost .editor.bepal a {
	background-image: url(../img/common/icon_bepal.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 32px auto;
}

.modListPost .editor.user .icon {
	background-color: #b8b8b8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 5px;
}

.modListPost .slick-arrow {
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	border: none;
	width: 80px;
	text-indent: -9999px;
	z-index: 10;
}

.modListPost .slick-arrow:before {
	content: "";
	background-color: #3bb400;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
}

.modListPost .slick-arrow:after {
	font-family: FontAwesome;
	line-height: 1;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
	line-height: 34px;
	color: #fff;
	text-align: center;
}

.modListPost .slick-prev {
	left: 0;
}

.modListPost .slick-prev:before {
	left: 0;
}

.modListPost .slick-prev:after {
	left: 0;
	content: "";
}

.modListPost .slick-next {
	right: 0;
}

.modListPost .slick-next:before {
	right: 0;
}

.modListPost .slick-next:after {
	right: 0;
	content: "";
}

/*
#styleguide

.modListProduct

SP時スライダー

```
<div class="modListProduct modListProduct_spSlider modListProduct_column05">
	<div class="item">
		<a href="#">
			<div class="thumb">
				<p class="image"><img src="/assets/img/common/dummy06.jpg" alt=""></p>
			</div>
			<div class="detail">
				<p class="name">OPINEL｜エクスプローラー#12</p>
				<p class="price">7,000円(税込)</p>
			</div>
		</a>
	</div><!-- /item -->
	<div class="item">
		<a href="#">
			<div class="thumb">
				<p class="image"><img src="/assets/img/common/dummy06.jpg" alt=""></p>
			</div>
			<div class="detail">
				<p class="name">OPINEL｜エクスプローラー#12</p>
				<p class="price">7,000円(税込)</p>
			</div>
		</a>
	</div><!-- /item -->
	<div class="item">
		<a href="#">
			<div class="thumb">
				<p class="image"><img src="/assets/img/common/dummy06.jpg" alt=""></p>
			</div>
			<div class="detail">
				<p class="name">OPINEL｜エクスプローラー#12</p>
				<p class="price">7,000円(税込)</p>
			</div>
		</a>
	</div><!-- /item -->
	<div class="item">
		<a href="#">
			<div class="thumb">
				<p class="image"><img src="/assets/img/common/dummy06.jpg" alt=""></p>
			</div>
			<div class="detail">
				<p class="name">OPINEL｜エクスプローラー#12</p>
				<p class="price">7,000円(税込)</p>
			</div>
		</a>
	</div><!-- /item -->
	<div class="item">
		<a href="#">
			<div class="thumb">
				<p class="image"><img src="/assets/img/common/dummy06.jpg" alt=""></p>
			</div>
			<div class="detail">
				<p class="name">OPINEL｜エクスプローラー#12</p>
				<p class="price">7,000円(税込)</p>
			</div>
		</a>
	</div><!-- /item -->
</div>
```
*/

.modListProduct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modListProduct_column05 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-right: -1.1%;
	margin-left: -1.1%;
}

.modListProduct .item {
	margin-top: 30px;
	position: relative;
}

.modListProduct .item > a {
	display: block;
}

.modListProduct_column05 .item {
	width: 17.8%;
	margin-right: 1.1%;
	margin-left: 1.1%;
}

.modListProduct_column05 .item:nth-child(-n+5) {
	margin-top: 0;
}

.modListProduct .thumb {
	margin-bottom: 10px;
	text-align: center;
}

.modListProduct .name {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
}

.modListProduct .price {
	color: #777777;
	font-size: 12px;
	font-size: 1.2rem;
}

.modListProduct .slick-arrow {
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	border: none;
	width: 80px;
	text-indent: -9999px;
	z-index: 10;
}

.modListProduct .slick-arrow:before {
	content: "";
	background-color: #3bb400;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
}

.modListProduct .slick-arrow:after {
	font-family: FontAwesome;
	line-height: 1;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
	line-height: 34px;
	color: #fff;
	text-align: center;
}

.modListProduct .slick-prev {
	left: 0;
}

.modListProduct .slick-prev:before {
	left: 0;
}

.modListProduct .slick-prev:after {
	left: 0;
	content: "";
}

.modListProduct .slick-next {
	right: 0;
}

.modListProduct .slick-next:before {
	right: 0;
}

.modListProduct .slick-next:after {
	right: 0;
	content: "";
}

/*
#styleguide

.modListPhoto

.modListPhoto_spmax04 でsp時最大4つ
.modListPhoto_pcmax03 でpc時最大3つ
.modListPhoto_spSlider spでスライダーになる 3カラム

```
<div class="modListPhoto modListPhoto_spmax04 modListPhoto_pcmax03">
	<div class="item">
		<div class="thumb">
			<a href="#"><img src="/assets/img/common/dummy02.jpg" alt=""></a>
		</div>
		<div class="detail">
			<p class="editor user01"><a href="#">ユーザー</a></p>
		</div>
	</div><!-- /item -->
	<div class="item">
		<div class="thumb">
			<a href="#"><img src="/assets/img/common/dummy02.jpg" alt=""></a>
		</div>
		<div class="detail">
			<p class="editor user01"><a href="#">ユーザー</a></p>
		</div>
	</div><!-- /item -->
	<div class="item">
		<div class="thumb">
			<a href="#"><img src="/assets/img/common/dummy02.jpg" alt=""></a>
		</div>
		<div class="detail">
			<p class="editor user01"><a href="#">ユーザー</a></p>
		</div>
	</div><!-- /item -->
	<div class="item">
		<div class="thumb">
			<a href="#"><img src="/assets/img/common/dummy02.jpg" alt=""></a>
		</div>
		<div class="detail">
			<p class="editor user01"><a href="#">ユーザー</a></p>
		</div>
	</div><!-- /item -->
</div>
```
*/

.modListPhoto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modListPhoto::after {
	content: "";
	display: block;
	width: 31.6%;
}

.modListPhoto_column04::after {
	width: 24%;
}

.modListPhoto_column04::before {
	content: "";
	display: block;
	width: 24%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.modListPhoto .item {
	width: 31.6%;
	margin-top: 40px;
}

.modListPhoto .item:nth-child(-n+3) {
	margin-top: 0;
}

.modListPhoto_column04 .item {
	width: 24%;
}

.modListPhoto_column04 .item:nth-child(-n+4) {
	margin-top: 0;
}

.modListPhoto_simple .item {
	margin-top: 20px;
}

.modListPhoto .thumb {
	text-align: center;
}

.modListPhoto .thumb img {
	width: 100%;
}

.modListPhoto .editor {
	margin-top: 12px;
	font-size: 12px;
	font-size: 1.2rem;
}

.modListPhoto .editor a {
	display: inline-block;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 45px;
}

.modListPhoto .editor.user .icon {
	background-color: #b8b8b8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 5px;
}

.modListPhoto_splider {
	position: relative;
}

.modListPhoto_splider .item {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0 !important;
}

.modListPhoto .slick-arrow {
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	border: none;
	width: 80px;
	text-indent: -9999px;
	z-index: 10;
}

.modListPhoto .slick-arrow:before {
	content: "";
	background-color: #3bb400;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
}

.modListPhoto .slick-arrow:after {
	font-family: FontAwesome;
	line-height: 1;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
	line-height: 34px;
	color: #fff;
	text-align: center;
}

.modListPhoto .slick-prev {
	left: 0;
}

.modListPhoto .slick-prev:before {
	left: 0;
}

.modListPhoto .slick-prev:after {
	left: 0;
	content: "";
}

.modListPhoto .slick-next {
	right: 0;
}

.modListPhoto .slick-next:before {
	right: 0;
}

.modListPhoto .slick-next:after {
	right: 0;
	content: "";
}

/*
#styleguide

.modListWanted

```
<div class="modListWanted">
	<div class="item">
		<div class="thumb"><a href="#">
			<p class="image"><img src="/assets/img/common/dummy03.jpg" alt=""></p>
			<p class="label">募集中！</p>
			</a>
		</div>
		<div class="detail">
			<a href="#">
				<p class="title">最近買ったアウトドアグッズを教えて！</p>
				<p class="txt">最近買ったダイソー・セリアグッズを教えてください！サマリーテキストサマリーテキストサマリーテキストサマリーテキストサマリーテキストサマリーテキストサマリーテキスト…</p>
			</a>
			<ul class="tag">
				<li><a href="#">FLEX 4 システム</a></li>
				<li><a href="#">MSR</a></li>
				<li><a href="#">クッカー</a></li>
			</ul>
		</div>
	</div><!-- /item -->
</div>
```
*/

.modListWanted {
	border-top: solid 1px #f1f1f1;
}

* + .modListWanted {
	margin-top: 30px;
}

.modListWanted .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: solid 1px #f1f1f1;
}

.modListWanted .thumb {
	width: 12%;
	min-width: 100px;
	position: relative;
	text-align: center;
}

.modListWanted .thumb a {
	display: block;
	position: relative;
}

.modListWanted .thumb .label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f20469;
	padding: 2px 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.modListWanted .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
}

.modListWanted .detail > a {
	display: block;
}

.modListWanted .title {
	font-weight: bold;
}

.modListWanted .txt {
	margin-top: 8px;
	font-size: 13px;
	font-size: 1.3rem;
}

.modListWanted .tag {
	padding-left: 25px;
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}

.modListWanted .tag:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.modListWanted .tag:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: 0.3em;
	left: 2px;
}

.modListWanted .tag li {
	float: left;
}

.modListWanted .tag li:not(:last-child) {
	margin-right: 8px;
}

.modListWanted .tag a {
	text-decoration: underline;
}

.modListWanted .tag a:hover {
	text-decoration: none;
}

/*
#styleguide

.modListRecommend

.modListRecommend_type02 スライド間の余白なしバージョン
```
<div class="modListRecommend">
	<div class="slide">
		<a href="#">
			<p class="image"><img data-lazy="/assets/img/common/dummy04.jpg" alt=""></p>
			<div class="detail">
				<p class="title">ほぼ年中アウトドア祭り！三重県大台町で遊び倒せ!!</p>
				<p class="txt">奥伊勢とも呼ばれる三重県大台町。ユネスコの生物圏保護区にも指定され、2016年に日本一の清流に認定された宮川が流れる、まさにアウトドアの聖地。その大台町で、ここ数年大盛り上がりを見せているのが、「大台町アウトドアフェスティバル」。もちろん今年も… </p>
			</div>
		</a>
	</div><!-- /slide -->
	<div class="slide">
		<a href="#">
			<p class="image"><img data-lazy="/assets/img/common/dummy04.jpg" alt=""></p>
			<div class="detail">
				<p class="title">ほぼ年中アウトドア祭り！三重県大台町で遊び倒せ!!</p>
				<p class="txt">奥伊勢とも呼ばれる三重県大台町。ユネスコの生物圏保護区にも指定され、2016年に日本一の清流に認定された宮川が流れる、まさにアウトドアの聖地。その大台町で、ここ数年大盛り上がりを見せているのが、「大台町アウトドアフェスティバル」。もちろん今年も… </p>
			</div>
		</a>
	</div><!-- /slide -->
	<div class="slide">
		<a href="#">
			<p class="image"><img data-lazy="/assets/img/common/dummy04.jpg" alt=""></p>
			<div class="detail">
				<p class="title">ほぼ年中アウトドア祭り！三重県大台町で遊び倒せ!!</p>
				<p class="txt">短いテキスト</p>
			</div>
		</a>
	</div><!-- /slide -->
</div>
```
*/

.modListRecommend:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.modListRecommend .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modListRecommend .slide {
	margin: 0 10px;
	display: block;
	background-color: #000;
	position: relative;
	float: left;
	height: auto;
	color: #fff;
	opacity: 0;
}

.modListRecommend .slide:after {
	content: "";
	background-color: #fff;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	opacity: 0.7;
}

.modListRecommend .slide.slick-slide {
	opacity: 1;
}

.modListRecommend .slide.slick-center:after {
	opacity: 0;
}

.modListRecommend .slide .image {
	position: relative;
	height: 260px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.modListRecommend .slide .image .modPrFlag {
	position: absolute;
	top: 5px;
	right: 5px;
}

.modListRecommend .slide .image img {
	display: inline;
}

.modListRecommend .slide .detail {
	padding: 20px 30px;
}

.modListRecommend .slide .title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.modListRecommend .slide .txt {
	font-size: 13px;
	font-size: 1.3rem;
}

.modBox .modListRecommend .slide,
.modBlockAds .candy-reco .modListRecommend .slide,
.modBlockAds02 .trc_related_container .modListRecommend .slide,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListRecommend .slide {
	margin: 0;
}

.modListRecommend .slick-arrow {
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	border: none;
	width: 80px;
	text-indent: -9999px;
	z-index: 10;
}

.modListRecommend .slick-arrow:before {
	content: "";
	background-color: #3bb400;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
}

.modListRecommend .slick-arrow:after {
	font-family: FontAwesome;
	line-height: 1;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
	line-height: 34px;
	color: #fff;
	text-align: center;
}

.modListRecommend_type02 .slick-arrow {
	width: 60px;
}

.modListRecommend .slick-prev {
	left: 0;
}

.modListRecommend .slick-prev:before {
	left: 0;
}

.modListRecommend .slick-prev:after {
	left: 0;
	content: "";
}

.modListRecommend .slick-next {
	right: 0;
}

.modListRecommend .slick-next:before {
	right: 0;
}

.modListRecommend .slick-next:after {
	right: 0;
	content: "";
}

/*
#styleguide

.modListKeyword

```
<div class="modListKeyword">
	<a href="#">FLEX 4 システム</a>
	<a href="#">MSR</a>
	<a href="#">クッカー</a>
	<a href="#">Pazdesign</a>
	<a href="#">キホアル中村</a>
	<a href="#">チェストハイ・ウェーダー</a>
	<a href="#">フィットハイ・ブーツウェーダー</a>
	<a href="#">エアロウルトラライトピローデラックス</a>
	<a href="#">サーマレスト</a>
	<a href="#">シー トゥ サミット</a>
	<a href="#">スラッカーハンモックシングル</a>
	<a href="#">ハンモック</a>
</div>
```
*/

.modListKeyword {
	font-size: 12px;
	font-size: 1.2rem;
}

.modListKeyword:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.modListKeyword a {
	display: block;
	text-decoration: underline;
	float: left;
	margin-bottom: 8px;
}

.modListKeyword a:not(:last-child) {
	margin-right: 5px;
}

/*
#styleguide

.modListCheck

```

```
*/

.modListCheck + * {
	margin-top: 15px;
}

.modListCheck li {
	background-image: url(../img/common/icon_check.svg);
	background-size: 13px 11px;
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding-left: 24px;
	font-weight: bold;
}

.modListCheck li + li {
	margin-top: 3px;
}

/*
#styleguide

.modListCheck02

```

```
*/

.modListCheck02 + * {
	margin-top: 15px;
}

.modListCheck02 li {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}

.modListCheck02 li::before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	color: #3bb400;
	font-size: 16px;
}

.modListCheck02 li + li {
	margin-top: 3px;
}

/*
#styleguide

.modListLink

```

```
*/

.modListLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modListLink + * {
	margin-top: 40px;
}

.modListLink li {
	width: 33.3%;
	margin-bottom: 10px;
}

.modListLink li a {
	display: block;
	position: relative;
	padding-left: 12px;
}

.modListLink li a::before {
	content: "";
	width: 6px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0.8em;
	left: 0;
}

.modListLink li a:hover {
	text-decoration: underline;
}

* + .modListLink02 {
	margin-top: 15px;
}

.modListLink02 li {
	text-align: right;
}

.modListLink02 li + li {
	margin-top: 5px;
}

.modListLink02 li a {
	display: inline-block;
	position: relative;
	border-radius: 3px;
	background-color: #444;
	padding: 3px 10px 3px 22px;
	font-weight: normal;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.modListLink02 li a::before {
	content: "\f05a";
	left: 8px;
	font-family: FontAwesome;
	line-height: 1;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-weight: normal;
}

/*
#styleguide
modListNg

```
<ol class="modListNg">
	<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
	<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
	<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
	<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
	<li>ほげほげほげほげほげほげほげほげほげほげほげほげほげ</li>
</ol>
```
*/

.modListNg {
	counter-reset: num;
	margin: -20px 0;
}

.modListNg li {
	padding: 20px 0 20px 26px;
	padding-left: 26px;
	position: relative;
	font-weight: bold;
	counter-increment: num;
}

.modListNg li + li {
	border-top: solid 1px #eaeaea;
}

.modListNg li::before {
	content: counter(num);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border: solid 1px #eaeaea;
	background-color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	font-size: 1.1rem;
}

.modListNg li:nth-child(1)::before,
.modListNg li:nth-child(2)::before,
.modListNg li:nth-child(3)::before {
	border-color: transparent;
	color: #fff;
}

.modListNg li:nth-child(1)::before {
	background-color: #cea556;
	top: 0;
}

.modListNg li:nth-child(2)::before {
	background-color: #a7a7a7;
}

.modListNg li:nth-child(3)::before {
	background-color: #bc7261;
}

/*
#styleguide
modListCaution

```
<ul class="modListCaution">
	<li>他の人が読んだ時に不快に感じるような言葉は使わない</li>
	<li>根拠なく不安を煽るような口コミを書かない</li>
	<li>特定人種に対する決めつけ、人種批判・差別に当たる内容は書かない</li>
</ul>
```
*/

.modListCaution {
	margin-bottom: 30px;
}

p + .modListCaution {
	margin-top: 40px;
}

.modListCaution li {
	padding-left: 1em;
	position: relative;
}

.modListCaution li + li {
	border-top: solid 1px #eaeaea;
	margin-top: 15px;
	padding-top: 15px;
}

.modListCaution li:before {
	content: "\0030fb";
	width: 1em;
	position: absolute;
	top: 15px;
	left: 0;
	text-align: center;
}

.modListCaution li:first-child::before {
	top: 0;
}

.modModalWrapper {
	padding: 100px 22px;
	background-color: #fff;
}

/*
#overview
modForm
*/

/*
#styleguide
modFormError

```
<p class="modFormError">記事タイトル名をご入力ください。</p>
```
*/

.modFormError {
	margin-top: 5px;
	color: #e82323;
}

/*
#overview
other
*/

/*
#styleguide
xxxxx

```
コード
```
*/

/*↓消さないこと*/

.modLoading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

.modLoading i {
	font-size: 24px;
	font-size: 2.4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
}

/*↑消さないこと*/

/*
#styleguide
modPager

```
<div class="modPager">
	<div class="wp-pagenavi">
		<a href="#" class="previouspostslink">前のページへ</a>
		<span class="current">1</span>
		<a href="#" class="page larger">2</a>
		<a href="#" class="page larger">3</a>
		<a href="#" class="page larger">4</a>
		<a href="#" class="page larger">5</a>
		<a href="#" class="nextpostslink">次のページへ</a>
	</div>
</div>
```
*/

.modPager {
	text-align: center;
}

* + .modPager {
	margin-top: 30px;
}

* + .containerInner .modPager {
	margin-top: 30px;
}

.modPagerWrapper .title {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}

.modTxtLink + .modPager {
	margin-top: 10px;
}

.modPager .wp-pagenavi {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 106px;
	position: relative;
}

.modPager .page,
.modPager .current {
	display: block;
	padding: 12px 16px;
	margin: 0 5px;
	font-size: 15px;
	font-size: 1.5rem;
}

.modPager .page {
	background-color: #f1f1f1;
}

.modPager .page:hover {
	opacity: 1;
	background-color: #3bb400;
	color: #fff;
}

.modPager .current {
	background-color: #3bb400;
	color: #fff;
}

.modPager .previouspostslink,
.modPager .nextpostslink {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

.modPager .previouspostslink {
	left: 0;
}

.modPager .previouspostslink:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	display: inline-block;
	margin-right: 6px;
	font-weight: normal;
	font-size: 11px;
}

.modPager .nextpostslink {
	right: 0;
}

.modPager .nextpostslink:after {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	display: inline-block;
	margin-left: 6px;
	font-weight: normal;
	font-size: 11px;
}

/*
#styleguide
modPager02

```
<section class="modBox modBox_second modPager02">
	<div class="inner">
		<a href="#" class="control prev">
			<p class="head">前の記事を見る</p>
			<div class="body">
				<div class="image"><img src="assets/img/common/dummy05.jpg" alt=""></div>
				<div class="detail">
					<p class="title">ドイツの老舗・ハーダーに別注した手ごろな大きさドイツの老舗・ハーダーに別注した手ごろな大きさ</p>
					<p class="date">2018.04.03</p>
				</div>
			</div>
		</a>
		<a href="#" class="list"><span class="txt"><span class="br">一覧を</span>見る</span></a>
		<a href="#" class="control next">
			<p class="head">次の記事を見る</p>
			<div class="body">
				<div class="image"><img src="assets/img/common/dummy05.jpg" alt=""></div>
				<div class="detail">
					<p class="title">ドイツの老舗・ハーダーに別注した手ごろな大きさドイツの老舗・ハーダーに別注した手ごろな大きさ</p>
					<p class="date">2018.04.03</p>
				</div>
			</div>
		</a>
	</div>
</section>
```
*/

.modPager02.modBox + *,
.modBlockAds .modPager02.candy-reco + *,
.modBlockAds02 .modPager02.trc_related_container + *,
.modBlockAds03 #_popIn_recommend .modPager02._popIn_recommend_container + * {
	margin-top: 40px;
}

.modPager02 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.modPager02 .inner > .list:first-child {
	border-left: solid 1px #eaeaea;
	margin-left: 36%;
}

.modPager02 .inner > .list:last-child {
	border-right: solid 1px #eaeaea;
}

.modPager02 .control {
	display: block;
	width: 36%;
}

.modPager02 .control .head {
	margin-bottom: 15px;
	padding: 5px 30px;
	position: relative;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
}

.IEUnder .modPager02 .control .head {
	padding-top: 8px;
}

.modPager02 .control .head:before {
	position: absolute;
	top: 0.2em;
	bottom: 0;
	margin: auto;
	font-family: FontAwesome;
	line-height: 1;
	height: 1em;
	font-weight: normal;
	font-size: 11px;
}

.modPager02 .control .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modPager02 .control .body .image {
	width: 60px;
	padding-right: 10px;
	box-sizing: content-box;
}

.modPager02 .control .body .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	font-size: 1.2rem;
}

.modPager02 .control .body .date {
	color: #777;
}

.modPager02 .prev {
	padding-right: 20px;
	border-right: solid 1px #eaeaea;
}

.modPager02 .prev .head:before {
	content: "";
	left: 6px;
}

.modPager02 .next {
	padding-left: 20px;
	border-left: solid 1px #eaeaea;
}

.modPager02 .next .head:before {
	content: "";
	right: 6px;
}

.modPager02 .list {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28%;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}

.modPager02 .list .txt:before {
	content: "";
	background-image: url(../img/common/icon_list.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 6px;
}

.modPrFlag {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3px 10px;
	border-radius: 2px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: inline-block;
	line-height: 1.3;
}

.sideList .modPrFlag {
	padding-right: 6px;
	padding-left: 6px;
	font-size: 10px;
	font-size: 1rem;
}

.modImageUpload {
	position: relative;
	text-align: center;
}

.modImageUpload.is_dragover {
	opacity: 0.4;
}

.modImageUpload .add {
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #ebebeb;
	background-image: url(../img/common/bg_upload.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 67px 0 45px;
	text-align: center;
	cursor: pointer;
}

.modImageUpload .add:hover {
	opacity: 0.6;
}

.modImageUpload_wide .add {
	padding: 50px 0;
}

.myEditPostTxt .modImageUpload .add {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.myEditPostTxt .modImageUpload .add .inner {
	width: 100%;
}

.myEditPostPhoto .modImageUpload {
	min-height: 230px;
}

.myEditPostPhoto .modImageUpload .add {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.myEditPostPhoto .modImageUpload .add .inner {
	width: 100%;
}

.modImageUpload .title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.modImageUpload .title span {
	display: inline-block;
	padding-left: 30px;
	background-image: url(../img/common/icon_camera.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 23px auto;
}

.IEUnder .modImageUpload .title span {
	background-position: left 0;
}

.modImageUpload .txt {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}

.modImageUpload .txt-att {
	padding-top: 12px;
	font-size: 10px;
	color: #666;
}

.modImageUpload_wide .txt {
	display: inline-block;
	margin-right: 15px;
}

.modImageUpload .dropTxt {
	display: none;
}

.is-firefox .modImageUpload .dropTxt,
.is-IE .modImageUpload .dropTxt,
.is-MSEdge .modImageUpload .dropTxt {
	display: none;
}

.modImageUpload .select {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.modImageUpload .select span {
	display: inline-block;
	padding: 3px 10px;
	background-color: #fff;
}

.IEUnder .modImageUpload .select span {
	padding-bottom: 0;
}

.modImageUpload_wide .select {
	margin-top: 0;
	display: inline-block;
}

.modImageUpload input[type="file"] {
	display: none;
}

.modImageUpload .preview {
	position: relative;
	background-color: #f1f1f1;
	display: none;
}

.modImageUpload .preview .delete {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #000;
	width: 18px;
	height: 18px;
	background-image: url(../img/common/icon_close_color02.svg);
	background-size: 10px 10px;
	background-position: center;
	background-repeat: no-repeat;
}

.modImageUpload .preview img {
	width: 100%;
}

.modImageUpload.is_show .add {
	display: none;
}

.modImageUpload.is_show .preview {
	display: inline-block;
}

.myEditPostItem .modImageUpload.is_show .preview {
	display: block;
}

.modImageUpload_bg.is_show .preview {
	display: block;
}

.modImageUpload_bg .preview {
	position: static;
}

.modImageUpload_bg .preview .thumb {
	background-color: #f1f1f1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.modImageUpload_profile_icon .preview {
	min-height: 260px;
}

.modImageUpload_profile_icon .preview .thumb {
	background-size: cover;
}

.modImageUpload_profile_bg .preview {
	min-height: 170px;
}

.modImageUpload_profile_bg .preview .thumb {
	background-size: cover;
}

/*
#styleguide
modNav

```
<ul class="modNav">
	<li><a href="#anc01">表現や言葉遣いについて</a></li>
	<li><a href="#anc02">画像投稿について</a></li>
	<li><a href="#anc03">投稿について</a></li>
	<li><a href="#anc04">ほげほげについて</a></li>
	<li><a href="#anc01">表現や言葉遣いについて</a></li>
	<li><a href="#anc02">画像投稿について</a></li>
	<li><a href="#anc03">投稿について</a></li>
	<li><a href="#anc04">ほげほげについて</a></li>
</ul>
```
*/

.modNav {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.modNav li + li {
	border-top: solid 1px #eaeaea;
	padding-top: 15px;
	margin-top: 15px;
}

/* wysiwyg
------------------------------------------------------------*/

.modWysiwyg {
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.modWysiwyg p {
	margin-bottom: 30px;
}

.modWysiwyg img {
	max-width: 100%;
}

.modWysiwyg h2 {
	margin-bottom: 20px;
	border-left: solid 6px #3BB300;
	line-height: 1.5;
	padding: 10px 15px 10px 24px;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 3px;
}

.IEUnder .modWysiwyg h2 {
	padding-bottom: 10px;
}

* + .modWysiwyg h2 {
	margin-top: 50px;
}

.modWysiwyg h3 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: solid 1px #eaeaea;
	color: #3bb400;
	font-weight: bold;
	font-size: 18px;
}

.modWysiwyg h4 {
	margin-bottom: 10px;
	color: #3bb400;
	font-weight: bold;
}

.modWysiwyg a {
	color: #0073aa;
	text-decoration: underline;
	word-wrap:break-word;
}

.modWysiwyg a:hover {
	text-decoration: none;
}

.modWysiwyg ul {
	margin-left: 2em;
	margin-bottom: 20px;
}

.modWysiwyg ol {
	margin-left: 2.2em;
	margin-bottom: 20px;
}

.modWysiwyg ul li {
	list-style: disc;
}

.modWysiwyg ol li {
	list-style: decimal;
}

.modWysiwyg strong,
.modWysiwyg th {
	font-weight: bold;
}

.modWysiwyg img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modWysiwyg img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.modWysiwyg img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.modWysiwyg .alignright {
	float: right;
}

.modWysiwyg .alignleft {
	float: left;
}

.modWysiwyg .wp-caption.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modWysiwyg .wp-caption {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 3px 3px 0 3px;
	text-align: center;
	margin: 10px 0 30px 0;
	max-width: 100%;
}

.modWysiwyg .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.modWysiwyg dl.wp-caption,
.modWysiwyg dl.wp-caption * {
	-webkit-user-drag: none;
}

.modWysiwyg .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	margin: 0;
}

.modWysiwyg .article-video-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.modWysiwyg .article-video-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.modWysiwyg hr {
	display: block;
	margin: 70px 0;
	border: none;
	border-top: solid 1px #e5e5e5;
}

.modWysiwygPartsLead {
	background-color: #fcfbfc;
	border-radius: 6px;
	border: solid 1px #eeeeee;
	padding: 15px 20px;
	margin-bottom: 60px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

.modWysiwygPartsProduct .btn {
	margin: 0;
}

.modWysiwygPartsProduct .btn + .btn {
	margin-top: 15px;
}

.modWysiwygPartsProduct .btn a {
	display: block;
	background-color: #ff9900;
	padding: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.modWysiwygPartsProduct .btn a.color02 {
	background-color: #2d9be9;
}

.modWysiwygPartsProduct .btn a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	margin-right: 10px;
	font-weight: normal;
	font-size: 12px;
}

.modWysiwygPartsProduct .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modWysiwygPartsProduct .head .image {
	width: 320px;
	height: 320px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.modWysiwygPartsProduct .head .image .inner {
	width: 100%;
}

.modWysiwygPartsProduct .head .image .inner img {
	width: auto;
	max-height: 300px;
}

.modWysiwygPartsProduct .head .title {
	border-left: solid 3px #3bb400;
	padding: 8px 0 8px 15px;
	margin-bottom: 20px;
	font-weight: bold;
}

.modWysiwygPartsProduct .head .title.sp {
	display: none;
}

.modWysiwygPartsProduct .head .title .sub {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #666666;
}

.modWysiwygPartsProduct .head .title .main {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0;
}

.modWysiwygPartsProduct .head .txt {
	margin: 0 0 25px;
}

.modWysiwygPartsProduct .head .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

.modWysiwygPartsProduct .foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
}

.modWysiwygPartsProduct .foot::after {
	content: "";
	display: block;
	width: 32.3%;
}

.modWysiwygPartsProduct .foot .slick-arrow {
	background-color: transparent;
	position: absolute;
	top: 0;
	border: none;
	height: 335px;
	width: 80px;
	text-indent: -9999px;
	z-index: 10;
}

.modWysiwygPartsProduct .foot .slick-arrow:before {
	content: "";
	background-color: #3bb400;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
}

.modWysiwygPartsProduct .foot .slick-arrow:after {
	font-family: FontAwesome;
	line-height: 1;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
	line-height: 34px;
	color: #fff;
	text-align: center;
}

.modWysiwygPartsProduct .foot .slick-prev {
	left: -20px;
}

.modWysiwygPartsProduct .foot .slick-prev:before {
	left: 0;
}

.modWysiwygPartsProduct .foot .slick-prev:after {
	left: 0;
	content: "";
}

.modWysiwygPartsProduct .foot .slick-next {
	right: -20px;
}

.modWysiwygPartsProduct .foot .slick-next:before {
	right: 0;
}

.modWysiwygPartsProduct .foot .slick-next:after {
	right: 0;
	content: "";
}

.modWysiwygPartsProduct .foot .slide {
	width: 32.3%;
	margin-top: 20px;
}

.modWysiwygPartsProduct .foot .slide:nth-child(-n + 3) {
	margin-top: 0;
}

.modWysiwygPartsProduct .foot .slide.sp {
	display: none;
}

.modWysiwygPartsProduct .foot .image {
	height: 227px;
	padding: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.modWysiwygPartsProduct .foot .image .inner {
	width: 100%;
}

.modWysiwygPartsProduct .foot .image .inner img {
	display: inline;
	width: auto;
	max-height: 207px;
}

.modWysiwygPartsProduct .foot .caption,
.modWysiwygPartsProduct .foot .txt {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.modWysiwygPartsProduct .foot_sp {
	display: none;
}

.modWysiwygPartsProductModal {
	background-color: #fff;
	padding: 20px;
}

.modWysiwygPartsProductModal .image {
	height: 600px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.modWysiwygPartsProductModal .image .inner {
	width: 100%;
}

.modWysiwygPartsProductModal .image .inner img {
	width: auto;
	max-height: 600px;
}

.modWysiwygPartsProductModal .txt {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

.modWysiwygPartsProduct02 {
	border: solid 2px #444444;
	margin-bottom: 35px;
}

.modWysiwygPartsProduct02 dt {
	background-color: #444444;
	padding: 3px 10px 3px 30px;
	position: relative;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.modWysiwygPartsProduct02 dt:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: -0.2em;
	left: 10px;
	bottom: 0;
	height: 1em;
	margin: auto;
	font-weight: normal;
	font-size: 14px;
}

.modWysiwygPartsProduct02 dd {
	padding: 12px 10px;
}

.modWysiwygPartsProduct02 .inner {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0 0 0 4px;
}

.modWysiwygPartsProduct02 .inner + .inner {
	margin-top: 15px;
	padding-top: 15px;
	border-top: dotted 1px #333;
}

.modWysiwygPartsProduct02 .inner .detail {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	font-weight: bold;
}

.modWysiwygPartsProduct02 .inner .detail .sub {
	margin-bottom: 5px;
	color: #666666;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
}

.modWysiwygPartsProduct02 .inner .detail .name {
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
}

.modWysiwygPartsProduct02 .inner .cart {
	display: table-cell;
	vertical-align: bottom;
	width: 35%;
}

.modWysiwygPartsProduct02 .inner .cart a {
	display: block;
	background-color: #444444;
	padding: 6px 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.modWysiwygPartsProduct02 .inner .cart a + a {
	margin-top: 5px;
}

.modWysiwygPartsProduct02 .inner .cart a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	margin-right: 10px;
	font-weight: normal;
	font-size: 12px;
}

.modWysiwygPartsProduct02 .inner .cart a.amazon {
	background-color: #ff9900;
}

.modWysiwygPartsProduct02 .inner .cart a.rakuten {
	background-color: #bf0000;
}

.modWysiwygPartsProduct02 .inner .cart a.color02 {
	background-color: #2d9be9;
}

.modWysiwygPartsRecommend {
	margin-bottom: 50px;
}

.modWysiwygPartsRecommend p {
	margin-bottom: 0;
	display: none;
}

.modWysiwygPartsRecommend .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: solid 2px #45b3b7;
	margin-bottom: 20px;
	text-decoration: none;
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
}

.modWysiwygPartsRecommend .item .title {
	display: block;
	width: 52px;
	background-color: #45b3b7;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 5px;
	color: #fff;
	text-align: center;
}

.modWysiwygPartsRecommend .item .title .inner {
	display: block;
	width: 100%;
}

.modWysiwygPartsRecommend .item .title i {
	display: block;
	margin-top: 3px;
	font-size: 20px;
}

.modWysiwygPartsRecommend .item .detail {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 55px 10px 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	min-height: 65px;
	font-size: 15px;
	font-size: 1.5rem;
}

.modWysiwygPartsRecommend .item .detail:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 1em;
	margin: auto;
	font-weight: normal;
	font-size: 24px;
	color: #45b3b7;
}

.modWysiwygPartsProfile {
	border: solid 1px #dddddd;
	padding: 18px;
	margin-bottom: 40px;
}

* + .modWysiwygPartsProfile {
	margin-top: 40px;
}

.modWysiwygPartsProfile .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modWysiwygPartsProfile .head .image {
	width: 100px;
	padding-right: 18px;
}

.modWysiwygPartsProfile .head .image img {
	vertical-align: middle;
}

.modWysiwygPartsProfile .head .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.modWysiwygPartsProfile_type02 .head {
	position: relative;
	padding-left: 100px;
	display: block;
}

.modWysiwygPartsProfile_type02 .head .image {
	position: absolute;
	top: 0;
	left: 0;
}

.modWysiwygPartsProfile .title {
	background-image: url(../img/common/icon_file.png);
	background-position: left 0.1em;
	background-repeat: no-repeat;
	background-size: 16px auto;
	margin-bottom: 8px;
	padding: 0 0 5px 26px;
	border-bottom: solid 1px #dddddd;
	font-weight: bold;
}

.modWysiwygPartsProfile .title + .head {
	margin-top: 20px;
}

.modWysiwygPartsProfile .title.sp {
	display: none;
}

.modWysiwygPartsProfile .job {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: bold;
}

.modWysiwygPartsProfile .name {
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.3;
}

.modWysiwygPartsProfile .link {
	margin-top: 5px;
}

.modWysiwygPartsProfile .link a {
	display: inline-block;
	margin: 0 8px 3px 0;
	padding: 5px 10px;
	background-color: #f1f1f1;
	font-size: 13px;
	font-size: 1.3rem;
	color: #020202;
}

.modWysiwygPartsProfile .sns {
	margin-top: 8px;
	font-size: 0;
}

.modWysiwygPartsProfile .sns a {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	color: #fff;
}

.modWysiwygPartsProfile .sns a + a {
	margin-left: 4px;
}

.modWysiwygPartsProfile .sns .facebook {
	background-color: #3d5a96;
}

.modWysiwygPartsProfile .sns .twitter {
	background-color: #3e9ad5;
}

.modWysiwygPartsProfile .sns .pocket {
	background-color: #ec4459;
}

.modWysiwygPartsProfile .sns .instagram {
	background-color: #d73075;
}

.modWysiwygPartsProfile .sns .hatena {
	background-color: #1ba5dc;
}

.modWysiwygPartsProfile .sns .facebook {
	background-image: url(../img/common/icon_facebook02.svg);
	background-size: 8px 16px;
}

.modWysiwygPartsProfile .sns .twitter {
	background-image: url(../img/common/icon_twitter02.svg);
	background-size: 17px 13px;
}

.modWysiwygPartsProfile .sns .instagram {
	background-image: url(../img/common/icon_instagram.svg);
	background-size: 18px 18px;
}

.modWysiwygPartsProfile .txt {
	margin-top: 10px;
	font-size: 11px;
	font-size: 1.1rem;
}

.modWysiwygPartsLink {
	background-color: #fbfbfb;
	border: solid 1px #eaeaea;
}

.modWysiwygPartsLink + * {
	margin-top: 40px;
}

.modWysiwygPartsLink .image {
	text-align: center;
}

.modWysiwygPartsLink .detail {
	padding: 40px 36px;
}

.modWysiwygPartsLink .title {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
}

.modWysiwygPartsLink .title a {
	color: #020202;
	text-decoration: none;
}

.modWysiwygPartsLink .title a:hover {
	text-decoration: underline;
}

.modWysiwygPartsLink .date {
	margin-bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #777777;
}

.modWysiwygPartsLink .btn {
	max-width: 350px;
	margin: 30px auto 0;
}

.modWysiwygPartsLink .btn a,
.modWysiwygPartsLink .btn span {
	background-color: #000;
	display: block;
	padding: 18px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.page-bepal-forest-camp .myMainvisual {
	margin-bottom: 25px;
	text-align: center;
}

.page-bepal-forest-camp .myBnrCamp {
	margin-bottom: 56px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.page-bepal-forest-camp .myBnrCamp p + p {
	margin-top: 20px;
}

.page-bepal-forest-camp .myBnrCamp a {
	text-decoration: underline;
}

.page-bepal-forest-camp .myBnrCamp a:hover {
	text-decoration: none;
}

.page-bepal-forest-camp .myTitle {
	margin-bottom: 70px;
	text-align: center;
}

.page-bepal-forest-camp .myTitle__inner {
	display: block;
	border-bottom: solid 5px #000;
	padding-bottom: 16px;
}

.page-bepal-forest-camp .myTitle__inner br {
	display: none;
}

.page-bepal-forest-camp .myTitle__head {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.page-bepal-forest-camp .myTitle__head::before {
	content: "";
	width: 100%;
	height: 5px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}

.page-bepal-forest-camp .myTitle__head::after {
	content: "";
	background-color: #fff;
	background-image: url(../img/bepal-forest-camp/title_deco.png);
	background-size: 100% auto;
	width: 256px;
	height: 49px;
	border-right: solid 40px #fff;
	border-left: solid 40px #fff;
	box-sizing: content-box;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.page-bepal-forest-camp .myTitle__main,
.page-bepal-forest-camp .myTitle__sub {
	display: block;
	font-weight: bold;
	line-height: 1.3;
}

.page-bepal-forest-camp .myTitle__main {
	font-size: 27px;
	font-size: 2.7rem;
}

.page-bepal-forest-camp .myTitle__sub {
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
}

.page-bepal-forest-camp .myTitle__sub::before,
.page-bepal-forest-camp .myTitle__sub::after {
	content: "";
	display: inline-block;
	background-color: #000;
	width: 25px;
	height: 3px;
	vertical-align: middle;
}

.page-bepal-forest-camp .myTitle__sub::before {
	margin-right: 12px;
}

.page-bepal-forest-camp .myTitle__sub::after {
	margin-left: 12px;
}

.page-bepal-forest-camp .myBlockBody {
	margin: -35px 0 35px;
}

.page-bepal-forest-camp .myBlockLive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.page-bepal-forest-camp .myBlockLive .inner {
	position: relative;
	width: 100%;
}

.page-bepal-forest-camp .myBlockLive .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.page-bepal-forest-camp .myBlockLive .movie {
	width: 60%;
}

.page-bepal-forest-camp .myBlockLive .movie:only-child {
	width: 100%;
}

.page-bepal-forest-camp .myBlockLive .movie:only-child .inner {
	padding-top: 56.25%;
}

.page-bepal-forest-camp .myBlockLive .movie .inner {
	padding-top: 86.25%;
}

.page-bepal-forest-camp .myBlockLive .chat {
	width: 40%;
}

.page-bepal-forest-camp .myBlockLive .chat .inner {
	padding-top: 130%;
}

.page-otonanoboukentabi .myMainvisual {
	margin-bottom: 30px;
	text-align: center;
}

.page-otonanoboukentabi .myTitle {
	margin-bottom: 36px;
	text-align: center;
}

.page-urbancamp2021 .myMainvisual {
	margin-bottom: 25px;
}

.page-urbancamp2021 .myMainvisual .main {
	text-align: center;
}

.page-urbancamp2021 .myMainvisual .detail {
	background-color: #B0D05E;
	padding: 9px 9px 9px 25px;
	font-weight: bold;
}

.page-urbancamp2021 .myMainvisual .detail .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-urbancamp2021 .myMainvisual .detail .item dt {
	width: 2.8em;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-urbancamp2021 .myMainvisual .detail .item dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	padding-left: 10px;
	font-size: 19px;
	font-size: 1.9rem;
}

.page-urbancamp2021 .myMainvisual .detail .item dd::before {
	content: "";
	background-color: #1B1B1B;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 13px;
	width: 1px;
	margin: auto 0;
}

.page-urbancamp2021 .myMainvisual .detail .item dd span {
	font-size: 80%;
}

.page-urbancamp2021 .myMainvisual .detail .item dd span.day {
	display: inline-block;
	width: 23px;
	height: 23px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
	top: -0.2em;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
}

.page-urbancamp2021 .myMainvisual .detail .item dd.date {
	font-size: 25px;
	font-size: 2.5rem;
	color: #e94709;
}

.page-urbancamp2021 .myBlockCaution {
	border: solid 4px #e82a2a;
	padding: 20px;
	margin: 30px 0;
	text-align: center;
}

.page-urbancamp2021 .myBlockCaution span {
	font-weight: bold;
}

.page-urbancamp2021 .myBlockDetail {
	margin-bottom: 24px;
}

.page-urbancamp2021 .myBlockDetail .image {
	margin-bottom: 20px;
	text-align: center;
}

.page-urbancamp2021 .myBlockDetail .txt {
	max-width: 679px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-urbancamp2021 .myBlockDetail span {
	color: #e94709;
	font-weight: bold;
}

.page-urbancamp2021 .myTitle {
	margin-bottom: 70px;
	text-align: center;
}

@media only screen and (min-width: 601px) {

.modListPost_pcmax03 .item:nth-child(n + 4) {
	display: none;
}

.modListPhoto_pcmax03 .item:nth-child(n + 4) {
	display: none;
}

}

@media only screen and (max-width: 1024px) {

#header .head .info .nav02 .entry {
	margin-top: 10px;
}

#gNav .nav a {
	padding-right: 5px;
	padding-left: 5px;
}

}

@media only screen and (max-width: 992px) {

#header {
	padding: 0;
}

#header .head {
	display: block;
	height: 85px;
	padding: 25px 0 0;
}

#header .head .search {
	display: none;
}

#header .head .siteTitle a {
	width: 120px;
}

#header .head .info {
	display: none;
}

#header .head .headerSpMenu {
	display: block;
}

#header .head .loginBtn {
	display: block;
}

#header .head .entryBtn {
	display: block;
}

#gNav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 20px 5px;
}

#gNav .nav {
	display: block;
	width: auto;
	position: static;
	white-space: nowrap;
}

#gNav .nav li {
	display: inline-block;
	min-width: 100px;
}

#gNav .nav li:after {
	height: auto;
	top: 8px;
	bottom: 8px;
}

#gNav .nav li:first-child:before {
	display: none;
}

#home #gNav .nav .home a:after,
#gNav .nav .active a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	height: 2px;
}

#gNav .nav a {
	min-width: 0;
	padding: 5px;
	position: relative;
	display: inline-block;
}

#gNavSp {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: -100vw;
	bottom: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 110;
}

#gNavSp:after {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: #fff;
	width: 80%;
}

#gNavSp .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#gNavSp .navWrapper {
	background-color: #fff;
	width: 80vw;
	position: relative;
	z-index: 10;
}

.topicpath {
	padding: 0 20px;
}

.contentsColumn02 .mainBlock {
	float: none;
	width: auto;
	margin-bottom: 30px;
	overflow: hidden;
}

.contentsColumn02 .mainBlock .g {
	margin-right: -20px;
	margin-left: -20px;
	padding: 20px 20px;
}

.contentsColumn02 .mainBlock .g ul {
	padding: 0 20px;
}

.contentsColumn02 .sideBlock {
	float: none;
	width: auto;
}

.contentsColumn02 .sideBnr {
	max-width: 375px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
}

.contentsColumn02 .spBlock {
	margin-top: 50px;
	display: block;
}

#footer {
	padding-bottom: 120px;
}

#footer .pageTop {
	display: none;
}

.notice_area_wrapper {
	max-width: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

.notice_area_wrapper a {
	margin: 0;
}

.notice_area_wrapper .notice_area {
	border-radius: 0;
}

.notice_area_wrapper .notice_area_image {
	position: fixed;
	bottom: 0;
	left: 0;
	border-radius: 0;
	z-index: 99;
}

.notice_area_wrapper .notice_area_title {
	font-size: 11px;
	font-size: 1.1rem;
	width: 80px;
}

.notice_area_wrapper .notice_area_comment {
	padding: 5px 10px;
}

.notice_area_wrapper .notice_area_comment a {
	color: #444;
	height: 100%;
}

.notice_area_wrapper .notice_area_comment .pc_none {
	display: inline;
}

.notice_area_wrapper .notice_area_comment .sp_none {
	display: none;
}

.notice_area_wrapper .notice_area_comment_inner {
	display: table;
	width: 100%;
}

.notice_area_wrapper .notice_area_comment_post {
	display: table-cell;
	line-height: 1.4;
}

.notice_area_wrapper .notice_area_comment_post a {
	margin-right: 0px;
}

.notice_area_wrapper .notice_area_comment_link {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	text-align: right;
}

.container {
	max-width: 750px;
}

.modPcOnly {
	display: none;
}

.modSpOnly {
	display: block;
}

.modBox,
.modBlockAds .candy-reco,
.modBlockAds02 .trc_related_container,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container {
	padding: 20px 20px;
}

.modBlockCaution {
	padding-right: 20px;
	padding-left: 20px;
}

.modPager .page {
	display: none;
}

.modPager .show {
	display: block;
}

.modPager02 .inner {
	margin: 0;
}

.modWysiwyg hr {
	margin: 30px 0;
}

.page-bepal-forest-camp .myMainvisual {
	margin-bottom: 10px;
}

.page-bepal-forest-camp .myBnrCamp {
	margin-bottom: 30px;
}

.page-bepal-forest-camp .myBnrCamp p + p {
	margin-top: 10px;
}

.page-bepal-forest-camp .myTitle {
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 35px;
}

.page-bepal-forest-camp .myTitle__head::after {
	background-image: url(../img/bepal-forest-camp/title_deco_sp.png);
	width: 192px;
	height: 38px;
	border-right-width: 15px;
	border-left-width: 15px;
}

.page-bepal-forest-camp .myTitle__main {
	font-size: 22px;
	font-size: 2.2rem;
}

.page-bepal-forest-camp .myTitle__sub {
	font-size: 20px;
	font-size: 2rem;
}

.page-bepal-forest-camp .myBlockBody {
	margin-top: 35px;
}

.page-bepal-forest-camp .myBlockLive {
	display: block;
}

.page-bepal-forest-camp .myBlockLive .movie {
	width: auto;
}

.page-bepal-forest-camp .myBlockLive .movie:only-child .inner {
	padding-top: 86.25%;
}

.page-bepal-forest-camp .myBlockLive .chat {
	width: auto;
}

.page-otonanoboukentabi .myMainvisual {
	margin-bottom: 10px;
}

.page-otonanoboukentabi .myTitle {
	margin-bottom: 35px;
}

.page-urbancamp2021 .myMainvisual {
	margin-bottom: 20px;
}

.page-urbancamp2021 .myMainvisual .detail {
	padding: 1.5vw 2vw;
}

.page-urbancamp2021 .myMainvisual .detail .item dt {
	font-size: 2vw;
}

.page-urbancamp2021 .myMainvisual .detail .item dd {
	padding-left: 2vw;
	font-size: 2.5vw;
}

.page-urbancamp2021 .myMainvisual .detail .item dd::before {
	height: 2vw;
}

.page-urbancamp2021 .myMainvisual .detail .item dd span.day {
	margin: 0;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	font-size: 1.4vw;
}

.page-urbancamp2021 .myMainvisual .detail .item dd.date {
	font-size: 3.4vw;
}

.page-urbancamp2021 .myBlockCaution br.pc {
	display: none;
}

.page-urbancamp2021 .myTitle {
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: 35px;
}

}

@media only screen and (max-width: 600px) {

a:hover,
button:hover {
	opacity: 1;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
select {
	padding: 12px;
}

select {
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
	line-height: 1.5;
}

#gNav .nav a {
	font-size: 13px;
	font-size: 1.3rem;
}

#contents {
	padding-top: 25px;
}

.topicpath {
	padding: 0;
}

.contentsColumn02 .topicpath {
	padding: 0 20px;
}

.contentsColumn01 .topicpath {
	padding: 0 20px;
}

.topicpath {
	display: none;
}

.topicpath.sp {
	display: block;
}

.contentsColumn02 .mainBlock > .section {
	margin-bottom: 60px;
}

.contentsColumn02 .mainBlock .g ul li + li {
	margin-top: 0;
}

.contentsColumn02 .mainBlock .g ul a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}

.contentsColumn02 .mainBlock .g ul a::before {
	top: calc(12px + 0.4em);
}

.contentsColumn02 .sideList {
	font-size: 11px;
	font-size: 1.1rem;
}

.contentsColumn02 .sideList_basic li:not(:last-child) {
	border-bottom: none;
	padding-bottom: 0;
}

.contentsColumn02 .sideList_basic .detail {
	padding-left: 10px;
}

.contentsColumn02 .sideList_ranking li:after {
	left: -3px;
}

.contentsColumn02 .sideList_column03 li {
	margin-top: 15px;
}

.contentsColumn02 .sideList .editor {
	font-size: 10px;
	font-size: 1rem;
}

.contentsColumn02 .sideList .date {
	font-size: 10px;
	font-size: 1rem;
}

.contentsColumn02 .sideList .price {
	font-size: 10px;
	font-size: 1rem;
}

.contentsColumn02 .sideRecommend .title {
	font-size: 22px;
	font-size: 2.2rem;
}

.contentsColumn02 .spBlock > .section {
	margin-bottom: 60px;
}

#footer {
	padding: 30px 20px 120px;
}

#footer .fNav .title {
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer .fNav .pc {
	display: none;
}

#footer .fNav .sp {
	display: block;
}

#footer .tag .title {
	display: block;
}

#footer .tag ul {
	font-size: 11px;
	font-size: 1.1rem;
}

#footer .fNav02 {
	text-align: left;
}

#footer .copyright {
	text-align: left;
}

#footer .caution {
	text-align: left;
}

.container {
	padding-right: 0;
	padding-left: 0;
}

.containerInner {
	padding-right: 20px;
	padding-left: 20px;
}

#cboxClose {
	top: -31px;
	width: 30px !important;
	height: 30px !important;
	background-size: 11px 11px !important;
}

#cboxContent.-movie {
	width: 100vw !important;
	margin: 0 -22px;
}

#cboxContent.-movie #cboxLoadedContent {
	width: 100vw !important;
}

#cboxNext,
#cboxPrevious {
	background-size: 8px 11px !important;
	width: 20px !important;
}

#cboxNext {
	right: -20px;
}

#cboxPrevious {
	left: -20px;
}

.modTitle01,
.contentsColumn02 .mainBlock .g h2,
.modBlockAds .candy-header-title,
.modBlockAds02 .trc_related_container .trc_rbox_header,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header {
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-position: 20px 0.4em;
	background-size: 28px auto;
	padding-left: 58px;
}

.modTitle01_normal,
.contentsColumn02 .mainBlock .g h2,
.modBlockAds .candy-header-title,
.modBlockAds02 .trc_related_container .trc_rbox_header,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	font-size: 2rem;
}

.modTitle01_normal.modTitle01_middle,
.contentsColumn02 .mainBlock .g h2.modTitle01_middle,
.modBlockAds .modTitle01_middle.candy-header-title,
.modBlockAds02 .trc_related_container .modTitle01_middle.trc_rbox_header,
.modBlockAds03 #_popIn_recommend .modTitle01_middle._popIn_recommend_header {
	font-size: 18px;
	font-size: 1.8rem;
}

.modBox .modTitle01,
.modBlockAds .candy-reco .modTitle01,
.modBlockAds02 .trc_related_container .modTitle01,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modTitle01,
.modBox .contentsColumn02 .mainBlock .g h2,
.contentsColumn02 .mainBlock .g .modBox h2,
.modBlockAds .candy-reco .contentsColumn02 .mainBlock .g h2,
.contentsColumn02 .mainBlock .g .modBlockAds .candy-reco h2,
.modBlockAds02 .trc_related_container .contentsColumn02 .mainBlock .g h2,
.contentsColumn02 .mainBlock .g .modBlockAds02 .trc_related_container h2,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .contentsColumn02 .mainBlock .g h2,
.contentsColumn02 .mainBlock .g .modBlockAds03 #_popIn_recommend ._popIn_recommend_container h2,
.modBox .modBlockAds .candy-header-title,
.modBlockAds .modBox .candy-header-title,
.modBlockAds .candy-reco .candy-header-title,
.modBlockAds02 .trc_related_container .modBlockAds .candy-header-title,
.modBlockAds .modBlockAds02 .trc_related_container .candy-header-title,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modBlockAds .candy-header-title,
.modBlockAds .modBlockAds03 #_popIn_recommend ._popIn_recommend_container .candy-header-title,
.modBlockAds02 .trc_related_container .trc_rbox_header,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modBlockAds02 .trc_related_container .trc_rbox_header,
.modBlockAds02 .trc_related_container .modBlockAds03 #_popIn_recommend ._popIn_recommend_container .trc_rbox_header,
.modBox .modBlockAds03 #_popIn_recommend ._popIn_recommend_header,
.modBlockAds03 #_popIn_recommend .modBox ._popIn_recommend_header,
.modBlockAds .candy-reco .modBlockAds03 #_popIn_recommend ._popIn_recommend_header,
.modBlockAds03 #_popIn_recommend .modBlockAds .candy-reco ._popIn_recommend_header,
.modBlockAds02 .trc_related_container .modBlockAds03 #_popIn_recommend ._popIn_recommend_header,
.modBlockAds03 #_popIn_recommend .modBlockAds02 .trc_related_container ._popIn_recommend_header,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container ._popIn_recommend_header {
	margin-left: -20px;
	margin-right: -20px;
}

.modTitle01_photo {
	background-position: 20px 0.4em;
	background-size: 32px auto;
}

.modTitle01_wanted {
	background-position: 20px 0.4em;
	background-size: 29px auto;
}

.modTitle01_tag {
	background-position: 15px 0.4em;
	background-size: 33px auto;
}

.modTitle01_guideline {
	background-size: 20px auto;
	padding-left: 45px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2rem;
}

.modTitle01_ng {
	padding-left: 20px;
	padding-bottom: 6px;
	font-size: 20px;
	font-size: 2rem;
}

.modTitle01_list {
	background-size: 15px auto;
	background-position: 20px 0.5em;
	padding-left: 40px;
	padding-bottom: 6px;
	font-size: 20px;
	font-size: 2rem;
}

.modTitle01 .main,
.contentsColumn02 .mainBlock .g h2 .main,
.modBlockAds .candy-header-title .main,
.modBlockAds02 .trc_related_container .trc_rbox_header .main,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header .main {
	font-size: 22px;
	font-size: 2.2rem;
}

.modTitle01 .sub,
.contentsColumn02 .mainBlock .g h2 .sub,
.modBlockAds .candy-header-title .sub,
.modBlockAds02 .trc_related_container .trc_rbox_header .sub,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header .sub {
	margin-left: 0;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

.modTitle01 .sub02,
.contentsColumn02 .mainBlock .g h2 .sub02,
.modBlockAds .candy-header-title .sub02,
.modBlockAds02 .trc_related_container .trc_rbox_header .sub02,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_header .sub02 {
	font-size: 16px;
	font-size: 1.6rem;
}

.modTxtLink {
	font-size: 16px;
	font-size: 1.6rem;
}

.modBtn01 {
	font-size: 16px;
	font-size: 1.6rem;
}

.modBtn02 {
	padding-top: 12px;
	padding-bottom: 14px;
	font-size: 16px;
	font-size: 1.6rem;
}

.modBtnBox {
	margin-top: 30px;
}

.modBox,
.modBlockAds .candy-reco,
.modBlockAds02 .trc_related_container,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container {
	margin-top: 20px;
}

.modBlockArticle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modBlockArticle > * {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.modBlockArticle .header .head .category {
	font-size: 10px;
	font-size: 1rem;
}

.modBlockArticle .header .head .category a,
.modBlockArticle .header .head .category span {
	padding: 4px 12px;
}

.modBlockArticle .header .share {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
}

.modBlockArticle .header .share li {
	display: block;
	width: 24%;
}

.modBlockArticle .header .share li:not(:first-child) {
	margin-left: 0;
}

.modBlockArticle .header .share a {
	height: auto;
	padding: 20px 10px;
}

.modBlockArticle .header .share .facebook a {
	background-size: 10px 19px;
}

.modBlockArticle .header .share .twitter a {
	background-size: 19px 16px;
}

.modBlockArticle .header .share .pocket a {
	background-size: 20px 20px;
}

.modBlockArticle .header .share .hatena a {
	background-size: 17px 14px;
}

.modBlockArticle .header .title {
	font-size: 18px;
	font-size: 1.8rem;
}

.modBlockArticle .header .date {
	font-size: 10px;
	font-size: 1rem;
}

.modBlockArticle .header .tag {
	font-size: 11px;
	font-size: 1.1rem;
}

.modBlockArticle .profile_spShort {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
}

.modBlockArticle .profile_spShort + * {
	margin-top: 0;
}

.modBlockArticle .profile .image {
	width: 80px;
	padding-right: 15px;
}

.modBlockArticle .profile .image .inner {
	width: 80px;
	height: 80px;
}

.modBlockArticle .profile_spShort .image {
	width: 45px;
}

.modBlockArticle .profile_spShort .image .inner {
	width: 45px;
	height: 45px;
}

.modBlockArticle .profile .detail .txt {
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockArticle .profile .detail .more {
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockArticle .profile_spShort .detail .name {
	margin-bottom: 0;
}

.modBlockArticle .profile_spShort .detail .txt,
.modBlockArticle .profile_spShort .detail .more {
	display: none;
}

.modBlockArticle .articleContentsTxt {
	margin-bottom: 25px;
}

.modBlockArticle .articleContentsTxt .item + .item {
	margin-top: 25px;
}

.modBlockArticle .articleContentsPhoto {
	margin-bottom: 25px;
	display: block;
}

.modBlockArticle .articleContentsPhoto::after {
	display: none;
}

.modBlockArticle .articleContentsPhoto .item {
	width: auto;
	margin-top: 0;
}

.modBlockArticle .articleContentsPhoto .item:not(:last-child) {
	margin-bottom: 20px;
}

.modBlockArticle .articleContentsPhoto .image {
	margin-bottom: 8px;
	height: 315px;
}

.modBlockArticle .articleContentsPhoto .image .inner img {
	max-height: 295px;
}

.articleContentsPhotoModal {
	padding: 10px;
}

.articleContentsPhotoModal .txt {
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockArticle .shareFooter {
	padding-top: 25px;
	margin-top: 30px;
}

.modBlockArticle .shareFooter dt {
	font-size: 16px;
	font-size: 1.6rem;
}

.modBlockArticle .shareFooter ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	min-width: 280px;
	margin-right: auto;
	margin-left: auto;
}

.modBlockArticle .shareFooter ul li {
	display: block;
	min-width: 0;
	width: 48%;
	margin-bottom: 10px;
}

.modBlockArticle .shareFooter ul li:not(:first-child) {
	margin-left: 0;
}

.modBlockArticle .shareFooter ul a {
	padding: 10px 5px;
	text-align: center;
}

.modBlockArticle .shareFooter ul .facebook a:before {
	background-size: 10px 19px;
	width: 10px;
	height: 19px;
}

.modBlockArticle .shareFooter ul .twitter a:before {
	background-size: 19px 16px;
	width: 19px;
	height: 16px;
}

.modBlockArticle .shareFooter ul .pocket a:before {
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.modBlockArticle .shareFooter ul .hatena a:before {
	background-size: 17px 14px;
	width: 17px;
	height: 14px;
}

.modBlockNotice {
	width: auto;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.modBlockNotice + * {
	margin-top: 45px;
}

.modBlockNotice .caution {
	font-size: 14px;
	font-size: 1.4rem;
}

.modBlockNotice .caution .br {
	display: block;
}

.modBlockNotice .checkList {
	margin-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockAds .candy-reco-items {
	margin-left: 0;
	margin-right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modBlockAds .candy-reco-items .candy-reco-item {
	width: 47%;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
}

.modBlockAds .candy-reco-items .candy-reco-item:nth-child(-n + 2) {
	margin-top: 0;
}

.modBlockAds .candy-reco-items .candy-reco-text {
	font-size: 11px;
	font-size: 1.1rem;
}

.modBlockAds .candy-reco-items .candy-reco-price {
	font-size: 11px;
	font-size: 1.1rem;
}

.modBlockAds03 #_popIn_recommend ._popIn_recommend_container {
	margin-top: 0;
	padding-top: 0;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page::before {
	display: none;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page::after {
	display: none;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page ._popIn_recommend_article {
	width: 47%;
}

.modBlockAds03 #_popIn_recommend ._popIn_infinite_page ._popIn_recommend_article:nth-child(3),
.modBlockAds03 #_popIn_recommend ._popIn_infinite_page ._popIn_recommend_article:nth-child(4) {
	margin-top: 20px;
}

.modBlockAdSpFixed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modBlockCase {
	display: block;
	margin-bottom: 20px;
}

p + .modBlockCase {
	margin-top: 30px;
}

.modBlockCase .item {
	width: auto;
	padding: 15px 20px;
}

.modBlockCase .item + .item {
	margin-top: 20px;
}

.modBlockCase .comment {
	margin-top: 12px;
}

.modBlockBnr {
	margin-left: 20px;
	margin-right: 20px;
}

.modBlockMovie__title {
	padding: 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.modBlockMovie-slider__slide {
	width: 63.58%;
	padding: 0 8px;
}

.modBlockMovie-slider__txt {
	font-size: 14px;
	font-size: 1.4rem;
}

.modBlockMovie-more__btn {
	padding: 15px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.modListPost.modListPost_spPickup {
	padding-right: 20px;
	padding-left: 20px;
}

.modListPost_type02 {
	padding-right: 20px;
	padding-left: 20px;
}

.modListPost_column04::after {
	display: none;
}

.modListPost_column04::before {
	display: none;
}

.myTabBlock .modListPost {
	padding-right: 20px;
	padding-left: 20px;
}

.modListPost .item {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 25px;
}

.modListPost .item.new:after {
	background-size: 37px auto;
	width: 37px;
	height: 50px;
	top: -10px;
	left: -5px;
}

.modListPost .item.forest19:after {
	background-size: 32px auto;
	width: 32px;
	height: 21px;
	top: -8px;
	left: -8px;
}

.modListPost .item.be-pal-forest-camp2020:after {
	background-size: 32px auto;
	width: 32px;
	height: 21px;
	top: -8px;
	left: -8px;
}

.modListPost .item.be-pal-forest-camp2021:after {
	background-size: 32px auto;
	width: 32px;
	height: 21px;
	top: -8px;
	left: -8px;
}

.modListPost .item.otonanoboukentabi.new:after {
	background-size: 32px auto;
	width: 32px;
	height: 21px;
	top: -8px;
	left: -8px;
}

.modListPost .item.urbancamp2021:after {
	background-size: 32px auto;
	width: 32px;
	height: 33px;
	top: -8px;
	left: -8px;
}

.modListPost_column02 .item {
	width: 47%;
}

.modListPost_column02 .item:nth-child(2) {
	margin-top: 30px;
}

.modListPost_column02.modListPost_spPickup .item:nth-child(2) {
	margin-top: 30px;
}

.modListPost_column03 .item {
	width: 47%;
}

.modListPost_column03 .item:nth-child(3) {
	margin-top: 25px;
}

.modListPost_column03.modListPost_spPickup .item:nth-child(2) {
	margin-top: 30px;
}

.modListPost_column04 .item {
	width: 47%;
}

.modListPost_column04 .item:nth-child(3),
.modListPost_column04 .item:nth-child(4) {
	margin-top: 25px;
}

.modListPost.modListPost_spPickup .item:nth-child(-n + 2),
.modListPost_column02.modListPost_spPickup .item:nth-child(-n + 2),
.modListPost_column03.modListPost_spPickup .item:nth-child(-n + 2) {
	width: 100%;
	border-bottom: none;
	padding-bottom: 30px;
}

.modListPost.modListPost_spPickup .item:nth-child(-n + 2):before,
.modListPost_column02.modListPost_spPickup .item:nth-child(-n + 2):before,
.modListPost_column03.modListPost_spPickup .item:nth-child(-n + 2):before {
	content: "";
	background-color: #eaeaea;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -20px;
	right: -20px;
}

.modListPost_spmax04 .item:nth-child(-n + 5) {
	display: block;
}

.modListPost_spmax04 .item:nth-child(n + 5) {
	display: none;
}

.modListPost .thumb .category {
	min-width: 100px;
	padding: 2px 10px;
	font-size: 10px;
	font-size: 1rem;
}

.modListPost_column02 .thumb {
	max-height: calc(32vw - 20px);
}

.modListPost_column03 .thumb {
	max-height: calc(32vw - 20px);
}

.modListPost_column04 .thumb {
	max-height: calc(32vw - 20px);
}

.modListPost.modListPost_spPickup .item:nth-child(-n + 2) .thumb,
.modListPost_column02.modListPost_spPickup .item:nth-child(-n + 2) .thumb,
.modListPost_column03.modListPost_spPickup .item:nth-child(-n + 2) .thumb {
	max-height: none;
}

.modListPost_title_line02 .title {
	line-height: 1.5;
}

.modListPost .title,
.modListPost_column02 .title {
	font-size: 14px;
	font-size: 1.4rem;
}

.modListPost .txt {
	display: none;
}

.modListPost .date {
	font-size: 10px;
	font-size: 1rem;
}

.modListPost .tag {
	font-size: 11px;
	font-size: 1.1rem;
}

.modListPost .editor {
	font-size: 11px;
	font-size: 1.1rem;
}

.modListPost_spSlider {
	position: relative;
}

.modListPost_spSlider .item {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0 !important;
}

.modListPost .slick-arrow {
	width: 35px;
}

.modListProduct .item {
	margin-top: 25px;
}

.modListProduct .name {
	font-size: 11px;
	font-size: 1.1rem;
}

.modListProduct .price {
	font-size: 11px;
	font-size: 1.1rem;
}

.modListProduct_spSlider {
	position: relative;
}

.modListProduct .slick-arrow {
	width: 35px;
}

.modListPhoto::after {
	display: none;
}

.modListPhoto_column04::before {
	display: none;
}

.modBox .modListPhoto,
.modBlockAds .candy-reco .modListPhoto,
.modBlockAds02 .trc_related_container .modListPhoto,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListPhoto {
	margin-left: -20px;
	margin-right: -20px;
}

.modListPhoto .item {
	width: 50%;
	margin-top: 25px;
}

.modListPhoto .item:nth-child(3) {
	margin-top: 25px;
}

.modListPhoto_spmax04 .item:nth-child(-n + 5) {
	display: block;
}

.modListPhoto_spmax04 .item:nth-child(n + 5) {
	display: none;
}

.modListPhoto_column04 .item {
	width: 50%;
}

.modListPhoto_column04 .item:nth-child(4) {
	margin-top: 25px;
}

.modListPhoto_spSlider .item {
	margin-top: 0 !important;
}

.modListPhoto .editor {
	font-size: 11px;
	font-size: 1.1rem;
}

.modBox .modListPhoto_splider,
.modBlockAds .candy-reco .modListPhoto_splider,
.modBlockAds02 .trc_related_container .modListPhoto_splider,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListPhoto_splider {
	margin-left: -20px;
	margin-right: -20px;
}

.modListPhoto .slick-arrow {
	width: 35px;
}

.modBox .modListWanted,
.modBlockAds .candy-reco .modListWanted,
.modBlockAds02 .trc_related_container .modListWanted,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListWanted {
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: -20px;
}

.modListWanted .item {
	padding-left: 20px;
	padding-right: 20px;
}

.modBox .modListWanted .item:last-child,
.modBlockAds .candy-reco .modListWanted .item:last-child,
.modBlockAds02 .trc_related_container .modListWanted .item:last-child,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListWanted .item:last-child {
	border-bottom: none;
}

.modListWanted .thumb {
	min-width: 80px;
}

.modListWanted .thumb .label {
	font-size: 10px;
	font-size: 1rem;
}

.modListWanted .detail {
	padding-left: 15px;
}

.modListWanted .txt {
	display: none;
}

.modListWanted .tag {
	font-size: 11px;
	font-size: 1.1rem;
}

.modBox .modListRecommend,
.modBlockAds .candy-reco .modListRecommend,
.modBlockAds02 .trc_related_container .modListRecommend,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListRecommend {
	margin-left: -20px;
	margin-right: -20px;
}

.modListRecommend .slide {
	margin: 0 3px;
}

.modListRecommend .slide .image {
	height: 19vh;
}

.modListRecommend .slide .detail {
	padding: 12px 15px;
}

.modListRecommend .slide .title {
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.modListRecommend .slide .txt {
	display: none;
}

.modListRecommend .slick-arrow {
	width: 35px;
}

.modListRecommend .slick-arrow:before {
	display: none;
}

.modListRecommend .slick-arrow:after {
	display: none;
}

.modBox .modListRecommend .slick-arrow,
.modBlockAds .candy-reco .modListRecommend .slick-arrow,
.modBlockAds02 .trc_related_container .modListRecommend .slick-arrow,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListRecommend .slick-arrow {
	width: 40px;
}

.modListKeyword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 11px;
	font-size: 1.1rem;
}

.modListKeyword:after {
	display: none;
}

.modListKeyword a {
	background-color: #f1f1f1;
	padding: 12px 10px;
	margin-bottom: 2%;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 49%;
	float: none;
	text-align: center;
	text-decoration: none;
}

.modListKeyword a:not(:last-child) {
	margin-right: 0;
}

.modListCheck + * {
	margin-top: 10px;
}

.modListCheck li {
	font-size: 13px;
	font-size: 1.3rem;
}

.modListCheck02 + * {
	margin-top: 10px;
}

.modListLink {
	display: block;
}

.modListLink + * {
	margin-top: 30px;
}

.modListLink li {
	width: auto;
	margin-bottom: 0;
	border-top: solid 1px #f1f1f1;
}

.modListLink li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

.modListLink li a::before {
	top: calc(12px + 0.8em);
}

* + .modListLink02 {
	margin-top: 10px;
}

.modListNg {
	margin: -8px 0;
}

.modListNg li {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	font-size: 1.3rem;
}

.modListNg li + li {
	border-top: none;
}

p + .modListCaution {
	margin-top: 30px;
}

.modModalWrapper {
	padding-top: 35px;
	padding-bottom: 35px;
}

.modPager {
	position: relative;
}

.modPagerWrapper .title {
	font-size: 16px;
	font-size: 1.6rem;
}

.modPager .wp-pagenavi {
	position: static;
	padding: 0 6em;
}

.modPager .page,
.modPager .current {
	padding: 12px 5px;
	min-width: 40px;
	margin: 0 3px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.modPager .previouspostslink,
.modPager .nextpostslink {
	font-size: 12px;
	font-size: 1.2rem;
}

.modPager .previouspostslink:before {
	margin-right: 4px;
}

.modPager .nextpostslink:after {
	margin-left: 4px;
}

.modPager02 .control {
	width: 40%;
}

.modPager02 .control .head {
	margin-bottom: 10px;
	padding: 3px 10px;
	font-size: 11px;
	font-size: 1.1rem;
}

.modPager02 .control .body {
	display: block;
}

.modPager02 .control .body .image {
	display: none;
}

.modPager02 .control .body .title {
	font-size: 11px;
	font-size: 1.1rem;
}

.modPager02 .control .body .date {
	font-size: 10px;
	font-size: 1rem;
}

.modPager02 .prev {
	padding-right: 15px;
}

.modPager02 .prev .head {
	padding-left: 20px;
}

.modPager02 .next {
	padding-left: 15px;
}

.modPager02 .next .head {
	padding-right: 20px;
}

.modPager02 .list {
	width: 20%;
	font-size: 12px;
	font-size: 1.2rem;
}

.modPager02 .list .txt:before {
	background-size: 6px;
	width: 6px;
	height: 6px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

.modPager02 .list .br {
	display: block;
}

.modImageUpload .add {
	padding: 15px 8px;
}

.modImageUpload_wide .add {
	padding-top: 30px;
	padding-bottom: 30px;
}

.modImageUpload_wide02 .add {
	padding-top: 30px;
	padding-bottom: 30px;
}

.myEditPostPhoto .modImageUpload {
	min-height: 0;
}

.modImageUpload .title {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.modImageUpload .title span {
	background-position: left 0.4em;
	background-size: 15px auto;
	padding-left: 22px;
}

.modImageUpload .txt {
	line-height: 1.5;
	font-size: 11px;
	font-size: 1.1rem;
}

.modImageUpload .txt .br {
	display: block;
}

.modImageUpload .txt br.pc {
	display: none;
}

.modImageUpload .dropTxt {
	display: none;
}

.modImageUpload .select {
	display: inline-block;
	padding: 1px 6px;
	font-size: 9px;
	font-size: 0.9rem;
}

.modImageUpload_profile_icon .add {
	min-height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modImageUpload_profile_icon .preview {
	min-height: 180px;
}

.modImageUpload_profile_bg .preview {
	min-height: 20vh;
}

.modNav {
	font-size: 13px;
	font-size: 1.3rem;
}

.modWysiwyg h2 {
	padding: 6px 10px 6px 15px;
	font-size: 18px;
}

* + .modWysiwyg h2 {
	margin-top: 35px;
}

.modWysiwyg h3 {
	font-size: 16px;
}

.modWysiwygPartsProduct .btn a {
	padding-top: 12px;
	padding-bottom: 12px;
}

.modWysiwygPartsProduct .head {
	display: block;
}

.modWysiwygPartsProduct .head .image {
	margin-bottom: 8px;
	width: auto;
	height: 335px;
}

.modWysiwygPartsProduct .head .image .inner img {
	max-height: 315px;
}

.modWysiwygPartsProduct .head .title {
	margin-bottom: 0;
}

.modWysiwygPartsProduct .head .title.sp {
	display: block;
}

.modWysiwygPartsProduct .head .title .sub {
	font-size: 12px;
	font-size: 1.2rem;
}

.modWysiwygPartsProduct .head .title .main {
	font-size: 17px;
	font-size: 1.7rem;
}

.modWysiwygPartsProduct .head .detail {
	padding-left: 0;
}

.modWysiwygPartsProduct .head .image {
	display: none;
}

.modWysiwygPartsProduct .head .detail .txt {
	display: none;
}

.modWysiwygPartsProduct .head .detail .btn {
	display: none;
}

.modWysiwygPartsProduct .foot {
	display: block;
	margin-bottom: 20px;
}

.modWysiwygPartsProduct .foot::after {
	display: none;
}

.modWysiwygPartsProduct .foot .slick-arrow {
	width: 35px;
}

.modWysiwygPartsProduct .foot .slide {
	width: auto;
	margin-top: 0;
}

.modWysiwygPartsProduct .foot .slide.sp {
	display: block;
}

.modWysiwygPartsProduct .foot .image {
	margin-bottom: 8px;
	height: 335px;
}

.modWysiwygPartsProduct .foot .image .inner img {
	max-height: 315px;
}

.modWysiwygPartsProduct .foot .caption,
.modWysiwygPartsProduct .foot .txt {
	font-size: 14px;
	font-size: 1.4rem;
}

.modWysiwygPartsProduct .foot_sp {
	display: block;
}

.modWysiwygPartsProductModal {
	padding: 10px;
}

.modWysiwygPartsProductModal .txt {
	font-size: 12px;
	font-size: 1.2rem;
}

.modWysiwygPartsProduct02 dd {
	padding: 10px;
}

.modWysiwygPartsProduct02 .inner {
	display: block;
	padding: 0;
}

.modWysiwygPartsProduct02 .inner .detail {
	display: block;
	padding-right: 0;
	margin-bottom: 10px;
}

.modWysiwygPartsProduct02 .inner .detail .sub {
	font-size: 12px;
	font-size: 1.2rem;
}

.modWysiwygPartsProduct02 .inner .detail .name {
	font-size: 14px;
	font-size: 1.4rem;
}

.modWysiwygPartsProduct02 .inner .cart {
	display: block;
	width: auto;
}

.modWysiwygPartsRecommend .item {
	margin-bottom: 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.modWysiwygPartsRecommend .item .title {
	width: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	font-size: 1.2rem;
}

.modWysiwygPartsRecommend .item .detail {
	padding: 6px 30px 6px 12px;
	min-height: 60px;
	font-size: 14px;
	font-size: 1.4rem;
}

.modWysiwygPartsRecommend .item .detail:before {
	right: 12px;
	font-size: 25px;
}

.modWysiwygPartsProfile {
	margin-bottom: 20px;
}

* + .modWysiwygPartsProfile {
	margin-top: 30px;
}

.modWysiwygPartsProfile .head .image {
	width: 95px;
	padding-right: 15px;
}

.modWysiwygPartsProfile .head .link {
	margin-top: 10px;
	width: 100%;
}

.modWysiwygPartsProfile .head .sns {
	width: 100%;
}

.modWysiwygPartsProfile_type02 .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
}

.modWysiwygPartsProfile_type02 .head .image {
	position: static;
	height: auto;
}

.modWysiwygPartsProfile .title {
	background-size: 8px auto;
	background-position: left 0.4em;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 12px;
	font-size: 1.2rem;
}

.modWysiwygPartsProfile .title.pc {
	display: none;
}

.modWysiwygPartsProfile .title.pc + .head {
	margin-top: 0;
}

.modWysiwygPartsProfile .title.sp {
	display: block;
}

.modWysiwygPartsProfile .job {
	font-size: 10px;
	font-size: 1rem;
}

.modWysiwygPartsProfile .name {
	font-size: 18px;
	font-size: 1.8rem;
}

.modWysiwygPartsProfile .link a {
	font-size: 12px;
	font-size: 1.2rem;
}

.modWysiwygPartsProfile .sns {
	margin-top: 10px;
}

.modWysiwygPartsProfile .sns a {
	width: 40px;
	height: 40px;
}

.modWysiwygPartsProfile .sns a + a {
	margin-left: 12px;
}

.modWysiwygPartsProfile .sns .facebook {
	background-size: 11px 22px;
}

.modWysiwygPartsProfile .sns .twitter {
	background-size: 22px 18px;
}

.modWysiwygPartsProfile .sns .instagram {
	background-size: 25px 25px;
}

.modWysiwygPartsLink + * {
	margin-top: 20px;
}

.modWysiwygPartsLink .detail {
	padding: 20px;
}

.modWysiwygPartsLink .title {
	font-size: 18px;
	font-size: 1.8rem;
}

.modWysiwygPartsLink .date {
	font-size: 10px;
	font-size: 1rem;
}

.modWysiwygPartsLink .btn {
	width: 57%;
	margin-top: 20px;
}

.modWysiwygPartsLink .btn a,
.modWysiwygPartsLink .btn span {
	padding: 10px 5px;
	font-size: 8px;
	font-size: 0.8rem;
}

.page-bepal-forest-camp .myBnrCamp {
	font-size: 10px;
	font-size: 1rem;
}

.page-urbancamp2021 .myBlockDetail .image {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.page-urbancamp2021 .myBlockDetail .txt {
	font-size: 12px;
	font-size: 1.2rem;
}

}

@media only screen and (max-width: 600px) and (max-width: 600px) {

.modBox .modListPost_spSlider,
.modBlockAds .candy-reco .modListPost_spSlider,
.modBlockAds02 .trc_related_container .modListPost_spSlider,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListPost_spSlider {
	margin-left: -20px;
	margin-right: -20px;
}

.modBox .modListProduct_spSlider,
.modBlockAds .candy-reco .modListProduct_spSlider,
.modBlockAds02 .trc_related_container .modListProduct_spSlider,
.modBlockAds03 #_popIn_recommend ._popIn_recommend_container .modListProduct_spSlider {
	margin-left: -20px;
	margin-right: -20px;
}

.modListProduct_spSlider .item {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0 !important;
	width: auto;
}

}

@media only screen and (max-width: 320px) {

.modPager .wp-pagenavi {
	padding: 0 5em;
}

.modPager .page,
.modPager .current {
	min-width: 30px;
	padding: 8px 2px;
	font-size: 12px;
	font-size: 1.2rem;
}

.modPager .previouspostslink,
.modPager .nextpostslink {
	font-size: 11px;
	font-size: 1.1rem;
}

}


/*# sourceMappingURL=maps/common.css.map */
