@charset "utf-8";
/* --------------------------------------------------
 * common styles
 */

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 0.16rem;
}
a {
	text-decoration: none;
}
a:hover {
}
img {
	vertical-align: top;
}
*, *:before, *:after {
	box-sizing: border-box;
}
/* --------------------------------------------------
 * layout, common-parts
 */

.pc {
	display: none;
}
.wrap-all {
	width: 100%;
	overflow: hidden;
}
.wrap {
	position: relative;
	width: 100%;
}
.site-header {
	position: fixed;
	width: 100%;
	min-height: 1.2rem;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 0 10px 0px #999;
}
.site-header img {
	width: 100%;
}
.site-header h1 {
	position: absolute;
	top: 0.1rem;
	left: 1.2rem;
	color: #999999;
	font-size: 0.16rem;
}
.site-header h1 br {
	display: none;
}
.site-header .logo {
	width: 1.76rem;
	margin: 0 0 0 0.4rem;
	padding: 0.16rem 0;
}
.site-header .sns {
	position: absolute;
	top: 0.42rem;
	left: 2.78rem;
	overflow: hidden;
}
.site-header .sns li {
	float: left;
	width: 0.6rem;
	margin: 0 0.1rem 0 0;
}
.site-header .sns img {
	width: 100%;
}
.site-header .btn {
	position: absolute;
	width: 0.52rem;
	height: 0.52rem;
	top: 0.46rem;
	right: 0.4rem;
	cursor: pointer;
}
.site-header .online-shop {
	display: block;
	position: absolute;
	top: 0.42rem;
	right: 1.1rem;
	width: 1.4rem;
	height: 0.6rem;
	border: 1px solid #000;
	border-radius: 0.3rem;
	text-align: center;
	background: url(../img2/common/header/online-shop-icon.png) no-repeat right 0.1rem center;
	background-size: 0.45rem auto;
	text-align: left;
}
.site-header .online-shop a {
	display: block;
	width: 100%;
	height: 0.6rem;
	padding: 0.12rem 0 0 0.2rem;
	color: #232323;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 0.16rem;
	line-height: 0.16rem;
}
.site-header nav {
	position: absolute;
	top: 1.2rem;
	right: -4.4rem;
	width: 4.4rem;
	height: calc(100vh - 1.2rem);
	background: #232323;
	padding: 0.65rem 0 0.6rem 0.5rem;
	transition: all 0.3s ease-in-out;
	overflow: auto;
}
.site-header nav.on {
	right: 0;
}
.site-header nav .close-btn {
	position: absolute;
	width: 0.7rem;
	top: 0.3rem;
	right: 0.3rem;
}
.site-header nav li {
	margin: 0 0 0.35rem;
}
.site-header nav li a {
	color: #999999;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1;
}
.site-header nav .nav2 {
	margin: 0 0 0.57rem;
}
.site-header nav .nav2 li {
	width: 3.4rem;
	margin: 0;
	background: #989898;
	border-radius: 5px;
	text-align: center;
}
.site-header nav .nav2 li a {
	display: block;
	color: #ffffff;
	font-size: 0.26rem;
	line-height: 0.6rem;
	font-weight: normal;
}
.site-header nav .nav2 li a span {
	display: inline-block;
	padding: 0 0.57rem 0 0;
	background: url(/img2/common/header/icon-contact.png) no-repeat right center;
	background-size: 0.4rem;
}
.site-header nav .nav3 {
	padding: 0 0 0.2rem;
}
.site-header nav .nav3 li {
	width: 3.4rem;
	margin: 0;
	background: #535353;
	border-radius: 5px;
	text-align: center;
}
.site-header nav .nav3 li a {
	display: block;
	color: #ffffff;
	font-size: 0.26rem;
	line-height: 0.6rem;
}
.site-header nav .nav3 li a span {
	display: inline-block;
	padding: 0 0.37rem 0 0;
	background: url(/img2/common/header/icon-bag.png) no-repeat right center;
	background-size: 0.26rem auto;
}
.site-header nav .address {
}
.site-header nav .address p {
	margin: 0 0 0.3rem;
	color: #cbc9c9;
	font-size: 0.26rem;
	line-height: 0.36rem;
}
.site-header nav .address p.caption {
	margin: 0 0 0.05rem;
	color: #999999;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

/*
site-footer
*/
.site-footer {
	background: #eeeeee;
}
.site-footer .wrap {
	padding: 0.6rem 0.4rem 0 0.4rem;
}
.site-footer .caption {
	margin: 0 0 0.22rem;
	font-size: 0.26rem;
	font-weight: bold;
}

.site-footer .sitemap {
	margin: 0 0 0.45rem;
}
.site-footer .sitemap > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 0 0 0.2rem;
	padding: 0 0 0.3rem;
	border-bottom: 1px solid #d6d3d3;
}
.site-footer .sitemap > ul li {
	width: 33%;
  margin: 0 0 0.1rem;
}
.site-footer .sitemap > ul li a {
	color: #232323;
  font-size: 0.26rem;
  font-weight: bold;
	line-height: 0.4rem;
}

.site-footer .btn-wrap {
  display: flex;
  margin-bottom: 0.3rem;
}
.site-footer .btn-wrap > div{
  width: 50%;
}
.site-footer .btn-wrap a{
	display: block;
  width: 100%;
	padding: 0.2rem 0;
	text-align: center;
	font-weight: bold;
	font-size: 0.26rem;
}
.site-footer .btn-wrap .online-shop a {
  background: #b1b1b1;
  color: #ffffff;
}
.site-footer .btn-wrap .online-shop a span {
	display: inline-block;
	padding: 0 0.5rem 0 0;
	background: url(/img2/common/footer/icon-bag.png) no-repeat right center;
	background-size: 0.26rem auto;
}
.site-footer .contact a {
	background: #e2e2e2;
	color: #999999;
}
.site-footer .contact .btn span {
	display: inline-block;
	padding: 0 0.7rem 0 0;
	background: url(/img2/common/footer/icon-contact.png) no-repeat right center;
	background-size: contain;
}

/* .address */
.site-footer .address {
	margin: 0 0 0.5rem;
	font-size: 0.26rem;
}
.site-footer .address .caption {
	margin: 0 0 0.22rem;
	font-size: 0.3rem;
	font-weight: bold;
}
.site-footer .address-flex-item .store-name{
	margin-bottom: 0.1rem;
	font-weight: bold;
}
.site-footer .address-flex-item .open {
	display: flex;
  align-items: center;
	height: 0.8rem;
	margin: 0.2rem 0 0.5rem;
	padding: 0 0 0 1rem;
	background: url(/img2/common/footer/open.png) no-repeat 0 0;
	background-size: 0.8rem auto;
}
.site-footer .address-flex-item .open p {
	font-size: 0.26rem;
	line-height: 0.3rem;
}
.site-footer .address-flex-item .sns-icon-list{
  display: flex;
  margin-top: 7px;
}
.site-footer .address-flex-item .sns-icon-list li{
  width: 0.6rem;
  margin-right: 5px;
}
.site-footer .address-flex-item .sns-icon-list img{
  width: 100%;
}

