@charset "utf-8";

/* --------------------------------------------------
 * common styles
 */

body {
  color: #232323;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

a:hover {
}

img {
  width: auto;
  height: auto;
  vertical-align: top;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* --------------------------------------------------
 * layout, common parts
 */

.sp {
  display: none;
}

.wrap-all {
  width: 100%;
  min-width: 1040px;
  padding-top: 80px;
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1040px;
  height: 80px;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0px #999;
}

.site-header h1 {
  position: absolute;
  width: 200px;
  top: 28px;
  left: calc(50% - 342px);
  color: #999999;
  font-size: 10px;
}

.site-header .logo {
  position: absolute;
  top: 10px;
  left: calc(50% - 500px);
}

.site-header .logo img {
  width: 132px;
}

.site-header .nav1 {
  position: absolute;
  top: 0;
  left: calc(50% - 112px);
}

.site-header .nav1 li {
  float: left;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 80px;
}

.site-header .nav1 li a {
  color: #1d1d1d;
}

[data-current-nav="home"] .site-header .nav1 li:nth-child(1) a,
[data-current-nav="about"] .site-header .nav1 li:nth-child(2) a,
[data-current-nav="staff"] .site-header .nav1 li:nth-child(3) a,
[data-current-nav="brands"] .site-header .nav1 li:nth-child(4) a,
[data-current-nav="news"] .site-header .nav1 li:nth-child(5) a,
[data-current-nav="access"] .site-header .nav1 li:nth-child(6) a,
.site-header .nav1 li a:hover {
  color: #f5623f;
}

.site-header .nav2 {
  position: absolute;
  top: 0;
  left: calc(50% + 430px);
}

.site-header .nav2 li {
  float: left;
  margin: 0 10px 0 0;
  line-height: 80px;
}

.site-header .nav2 li a img {
  width: 40px;
  vertical-align: middle;
}

.site-header .nav2 li a:hover {
  opacity: 0.7;
}

.site-header .online-shop a {
  display: block;
  position: absolute;
  top: 15px;
  left: calc(50% + 500px);
  width: 71px;
  height: 71px;
  text-align: center;
  color: #232323;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  background: url(../img2/common/header/online-shop-icon-off.png) no-repeat 0 bottom;
  background-size: contain;
}

.site-header .online-shop a:hover {
  color: #f5623f;
  background: url(../img2/common/header/online-shop-icon-on.png) no-repeat 0 bottom;
  background-size: contain;
}

/*
site-footer
*/
.site-footer {
  background-color: #eeeeee;
}
.site-footer .wrap {
  height: 100%;
  padding: 50px 0 70px;
}
.site-footer .footer-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.site-footer .address .caption,
.site-footer .sitemap .online-shop {
  height: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.site-footer .sitemap > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.site-footer .sitemap > ul li {
  margin-left: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

.site-footer .sitemap-wrap .btn-wrap {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  text-align: center;
}
.site-footer .sitemap-wrap .btn-wrap a {
  display: block;
  width: 140px;
  padding: 5px 0;
}
.site-footer .sitemap-wrap .btn-wrap a span {
  display: inline-block;
  padding: 0 28px 0 0;
}
.site-footer .sitemap-wrap .online-shop a {
  background: #b1b1b1;
  color: #ffffff;
}
.site-footer .sitemap-wrap .online-shop a span {
  background: url(/img2/common/footer/icon-bag.png) no-repeat right center;
  background-size: 13px auto;
}
.site-footer .sitemap-wrap .contact a {
  background: #e2e2e2;
  color: #999999;
}
.site-footer .contact .btn span {
  background: url(/img2/common/footer/icon-contact.png) no-repeat right center;
  background-size: 19px auto;
}

.site-footer .sns ul {
  display: flex;
}
.site-footer .sns ul li {
  width: 30px;
  margin: 0 10px 10px 0;
}
.site-footer .sns ul li img {
  width: 100%;
}
.site-footer .copyright .footer-logo img {
  width: 193px;
  margin: 0 0 15px;
}
.site-footer .copyright p {
  color: #999999;
  font-size: 11px;
  line-height: 11px;
}
.site-footer a {
  color: #232323;
}
.site-footer a:hover {
  text-decoration: underline;
}

.site-footer .address {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 13px;
}
.site-footer .address::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #fff;
}
.site-footer .address-flex {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  letter-spacing: 0.05em;
}
.site-footer .address-flex-item {
  width: 24%;
  margin-bottom: 40px;
}
.site-footer .address-flex-item:not(:nth-child(3n)) {
  margin-right: 14%;
}
.site-footer .address-flex-item .store-name {
  margin-bottom: 15px;
  font-weight: bold;
}
.site-footer .address-flex-item .sns-icon-list {
  display: flex;
  margin-top: 5px;
}
.site-footer .address-flex-item .sns-icon-list li {
  width: 30px;
  margin-right: 5px;
}
.site-footer .address-flex-item .sns-icon-list img {
  width: 100%;
}
.site-footer .address .caption ~ p {
  margin: 0 0 17px;
  font-size: 13px;
  line-height: 22px;
}
.site-footer .address .open {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 15px;
  padding: 0 0 0 60px;
  background: url(/img2/common/footer/open.png) no-repeat 0 0;
  background-size: 50px auto;
}
.site-footer .address .open p {
  padding: 5px 0 0;
  font-size: 13px;
  line-height: 18px;
}

.site-footer .to-top {
  position: absolute;
  left: calc(50% - 10px);
  bottom: 20px;
  width: 20px;
  height: 12px;
  cursor: pointer;
}

.site-footer .to-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #999999;
  border-left: 2px solid #999999;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

.site-footer .to-top:hover {
  opacity: 0.8;
}
/*
site-footer
*/

.common-title1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

.common-title1 strong {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.common-button1 {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  color: #f5623f;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  background-color: #ffffff;
}

.common-button1:hover {
  opacity: 0.8;
}

.common-button2 {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #2b3344;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  background-color: #eeeeee;
}

.common-button2:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  margin: 0 0 0 10px;
  vertical-align: 0.5px;
  background: url(../img2/common/arrow-right.png) no-repeat 0 0;
  background-size: 100%;
}

.common-button2:hover {
  opacity: 0.8;
}

.web-magazine-form {
  width: 412px;
  height: 50px;
}

.web-magazine-form input[type="email"] {
  width: 300px;
  height: 50px;
  padding: 0 20px;
  border: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #ffffff;
}

.web-magazine-form input[type="submit"] {
  width: 100px;
  height: 50px;
  padding: 3px 0 0;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-family: "Covered By Your Grace", cursive;
  font-size: 24px;
  background-color: transparent;
}

.web-magazine-btn {
  width: 412px;
  height: 50px;
}

.web-magazine-btn a {
  display: inline-block;
  width: 200px;
  height: 50px;
  padding: 0;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-family: "Covered By Your Grace", cursive;
  font-size: 16px;
  line-height: 48px;
  background-color: transparent;
}

.lower .web-magazine {
  position: relative;
  height: 140px;
  background-color: #f0870f;
}

.lower .web-magazine .wrap {
  padding: 47px 144px 0;
}

.lower main .web-magazine h2 {
  width: 80px;
  height: 52px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.lower main .web-magazine p {
  position: absolute;
  top: 47px;
  left: calc(50% - 170px);
  width: 320px;
  margin: 0 0 40px;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}

.lower main .web-magazine p a {
  color: #ffffff;
}

.lower main .web-magazine p a:hover {
  text-decoration: underline;
}

.lower main .web-magazine .web-magazine-btn {
  position: absolute;
  top: 44px;
  right: 139px;
  width: 200px;
}

.lower main .pan {
  width: 100%;
  background: #f6f6f6;
}

.lower main .pan li {
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
  line-height: 32px;
}

.lower main .pan a {
  display: inline-block;
  color: #232323;
  font-size: 12px;
  line-height: 32px;
}

.lower main .pan li:after {
  content: " >> ";
  display: inline-block;
  padding-left: 5px;
}

.lower main .pan li:last-child:after {
  display: none;
}

.lower main .navigation {
}

.lower main .navigation ol {
  text-align: center;
}

.lower main .navigation ol li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}

.lower main .navigation ol li a,
.lower main .navigation ol li span {
  display: block;
  padding: 0 10px;
  background: #eeeeee;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 30px;
}

.lower main .navigation ol li a:hover,
.lower main .navigation ol li span.current {
  background: #232323;
  color: #fff;
}

main .body > .links {
  margin-bottom: 30px;
}
main .body > .links ul {
  overflow: hidden;
  width: 860px;
  margin: 0 auto;
}
main .body > .links ul li {
  float: left;
  width: 400px;
  height: 247px;
  margin: 0 15px;
}
main .body > .links ul li:hover {
  opacity: 0.8;
}
main .body > .links ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 96px 0 0;
  text-align: center;
}
main .body > .links ul li a .sub {
  margin: 0 0 10px;
  color: #f5623f;
  font-size: 14px;
  line-height: 20px;
}
main .body > .links ul li a .name {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #232323;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
}
main .body > .links ul li a .name:after {
  content: " ";
  display: inline-block;
  width: 26px;
  height: 32px;
  margin: 0 0 0 10px;
  background: url(/img2/common/link_btn.png) no-repeat 0 center;
  background-size: 26px auto;
  vertical-align: top;
}

main .body > .links ul li.staff {
  background: url(/img2/common/link_staff.jpg) no-repeat 0 0;
}
main .body > .links ul li.staff .name:before {
  content: " ";
  display: inline-block;
  width: 31px;
  height: 32px;
  margin: 0 10px 0 0;
  background: url(/img2/common/link_icon_staff.png) no-repeat 0 center;
  background-size: 31px auto;
  vertical-align: top;
}

main .body > .links ul li.brand {
  background: url(/img2/common/link_brand.jpg) no-repeat 0 0;
}
main .body > .links ul li.brand .name:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 32px;
  margin: 0 10px 0 0;
  background: url(/img2/common/link_icon_brand.png) no-repeat 0 center;
  background-size: 20px auto;
  vertical-align: top;
}

main .body > .links ul li.about {
  background: url(/img2/common/link_about.jpg) no-repeat 0 0;
}
main .body > .links ul li.about .name:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 32px;
  margin: 0 10px 0 0;
  background: url(/img2/common/link_icon_about.png) no-repeat 0 center;
  background-size: 20px auto;
  vertical-align: top;
}
main .body > .links ul li.item {
  background: url(/img2/common/link_item.jpg) no-repeat 0 0;
}
main .body > .links ul li.item .name:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 32px;
  margin: 0 10px 0 0;
  background: url(/img2/common/link_icon_item.png) no-repeat 0 center;
  background-size: 20px auto;
  vertical-align: top;
}
main .body > .links ul li.news {
  background: url(/img2/common/link_news.jpg) no-repeat 0 0;
}
main .body > .links ul li.news a .name {
  color: #fff;
}
main .body > .links ul li.news .name:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 32px;
  margin: 0 10px 0 0;
  background: url(/img2/common/link_icon_news.png) no-repeat 0 center;
  background-size: 20px auto;
  vertical-align: top;
}