.site-footer .copyright {
	padding: 0 0 1rem;
	text-align: center;
}
.site-footer .copyright .footer-logo img {
	margin: 0 0 0.2rem;
	width: 2.6rem;
}
.site-footer .copyright img p {
	color: #999999;
	font-size: 0.2rem;
	line-height: 1;
}
.site-footer .copyright .sns ul  {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.site-footer .sns ul li {
  width: 0.6rem;
	margin: 0 0.1rem;
}
.site-footer .sns ul li img {
	width: 100%;
}

.site-footer .to-top {
	position: relative;
	left: calc(50% - 0.2rem);
	bottom: 0.4rem;
	width: 0.4rem;
	height: 0.24rem;
	cursor: pointer;
}
.site-footer .to-top:before {
	content: "";
	position: absolute;
	top: -0.1rem;
	left: 10px;
	width: 0.3rem;
	height: 0.3rem;
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	transform: rotate(45deg);
	transform-origin: 0 0;
}
/*
site-footer
*/

.lower main .web-magazine {
	position: relative;
	background-color: #f0870f;
}
.lower main .web-magazine .wrap {
	padding: 0.8rem 0 0.9rem 0.6rem;
}
.lower main .web-magazine h2 {
	width: 1.63rem;
	padding: 0 0 0.4rem;
	margin: 0 0 0.3rem;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 0.48rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
.lower main .web-magazine p {
	margin: 0 0 0.3rem;
	color: #FFFFFF;
	font-size: 0.26rem;
	line-height: 0.48rem;
}
.lower main .web-magazine p a {
	color: #FFFFFF;
}
.lower main .web-magazine-btn a {
	display: inline-block;
	width: 6.3rem;
	height: 1rem;
	padding: 0;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Covered By Your Grace', cursive;
	font-size: 0.48rem;
	line-height: 1rem;
	background-color: transparent;
}
.lower main .navigation {
}
.lower main .navigation ol {
	text-align: center;
}
.lower main .navigation ol li {
	display: inline-block;
	list-style: none;
	margin: 0 0.05rem;
}
.lower main .navigation ol li a, .lower main .navigation ol li span {
	display: block;
	padding: 0 0.17rem;
	background: #eeeeee;
	color: #1d1d1d;
	font-size: 0.28rem;
	line-height: 0.6rem;
}
.lower main .navigation ol li a:hover, .lower main .navigation ol li span.current {
	background: #232323;
	color: #fff;
}
main {
	padding: 1.2rem 0 0;
}
main .body > .links {
	margin-bottom: 0.8rem;
}
main .body > .links ul {
	margin: 0 0.6rem;
}
main .body > .links ul li {
	width: 6.3rem;
	height: 2.4rem;
	margin: 0 0 0.28rem;
}
main .body > .links ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.56rem 0 0;
	text-align: center;
}
main .body > .links ul li a .sub {
	margin: 0 0 0.1rem;
	color: #f5623f;
	font-size: 0.31rem;
	line-height: 0.44rem;
}
main .body > .links ul li a .name {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	color: #232323;
	font-size: 0.58rem;
	line-height: 0.72rem;
	font-weight: bold;
}
main .body > .links ul li a .name:after {
	content: " ";
	display: inline-block;
	width: 0.59rem;
	height: 0.6rem;
	margin: 0 0 0 0.2rem;
	background: url(/img2/common/link_btn.png) no-repeat 0 center;
	background-size: 0.59rem auto;
	vertical-align: top;
}
main .body > .links ul li.staff {
	background: url(/img2/common/link_staff-sp.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
main .body > .links ul li.staff .name:before {
	content: " ";
	display: inline-block;
	width: 0.7rem;
	height: 0.6rem;
	margin: 0 0.2rem 0 0;
	background: url(/img2/common/link_icon_staff.png) no-repeat 0 center;
	background-size: 0.7rem auto;
	vertical-align: top;
}
main .body > .links ul li.brand {
	background: url(/img2/common/link_brand-sp.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
main .body > .links ul li.brand .name:before {
	content: " ";
	display: inline-block;
	width: 0.45rem;
	height: 0.6rem;
	margin: 0 0.2rem 0 0;
	background: url(/img2/common/link_icon_brand.png) no-repeat 0 center;
	background-size: 0.45rem auto;
	vertical-align: top;
}
main .body > .links ul li.about {
	background: url(/img2/common/link_about-sp.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
main .body > .links ul li.about .name:before {
	content: " ";
	display: inline-block;
	width: 0.37rem;
	height: 0.6rem;
	margin: 0 0.2rem 0 0;
	background: url(/img2/common/link_icon_about.png) no-repeat 0 center;
	background-size: 0.37rem auto;
	vertical-align: top;
}
main .body > .links ul li.item {
	background: url(/img2/common/link_item-sp.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
main .body > .links ul li.item .name:before {
	content: " ";
	display: inline-block;
	width: 0.4rem;
	height: 0.6rem;
	margin: 0 0.2rem 0 0;
	background: url(/img2/common/link_icon_item.png) no-repeat 0 center;
	background-size: 0.4rem auto;
	vertical-align: top;
}
main .body > .links ul li.news {
	background: url(/img2/common/link_news-sp.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
main .body > .links ul li.news a .name {
	color: #fff;
}
main .body > .links ul li.news .name:before {
	content: " ";
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 0.2rem 0 0;
	background: url(/img2/common/link_icon_news.png) no-repeat 0 center;
	background-size: 0.6rem auto;
	vertical-align: top;
}
/* --------------------------------------------------
 * top
 */
/* #top {
} */
#top main .main-visual {
	/* position: relative; */
	width: 100%;
	/* height: calc(100vh - 1.2rem); */
	/* min-height: 10rem; */
	margin: 0 0 0.6rem;
}
/* #top main .main-visual .images li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 1.2rem);
	z-index: 1;
	overflow: hidden;
} */
/* #top main .main-visual .images li img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	max-width: 150%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
} */
/* #top main .main-visual .images li:nth-child(1)::after {
	content: "";
	position: absolute;
	top: 4.5rem;
	left: 6.67%;
	z-index: 3;
	width: 86.67%;
	height: 2rem;
	background: url(../img2/top/slides/text1-sp.png) no-repeat;
	background-size: contain;
}
#top main .main-visual .images li:nth-child(2)::after {
	content: "";
	position: absolute;
	top: 4.5rem;
	left: 10.67%;
	z-index: 3;
	width: 78.93%;
	height: 2rem;
	background: url(../img2/top/slides/text2-sp.png) no-repeat;
	background-size: contain;
}
#top main .main-visual .images li:nth-child(3)::after {
	content: "";
	position: absolute;
	top: 4.5rem;
	left: 6.67%;
	z-index: 3;
	width: 87.33%;
	height: 2rem;
	background: url(../img2/top/slides/text3-sp.png) no-repeat;
	background-size: contain;
} */
#top main .main-visual #js-slick-slider {
	visibility: hidden;
  }
  #top main .main-visual #js-slick-slider.slick-initialized {
	visibility: visible;
  }
#top main .main-visual #js-slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	z-index: 90;
	cursor: pointer;
}
#top main .main-visual #js-slick-slider .prev-arrow {
	left: 15px;
}
#top main .main-visual #js-slick-slider .next-arrow {
	right: 15px;
	transform: rotate(180deg);
}
#top main .main-visual #js-slick-slider img {
	width: 100%;
}
#top main .main-visual #js-slick-slider .pc {
	display: none;
}
#top main .main-visual #js-slick-slider .slick-dots {
	line-height: 1;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
#top main .main-visual #js-slick-slider .slick-dots li{
	margin: 0 10px;
}
#top main .main-visual #js-slick-slider .slick-dots li button{
	position: relative;
	text-indent: -9999px;
  	margin: 0;
  	padding: 0;
	background: none;
	border: none;
	border-radius: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
	background-color: #a0a0a0;
}
#top main .main-visual #js-slick-slider .slick-dots li.slick-active button{
  	background-color: #444;
}
/* #top main .main-visual .indicators {
	position: absolute;
	left: 0.2rem;
	bottom: 1rem;
	z-index: 2;
}
#top main .main-visual .indicators li {
	float: left;
	width: 0.8rem;
	height: 0.08rem;
	margin: 0 0.08rem 0 0;
	cursor: pointer;
	background-color: #FFFFFF;
}
#top main .main-visual .indicators li.current, #top main .main-visual .indicators li:hover {
	background-color: #F5623F;
} */
#top main .main-visual .copy {
	position: absolute;
	left: 2.67%;
	bottom: 10%;
	z-index: 2;
	width: 69.87%;
	height: 3.18rem;
	overflow: hidden;
}
#top main .main-visual .copy img {
	/*display: none;*/
	width: 100%;
	height: auto;
}
#top main .annoucement-area {
  text-align: center;
  padding: 0 3%;
  font-size: 1.2em;
  color: red;
}
#top main .annoucement-area strong {
  display: block;
  margin-bottom: 8px;
}
#top main .annoucement-area a {
  text-decoration: underline;
  color: inherit;
}
#top main .banners {
	width: 5rem;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
#top main .banners li {
	display: inline-block;
	margin: 0 0 0.4rem;
}
#top main .banners li img {
	width: 100%;
}
#top main .news header {
	margin: 0 0 0.6rem;
	padding: 0.5rem 0 0.2rem;
	background-color: #EEEEEE;
	overflow: hidden;
}
#top main .news header .wrap {
}
#top main .news header h2 {
	margin: 0 0.2rem 0.5rem;
	font-size: 0.24rem;
	font-weight: normal;
}
#top main .news header h2 strong {
	font-size: 0.4rem;
	font-weight: bold;
}
#top main .news header ul {
	margin: 0 0.28rem;
}
#top main .news header ul li {
	float: left;
	margin: 0 0.16rem 0.58rem;
}
#top main .news header ul li a {
	display: block;
	position: relative;
	width: 1.9rem;
	height: 0.84rem;
	border-radius: 4px;
	text-align: center;
	padding: 0.4rem 0 0;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 0.28rem;
	font-weight: 300;
	line-height: 1;
}
#top main .news header ul li.category-outdoor-gear a{
	padding: 0.28rem 0 0;
  }
#top main .news header ul li.category-info a {
	background-color: #F47E62;
}
#top main .news header ul li.category-youtube a {
	background-color: #cf6068;
}
#top main .news header ul li.category-outdoor-gear a {
	background-color: #4088be;
}
#top main .news header ul li.category-apparel a {
	background-color: #C95B9C;
}
#top main .news header ul li.category-event a {
	background-color: #32B88B;
}
#top main .news header ul li.category-blog a {
	background-color: #32AAB8;
}
#top main .news header ul li.category-media a {
	background-color: #6E7CC6;
}
#top main .news header ul li.category-feature a {
	background-color: #D8CB3C;
}
#top main .news header ul li a:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	left: 50%;
	transform: translateX(-50%);
}
#top main .news header ul li.category-info a:before {
	top: -0.23rem;
	width: 0.7rem;
	height: 0.57rem;
	background-image: url(../img2/top/news-info-icon.png);
}
#top main .news header ul li.category-youtube a:before {
	top: -0.13rem;
	width: 0.54rem;
	height: 0.42rem;
	background-image: url(../img2/top/news-youtube-icon.png);
}
#top main .news header ul li.category-outdoor-gear a:before {
	top: -0.35rem;
	width: 0.49rem;
	height: 0.64rem;
	background-image: url(../img2/top/news-outdoor-icon.png);
}
#top main .news header ul li.category-apparel a:before {
	top: -0.25rem;
	width: 0.6rem;
	height: 0.64rem;
	background-image: url(../img2/top/news-apparel-icon.png);
}
#top main .news header ul li.category-event a:before {
	top: -0.22rem;
	width: 0.64rem;
	height: 0.56rem;
	background-image: url(../img2/top/news-event-icon.png);
}
#top main .news header ul li.category-blog a:before {
	top: -0.20rem;
	width: 0.76rem;
	height: 0.53rem;
	background-image: url(../img2/top/news-blog-icon.png);
}
#top main .news header ul li.category-media a:before {
	top: -0.2rem;
	width: 0.7rem;
	height: 0.54rem;
	background-image: url(../img2/top/news-media-icon.png);
}
#top main .news header ul li.category-feature a:before {
	top: -0.3rem;
	width: 0.44rem;
	height: 0.67rem;
	background-image: url(../img2/top/news-feature-icon.png);
}
#top main .news .body .list {
	display: none;
	padding: 0.6rem 0;
	margin: 0 0.2rem;
	overflow: hidden;
}
#top main .news .body .list.all {
	display: block;
}
#top main .news .body .list li {
	width: 100%;
	margin: 0 0 0.2rem;
}
#top main .news .body .list li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.2rem;
	border: 1px solid #A9A9A9;
	overflow: hidden;
}
#top main .news .body .list li a .image {
	float: left;
	width: 3rem;
	height: 2rem;
	margin: 0 0.2rem 0 0;
	line-height: 2rem;
	text-align: center;
}
#top main .news .body .list li a .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#top main .news .body .list li a .title {
	height: 1.35rem;
	margin: 0 0 0.1rem;
	overflow: hidden;
	color: #232323;
	font-size: 0.36rem;
	line-height: 0.45rem;
}
#top main .news .body .list li a .text {
	display: none;
}
#top main .news .body .list li a time {
	position: absolute;
	right: 0.16rem;
	bottom: 0.53rem;
	color: #999999;
	font-size: 0.24rem;
	font-style: italic;
	line-height: 0.24rem;
}
#top main .news .body .list li a .category {
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	width: auto;
	padding: 0 0.2rem 0 0.5rem;
	height: 0.48rem;
	border-bottom: 2px solid transparent;
	text-align: center;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 0.3rem;
	font-weight: 300;
	line-height: 0.48rem;
	letter-spacing: -0.05em;
	white-space: nowrap;
}
#top main .news .body .list li a .category-info { border-color: #E57055; }
#top main .news .body .list li a .category-youtube {border-color: #cf6068;}
#top main .news .body .list li a .category-outdoor-gear {border-color: #4088be;}
#top main .news .body .list li a .category-apparel {border-color: #C95B9C;}
#top main .news .body .list li a .category-event { border-color: #03AB72; }
#top main .news .body .list li a .category-blog { border-color: #009AB2; }
#top main .news .body .list li a .category-media { border-color: #4E60BC; }
#top main .news .body .list li a .category-feature { border-color: #C5B928; }
#top main .feature {
	position: relative;
	padding: 5rem 0 0 0;
	margin: 0 0 60px;
	background-color: #FEF9E3;
}
#top main .feature .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
}
#top main .feature h2 {
	position: absolute;
	top: 5.8rem;
	right: 0.2rem;
	text-align: right;
	font-size: 0.24rem;
	font-weight: normal;
}
#top main .feature h2 strong {
	font-size: 0.4rem;
	font-weight: bold;
}
#top main .feature .texts {
	margin: 0 0.2rem;
	padding: 1rem 0;
}
#top main .feature .texts .title {
	margin: 0 0 0.3rem;
	font-family: 'Raleway', sans-serif;
	font-size: 0.6rem;
	font-weight: 300;
	line-height: 0.8rem;
}
#top main .feature .texts .text {
	height: 2.3rem;
	margin: 0 0 0.4rem;
	overflow: hidden;
	font-size: 0.24rem;
	line-height: 0.46rem;
}
#top main .feature .texts .button {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 30px;
	border: 1px solid #232323;
	text-align: center;
	color: #232323;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
}
#top main .online-shop-banner {
	width: 7.1rem;
	margin: 0 auto 0.6rem;
}
#top main .online-shop-banner img {
	width: 100%;
}
#top main .campsite-banner {
	width: 7.1rem;
	margin: 0 auto 0.6rem;
}
#top main .campsite-banner img {
	width: 100%;
}

/* coleman-calender */
#top main .coleman-calender {
  margin-bottom: 0.6rem;
  background: #f7f0e3;
}
#top main .coleman-calender .calender-inner{
  padding: 0.4rem;
}
#top main .coleman-calender h2{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  color: #c13133;
  font-size: 0.28rem;
}
#top main .coleman-calender h2::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(100% + 80px);
  height: 2px;
  background-color: #fff;
}
#top main .coleman-calender h2 img{
  max-width: 100%;
  margin-bottom: 0.1rem;
}
#top main .coleman-calender .subhead{
  margin-top: 5px;
  text-align: center;
  color: #999;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
#top main .coleman-calender .calender-info-wrap{
}
#top main .coleman-calender .calender-img img{
  width: 100%;
  margin-bottom: 0.5rem;
}

#top main .coleman-calender .calender-info{
  width: 100%;
}
#top main .coleman-calender .calender-info table{
  border-collapse: collapse;
  font-size: 0.26rem;
}
#top main .coleman-calender .calender-info th{
  width: 100px;
  border-bottom: 10px solid #f7f0e3;
  text-align: center;
  color: #c13133;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  background-color: #FFFFFF;
  vertical-align: middle;
}
#top main .coleman-calender .calender-info td{
  padding: 0 0 0 20px;
  vertical-align: middle;
}
#top main .coleman-calender .google-route-link a{
  display: block;
  margin-top: 10px;
  background: #c13133;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 0.26rem;
  line-height: 2.5;
  font-weight: bold;
}
/* coleman-calender */

#top main .concept {
	position: relative;
	margin-bottom: 0.6rem;
	padding: 0.7rem 0.36rem 5rem;
	background: #f7efe0 url(/img2/top/concept-bg-sp.png) no-repeat left bottom;
	background-size: 100% auto;
}
#top main .concept h2 {
	position: relative;
	width: 6rem;
	margin: 0 auto 0.45rem;
	padding: 1.75rem 0 0;
	background: url(../img2/top/concept-title.png) no-repeat 0 0;
	background-size: 6rem auto;
	color: #777777;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 0.33rem;
}
#top main .concept h2 strong {
	display: inline-block;
	margin: 0.1rem 0 0;
	color: #232323;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.51rem;
	font-weight: normal;
	line-height: 0.52rem;
}
#top main .concept p {
	padding-bottom: 0.37rem;
	font-size: 0.26rem;
	line-height: 0.36rem;
	font-weight: bold;
}
#top main .concept .text1 {
	position: relative;
	margin-bottom: 0.37rem;
	padding-bottom: 0.37rem;
}
#top main .concept .text1:after {
	content: "";
	position: absolute;
	left: calc(50% - 1rem);
	bottom: 0;
	width: 2rem;
	height: 2px;
	background-color: #959595;
}
#top main .concept .common-button1 {
	display: block;
	width: 2.8rem;
	margin: 0 auto 0.2rem;
	padding: 0.1rem 0;
	background: #fff;
	color: #f5623f;
	text-align: center;
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.48rem;
}
/* #top main .instagram {
	width: 6rem;
	margin: 0 auto 0.98rem;
}
#top main .instagram h2 {
	margin: 0 0 0.1rem;
	font-size: 0.4rem;
	font-weight: 700;
	line-height: 1;
}
#top main .instagram h3 {
	margin: 0 0 0.3rem;
	font-size: 0.26rem;
	font-weight: normal;
	line-height: 1;
}
#top main .instagram ul {
	margin: 0 0 0.5rem;
	overflow: hidden;
}
#top main .instagram ul li {
	float: left;
	position: relative;
	width: 2.97rem;
	height: 2.97rem;
	margin: 0 0.03rem 0.03rem 0;
}
#top main .instagram ul li:nth-child(2n+1) {
	clear: left;
}
#top main .instagram ul li img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#top main .instagram .button {
	display: block;
	width: 100%;
	height: 0.48rem;
	margin: 0 auto;
	border: 1px solid #232323;
}
#top main .instagram .button:hover {
	opacity: 0.8;
}
#top main .instagram .button .follow-us {
	float: left;
	width: 2.4rem;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Covered By Your Grace', cursive;
	font-size: 0.4rem;
	line-height: 0.46rem;
	background-color: #232323;
}
#top main .instagram .button .account {
	float: left;
	width: 3.5rem;
	text-align: center;
	color: #232323;
	font-size: 0.24rem;
	line-height: 0.46rem;
} */

/*
about
*/
#top main .about {
	position: relative;
	margin: 0 0 0.6rem;
	padding: 0 0 0.8rem;
	background: #f8f1e4;
}
#top main .about header {
	position: relative;
	margin: 0 0 25px;
	text-align: center;
}
#top main .about header:after {
	content: "";
	position: absolute;
	left: calc(50% - 0.6rem);
	bottom: 0;
	width: 1.2rem;
	height: 0.04rem;
	background-color: #7d7d7d;
}
#top main .about header img {
	width: 100%;
}
#top main .about header h2 {
	padding: 0 0 0.5rem;
	font-size: 0.34rem;
	font-weight: normal;
	line-height: 0.34rem;
	font-family: 'Raleway', sans-serif;
}
#top main .about header .copy {
	background: #fff;
}
#top main .about .text {
	width: 6.7rem;
	margin: 0 auto 0.5rem;
	font-size: 0.26rem;
	line-height: 0.4rem;
}
#top main .about .common-button1 {
	display: block;
	width: 2.8rem;
	margin: 0 auto 0.2rem;
	padding: 0.1rem 0;
	background: #fff;
	color: #f5623f;
	text-align: center;
	font-size: 0.26rem;
	line-height: 0.48rem;
}
#top main .about .about-youtube-wrap {
	margin: 1rem 0.2rem 0;
	padding: 0.8rem 0.5rem;
	background: #fff;
	text-align: center;
  }
  #top main .about .about-youtube-wrap .img-wrap{
	 margin-bottom: 0.4rem;
  }
  #top main .about .about-youtube-wrap .img-wrap img{
	width: 100%;
  }
  #top main .about .about-youtube-wrap h3{
	position: relative;
	margin-bottom: 1rem;
	font-size: 0.34rem;
  }
  #top main .about .about-youtube-wrap h3::after{
	content: "";
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 1.2rem;
	background-color: #7d7d7d;
  }
  #top main .about .about-youtube-wrap .text-wrap p{
	font-size: 0.26rem;
	margin-bottom: 0.3rem;
  }
  #top main .about .about-youtube-wrap .text-wrap .btn-youtube{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    margin: 0.3rem auto 0;
    background: #f0870f;
    padding: 0.15rem;
  }
  #top main .about .about-youtube-wrap .text-wrap .btn-youtube img{
	width: 70%;
  }
/*
about
*/

#top main .pickup {
	margin-left: 0.2rem;
	margin-bottom: 0.8rem;
}
#top main .pickup h2 {
	margin: 0 0 1rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	font-weight: normal;
}
#top main .pickup h2 strong {
	font-size: 0.4rem;
	line-height: 0.48rem;
}
#top main .pickup ul {
	overflow: hidden;
}
#top main .pickup ul li {
	float: left;
	width: 3.35rem;
	margin: 0 0.4rem 0.5rem 0;
}
#top main .pickup ul li:nth-child(2n) {
	margin: 0 0 0.5rem;
}
#top main .pickup ul li:nth-child(2n+1) {
	clear: left;
}
#top main .pickup ul li a {
	display: block;
}
#top main .pickup ul li a:hover {
	opacity: 0.8;
}
#top main .pickup ul li img {
	width: 100%;
	margin: 0 0 0.3rem;
}
#top main .pickup ul li img.border {
	border: 1px solid #d2d2d2;
}
#top main .pickup ul li .brand {
	display: inline-block;
	height: 0.4rem;
	margin: 0 0 0.3rem;
	padding: 0 0.44rem;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 0.3rem;
	font-weight: 300;
	line-height: 0.4rem;
	background-color: #555555;
}
#top main .pickup ul li .title {
	margin: 0 0 0.1rem;
	color: #232323;
	font-size: 0.26rem;
	line-height: 0.36rem;
}
#top main .pickup ul li .price {
	display: block;
	color: #959595;
	font-size: 0.24rem;
	line-height: 0.36rem;
}
#top main .media {
	margin: 0 0 0.6rem;
}
#top main .media h2 {
	margin: 0 0.2rem 0.5rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	font-weight: normal;
}
#top main .media h2 strong {
	font-size: 0.4rem;
	line-height: 0.48rem;
}
#top main .media ul {
	margin: 0 0.2rem;
}
#top main .media ul li {
	margin: 0 0 0.2rem;
}
#top main .media ul li a {
	display: block;
	height: 2.04rem;
	background-color: #eeeeee;
}
#top main .media ul li a .image {
	float: left;
	width: 2.9rem;
	height: 2.04rem;
	text-align: center;
}
#top main .media ul li a img {
	max-width: 100%;
	max-height: 100%;
}
#top main .media ul li a .texts {
	float: right;
	width: 3.8rem;
	padding: 0.35rem 0 0;
}
#top main .media ul li a .texts .sub-category {
	display: inline-block;
	height: 0.2rem;
	margin: 0 0 0.1rem;
	padding: 0 0.2rem;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}