/* --------------------------------------------------
 * top
 */
/* #top {
} */
/* #top main .main-visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 624px;
}

#top main .main-visual .images li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 1;
  overflow: hidden;
}

#top main .main-visual .images li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50% ,-50%);
} */

#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: 40%;
  width: 70px;
  height: 70px;
  z-index: 90;
  cursor: pointer;
}
#top main .main-visual #js-slick-slider .prev-arrow {
  left: 30px;
}
#top main .main-visual #js-slick-slider .next-arrow {
  right: 30px;
  transform: rotate(180deg);
}
#top main .main-visual #js-slick-slider img {
  width: 100%;
}
#top main .main-visual #js-slick-slider .sp {
  display: none;
}
.slick-slide:focus {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: 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: calc(50% - 500px);
  bottom: 60px;
  z-index: 2;
}

#top main .main-visual .indicators li {
  float: left;
  width: 40px;
  height: 4px;
  margin: 0 4px 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: calc(50% - 45px);
  bottom: 60px;
  z-index: 2;
}

#top main .main-visual .copy img {
  width: 43.8vw;
  min-width: 456px;
}
#top main .annoucement-area {
  text-align: center;
  padding: 56px 3% 0;
  font-size: 1.4em;
  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 {
  margin: 50px auto 60px;
  text-align: center;
  font-size: 0;
}

#top main .banners li {
  display: inline-block;
  margin: 0 10px;
}

#top main .banners li img {
  width: 250px;
}

#top main .news header {
  padding: 30px 0 40px;
  background-color: #eeeeee;
}

#top main .news header .wrap {
}

#top main .news header h2 {
  text-align: center;
}

#top main .news header ul {
  /* float: right; */
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

#top main .news header ul li {
  /* float: left; */
  margin: 0 9px;
}

#top main .news header ul li a {
  display: block;
  position: relative;
  width: 109px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  padding: 30px 0 0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
#top main .news header ul li.category-outdoor-gear a {
  padding: 25px 0 0;
}

#top main .news header ul li a:hover {
  opacity: 0.8;
}

#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: -15px;
  width: 50px;
  height: 41px;
  background-image: url(../img2/top/news-info-icon.png);
}
#top main .news header ul li.category-youtube a:before {
  top: -8px;
  width: 39px;
  height: 29px;
  background-image: url(../img2/top/news-youtube-icon.png);
}
#top main .news header ul li.category-outdoor-gear a:before {
  top: -22px;
  width: 36px;
  height: 46px;
  background-image: url(../img2/top/news-outdoor-icon.png);
}
#top main .news header ul li.category-apparel a:before {
  top: -15px;
  width: 40px;
  height: 46px;
  background-image: url(../img2/top/news-apparel-icon.png);
}
#top main .news header ul li.category-event a:before {
  top: -16px;
  width: 46px;
  height: 40px;
  background-image: url(../img2/top/news-event-icon.png);
}
#top main .news header ul li.category-blog a:before {
  top: -15px;
  width: 54px;
  height: 38px;
  background-image: url(../img2/top/news-blog-icon.png);
}
#top main .news header ul li.category-media a:before {
  top: -16px;
  width: 50px;
  height: 39px;
  background-image: url(../img2/top/news-media-icon.png);
}
#top main .news header ul li.category-feature a:before {
  top: -20px;
  width: 31px;
  height: 47px;
  background-image: url(../img2/top/news-feature-icon.png);
}

#top main .news .body .list {
  display: none;
  padding: 40px 0;
  overflow: hidden;
}

#top main .news .body .list.all {
  display: block;
}