#top main .media ul li a .texts .sub-category span {
	display: block;
	position: relative;
	height: 0.2rem;
	color: #333333;
	font-family: 'Covered By Your Grace', cursive;
	font-size: 0.26rem;
	line-height: 0.08rem;
}
#top main .media ul li a .texts .title {
	height: 0.96rem;
	margin: 0 0.2rem 0 0;
	overflow: hidden;
	color: #232323;
	font-size: 0.24rem;
	line-height: 0.32rem;
}
#top main .media ul li a .texts .text {
	display: none;
}
#top main .brands {
	margin-bottom: 0.6rem;
}
#top main .brands h2 {
	margin: 0 0.2rem 0.5rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	font-weight: normal;
}
#top main .brands h2 strong {
	font-size: 0.4rem;
	line-height: 0.48rem;
}
#top main .brands ul {
	margin: 0 0.4rem 0.16rem;
	overflow: hidden;
}
#top main .brands ul li {
	float: left;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.1rem 0.2rem;
}
#top main .brands ul li:nth-child(4n+1) {
	margin-left: 0;
}
#top main .brands ul li a {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #C9C9C9;
	text-align: center;
}
#top main .brands ul li img {
	max-width: 100%;
	max-height: 100%;
}
#top main .brands .common-button2 {
	margin: 0 auto;
}
.common-button2 {
	display: block;
	width: 7.1rem;
	height: 0.8rem;
	text-align: center;
	color: #2B3344;
	font-family: 'Raleway', sans-serif;
	font-size: 0.28rem;
	font-weight: 700;
	line-height: 0.8rem;
	background-color: #EEEEEE;
}
.common-button2:after {
	content: "";
	display: inline-block;
	width: 0.28rem;
	height: 0.2rem;
	margin: 0 0 0 0.2rem;
	vertical-align: middle;
	background: url(../img2/common/arrow-right.png) no-repeat 0 0;
	background-size: 100%;
}
#top main .information {
}
/* #top main .information .facebook-widget {
	width: 5rem;
	margin: 0 auto 0.3rem;
}
#top main .information .facebook-widget > div {
	width: 100%;
	height: 8rem;
	max-height: 10rem;
}
#top main .information .facebook-widget > div > span {
	height: 10rem !important;
	max-height: 10rem;
}
#top main .information .facebook-widget iframe {
	width: 5rem;
	height: 10rem !important;
	max-height: 10rem;
} */
#top main .information > section {
	padding: 0 0 1rem;
	background-color: #EEEEEE;
}
#top main .information > section h2 {
	padding: 0.6rem 0 0.38rem;
	border-bottom: 2px solid #FFFFFF;
	color: #F5623F;
	text-align: center;
	font-size: 0.28rem;
	font-weight: normal;
	line-height: 0.44rem;
}
#top main .information > section h2 strong {
	color: #999999;
	font-family: 'Raleway', sans-serif;
	font-size: 0.32rem;
	font-weight: 700;
}
#top main .information > section table {
  width: 90%;
	margin: 0.6rem 0.4rem 0.1rem;
	border-collapse: collapse;
}
#top main .information > section table caption{
	margin-bottom: 0.3rem;
	text-align: left;
	font-size: 0.3rem;
	font-weight: bold;
}

#top main .information > section table tbody tr th {
	width: 100px;
	border-bottom: 10px solid #EEEEEE;
	text-align: center;
	color: #f5623f;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 60px;
	background-color: #FFFFFF;
}
#top main .information > section table tbody tr td {
	padding: 0 0 0 15px;
	border-bottom: 10px solid #EEEEEE;
	vertical-align: middle;
	font-size: 0.26rem;
	line-height: 22px;
}
#top main .information > section table tbody tr td a {
	color: #232323;
}
#top main .information > section .google-route-link {
	margin: 0 0.4rem;
}
#top main .information > section .google-route-link a {
	display: block;
	background: #f5623f;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 0.24rem;
	line-height: 2.5;
	font-weight: bold;
	text-decoration: none;
}
#top main .web-magazine {
	position: relative;
	padding: 0 0 4.5rem;
	background: #f0870f url(../img2/top/web-magazine-image-sp.jpg) no-repeat 0 bottom;
	background-size: 100% auto;
}
#top main .web-magazine .wrap {
	padding: 0.8rem 0 0.9rem 0.6rem;
}
#top main .web-magazine h2 {
	width: 1.63rem;
	padding: 0 0 0.4rem;
	margin: 0 0 0.3rem;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 0.48rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
#top main .web-magazine p {
	margin: 0 0 0.3rem;
	color: #FFFFFF;
	font-size: 0.26rem;
	line-height: 0.48rem;
}
#top main .web-magazine p a {
	color: #FFFFFF;
}
#top main .web-magazine-btn a {
	display: inline-block;
	width: 6.3rem;
	height: 1rem;
	padding: 0;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Covered By Your Grace', cursive;
	font-size: 0.48rem;
	line-height: 1rem;
	background-color: transparent;
}
/* --------------------------------------------------
 * staff
 */

#staff main .main-visual {
	position: relative;
	width: 100%;
	height: 3rem;
	margin-bottom: 0.67rem;
	background: url(/img2/staff/mainvisual-sp.jpg) no-repeat;
	background-size: 100% auto;
}
#staff main .main-visual .title-texts {
	margin: 0 0 0 0.35rem;
	padding-top: 0.75rem;
}
#staff main .main-visual .title {
	padding-left: 0.75rem;
	font-family: 'Raleway', sans-serif;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 0.75rem;
	background: url(/img2/staff/mainvisual-icon.png) no-repeat 0 0.17rem;
	background-size: 0.68rem auto;
}
#staff main .main-visual .copy {
	font-size: 0.24rem;
	line-height: 0.32rem;
}
#staff main .staff-wrap {
	margin: 0 auto 0.98rem;
}
#staff main .staff {
	position: relative;
}
#staff main .staff+.staff {
	margin-top: 1.4rem;
}
#staff main .staff:after {
	content: "";
	display: block;
	position: absolute;
	top: 7.16rem;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#staff main .staff .name {
	margin: 0 0 0.17rem 0.35rem;
	font-size: 0.6rem;
	line-height: 0.8rem;
}
#staff main .staff3 .name {
	margin: 0 0 0.25rem 0.35rem;
}
#staff main .staff4 .name {
	margin: 0 0 0.37rem 0.35rem;
}
#staff main .staff .name span {
	display: block;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 0.30rem;
	line-height: 0.45rem;
}
#staff main .staff .position {
	display: inline-block;
	margin: 0 0 0.5rem 0.35rem;
	padding: 0 0.39rem;
	border-radius: 0.32rem;
	text-align: center;
	color: #f2962d;
	font-size: 0.28rem;
	line-height: 0.48rem;
	background: #EEEEEE;
}

#staff main .staff .photo {
  width: 7.5rem;
  height: 8.5rem;
  perspective: 10.5rem;
  background: url(/img2/staff/staff-bg.png) no-repeat center -.8rem/ 9.5rem auto;
  pointer-events: none;
}
#staff main .staff .photo span {
  transform-style: preserve-3d;
  transform: rotateX(27deg) rotateZ(-14.7deg) rotateY(2deg);
  aspect-ratio: 4/3.6;
  max-width: 4.5rem;
  position: absolute;
  left: 1.9rem;
  top: 1.46rem;
}
#staff main .staff .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#staff main .staff .texts {
	position: relative;
	width: 100%;
	margin: 0 0 0.4rem;
	padding: 0 0.2rem;
	z-index: 2;
}
#staff main .staff .texts .title {
  max-width: 100%;
  margin: .3rem 0 .15rem;
  color: #e78612;
  font-weight: bold;
  font-size: .52rem;
  position: relative;
}
#staff main .staff .texts .title:before {
  content: attr(shadow);
  color: transparent;
  -webkit-text-stroke: 1px black;
  position: absolute;
  left: -.04rem;
  top: -.04rem;
}
#staff main .staff .texts .text {
	padding: 0 0.15rem;
	font-size: 0.28rem;
	line-height: 0.54rem;
}
#staff main .staff .hobbies {
	width: 7.1rem;
	margin: 0 auto 0.4rem;
	padding: 0.45rem 0.4rem 0.23rem;
	border: 0.01rem solid #d2d2d2;
	background: #EEEEEE;
	z-index: 2;
}

#staff main .staff .hobbies .title {
	display: inline-block;
	width: 1.6rem;
	height: 0.3rem;
	margin: 0 0 0.2rem;
	padding: 0 0.13rem;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}
#staff main .staff .hobbies .title span {
	display: block;
	position: relative;
	color: #333333;
	font-family: 'Covered By Your Grace', cursive;
	font-size: 0.48rem;
	line-height: 0.16rem;
}
#staff main .staff .hobbies .text {
	color: #333333;
	font-size: 0.28rem;
	line-height: 0.4rem;
}
#staff main .staff .photos {
	position: relative;
	width: 5.8rem;
	margin: 0 auto;
	padding: 0.3rem;
	overflow: hidden;
}
#staff main .staff .photos:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0.6rem;
	height: 0.6rem;
	background: url(/img2/staff/brackets-open.png) no-repeat 0 0;
	background-size: 100% auto;
}
#staff main .staff .photos:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0.6rem;
	height: 0.6rem;
	background: url(/img2/staff/brackets-close.png) no-repeat 0 0;
	background-size: 100% auto;
}
#staff main .staff .photos li {
	width: 100%;
	margin-bottom: 0.04rem;
}
#staff main .staff .photos li:last-child {
	margin: 0;
}
#staff main .staff .photos li img {
	width: 100%;
	height: auto;
}
/* --------------------------------------------------
 * news_list
 */