#top main .news .body .list li {
  float: left;
  width: 320px;
  margin: 0 0 20px 20px;
}

#top main .news .body .list li:nth-child(3n + 1) {
  clear: left;
  margin-left: 0;
}

#top main .news .body .list li a {
  display: block;
  position: relative;
  width: 320px;
  padding: 19px 19px 33px;
  border: 1px solid #a9a9a9;
}

#top main .news .body .list li a:hover {
  opacity: 0.7;
}

#top main .news .body .list li a .image {
  text-align: center;
  height: 200px;
  margin: 0 0 25px;
  line-height: 200px;
}

#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: 48px;
  margin: 0 0 11px;
  overflow: hidden;
  color: #232323;
  font-size: 18px;
  line-height: 24px;
}

#top main .news .body .list li a .text {
  height: 40px;
  overflow: hidden;
  color: #959595;
  font-size: 12px;
  line-height: 20px;
}

#top main .news .body .list li a time {
  position: absolute;
  right: 19px;
  bottom: 12px;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
}

#top main .news .body .list li a .category {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: auto;
  padding: 0 10px;
  height: 22px;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  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;
  height: 400px;
  padding: 50px 0 0 calc(50% + 40px);
  margin: 0 0 60px;
  background-color: #fef9e3;
}

#top main .feature .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 400px;
}

#top main .feature h2 {
  position: absolute;
  top: 38px;
  right: 38px;
  text-align: right;
}

#top main .feature .texts {
  width: 500px;
}

#top main .feature .texts .title {
  margin: 0 0 24px;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}

#top main .feature .texts .text {
  max-height: 74px;
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
}

#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 .feature .texts .button:hover {
  opacity: 0.8;
}

#top main .online-shop-banner {
  margin-bottom: 60px;
}

#top main .online-shop-banner a:hover {
  opacity: 0.8;
}

#top main .online-shop-banner img {
  width: 100%;
}

#top main .campsite-banner {
  margin-bottom: 60px;
}

#top main .campsite-banner a:hover {
  opacity: 0.8;
}

#top main .campsite-banner img {
  width: 100%;
}

/* coleman-calender */
#top main .coleman-calender {
  margin-bottom: 50px;
  background: #f7f0e3;
}
#top main .coleman-calender .calender-inner {
  padding: 40px;
}
#top main .coleman-calender h2 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #c13133;
}
#top main .coleman-calender h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: calc(100% + 80px);
  height: 2px;
  background-color: #fff;
}
#top main .coleman-calender h2 img {
  max-width: 100%;
  margin-bottom: 5px;
}
#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 {
  display: flex;
  justify-content: space-between;
}
#top main .coleman-calender .calender-img {
  width: 440px;
}
#top main .coleman-calender .calender-img img {
  width: 100%;
}
#top main .coleman-calender .calender-info {
  width: 440px;
}
#top main .coleman-calender .calender-info table {
  border-collapse: collapse;
  font-size: 15px;
}
#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;
  line-height: 20px;
}
#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: 16px;
  line-height: 2;
  font-weight: bold;
}
/* coleman-calender */

#top main .concept {
  position: relative;
  height: 500px;
  margin-bottom: 60px;
  padding: 44px 37px 0 654px;
  background: url(../img2/top/concept-bg.png) no-repeat 0 0;
}

#top main .concept h2 {
  position: relative;
  display: inline-block;
  width: 297px;
  margin: 0 0 20px;
  padding: 87px 0 0;
  background: url(../img2/top/concept-title.png) no-repeat 0 0;
  color: #777777;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

#top main .concept h2 strong {
  display: inline-block;
  margin: 6px 0 0;
  color: #232323;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
}

#top main .concept p {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
}

#top main .concept .text1 {
  position: relative;
  margin: 0 10px 20px;
  padding-bottom: 20px;
}

#top main .concept .text1:after {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #959595;
}

#top main .concept .text2 {
  margin: 0 10px;
}

#top main .concept .common-button1 {
  position: absolute;
  left: calc(50% - 70px);
  bottom: 40px;
}

/* #top main .instagram {
  width: 1000px;
  margin: 0 auto 60px;
}

#top main .instagram h2 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

#top main .instagram h3 {
  margin: 0 0 30px;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
}

#top main .instagram ul {
  margin: 0 0 25px;
  overflow: hidden;
}

#top main .instagram ul li {
  float: left;
  width: 197px;
  height: 197px;
  margin: 0 3px 5px 0;
  text-align: center;
  position: relative;
}

#top main .instagram ul li:nth-child(5n+1) {
  clear: left;
}

#top main .instagram ul li a:hover {
  opacity: 0.8;
}

#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: 320px;
  height: 24px;
  margin: 0 auto;
}

#top main .instagram .button:hover {
  opacity: 0.8;
}

#top main .instagram .button .follow-us {
  float: left;
  width: 140px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Covered By Your Grace', cursive;
  font-size: 20px;
  line-height: 24px;
  background-color: #232323;
}

#top main .instagram .button .account {
  float: left;
  width: 180px;
  text-align: center;
  color: #232323;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #232323;
} */

/*
about
*/
#top main .about {
  position: relative;
  min-height: 582px;
  margin: 0 0 60px;
  padding-bottom: 50px;
  background: url(../img2/top/about-bg.png) no-repeat 0 0;
  background-size: 100% auto;
}
#top main .about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background: #f7f0e3;
}
#top main .about header {
  position: relative;
  height: 310px;
  margin: 0 0 25px;
}
#top main .about header:after {
  content: "";
  position: absolute;
  left: 220px;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background-color: #7d7d7d;
}
#top main .about header h2 {
  position: absolute;
  top: 260px;
  left: 30px;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
}
#top main .about header .copy {
  position: absolute;
  top: 0;
  left: 0;
}
#top main .about .text {
  width: 500px;
  margin: 0 0 30px;
  font-size: 13px;
  line-height: 24px;
}
#top main .about .common-button1 {
  margin: 0 0 0 180px;
}
#top main .about .about-youtube-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 120px auto 0;
  width: 1000px;
  padding: 50px;
  background: #fff;
}
#top main .about .about-youtube-wrap .img-wrap {
  width: 470px;
}
#top main .about .about-youtube-wrap .img-wrap img {
  width: 100%;
}
#top main .about .about-youtube-wrap .text-wrap {
  width: 370px;
  text-align: center;
}
#top main .about .about-youtube-wrap .text-wrap h3 {
  position: relative;
  margin-bottom: 60px;
  font-size: 24px;
}
#top main .about .about-youtube-wrap .text-wrap h3::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 60px;
  background-color: #7d7d7d;
}
#top main .about .about-youtube-wrap .text-wrap p {
  margin-bottom: 30px;
}
#top main .about .about-youtube-wrap .text-wrap .btn-youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 30px auto 0;
  background: #f0870f;
  padding: 15px 10px;
}
#top main .about .about-youtube-wrap .text-wrap .btn-youtube img {
  width: 80%;
}
/*
about
*/

#top main .pickup {
  margin-bottom: 80px;
}

#top main .pickup h2 {
  height: 76px;
}

#top main .pickup ul {
  overflow: hidden;
}

#top main .pickup ul li {
  float: left;
  width: 235px;
  min-height: 383px;
  margin: 0 0 0 20px;
}

#top main .pickup ul li:nth-child(4n + 1) {
  clear: left;
  margin: 0;
}

#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 10px;
}
#top main .pickup ul li img.border {
  border: 1px solid #d2d2d2;
}

#top main .pickup ul li .brand {
  display: inline-block;
  height: 20px;
  margin: 0 0 6px;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  background-color: #555555;
}

#top main .pickup ul li .title {
  margin: 0 0 5px;
  color: #232323;
  font-size: 13px;
  line-height: 18px;
}

#top main .pickup ul li .price {
  display: block;
  color: #959595;
  font-size: 13px;
  line-height: 13px;
}

#top main .media {
  margin-bottom: 60px;
}

#top main .media h2 {
  height: 76px;
}

#top main .media ul {
  overflow: hidden;
}

#top main .media ul li {
  float: left;
  width: 490px;
  margin: 0 0 20px;
}

#top main .media ul li:nth-child(even) {
  float: right;
}

#top main .media ul li a {
  display: block;
  height: 140px;
  background-color: #fef9e3;
}

#top main .media ul li a:hover {
  opacity: 0.8;
}

#top main .media ul li a .image {
  float: left;
  width: 200px;
  height: 140px;
  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: 290px;
  padding: 24px 30px 0;
}

#top main .media ul li a .texts .sub-category {
  display: inline-block;
  height: 14px;
  margin: 0 0 10px;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
  background-color: #ffffff;
}

#top main .media ul li a .texts .sub-category span {
  display: block;
  position: relative;
  height: 14px;
  color: #333333;
  font-family: "Covered By Your Grace", cursive;
  font-size: 18px;
  line-height: 8px;
}

#top main .media ul li a .texts .title {
  height: 36px;
  margin: 0 0 5px;
  overflow: hidden;
  color: #232323;
  font-size: 14px;
  line-height: 18px;
}

#top main .media ul li a .texts .text {
  height: 32px;
  overflow: hidden;
  color: #888888;
  font-size: 12px;
  line-height: 16px;
}

#top main .brands {
  margin-bottom: 80px;
}

#top main .brands h2 {
  height: 76px;
}

#top main .brands ul {
  margin: 0 0 16px;
  overflow: hidden;
}

#top main .brands ul li {
  float: left;
  margin: 0 0 20px 20px;
}

#top main .brands ul li:nth-child(6n + 1) {
  margin-left: 0;
}

#top main .brands ul li a {
  display: block;
  width: 150px;
  height: 150px;
  border: 1px solid #c9c9c9;
}

#top main .brands ul li a:hover {
  opacity: 0.8;
}

#top main .brands ul li a img {
  margin: -1px;
}

/* .information */
#top main .information {
  margin-bottom: 80px;
}
#top main .information > section {
  width: 100%;
  background-color: #eeeeee;
}
#top main .information > section h2 {
  height: 86px;
  padding: 25px 0 0;
  border-bottom: 2px solid #ffffff;
  color: #f5623f;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}
#top main .information > section h2 strong {
  color: #999999;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#top main .information .shop-data-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 50px 20px;
}
#top main .information .shop-data {
  width: 45%;
  margin-bottom: 30px;
}
#top main .information > section table {
  width: 100%;
  border-collapse: collapse;
}
#top main .information > section table caption {
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;
}

#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 20px;
  border-bottom: 10px solid #eeeeee;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
}
#top main .information > section .google-route-link a {
  display: block;
  background: #f5623f;
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  text-decoration: none;
}
#top main .information > section .google-route-link a:hover {
  text-decoration: underline;
}
/* .information */

#top main .web-magazine {
  position: relative;
  height: 360px;
  background-color: #f0870f;
}

#top main .web-magazine:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 360px;
  background: url(../img2/top/web-magazine-image.jpg) no-repeat center 0;
  background-size: cover;
}

#top main .web-magazine .wrap {
  padding: 70px 0 0;
}

#top main .web-magazine h2 {
  width: 80px;
  height: 52px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

#top main .web-magazine p {
  width: 408px;
  margin: 0 0 40px;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}

#top main .web-magazine p a {
  color: #ffffff;
}

#top main .web-magazine p a:hover {
  text-decoration: underline;
}

a.disenable {
  color: #ccc !important;
  cursor: default;
}
a.disenable:hover {
  opacity: 1 !important;
}

/* --------------------------------------------------
 * staff
 */

#staff main .main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(/img2/staff/mainvisual.jpg) no-repeat;
  background-size: cover;
  padding:bottom:25%;
}

#staff main .main-visual .title-texts {
  padding-top: 102px;
}

#staff main .main-visual .title {
  margin: 0 0 4px;
  padding-left: 53px;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  background: url(/img2/staff/mainvisual-icon.png) no-repeat 0 5px;
  background-size: 45px auto;
}

#staff main .main-visual .copy {
  font-size: 14px;
  line-height: 22px;
}

#staff main .pan {
  margin-bottom: 60px;
}

#staff main .staff-wrap {
  margin: 0 auto 100px;
}

#staff main .staff {
  min-height: 780px;
  position: relative;
}

#staff main .staff + .staff {
  margin-top: 80px;
}

#staff main .staff .photo {
  width: 720px;
  height: 720px;
  perspective: 900px;
  background: url(/img2/staff/staff-bg.png) no-repeat center center/ 720px auto;
  position: absolute;
  top: -92px;
  right: -100px;
  z-index: -1;
  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: 350px;
  position: absolute;
  left: 217px;
  top: 166px;
}
#staff main .staff .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#staff main .staff:after {
  content: "";
  display: block;
  position: absolute;
  top: -92px;
  right: -100px;
  width: 720px;
  height: 100%;
  background-size: 720px auto;
  background-repeat: no-repeat;
}

#staff main .staff .name {
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 40px;
}

#staff main .staff .name span {
  display: block;
  font-family: "Julius Sans One", sans-serif;
  font-size: 14px;
  line-height: 17px;
}

#staff main .staff .position {
  display: inline-block;
  margin: 0 0 35px;
  padding: 0 18px;
  border-radius: 16px;
  text-align: center;
  color: #f2962d;
  font-size: 14px;
  line-height: 24px;
  background: #eeeeee;
}

#staff main .staff .texts {
  position: relative;
  width: 420px;
  margin: 0 0 40px;
  z-index: 2;
}

#staff main .staff .texts .title {
  max-width: 13em;
  margin: 35px 0 15px;
  color: #e78612;
  font-weight: bold;
  font-size: 32px;
  position: relative;
}
#staff main .staff .texts .title:before {
  content: attr(shadow);
  color: transparent;
  -webkit-text-stroke: 1px black;
  position: absolute;
  left: -2px;
  top: -2px;
}

#staff main .staff .texts .title img {
  width: 100%;
}

#staff main .staff .texts .text {
  position: relative;
  font-size: 16px;
  line-height: 40px;
}

#staff main .staff .hobbies {
  position: relative;
  width: 420px;
  margin: 0 0 40px;
  padding: 30px 20px 24px;
  border: 1px solid #d2d2d2;
  background: #eeeeee;
  z-index: 2;
}

#staff main .staff4 .hobbies {
  padding: 29px 10px 22px 27px;
}

#staff main .staff .hobbies .title {
  display: inline-block;
  width: 80px;
  height: 14px;
  margin: 0 0 10px;
  padding: 0 13px;
  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: 24px;
  line-height: 8px;
}

#staff main .staff .hobbies .text {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}

#staff main .staff .photos {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
  padding: 13px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
}