#news_list main .main-visual {
	position: relative;
	width: 100%;
	height: 3rem;
	background: url(/img2/news_list/mainvisual-sp.jpg) no-repeat;
	background-size: 100% auto;
}
#news_list main .main-visual .title-texts {
	margin: 0 0 0 0.35rem;
	padding-top: 0.75rem;
}
#news_list main .main-visual .title {
	padding-left: 0.75rem;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 0.75rem;
	background: url(/img2/news_list/mainvisual-icon.png) no-repeat 0 center;
	background-size: 0.66rem auto;
}
#news_list main .main-visual .copy {
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.32rem;
}
#news_list main .news header {
	margin: 0;
	padding: 0.7rem 0 0.2rem;
	background-color: #EEEEEE;
	overflow: hidden;
}
#news_list main .news header .wrap {
}
#news_list main .news header h2 {
	margin: 0 0.2rem 0.5rem;
	font-size: 0.24rem;
	font-weight: normal;
}
#news_list main .news header h2 strong {
	font-size: 0.4rem;
	font-weight: bold;
}
#news_list main .news header ul {
	margin: 0 0.42rem;
}
#news_list main .news header ul li {
	float: left;
	margin: 0 0.16rem 0.58rem;
}
#news_list main .news header ul li a {
	display: block;
	position: relative;
	width: 1.9rem;
	height: 0.84rem;
	border-radius: 4px;
	text-align: center;
	padding: 0.4rem 0 0;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 0.28rem;
	font-weight: 300;
	line-height: 1;
}
#news_list main .news li.category-outdoor-gear a {
	padding: 0.28rem 0 0;
}
#news_list main .news header ul li.category-info a { background-color: #F47E62; }
#news_list main .news header ul li.category-youtube a { background-color: #cf6068; }
#news_list main .news header ul li.category-outdoor-gear a { background-color: #4088be; }
#news_list main .news header ul li.category-apparel a { background-color: #C95B9C; }
#news_list main .news header ul li.category-event a { background-color: #32B88B; }
#news_list main .news header ul li.category-blog a { background-color: #32AAB8; }
#news_list main .news header ul li.category-media a { background-color: #6E7CC6; }
#news_list main .news header ul li.category-feature a {background-color: #D8CB3C; }

#news_list main .news header ul li a:before {
	content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
#news_list main .news header ul li.category-info a:before {
	top: -0.23rem;
	width: 0.7rem;
	height: 0.57rem;
	background-image: url(../img2/top/news-info-icon.png);
}
#news_list main .news header ul li.category-youtube a:before {
	top: -0.13rem;
	width: 0.54rem;
	height: 0.42rem;
	background-image: url(../img2/top/news-youtube-icon.png);
}
#news_list main .news header ul li.category-outdoor-gear a:before {
	top: -0.35rem;
	width: 0.49rem;
	height: 0.64rem;
	background-image: url(../img2/top/news-outdoor-icon.png);
}
#news_list main .news header ul li.category-apparel a:before {
	top: -0.25rem;
	width: 0.6rem;
	height: 0.64rem;
	background-image: url(../img2/top/news-apparel-icon.png);
}
#news_list main .news header ul li.category-event a:before {
	top: -0.22rem;
	width: 0.64rem;
	height: 0.56rem;
	background-image: url(../img2/top/news-event-icon.png);
}
#news_list main .news header ul li.category-blog a:before {
	top: -0.20rem;
	width: 0.76rem;
	height: 0.53rem;
	background-image: url(../img2/top/news-blog-icon.png);
}
#news_list main .news header ul li.category-media a:before {
	top: -0.2rem;
	width: 0.7rem;
	height: 0.54rem;
	background-image: url(../img2/top/news-media-icon.png);
}
#news_list main .news header ul li.category-feature a:before {
	top: -0.3rem;
	width: 0.44rem;
	height: 0.67rem;
	background-image: url(../img2/top/news-feature-icon.png);
}


#news_list main .news header .all {
	clear: both;
	width: 6.3rem;
	margin: 0 auto;
	padding: 0 0 0.2rem;
}
#news_list main .news header .all a {
	display: block;
	width: 100%;
	height: 0.8rem;
	background: #fff;
	border-radius: 4px;
	color: #232323;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.8rem;
}
#news_list main .news header .all a:hover {
	opacity: 0.8;
}
#news_list main .news header .all a strong {
	margin: 0 0.1rem 0 0;
	font-family: 'Raleway', sans-serif;
	font-size: 0.28rem;
	font-weight: bold;
}
#news_list main .news .body {
	margin-bottom: 0.1rem;
}
#news_list main .news .body .list {
	padding: 0.6rem 0;
	margin: 0 0.2rem;
	overflow: hidden;
}
#news_list main .news .body .list li {
	width: 100%;
	margin: 0 0 0.2rem;
}
#news_list main .news .body .list li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.2rem;
	border: 1px solid #A9A9A9;
	overflow: hidden;
}
#news_list main .news .body .list li a .image {
	float: left;
	width: 3rem;
	height: 2rem;
	margin: 0 0.2rem 0 0;
	line-height: 2rem;
	text-align: center;
}
#news_list main .news .body .list li a .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#news_list main .news .body .list li a .title {
	height: 1.35rem;
	margin: 0 0 0.1rem;
	overflow: hidden;
	color: #232323;
	font-size: 0.36rem;
	line-height: 0.45rem;
}
#news_list main .news .body .list li a .text {
	display: none;
}
#news_list main .news .body .list li a time {
	position: absolute;
	right: 0.16rem;
	bottom: 0.53rem;
	color: #999999;
	font-size: 0.24rem;
	font-style: italic;
	line-height: 0.24rem;
}
#news_list main .news .body .list li a .category {
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	width: auto;
	padding: 0 0.2rem 0 0.5rem;
	height: 0.48rem;
	border-bottom: 2px solid transparent;
	text-align: center;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 0.3rem;
	font-weight: 300;
	line-height: 0.48rem;
	letter-spacing: -0.05em;
	white-space: nowrap;
}
#news_list main .news .body .list li a .category-info { border-color: #E57055; }
#news_list main .news .body .list li a .category-youtube { border-color: #cf6068; }
#news_list main .news .body .list li a .category-outdoor-gear { border-color: #4088be; }
#news_list main .news .body .list li a .category-apparel { border-color: #C95B9C; }
#news_list main .news .body .list li a .category-event { border-color: #03AB72; }
#news_list main .news .body .list li a .category-blog { border-color: #009AB2; }
#news_list main .news .body .list li a .category-media { border-color: #4E60BC;}
#news_list main .news .body .list li a .category-feature { border-color: #C5B928; }
/* --------------------------------------------------
 * news_detail
 */

#news_detail main .main-visual {
	height: 2rem;
}
#news_detail.category-info main .main-visual { background: #E57055; }
#news_detail.category-youtube main .main-visual {background: #cf6068;}
#news_detail.category-outdoor-gear main .main-visual {background: #4088be;}
#news_detail.category-apparel main .main-visual {background: #C95B9C;}
#news_detail.category-event main .main-visual { background: #03AB72; }
#news_detail.category-blog main .main-visual { background: #009AB2; }
#news_detail.category-media main .main-visual { background: #4E60BC; }
#news_detail.category-feature main .main-visual { background: #C5B928; }
#news_detail main .main-visual .title-texts {
	padding: 0.8rem 0 0;
	text-align: center;
}
#news_detail main .main-visual .title-texts .title {
	display: inline-block;
	padding: 0 0 0 0.5rem;
	height: 0.48rem;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 0.4rem;
	line-height: 0.48rem;
	background-repeat: no-repeat;
	background-size: 0.4rem auto;
	background-position: center left;
}
#news_detail.category-info main .main-visual .title-texts .title {
	background-image: url(/img2/news_detail/news-info-icon.png);
}
#news_detail.category-youtube main .main-visual .title-texts .title {
  background-image: url(/img2/news_detail/news-youtube-icon.png);
}
#news_detail.category-outdoor-gear main .main-visual .title-texts .title {
	background-image: url(/img2/news_detail/news-outdoor-icon.png);
}
#news_detail.category-apparel main .main-visual .title-texts .title {
	background-image: url(/img2/news_detail/news-apparel-icon.png);
}
#news_detail.category-event main .main-visual .title-texts .title {
	background-image: url(/img2/news_detail/news-event-icon.png);
}
#news_detail.category-blog main .main-visual .title-texts .title {
	background-image: url(/img2/news_detail/news-blog-icon.png);
}
#news_detail.category-media main .main-visual .title-texts .title {
	background-image: url(/img2/news_detail/news-media-icon.png);
}
#news_detail.category-feature main .main-visual .title-texts .title {
	background-image: url(/img2/news_detail/news-feature-icon.png);
}
#news_detail main .contents {
	padding: 0.7rem 0 0.8rem;
	overflow: hidden;
}
#news_detail main .contents .article {
	width: 7.1rem;
	margin: 0 auto;
}
#news_detail main .contents .article h3 {
	margin: 0 0 0.4rem;
	font-size: 0.5rem;
	line-height: 0.6rem;
}
#news_detail main .contents .article .author {
	margin: 0 0 0.47rem;
	overflow: hidden;
}
#news_detail main .contents .article .author .image {
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	overflow: hidden;
}
#news_detail main .contents .article .author .image img {
	width: 100%;
	height: auto;
}
#news_detail main .contents .article .author .name {
	display: inline-block;
	float: left;
	padding: 0 0.2rem;
	height: 1.2rem;
	font-size: 0.34rem;
	font-family: 'Julius Sans One', 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1.2rem;
}
#news_detail main .contents .article .author .name a {
	color: #232323;
	font-size: 0.34rem;
}
#news_detail main .contents .article .author .name a:hover {
	text-decoration: underline;
}
#news_detail main .contents .article .author time {
	float: left;
	height: 1.2rem;
	color: #999999;
	font-size: 0.3rem;
	line-height: 1.2rem;
	font-style: italic;
}
#news_detail main .contents .article .detail-wrap {
	position: relative;
	overflow: hidden;
}
#news_detail main .contents .article .detail-wrap .items {
	margin: 0.5rem 0 0;
}
  #news_detail main .contents .article .detail-wrap .items h4 {
	margin-bottom: 0.3rem;
	border-left: 3px solid #232323;
	font-size: 0.28rem;
	padding-left: 0.15rem;
	line-height: 1.2;
}
#news_detail main .contents .article .detail-wrap .items .item-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news_detail main .contents .article .detail-wrap .items .item-list li{
	width: 48%;
	margin-bottom: 0.3rem;
}
#news_detail main .contents .article .detail-wrap .items .item-list li img{
	margin-bottom: 0.1rem;
	border: 1px solid #f6f6f6;
}
#news_detail main .contents .article .detail-wrap .items .item-list li p{
	margin-bottom: 0.1rem;
	font-size: 0.26rem;
}
#news_detail main .contents .article .detail-wrap .items .item-list li .item-price{
	font-weight: 500;
}
#news_detail main .contents .article .detail-wrap .items .item-list li .item-price.sale{
	color: #cc343f;
}
#news_detail main .contents .article .detail-wrap .items .item-list li a{
	text-decoration: none;
	color: #232323;
}


#news_detail main .contents .article .detail-wrap .sns {
	width: 7rem;
	height: 1.84rem;
	margin: 0 0 0.7rem;
	overflow: hidden;
	text-align: center;
}
#news_detail main .contents .article .detail-wrap .sns p {
	float: left;
	width: 2.5rem;
	height: 1.84rem;
	border-right: 1px solid #dadada;
	color: #777777;
	font-family: 'Raleway', sans-serif;
	font-size: 0.33rem;
	line-height: 1.84rem;
}
#news_detail main .contents .article .detail-wrap .sns ul {
	float: left;
	width: 4.5rem;
}
#news_detail main .contents .article .detail-wrap .sns li {
	display: inline-block;
	margin: 0 0.15rem;
	width: 0.84rem;
	line-height: 1.84rem;
}
#news_detail main .contents .article .detail-wrap .sns li a {
	display: inline-block;
	line-height: 1.84rem;
}
#news_detail main .contents .article .detail-wrap .sns li a img {
	width: 100%;
	margin: 0;
	vertical-align: middle;
}
#news_detail main .contents .article .detail-wrap .detail {
	padding: 0 0 0 0.1rem;
	font-size: 0.26rem;
}
#news_detail main .contents .article .detail-wrap .detail a {
	color: #f0870f;
	text-decoration: underline;
}
#news_detail main .contents .article .detail-wrap .detail a:hover {
	text-decoration: none;
}
#news_detail main .contents .article .detail-wrap .detail a:visited {
	color: #f5623f;
}
#news_detail main .contents .article .detail-wrap .detail p {
	margin: 0 0 0.2rem;
}
#news_detail main .contents .article .detail-wrap .detail img {
	margin: 0 0 0.2rem;
	max-width: 100%;
	height: auto;
}
#news_detail main .contents .article .detail-wrap .detail .main-image {
	margin: 0 0 0.3rem;
}
#news_detail main .contents .article .detail-wrap .detail .youtube-wrap {
	margin: 0 0 0.3rem;
}
#news_detail main .contents .article .detail-wrap .detail .youtube-wrap iframe {
  width: 100%;
  min-height: 4rem;
}

#news_detail main .contents .article .detail-wrap .pager {
	position: relative;
	margin: 0;
	padding: 0.3rem 0;
	text-align: center;
}
#news_detail main .contents .article .detail-wrap .pager a {
	display: inline-block;
	margin: 0 0.2rem;
	color: #1d1d1d;
	font-size: 0.28rem;
	line-height: 0.8rem;
	border: 1px solid #f5623f;
}
#news_detail main .contents .article .detail-wrap .pager .prev {
	padding: 0 0.4rem 0 1.28rem;
	background: url(/img2/news_detail/prev.png) no-repeat 0.4rem center;
	background-size: 0.26rem auto;
}
#news_detail main .contents .article .detail-wrap .pager .next {
	padding: 0 1.28rem 0 0.4rem;
	background: url(/img2/news_detail/next.png) no-repeat right 0.4rem center;
	background-size: 0.26rem auto;
}
#news_detail main .contents .article .detail-wrap .back {
	margin: 0 0 0.45rem;
	padding: 0 0 0.27rem;
	border-bottom: 1px solid #d2d2d2;
}
#news_detail main .contents .article .detail-wrap .back a {
	display: inline-block;
	padding: 0 0 0 0.7rem;
	background: url(/img2/news_detail/back.png) no-repeat 0 center;
	background-size: 0.48rem auto;
	color: #1d1d1d;
	font-size: 0.28rem;
	line-height: 0.5rem;
}
#news_detail main .contents #side {
}
#news_detail main .contents #side .nav {
	width: 4.8rem;
	margin: 0 auto 1rem;
}
#news_detail main .contents #side .nav li {
	height: 1.2rem;
	margin: 0 0 0.2rem;
	border-radius: 4px;
	overflow: hidden;
}
#news_detail main .contents #side .nav li:hover {
	opacity: 0.8;
}
#news_detail main .contents #side .nav li.category-info {
	background: #f78165 url(/img2/news_detail/side-info-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li.category-youtube {
	background: #cf6068 url(/img2/news_detail/side-youtube-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li.category-outdoor-gear {
	background: #4088be url(/img2/news_detail/side-outdoor-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li.category-apparel {
	background: #cd5e9f url(/img2/news_detail/side-apparel-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li.category-event {
	background: #35bc8e url(/img2/news_detail/side-event-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li.category-blog {
	background: #35adbc url(/img2/news_detail/side-blog-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li.category-media {
	background: #7180c9 url(/img2/news_detail/side-media-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li.category-feature {
	background: #dbce40 url(/img2/news_detail/side-feature-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li.back {
	background: #acacac url(/img2/news_detail/side-back-icon.png) no-repeat 0 center;
	background-size: 1rem auto;
}
#news_detail main .contents #side .nav li a {
	display: inline-block;
	padding: 0.28rem 0 0 1.32rem;
	color: #ffffff;
	font-size: 0.22rem;
	line-height: 0.3rem;
	width: 100%;
	height: 100%;
}
#news_detail main .contents #side .nav li a strong {
	display: block;
	font-size: 0.32rem;
	line-height: 0.32rem;
}
#news_detail main .contents #side .new-news {
}
#news_detail main .contents #side .new-news .title {
	width: 2.4rem;
	margin: 0 0.2rem;
	background: #eeeeee;
	border-radius: 0.3rem;
	text-align: center;
	color: #232323;
	font-size: 0.24rem;
	line-height: 0.6rem;
}
#news_detail main .contents #side .new-news .list {
	padding: 0.3rem 0 0.4rem;
	margin: 0 0.2rem;
	overflow: hidden;
}
#news_detail main .contents #side .new-news .list li {
	width: 100%;
	margin: 0 0 0.2rem;
}
#news_detail main .contents #side .new-news .list li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.2rem;
	border: 1px solid #A9A9A9;
	overflow: hidden;
}
#news_detail main .contents #side .new-news .list li a .image {
	float: left;
	width: 3rem;
	height: 2rem;
	margin: 0 0.2rem 0 0;
	line-height: 2rem;
	text-align: center;
}
#news_detail main .contents #side .new-news .list li a .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#news_detail main .contents #side .new-news .list li a .title {
	width: auto;
	height: 1.35rem;
	background: none;
	border: none;
	margin: 0 0 0.1rem;
	overflow: hidden;
	color: #232323;
	font-size: 0.36rem;
	line-height: 0.45rem;
	text-align: left;
}
#news_detail main .contents #side .new-news .list li a .text {
	display: none;
}
#news_detail main .contents #side .new-news .list li a time {
	position: absolute;
	right: 0.16rem;
	bottom: 0.53rem;
	color: #999999;
	font-size: 0.24rem;
	font-style: italic;
	line-height: 0.24rem;
}
#news_detail main .contents #side .new-news .list li a .category {
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	width: auto;
	padding: 0 0.2rem 0 0.5rem;
	height: 0.48rem;
	border-bottom: 2px solid transparent;
	text-align: center;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 0.3rem;
	font-weight: 300;
	line-height: 0.48rem;
	letter-spacing: -0.05em;
	white-space: nowrap;
}
#news_detail main .contents #side .new-news .list li a .category-info { border-color: #E57055; }
#news_detail main .contents #side .new-news .list li a .category-youtube { border-color: #cf6068; }
#news_detail main .contents #side .new-news .list li a .category-outdoor-gear { border-color: #4088be; }
#news_detail main .contents #side .new-news .list li a .category-apparel { border-color: #C95B9C; }
#news_detail main .contents #side .new-news .list li a .category-event { border-color: #03AB72; }
#news_detail main .contents #side .new-news .list li a .category-blog { border-color: #009AB2; }
#news_detail main .contents #side .new-news .list li a .category-media { border-color: #4E60BC; }
#news_detail main .contents #side .new-news .list li a .category-feature { border-color: #C5B928; }
/* #news_detail main .contents .relations {
} */
#news_detail main .contents .relations .title {
	width: 2.4rem;
	margin: 0 0.2rem;
	background: #eeeeee;
	border-radius: 0.3rem;
	text-align: center;
	color: #232323;
	font-size: 0.24rem;
	line-height: 0.6rem;
}
#news_detail main .contents .relations .list {
	padding: 0.3rem 0 0.4rem;
	margin: 0 0.2rem;
	overflow: hidden;
}
#news_detail main .contents .relations .list li {
	width: 100%;
	margin: 0 0 0.2rem;
}
#news_detail main .contents .relations .list li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.2rem;
	border: 1px solid #A9A9A9;
	overflow: hidden;
}
#news_detail main .contents .relations .list li a .image {
	float: left;
	width: 3rem;
	height: 2rem;
	margin: 0 0.2rem 0 0;
	line-height: 2rem;
	text-align: center;
}
#news_detail main .contents .relations .list li a .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#news_detail main .contents .relations .list li a .title {
	width: auto;
	height: 1.35rem;
	background: none;
	border: none;
	margin: 0 0 0.1rem;
	overflow: hidden;
	color: #232323;
	font-size: 0.36rem;
	line-height: 0.45rem;
	text-align: left;
}
#news_detail main .contents .relations .list li a .text {
	display: none;
}
#news_detail main .contents .relations .list li a time {
	position: absolute;
	right: 0.16rem;
	bottom: 0.53rem;
	color: #999999;
	font-size: 0.24rem;
	font-style: italic;
	line-height: 0.24rem;
}
#news_detail main .contents .relations .list li a .category {
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	width: auto;
	padding: 0 0.2rem 0 0.5rem;
	height: 0.48rem;
	border-bottom: 2px solid transparent;
	text-align: center;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 0.3rem;
	font-weight: 300;
	line-height: 0.48rem;
	letter-spacing: -0.05em;
}
#news_detail main .contents .relations .list li a .category-info { border-color: #E57055; }
#news_detail main .contents .relations .list li a .category-youtube {border-color: #cf6068;}
#news_detail main .contents .relations .list li a .category-outdoor-gear {border-color: #4088be;}
#news_detail main .contents .relations .list li a .category-apparel {border-color: #C95B9C;}
#news_detail main .contents .relations .list li a .category-event { border-color: #03AB72; }
#news_detail main .contents .relations .list li a .category-blog { border-color: #009AB2; }
#news_detail main .contents .relations .list li a .category-media { border-color: #4E60BC; }
#news_detail main .contents .relations .list li a .category-feature { border-color: #C5B928; }
/* --------------------------------------------------
 * brand_list
 */