#staff main .staff .photos:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  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: 30px;
  height: 30px;
  background: url(/img2/staff/brackets-close.png) no-repeat 0 0;
  background-size: 100% auto;
}

#staff main .staff .photos li {
  flex: 0 1 32.3%;
  margin: 0.5%;
  aspect-ratio: 16/9;
}

#staff main .staff .photos li:last-child {
}

#staff main .staff .photos li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------
 * news_list
 */

#news_list main .main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(/img2/news_list/mainvisual.jpg) no-repeat;
  background-size: cover;
}

#news_list main .main-visual .title-texts {
  padding-top: 102px;
}

#news_list main .main-visual .title {
  margin: 0 0 4px;
  padding-left: 53px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 48px;
  background: url(/img2/news_list/mainvisual-icon.png) no-repeat 0 5px;
  background-size: 45px auto;
}

#news_list main .main-visual .copy {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

#news_list main .news header {
  margin: 0 0 20px;
  padding: 50px 0 0;
  background-color: #eeeeee;
}

#news_list main .news header .wrap {
}

#news_list main .news header ul {
  /* margin: 0 0 0 30px; */
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
}

#news_list main .news header ul li {
  /* float: left; */
  margin: 0 9px;
}

#news_list main .news header ul li a {
  display: block;
  position: relative;
  width: 109px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  padding: 30px 0 0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
#news_list main .news header ul li.category-outdoor-gear a {
  padding: 25px 0 0;
}

#news_list main .news header ul li a:hover {
  opacity: 0.8;
}

#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: -15px;
  width: 50px;
  height: 41px;
  background-image: url(../img2/top/news-info-icon.png);
}
#news_list main .news header ul li.category-youtube a:before {
  top: -8px;
  width: 39px;
  height: 29px;
  background-image: url(../img2/top/news-youtube-icon.png);
}
#news_list main .news header ul li.category-outdoor-gear a:before {
  top: -22px;
  width: 36px;
  height: 46px;
  background-image: url(../img2/top/news-outdoor-icon.png);
}
#news_list main .news header ul li.category-apparel a:before {
  top: -15px;
  width: 40px;
  height: 46px;
  background-image: url(../img2/top/news-apparel-icon.png);
}
#news_list main .news header ul li.category-event a:before {
  top: -16px;
  width: 46px;
  height: 40px;
  background-image: url(../img2/top/news-event-icon.png);
}
#news_list main .news header ul li.category-blog a:before {
  top: -15px;
  width: 54px;
  height: 38px;
  background-image: url(../img2/top/news-blog-icon.png);
}
#news_list main .news header ul li.category-media a:before {
  top: -16px;
  width: 50px;
  height: 39px;
  background-image: url(../img2/top/news-media-icon.png);
}
#news_list main .news header ul li.category-feature a:before {
  top: -20px;
  width: 31px;
  height: 47px;
  background-image: url(../img2/top/news-feature-icon.png);
}

#news_list main .news header .all {
  clear: both;
  width: 906px;
  margin: 0 auto;
  padding: 0 0 20px;
}

#news_list main .news header .all a {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  color: #232323;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}

#news_list main .news header .all a:hover {
  opacity: 0.8;
}

#news_list main .news header .all a strong {
  margin: 0 10px 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#news_list main .news .body {
  margin-bottom: 80px;
}

#news_list main .news .body .list {
  padding: 40px 0;
  overflow: hidden;
}

#news_list main .news .body .list li {
  float: left;
  width: 320px;
  margin: 0 0 20px 20px;
}

#news_list main .news .body .list li:nth-child(3n + 1) {
  clear: left;
  margin-left: 0;
}

#news_list main .news .body .list li a {
  display: block;
  position: relative;
  width: 320px;
  padding: 19px 19px 33px;
  border: 1px solid #a9a9a9;
}

#news_list main .news .body .list li a:hover {
  opacity: 0.7;
}

#news_list main .news .body .list li a .image {
  text-align: center;
  height: 200px;
  margin: 0;
  line-height: 200px;
}

#news_list main .news .body .list li a .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

#news_list main .news .body .list li a time {
  display: inline-block;
  margin: 0 0 7px;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
}

#news_list main .news .body .list li a .title {
  height: 48px;
  margin: 0 0 11px;
  overflow: hidden;
  color: #232323;
  font-size: 18px;
  line-height: 24px;
}

#news_list main .news .body .list li a .text {
  height: 40px;
  overflow: hidden;
  color: #959595;
  font-size: 12px;
  line-height: 20px;
}

#news_list main .news .body .list li a .category {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: auto;
  padding: 0 10px;
  height: 22px;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  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: 140px;
}
#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: 50px 0 0;
  text-align: center;
}
#news_detail main .main-visual .title-texts .title {
  display: inline-block;
  padding: 0 0 0 40px;
  height: 32px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  line-height: 32px;
  background-repeat: no-repeat;
  background-size: 30px 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: 60px 0 80px;
  overflow: hidden;
}
#news_detail main .contents .article {
  float: left;
  width: 700px;
}
#news_detail main .contents .article h3 {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 40px;
}
#news_detail main .contents .article .author {
  margin: 0 0 30px;
  overflow: hidden;
}
#news_detail main .contents .article .author .image {
  float: left;
  width: 60px;
  height: 60px;
  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 20px;
  height: 60px;
  font-family: "Julius Sans One", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 60px;
}
#news_detail main .contents .article .author .name a {
  color: #232323;
}
#news_detail main .contents .article .author .name a:hover {
  text-decoration: underline;
}
#news_detail main .contents .article .author time {
  float: left;
  height: 60px;
  color: #999999;
  font-size: 15px;
  line-height: 60px;
  font-style: italic;
}
#news_detail main .contents .article .detail-wrap {
  position: relative;
  overflow: hidden;
}
#news_detail main .contents .article .detail-wrap .items {
  margin: 50px 0 0;
}
#news_detail main .contents .article .detail-wrap .items h4 {
  margin-bottom: 20px;
  border-left: 5px solid #232323;
  font-size: 18px;
  padding-left: 10px;
  line-height: 1.2;
}
#news_detail main .contents .article .detail-wrap .items .item-list {
  display: flex;
  flex-wrap: wrap;
}
#news_detail main .contents .article .detail-wrap .items .item-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
#news_detail main .contents .article .detail-wrap .items .item-list li:nth-child(3n) {
  margin-right: 0;
}
#news_detail main .contents .article .detail-wrap .items .item-list li img {
  margin-bottom: 10px;
  border: 1px solid #f6f6f6;
}
#news_detail main .contents .article .detail-wrap .items .item-list li p {
  margin-bottom: 10px;
  font-size: 14px;
}
#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 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-radius: 5px;
  background: #f6f6f6;
}
#news_detail main .contents .article .detail-wrap .detail .sns p {
  margin: 0 0 8px;
  padding: 8px 0;
  border-bottom: 1px solid #dadada;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 50px;
}
#news_detail main .contents .article .detail-wrap .detail .sns li {
  margin: 0 auto 10px;
  width: 30px;
}
#news_detail main .contents .article .detail-wrap .detail .sns li a {
}
#news_detail main .contents .article .detail-wrap .detail .sns li a:hover {
  opacity: 0.8;
}
#news_detail main .contents .article .detail-wrap .detail .sns li a img {
  margin: 0;
  width: 100%;
}