#brand_list main .main-visual {
	position: relative;
	width: 100%;
	height: 3rem;
	background: url(/img2/brand_list/mainvisual-sp.jpg) no-repeat;
	background-size: 100% auto;
}
#brand_list main .main-visual .title-texts {
	margin: 0 0 0 0.35rem;
	padding-top: 0.75rem;
}
#brand_list main .main-visual .title {
	padding-left: 0.7rem;
	font-family: 'Raleway', sans-serif;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 0.75rem;
	background: url(/img2/brand_list/mainvisual-icon.png) no-repeat 0 0.05rem;
	background-size: 0.56rem auto;
}
#brand_list main .main-visual .copy {
	font-size: 0.24rem;
	line-height: 0.32rem;
}
#brand_list main .brands header {
	margin: 0 0.2rem 0.8rem;
	padding: 0.9rem 0 0;
}
#brand_list main .brands header .wrap {
	position: relative;
	overflow: hidden;
}
#brand_list main .brands header .all {
	width: 100%;
	height: 1rem;
	margin: 0 0 0.4rem;
	background: #1d1d1d;
	color: #fff;
	font-size: 0.28rem;
	line-height: 1rem;
	text-align: center;
	cursor: pointer;
}
#brand_list main .brands header ul {
	overflow: hidden;
}
#brand_list main .brands header ul li {
	float: left;
	width: 0.8rem;
	height: 0.8rem;
	margin: 0 0.1rem 0.2rem;
	background: #eeeeee;
	border-radius: 50%;
	color: #1d1d1d;
	font-size: 0.32rem;
	line-height: 0.8rem;
	text-align: center;
	cursor: pointer;
}
#brand_list main .brands header ul li.active {
	background: #1d1d1d;
	color: #fff;
}
#brand_list main .brands header ul li.all {
	position: absolute;
	top: 0;
	left: 0;
}
#brand_list main .brands .body {
	width: 6.8rem;
	margin: 0 auto;
}
#brand_list main .brands .body ul {
	width: 100%;
	margin: 0 0 1rem -0.2rem;
	overflow: hidden;
}
#brand_list main .brands .body ul li {
	float: left;
	padding: 0 0 0.2rem 0.2rem;
	width: 1.7rem;
	height: 1.7rem;
}
#brand_list main .brands .body ul li img {
	width: 100%;
	height: auto;
}
#brand_list main .brands .body ul li a {
	display: block;
}
#brand_list main .brands .body ul li a img {
	margin: -1px;
}
/* --------------------------------------------------
 * access
 */

#access main .main-visual {
	position: relative;
	width: 100%;
	height: 3rem;
	background: url(/img2/access/mainvisual-sp3.jpg) no-repeat;
	background-size: 100% auto;
}
#access main .main-visual .title-texts {
	margin: 0 0 0 0.35rem;
	padding-top: 0.75rem;
}
#access main .main-visual .title {
	padding-left: 0.75rem;
	font-family: 'Raleway', sans-serif;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 0.75rem;
	background: url(/img2/access/mainvisual-icon.png) no-repeat 0 0;
	background-size: 0.68rem auto;
}
#access main .main-visual .copy {
	width: 5.8rem;
	color: #1d1d1d;
	font-size: 0.24rem;
	line-height: 0.34rem;
}
#access main .address {
	margin: 1.2rem 0 0;
	padding: 2.2rem 0 0.8rem;
	background-color: #EEEEEE;
	position: relative;
}
/* #access main .address .body {
} */
#access main .address::after {
	content: "";
	display: block;
	position: absolute;
	top: -1.2rem;
	left: 0;
	width: 6rem;
	height: 4rem;
	background: url(/img2/access/wakayama.png) no-repeat 0 0;
	background-size: contain;
	z-index: 1;
}
#access main .address.namba-parks::after {
	top: -1.2rem;
	width: 6rem;
	height: 4rem;
  background: url(/img2/access/namba.png) no-repeat 0 0;
  background-size: contain;
}
#access main .address.furukawa{
	padding: 0.5rem 0 0.8rem;
}
#access main .address.furukawa::after {
  top: -1.2rem;
  right: 0;
  left: auto;
	width: 6rem;
	height: 4rem;
  background: url(/img2/access/furukawa.png) no-repeat right 0;
  background-size: contain;
}
#access main .address.van-life::after {
  top: -1.2rem;
	width: 6rem;
	height: 4rem;
  background: url(/img2/access/van-life.png) no-repeat 0 0;
  background-size: contain;
}
#access main .address.ario{
	padding: 0.5rem 0 0.8rem;
}
#access main .address.ario::after {
  top: -1.2rem;
  right: 0;
  left: auto;
	width: 6rem;
	height: 4rem;
  background: url(/img2/access/ario.png) no-repeat right 0;
  background-size: contain;
}

#access main .address table {
	position: relative;
	display: block;
	margin: 0 0.2rem 0.5rem;
	border-collapse: collapse;
	z-index: 10;
}
#access main .address table caption{
	margin-bottom: 0.3rem;
	text-align: left;
	font-size: 0.32rem;
	font-weight: 500;
}
/* #access main .address table tbody tr, #access main .address table tbody tbody {
	display: block;
} */
#access main .address table tbody tr th {
	/* display: inline-block; */
	width: 2rem;
	margin: 0 0 0.3rem;
	text-align: center;
	color: #f5623f;
	font-family: 'Raleway', sans-serif;
	font-size: 0.28rem;
	font-weight: 700;
	line-height: 0.8rem;
  background-color: #FFFFFF;
  border-bottom: 10px solid #EEEEEE;

}
#access main .address table tbody tr td {
  margin: 0 0 0.3rem;
  padding: 0 0 0 15px;
	vertical-align: middle;
	font-size: 0.26rem;
  line-height: 0.44rem;
  border-bottom: 10px solid #EEEEEE;
}
#access main .address table tbody tr td a {
	color: #232323;
}
#access main .address .google-map {
	height: 7rem;
	margin: 0 0.2rem 0.05rem;
	border: 1px solid #A0A0A0;
}
#access main .address .google-map iframe {
	width: 100%;
	height: 100%;
}
#access main .address .google-route-link {
	margin: 0 0.2rem;
}
#access main .address .google-route-link a {
	color: #232323;
	font-size: 0.32rem;
	line-height: 0.44rem;
}
#access main .access {
	margin: 0 0 0.3rem;
	padding: 0.6rem 0 1px;
	background: #e6841a;
}
#access main .access .type {
	margin: 0 0 0.85rem;
}
#access main .access .type .by {
	width: 3.3rem;
  margin: 0 auto 0.4rem;
  text-align: center;
}
#access main .access .type .by img {
	width: 70%;
}
#access main .access .type .from {
	margin: 0 0.2rem;
	padding: 0.6rem 0.4rem 0.4rem;
	border-bottom: 1px dashed #f6e4d1;
	background: #d27a1b;
	text-align: center;
}
#access main .access .type .from.last {
	border-bottom: none;
}
#access main .access .type .from p {
	display: inline-block;
	padding: 0 0 0.38rem;
	color: #ffffff;
	font-size: 0.28rem;
	line-height: 0.4rem;
	text-align: left;
}
#access main .access .type .from p span {
	display: inline-block;
	color: #e9bd8d;
	padding: 0 0.45rem 0 0;
	background: url(/img2/access/icon-right.png) no-repeat right center;
	background-size: 0.26rem auto;
	font-family: 'Raleway', sans-serif;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 1;
}
#access main .access .type .from p span.small {
	font-size: 0.48rem;
}
#access main .access .type .from dl {
	vertical-align: middle;
}
#access main .access .type .from dl dd {
	position: relative;
	display: block;
	margin: 0 0 0.68rem;
	padding: 0.2rem;
	background: #f6e4d1;
	color: #232323;
	font-size: 0.28rem;
	line-height: 0.36rem;
	text-align: left;
}
#access main .access .type .from dl dd:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0.28rem;
	height: 0.28rem;
	bottom : -0.48rem;
	left: 50%;
	margin: 0 0 0 -0.14rem;
	background: url(/img2/access/icon-bottom.png) no-repeat center center;
	background-size: 0.28rem auto;
}
#access main .access .type .from dl dd:last-child {
	margin: 0;
}
#access main .access .type .from dl dd:last-child::after {
	display: none;
}

#access main .body > .links {
	margin: 0.8rem 0;
  }
/* --------------------------------------------------
 * contact
 */

#contact main .contact {
	margin: 0.4rem 0 0.1rem;
}
#contact main .contact .lead {
	margin: 0 0.2rem 0.3rem;
	font-size: 0.26rem;
	line-height: 0.4rem;
}
#contact main .contact .errors {
	width: 80%;
	margin: 0 auto 0.3rem;
	padding: 0.1rem;
	border: 5px solid #f5623f;
}
#contact main .contact .errors p {
	color: #f5623f;
	font-size: 0.26rem;
}
#contact main .contact table {
	width: 90%;
	margin: 0 auto 0.5rem;
	border-collapse: separate;
	border-spacing: 4px;
}
#contact main .contact table tr, #contact main .contact table tbody {
	display: block;
}
#contact main .contact table th {
	clear: both;
	display: block;
	position: relative;
	width: 6.6rem;
	margin: 0 auto 0.1rem;
	background: #f6f6f6;
	text-align: left;
	line-height: 0.8rem;
	padding: 0 0 0 0.4rem;
	vertical-align: top;
	font-size: 0.26rem;
	font-weight: normal;
}
#contact main .contact table .accept th {
	padding: 0.2rem 0 0.2rem 0.4rem;
	line-height: 0.7rem;
}
#contact main .contact table .accept th p {
	font-size: 0.26rem;
	line-height: 0.38rem;
}
#contact main .contact table .accept th p a {
	color: #1d1d1d;
	text-decoration: underline;
}
#contact main .contact table .accept th input {
	margin: 0 0.1rem 0 0;
}
#contact main .contact table th:after {
	content: " ";
	width: 0.1rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5623f;
}
#contact main .contact table .text th:after {
	content: " ";
	width: 0.1rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f6c9bf;
}
#contact main .contact table td {
	float: left;
	display: block;
	width: 49%;
	margin: 0 1% 0.4rem 0;
	padding: 0.1rem;
	background: #f6f6f6;
	text-align: left;
	font-size: 0.26rem;
	font-weight: normal;
	vertical-align: middle;
}
#contact main .contact table td.long {
	float: none;
	width: 100%;
	margin: 0 0 0.4rem;
}
#contact main .contact table td p {
	padding: 0.1rem;
	font-size: 0.26rem;
}
#contact main .contact table td input {
	width: 100%;
	height: 0.6rem;
	margin: 0;
	padding: 0.1rem;
	border: none;
	border-radius: 10px;
	font-size: 0.26rem;
}
#contact main .contact table td textarea {
	width: 6.5rem;
	height: 3rem;
	margin: 0;
	padding: 0.1rem;
	border: none;
	border-radius: 10px;
	font-size: 0.26rem;
}
#contact main .contact .btn {
	margin: 0 0 2rem;
	text-align: center;
}
#contact main .contact .btn input, #contact main .contact .btn .back, #contact main .contact .btn .top-back {
	display: inline-block;
	margin: 0 0.1rem;
	padding: 0;
	background: none;
	border: 2px solid #f5623f;
	width: 2.5rem;
	height: 1.2rem;
	color: #f5623f;
	font-size: 16px;
	line-height: 1.2rem;
	cursor: pointer;
	vertical-align: top;
}
#contact main .contact .btn .back {
	color: #a2a2a2;
	border: 2px solid #a2a2a2;
}
#contact main .contact .btn .top-back {
	width: 5rem;
}
#contact main .contact h3 {
	font-size: 0.36rem;
	line-height: 1.2;
	margin: 0 0.4rem 0.3rem;
}
#contact main .contact .text1, #contact main .contact .text2 {
	margin: 0 0.4rem 0.3rem;
	font-size: 0.26rem;
	line-height: 1.6;
}



/* --------------------------------------------------
 * contact custom
 */
#contact main .contact.custom .title {
  margin-bottom: 0.4rem;
  padding: 0.16rem;
  background: #F5623F;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#contact main .contact.custom .detail {
  margin: 0 0.4rem 0.4rem;
}

#contact main .contact.custom .detail p {
  margin: 0 0 0.2rem;
  line-height: 1.7;
}

#contact main .contact.custom table th {
  margin: 0;
}
#contact main .contact.custom table td {
  width: 100%;
}

#contact main .contact.custom table select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.6rem;
  margin: 0;
  padding: 0.05rem 0.1rem;
  border: none;
  border-radius: 0.1rem;
  font-size: 0.16rem;
}
#contact main .contact.custom table select::-ms-expand {
  display: none;
}
#contact main .contact.custom table .select {
  position: relative;
}
#contact main .contact.custom table .select:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0.2rem;
  width: 0;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-top: 0.1rem solid #F5623F;
}

#contact main .contact.custom .attention {
  margin: 0 0.4rem 0.4rem;
  padding: 0.4rem;
  border: 1px solid #666666;
}

#contact main .contact.custom .attention .attention-title {
  margin: 0 0 0.3rem;
  font-size: 0.16rem;
  font-weight: normal;
  text-align: center;
}

#contact main .contact.custom .attention .attention-text p {
  font-size: 0.16rem;
  line-height: 0.22rem;
}

#contact main .contact.custom .accept {
  margin: 0 0 0.3rem;
  text-align: center;
}

#contact main .contact.custom .btn input {
  background: #f5623f;
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
}

#contact main .contact.custom .btn input:hover {
  opacity: 0.8;
}

#contact main .contact.custom .text1 {
  margin: 0.9rem 0.4rem;
  text-align: center;
  line-height: 1.9;
  white-space: nowrap;
}


/* --------------------------------------------------
 * about
 */

#about main .main-visual {
	position: relative;
	width: 100%;
	height: 3rem;
	background: url(/img2/about/mainvisual-sp.jpg) no-repeat;
	background-size: 100% auto;
}
#about main .main-visual .title-texts {
	margin: 0 0 0 0.35rem;
	padding-top: 0.75rem;
}
#about main .main-visual .title {
	padding-left: 0.4rem;
	font-family: 'Raleway', sans-serif;
	font-size: 0.6rem;
	font-weight: bold;
	line-height: 0.75rem;
	background: url(/img2/about/mainvisual-icon.png) no-repeat 0 0.17rem;
	background-size: 0.29rem auto;
}
#about main .main-visual .copy {
	font-size: 0.24rem;
	line-height: 0.32rem;
}
#about main .about .body .box-wrap {
	padding: 1rem 0 0;
	background: #f9f4e9;
}
#about main .about .body .box1 .inner .box {
	position: relative;
	margin: 0 auto 0.7rem;
	padding: 0.16rem 0 0;
	text-align: center;
}
#about main .about .body .box1 .inner .box h4 {
	width: 6.78rem;
	padding: 0 0 0;
	margin: 0 auto 0.3rem;
}
#about main .about .body .box1 .inner .box h4 img {
	width: 100%;
}
#about main .about .body .box1 .inner .box h5 {
	margin: 0 0 0.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.8rem;
	line-height: 1.2;
}
#about main .about .body .box1 .inner .box .sub {
	margin: 0 0 0.3rem;
	color: #999999;
	font-family: 'Raleway', sans-serif;
	font-size: 0.26rem;
	line-height: 0.36rem;
}
#about main .about .body .box1 .inner .box .text {
	margin: 0 0.5rem 0;
	font-size: 0.32rem;
	line-height: 0.52rem;
}
#about main .about .body .box1 .inner .image {
	margin: 0 0 0.8rem;
	height: 6rem;
	background: url(/img2/about/box1_img3.jpg) no-repeat center 0;
	background-size: auto 6rem;
}
#about main .about .body .box1 .inner .box-bottom {
	background: url(/img2/about/box1_bg3-sp.png) no-repeat center 0.3rem;
	background-size: 100% auto;
}
#about main .about .body .box1 .inner .box-bottom p {
	margin: 0 0.6rem;
	padding: 3.2rem 0 0;
	height: 6.3rem;
	background: url(/img2/about/box1_img2.png) no-repeat center 0;
	background-size: 2.6rem auto;
	color: #555555;
	font-size: 0.32rem;
	line-height: 0.6rem;
	word-break : break-all;
}
#about main .about .body .box1 .inner .box-bottom p span {
	margin: 0 0.02rem;
	background: #f0870f;
	color: #fff;
	line-height: 0.5rem;
	word-break : break-all;
}
#about main .about .body .box1 .inner .box-bottom p br {
	display: none;
}
#about main .about .body .box2 {
	position: relative;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0 0 8.64rem;
	background: #f9f4e9 url(/img2/about/box2_bg1-sp.png) no-repeat center bottom;
	background-size: 7.5rem auto;
}
#about main .about .body .box2 .inner .box {
	position: relative;
	margin: 0 auto 0;
	padding: 0.16rem 0 0;
	text-align: center;
}
#about main .about .body .box2 .inner .box h4 {
	width: 6.78rem;
	padding: 0 0 0;
	margin: 0 auto 0.3rem;
}
#about main .about .body .box2 .inner .box h4 img {
	width: 100%;
}
#about main .about .body .box2 .inner .box h5 {
	margin: 0 0 0.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.75rem;
	line-height: 1.2;
	letter-spacing: -5px;
}
#about main .about .body .box2 .inner .box .sub {
	margin: 0 0 0.3rem;
	color: #999999;
	font-family: 'Raleway', sans-serif;
	font-size: 0.26rem;
	line-height: 0.36rem;
}
#about main .about .body .box2 .inner .box .text {
	margin: 0 0.5rem 0.6rem;
	font-size: 0.32rem;
	line-height: 0.52rem;
}
#about main .about .body .box3 {
	width: 100%;
	margin: 0 0 1rem;
	padding: 0 0 4.7rem;
	background: url(/img2/about/box3_bg2.jpg) no-repeat center bottom;
	background-size: 7.1rem auto;
}
#about main .about .body .box3 .inner {
	position: relative;
}
#about main .about .body .box3 .inner .box {
	position: relative;
	margin: 0 auto 0;
	padding: 0 0 0.5rem;
	text-align: center;
}
#about main .about .body .box3 .inner .box h4 {
	width: 6.78rem;
	padding: 0 0 0;
	margin: 0 auto 0.3rem;
}
#about main .about .body .box3 .inner .box h4 img {
	width: 100%;
}
#about main .about .body .box3 .inner .box h5 {
	margin: 0 0 0.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.8rem;
	line-height: 1.2;
}
#about main .about .body .box3 .inner .box .sub {
	margin: 0 0 0.3rem;
	color: #999999;
	font-family: 'Raleway', sans-serif;
	font-size: 0.26rem;
	line-height: 0.36rem;
}
#about main .about .body .box3 .inner .box .text {
	margin: 0 0.5rem;
	font-size: 0.32rem;
	line-height: 0.52rem;
}
#about main .about .body .box3 .inner .box .btn-youtube {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.4rem;
	margin: 0.3rem auto 0;
	background: #f0870f;
	padding: 0.15rem;
}
#about main .about .body .box3 .inner .box .btn-youtube img{
	width: 80%;
}
#about main .about .body .box4 {
	width: 100%;
	height: 13.4rem;
	background: url(/img2/about/box4_bg1-sp.jpg) no-repeat center 0;
	background-size: 100% auto;
}
#about main .about .body .box4 .inner {
	position: relative;
	padding: 0.94rem 0 0;
}
#about main .about .body .box4 .inner h4 {
	margin: 0 auto 0.1rem;
	width: 6.84rem;
}
#about main .about .body .box4 .inner h4 img {
	width: 100%;
}
#about main .about .body .box4 .inner p {
	margin: 0 0.6rem;
	font-size: 0.32rem;
	line-height: 0.62rem;
}
#about main .about .body .box4 .inner p span {
	background: #f5bd7c;
}
#about main .about .body .box5 {
	margin: 0 0 0.82rem;
	width: 100%;
	height: 13.42rem;
	background: url(/img2/about/box5_bg1-sp.png) no-repeat center 0;
	background-size: cover;
	text-align: center;
}
#about main .about .body .box5 .inner {
	position: relative;
	padding: 0.9rem 0 0;
}
#about main .about .body .box5 .inner:before {
	content: " ";
	position: absolute;
	top: 0.92rem;
	left: 0;
	display: block;
	width: 100%;
	height: 0.62rem;
	background: url(/img2/about/box5_img2-sp.png) no-repeat center 0;
	background-size: 2.96rem auto;
}
#about main .about .body .box5 .inner h4 {
	padding: 0.85rem 0 0;
	margin: 0 0.2rem 0.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.9rem;
	line-height: 1;
}
#about main .about .body .box5 .inner p {
	margin: 0 0.6rem;
	font-size: 0.32rem;
	line-height: 0.6rem;
}
#page404 main .page404 .body p {
	padding: 0.8rem 0;
	font-size: 0.3rem;
	line-height: 1.6;
	text-align: center;
}
.video {
	width: 100%;
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