#news_detail main .contents .article .detail-wrap .detail {
  position: relative;
  padding: 0 0 0 60px;
}
#news_detail main .contents .article .detail-wrap .detail p {
  margin: 0 0 20px;
}
#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 img {
  margin: 0 0 20px;
  max-width: 100%;
  height: auto;
}
#news_detail main .contents .article .detail-wrap .detail .main-image {
  margin: 0 0 50px;
}
#news_detail main .contents .article .detail-wrap .detail .youtube-wrap {
  margin: 0 0 50px;
}
#news_detail main .contents .article .detail-wrap .detail .youtube-wrap iframe {
  width: 100%;
  min-height: 380px;
}

#news_detail main .contents .article .detail-wrap .pager {
  position: relative;
  margin: 0 0 0 60px;
  padding: 30px 0;
  text-align: center;
}
#news_detail main .contents .article .detail-wrap .pager a {
  display: inline-block;
  margin: 0 10px;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #f5623f;
}
#news_detail main .contents .article .detail-wrap .pager a:hover {
  background-color: #ffe3dc;
}
#news_detail main .contents .article .detail-wrap .pager .prev {
  padding: 0 30px 0 50px;
  background: url(/img2/news_detail/prev.png) no-repeat 20px center;
  background-size: 13px auto;
}
#news_detail main .contents .article .detail-wrap .pager .next {
  padding: 0 50px 0 30px;
  background: url(/img2/news_detail/next.png) no-repeat right 20px center;
  background-size: 13px auto;
}
#news_detail main .contents .article .detail-wrap .back {
  margin: 0 0 50px 60px;
  padding: 0 0 14px;
  border-bottom: 1px solid #d2d2d2;
}
#news_detail main .contents .article .detail-wrap .back a {
  display: inline-block;
  padding: 0 0 0 34px;
  background: url(/img2/news_detail/back.png) no-repeat 0 center;
  background-size: 24px auto;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 24px;
}
#news_detail main .contents .article .detail-wrap .back a:hover {
  text-decoration: underline;
}

#news_detail main .contents #side {
  float: right;
  width: 240px;
}
#news_detail main .contents #side .nav {
  margin: 0 0 90px;
}
#news_detail main .contents #side .nav li {
  height: 60px;
  margin: 0 0 10px;
  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: 50px 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: 50px 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: 50px 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: 50px 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: 50px 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: 50px 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: 50px 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: 50px 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: 50px auto;
}
#news_detail main .contents #side .nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 0 0 64px;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
}
#news_detail main .contents #side .nav li a strong {
  display: block;
  font-size: 16px;
  line-height: 18px;
}

#news_detail main .contents #side .new-news {
}
#news_detail main .contents #side .new-news .title {
  width: 120px;
  margin: 0 0 20px;
  background: #eeeeee;
  border-radius: 15px;
  text-align: center;
  color: #232323;
  font-size: 12px;
  line-height: 30px;
}

#news_detail main .contents #side .new-news .list {
  padding: 0;
  overflow: hidden;
}

#news_detail main .contents #side .new-news .list li {
  width: 240px;
  margin: 0 0 20px;
}

#news_detail main .contents #side .new-news .list li a {
  display: block;
  position: relative;
  width: 240px;
  padding: 19px 19px 33px;
  border: 1px solid #a9a9a9;
}

#news_detail main .contents #side .new-news .list li a:hover {
  opacity: 0.7;
}

#news_detail main .contents #side .new-news .list li a .image {
  text-align: center;
  height: 143px;
  margin: 0;
  line-height: 143px;
}

#news_detail main .contents #side .new-news .list li a .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

#news_detail main .contents #side .new-news .list li a time {
  display: inline-block;
  margin: 0 0 7px;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
}

#news_detail main .contents #side .new-news .list li a .title {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  color: #232323;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

#news_detail main .contents #side .new-news .list li a .category {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: auto;
  padding: 0 10px;
  height: 22px;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  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 {
  clear: both;
}

#news_detail main .contents .relations .title {
  width: 120px;
  margin: 0 0 20px;
  background: #eeeeee;
  border-radius: 15px;
  text-align: center;
  color: #232323;
  font-size: 12px;
  line-height: 30px;
}

#news_detail main .contents .relations .list {
  padding: 0;
  margin: 0 0 0 -20px;
  overflow: hidden;
}

#news_detail main .contents .relations .list li {
  float: left;
  width: 320px;
  margin: 0 0 20px 20px;
}

#news_detail main .contents .relations .list li a {
  display: block;
  position: relative;
  width: 320px;
  padding: 19px 19px 33px;
  border: 1px solid #a9a9a9;
}

#news_detail main .contents .relations .list li a:hover {
  opacity: 0.7;
}

#news_detail main .contents .relations .list li a .image {
  text-align: center;
  height: 200px;
  margin: 0;
  line-height: 200px;
}

#news_detail main .contents .relations .list li a .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

#news_detail main .contents .relations .list li a time {
  display: inline-block;
  margin: 0 0 7px;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
}

#news_detail main .contents .relations .list li a .title {
  width: auto;
  height: 48px;
  margin: 0 0 11px;
  padding: 0;
  background: none;
  border: none;
  overflow: hidden;
  color: #232323;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

#news_detail main .contents .relations .list li a .text {
  height: 40px;
  overflow: hidden;
  color: #959595;
  font-size: 12px;
  line-height: 20px;
}

#news_detail main .contents .relations .list li a .category {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: auto;
  padding: 0 10px;
  height: 22px;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

#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: 300px;
  background: url(/img2/brand_list/mainvisual.jpg) no-repeat;
  background-size: cover;
}

#brand_list main .main-visual .title-texts {
  padding-top: 102px;
}

#brand_list main .main-visual .title {
  margin: 0 0 4px;
  padding-left: 43px;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 45px;
  background: url(/img2/brand_list/mainvisual-icon.png) no-repeat 0 4px;
  background-size: 33px auto;
}

#brand_list main .main-visual .copy {
  color: #232323;
  font-size: 14px;
  line-height: 22px;
}

#brand_list main .brands header {
  margin: 0 0 40px;
  padding: 50px 0 0;
}

#brand_list main .brands header .wrap {
  position: relative;
  overflow: hidden;
}

#brand_list main .brands header .all {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 20px 0 0;
  background: #1d1d1d;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
}

#brand_list main .brands header ul {
  float: left;
  width: 840px;
  overflow: hidden;
}

#brand_list main .brands header ul li {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 10px;
  background: #eeeeee;
  border-radius: 50%;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 40px;
  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 ul {
  width: 1050px;
  margin: 0 0 80px -20px;
  overflow: hidden;
}

#brand_list main .brands .body ul li {
  float: left;
  padding: 0 0 20px 20px;
  width: 150px;
  height: 150px;
}

#brand_list main .brands .body ul li a {
  display: block;
  border: 1px solid #c9c9c9;
}

#brand_list main .brands .body ul li a:hover {
  opacity: 0.8;
}

#brand_list main .brands .body ul li img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
 * access
 */

#access main .main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(/img2/access/mainvisual2.jpg) no-repeat;
  background-size: cover;
}

#access main .main-visual .title-texts {
  padding-top: 102px;
}

#access main .main-visual .title {
  margin: 0 0 4px;
  padding-left: 53px;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 44px;
  background: url(/img2/access/mainvisual-icon.png) no-repeat 0 0;
  background-size: 45px auto;
}

#access main .main-visual .copy {
  font-size: 12px;
  line-height: 16px;
}

#access main .address {
  position: relative;
  margin: 80px 0 0;
  padding: 30px 0 60px;
  background-color: #eeeeee;
}
#access main .address .body {
}
#access main .address::after {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 0;
  width: 50%;
  height: 60%;
  background: url(/img2/access/wakayama.png) no-repeat 0 0;
  background-size: contain;
}
#access main .address.namba-parks {
  margin-top: 160px;
}
#access main .address.namba-parks::after {
  top: -120px;
  height: 75%;
  background: url(/img2/access/namba.png) no-repeat 0 0;
  background-size: contain;
}
#access main .address.furukawa {
  margin-top: 160px;
}
#access main .address.furukawa table {
  float: left;
}
#access main .address.furukawa::after {
  top: -140px;
  right: 0;
  left: auto;
  width: 60%;
  height: 85%;
  background: url(/img2/access/furukawa.png) no-repeat right 0;
  background-size: contain;
}
#access main .address.van-life {
  margin-top: 160px;
}
#access main .address.van-life::after {
  top: -120px;
  left: 0;
  height: 75%;
  background: url(/img2/access/van-life.png) no-repeat 0 0;
  background-size: contain;
}
#access main .address.ario {
  margin-top: 160px;
}
#access main .address.ario table {
  float: left;
}
#access main .address.ario::after {
  top: -140px;
  right: 0;
  left: auto;
  width: 60%;
  height: 85%;
  background: url(/img2/access/ario.png) no-repeat right 0;
  background-size: contain;
}

#access main .address table {
  position: relative;
  z-index: 1;
  float: right;
  width: 550px;
  margin: 0 0 30px -10px;
  border-collapse: separate;
  border-spacing: 10px;
}
#access main .address table caption {
  margin-bottom: 20px;
  padding-left: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

#access main .address table tbody tr th {
  width: 100px;
  text-align: center;
  color: #f5623f;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  background-color: #ffffff;
  vertical-align: middle;
}

#access main .address table tbody tr td {
  padding: 0 0 0 20px;
  border-bottom: 10px solid #eeeeee;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
}

#access main .address .google-map {
  position: relative;
  z-index: 1;
  clear: both;
  margin: 0 0 5px;
  width: 1000px;
  height: 340px;
  border: 1px solid #a0a0a0;
}

#access main .address .google-map iframe {
  width: 100%;
  height: 100%;
}

#access main .address .google-route-link a {
  color: #232323;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
#access main .address .google-route-link a:hover {
  text-decoration: underline;
}

#access main .access {
  margin: 0 0 30px;
  padding: 40px 0 1px;
  background: #e6841a;
}
#access main .access .body {
  display: flex;
  justify-content: space-between;
}
#access main .access .type {
  margin: 0 0 80px;
}
#access main .access .type:first-child {
  margin-right: 15px;
}
#access main .access .type:last-child {
  margin-left: 15px;
}
#access main .access .type .by {
  width: 165px;
  margin: 0 auto 30px;
}
#access main .access .type .by img {
  width: 100%;
}
#access main .access .type .from {
  width: 100%;
  padding: 30px;
  border-bottom: 1px dashed #f6e4d1;
  background: #d27a1b;
}
#access main .access .type .from.last {
  border-bottom: none;
}
#access main .access .type .from p {
  width: 240px;
  margin-bottom: 20px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
#access main .access .type .from p span {
  display: inline-block;
  color: #e9bd8d;
  padding: 0 22px 0 0;
  background: url(/img2/access/icon-right.png) no-repeat right center;
  background-size: 13px auto;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#access main .access .type .from p span.small {
  font-size: 24px;
}
#access main .access .type .from dl {
}
#access main .access .type .from dl dd {
  position: relative;
  display: block;
  margin: 0 0 34px;
  padding: 10px 20px;
  background: #f6e4d1;
  color: #232323;
  font-size: 14px;
  line-height: 1;
}
#access main .access .type .from dl dd:after {
  content: " ";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: -25px;
  left: 50%;
  margin: 0 0 0 -7px;
  background: url(/img2/access/icon-bottom.png) no-repeat center center;
  background-size: 14px 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: 30px 0;
}

/* --------------------------------------------------
 * contact
 */

#contact main .contact {
  margin: 100px 0 90px;
}
#contact main .contact .lead {
  margin: 0 0 30px 80px;
  font-size: 14px;
  line-height: 22px;
}
#contact main .contact .errors {
  width: 80%;
  margin: 0 auto 30px;
  padding: 10px;
  border: 5px solid #f5623f;
}
#contact main .contact .errors p {
  color: #f5623f;
}
#contact main .contact table {
  width: 930px;
  margin: 0 auto 60px;
  border-collapse: separate;
  border-spacing: 4px;
}
#contact main .contact table th {
  position: relative;
  width: 260px;
  background: #f6f6f6;
  text-align: left;
  line-height: 60px;
  padding: 8px 10px 8px 38px;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
}
#contact main .contact table .accept th {
  padding: 15px 10px 15px 38px;
  line-height: 26px;
}
#contact main .contact table .accept th p {
  font-size: 16px;
  line-height: 22px;
}
#contact main .contact table .accept th p a {
  color: #1d1d1d;
  text-decoration: underline;
}
#contact main .contact table .accept th p a:hover {
  text-decoration: none;
}
#contact main .contact table .accept th input {
  margin: 0 8px 0 0;
}

#contact main .contact table th:after {
  content: " ";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5623f;
}
#contact main .contact table .text th:after {
  content: " ";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6c9bf;
}
#contact main .contact table td {
  padding: 8px 9px;
  background: #f6f6f6;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}
#contact main .contact table td p {
  padding: 5px 10px;
  font-size: 16px;
}
#contact main .contact table td input {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}
#contact main .contact table td textarea {
  width: 640px;
  height: 180px;
  min-height: 180px;
  max-width: 640px;
  min-width: 640px;
  margin: 0;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}
#contact main .contact .btn {
  text-align: center;
}
#contact main .contact .btn input,
#contact main .contact .btn .back,
#contact main .contact .btn .top-back {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  background: none;
  border: 2px solid #f5623f;
  width: 200px;
  height: 62px;
  color: #f5623f;
  font-size: 16px;
  line-height: 60px;
  cursor: pointer;
  vertical-align: top;
}
#contact main .contact .btn .back {
  color: #a2a2a2;
  border: 2px solid #a2a2a2;
}

#contact main .contact h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 30px;
}

#contact main .contact .text1,
#contact main .contact .text2 {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 20px;
}

/* --------------------------------------------------
 * contact custom
 */
#contact main .contact.custom .title {
  margin-bottom: 40px;
  padding: 16px;
  background: #f5623f;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#contact main .contact.custom .detail {
  margin: 0 0 40px;
}

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

#contact main .contact.custom table {
  width: 100%;
}

#contact main .contact.custom table select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}
#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% - 5px);
  right: 20px;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #f5623f;
}

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

#contact main .contact.custom .attention .attention-title {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

#contact main .contact.custom .attention .attention-text p {
  font-size: 16px;
  line-height: 22px;
}

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

#contact main .contact.custom .btn input {
  background: #f5623f;
  border: 2px solid #f5623f;
  width: 200px;
  height: 62px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

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

#contact main .contact.custom .text1 {
  margin: 90px 0;
  text-align: center;
  line-height: 1.9;
}

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

#about main .main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(/img2/about/mainvisual.jpg) no-repeat;
  background-size: cover;
}

#about main .main-visual .title-texts {
  padding-top: 100px;
}

#about main .main-visual .title {
  margin: 0 0 4px;
  padding-left: 28px;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  background: url(/img2/about/mainvisual-icon.png) no-repeat 0 5px;
  background-size: 19px auto;
}

#about main .main-visual .copy {
  font-size: 14px;
  line-height: 22px;
}

#about main .about .body .box-wrap {
  background: #f9f4e9;
}

#about main .about .body .box1 {
  background: url(/img2/about/box1_bg1.png) no-repeat center 0;
}

#about main .about .body .box1 .inner {
  padding: 0 0 22px;
  background: url(/img2/about/box1_bg2.png) no-repeat center 0;
}

#about main .about .body .box1 .inner .box {
  text-align: center;
  width: 424px;
  margin: 0 auto 90px;
}
#about main .about .body .box1 .inner .box h4 {
  width: 424px;
  padding: 60px 0 0;
  margin: 0 auto 10px;
}
#about main .about .body .box1 .inner .box h4 img {
  width: 100%;
}
#about main .about .body .box1 .inner .box h5 {
  margin: 0 0 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  line-height: 1.2;
}
#about main .about .body .box1 .inner .box .sub {
  margin: 0 0 20px;
  color: #999999;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
#about main .about .body .box1 .inner .box .text {
  width: 320px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
}

#about main .about .body .box1 .inner .image {
  margin: 0 0 40px;
  height: 600px;
  background: url(/img2/about/box1_img3.jpg) no-repeat center 0;
}

#about main .about .body .box1 .inner .box-bottom {
  height: 150px;
  background: url(/img2/about/box1_bg3.png) no-repeat center 0;
}

#about main .about .body .box1 .inner .box-bottom p {
  padding: 48px 0 0 200px;
  height: 150px;
  background: url(/img2/about/box1_img2.png) no-repeat 40px 10px;
  background-size: 130px auto;
  color: #555555;
  font-size: 16px;
  line-height: 30px;
}

#about main .about .body .box1 .inner .box-bottom p span {
  margin: 0 2px;
  display: inline-block;
  background: #f0870f;
  color: #fff;
  line-height: 25px;
}

#about main .about .body .box2 {
  position: relative;
  width: 100%;
  height: 864px;
  background: url(/img2/about/box2_bg1.png) no-repeat center 0;
  background-size: cover;
}
#about main .about .body .box2 .inner {
  height: 864px;
}
#about main .about .body .box2 .inner .box {
  position: absolute;
  bottom: 60px;
  width: 424px;
  text-align: center;
}
#about main .about .body .box2 .inner .box h4 {
  width: 424px;
  padding: 48px 0 0;
  margin: 0 auto 10px;
}
#about main .about .body .box2 .inner .box h4 img {
  width: 100%;
}
#about main .about .body .box2 .inner .box h5 {
  margin: 0 0 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  line-height: 1.2;
}
#about main .about .body .box2 .inner .box .sub {
  margin: 0 0 20px;
  color: #999999;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
#about main .about .body .box2 .inner .box .text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 26px;
}

#about main .about .body .box3 {
  width: 100%;
  height: 800px;
  background: url(/img2/about/box3_bg1.jpg) no-repeat center 0;
  background-size: cover;
}
#about main .about .body .box3 .inner {
  position: relative;
  height: 750px;
  background: url(/img2/about/box3_bg2.jpg) no-repeat center 60px;
  background-size: cover;
}
#about main .about .body .box3 .inner .box {
  position: relative;
  top: 110px;
  width: 500px;
  margin: 0 auto 0;
  padding: 0 0 50px;
  background: #ffffff;
  text-align: center;
}
#about main .about .body .box3 .inner .box h4 {
  width: 424px;
  padding: 48px 0 0;
  margin: 0 auto 10px;
}
#about main .about .body .box3 .inner .box h4 img {
  width: 100%;
}
#about main .about .body .box3 .inner .box h5 {
  margin: 0 0 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  line-height: 1.2;
}
#about main .about .body .box3 .inner .box .sub {
  margin: 0 0 20px;
  color: #999999;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
#about main .about .body .box3 .inner .box .text {
  margin: 0 87px 0;
  font-size: 16px;
  line-height: 26px;
}
#about main .about .body .box3 .inner .box .btn-youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 30px auto 0;
  background: #f0870f;
  padding: 15px 10px;
}
#about main .about .body .box3 .inner .box .btn-youtube img {
  width: 100%;
}

#about main .about .body .box4 {
  width: 100%;
  height: 440px;
  background: url(/img2/about/box4_bg1.jpg) no-repeat center bottom #fbf4ea;
  background-size: cover;
}
#about main .about .body .box4 .inner {
  position: relative;
  padding: 67px 0 0;
}
#about main .about .body .box4 .inner h4 {
  margin: 0 0 10px;
  width: 428px;
}
#about main .about .body .box4 .inner h4 img {
  width: 100%;
}
#about main .about .body .box4 .inner p {
  width: 430px;
  font-size: 16px;
  line-height: 32px;
}
#about main .about .body .box4 .inner p span {
  background: #f5bd7c;
}

#about main .about .body .box5 {
  margin: 0 0 30px;
  width: 100%;
  height: 520px;
  background: url(/img2/about/box5_bg1.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
}
#about main .about .body .box5 .inner {
  position: relative;
  padding: 78px 0 0;
}
#about main .about .body .box5 .inner:after {
  content: " ";
  position: absolute;
  top: 78px;
  left: 100px;
  display: block;
  width: 189px;
  height: 95px;
  background: url(/img2/about/box5_img1.png) no-repeat 0 0;
}
#about main .about .body .box5 .inner:before {
  content: " ";
  position: absolute;
  top: 139px;
  left: 50%;
  display: block;
  width: 143px;
  height: 30px;
  margin: 0 0 0 -71px;
  background: url(/img2/about/box5_img2.png) no-repeat 0 0;
}
#about main .about .body .box5 .inner h4 {
  padding: 112px 0 0;
  margin: 0 0 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 44px;
  line-height: 1;
}
#about main .about .body .box5 .inner p {
  font-size: 16px;
  line-height: 30px;
}

#about main .about .body .box6 {
  margin: 0 0 30px;
  width: 100%;
  height: 520px;
  background: url(/img2/about/box6_bg1.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
}
#about main .about .body .box6 .inner {
  position: relative;
  padding: 78px 0 0;
}
#about main .about .body .box6 .inner:after {
  content: " ";
  position: absolute;
  top: 78px;
  left: 100px;
  display: block;
  width: 189px;
  height: 95px;
  background: url(/img2/about/box6_img1.png) no-repeat 0 0;
}
#about main .about .body .box6 .inner:before {
  content: " ";
  position: absolute;
  top: 139px;
  left: 50%;
  display: block;
  width: 143px;
  height: 30px;
  margin: 0 0 0 -71px;
  background: url(/img2/about/box6_img2.png) no-repeat 0 0;
}
#about main .about .body .box6 .inner h4 {
  padding: 112px 0 0;
  margin: 0 0 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 44px;
  line-height: 1;
}
#about main .about .body .box6 .inner p {
  font-size: 16px;
  line-height: 30px;
}

#page404 main .page404 .body p {
  padding: 80px 0;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 790px;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}
