@charset "utf-8";
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    font-size: 62.5%;
    height: 100%;
}
body {
    font-size: 1.5rem;
    font-family:　"Helvetica Neue", Arial, "ryo-gothic-plusn", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
    line-height: 1.6em;
    color: #333;
    background: #FFF;
    margin: 0;
    padding: 0;
    font-feature-settings: "palt";
    font-weight: 300;
}
body.active {
    height: 100%;
    overflow: hidden;
}
a,
a:link,
a:visited {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #008DB7;
    opacity: 0.6;
}
img {
    max-width: 100%;
    vertical-align: top;
}
ol.decimal {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: decimal;
}
ol.decimal li {
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 3px;
}
ol.li-maru {
    counter-reset: num;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
ol.li-maru li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
ol.li-maru li::before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    background: #555;
    color: #FFF;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    top: 3px;
}
ul {
    list-style: none !important;
}
ul.list-desc {
    list-style: disc !important;
    padding: 0 0 0 18px;
    margin-bottom: 10px;
}
ul.list-desc li {
    margin: 4px 0;
    text-align: left !important;
}
.flex {
    list-style: disc;
    display: flex;
    justify-content: space-between;
}
.border-line {
    border: solid 1px #ccc;
    padding: 20px !important;
}
ul.border-line {
    border: solid 1px #ccc;
    padding: 20px 20px 20px 40px !important;
}
dl.border-line {
    margin-top: 15px;
}
dl.border-line dt {
    font-weight: 700;
    font-size: 120%;
}
/*-----------------------------*/
/* header
/*-----------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: rgba(34,34,34,1);
    display:block; 
    height: 80px;
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    height: 80px;
}
body#home #header{
    background-color: rgba(34,34,34,0);
}
#header #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 150px;
}
body#home #logo {
    width: 280px;
    padding: 60px 0 0;
}
#header #h-nav {
    display: flex;
    justify-content: flex-end;
}
#header #h-nav li {
    margin-left: 30px;
}
#header #h-nav li a {
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    display: block;
    padding-left: 25px;
}
#header #h-nav li.catalogue a {
    background: url('../images/common/icon-catalogue.svg') no-repeat left center;
    background-size: auto 15px;
}
#header #h-nav li.onlineshop a {
    background: url('../images/common/icon-f-cart.svg') no-repeat left center;
    background-size: auto 17px;
}
#header #link-onlineshop {
    display: none;
}
#header #jp-site {
	padding-right: 10px;
}
#header #jp-site a {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.05em;
	font-family: 'erbaum', sans-serif;
}
#header #jp-site a img {
    width: 18px;
    margin-right: 10px;
}
body#home #header #link-onlineshop {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
}
body#home #header #link-onlineshop a {
    display: block;
    text-align: center;
    color: #FFF;
    background: url('../images/common/icon-cart.svg') no-repeat center top;
    background-size: 65px auto;
    padding: 66px 0 0;
}
body#home #header #link-onlineshop a {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.08em;
    transform: scale(0.8);
}
body#home #header #h-nav {
    display: none;
}

.header__logo__link {
    font-size: 1.25em;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}
.header__trigger {
    position: relative;
    width: 45px;
    height: 38px;
    border: none;
    z-index: 9999; /* メニューを開いている時もクリックできるよう設定 */
    cursor: pointer;
}
.header__trigger div {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    height: 48%;
}
.header__trigger p {
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0.5em;
    margin: 0 0 4px;
    line-height: 1em;
    color: #FFF;
    text-align: center !important;
    font-family: 'erbaum', sans-serif;
}
.header__trigger span {
    display: block;
    position: absolute;
    left: 50%;
    height: 2px;
    background-color: #FFF;
    transform: translateX(-50%);
    border-radius: 2px;
}
.header__trigger span:nth-child(1) {
    top: 17px;
    width: 100%;
}
.header__trigger span:nth-child(2) {
    background: none;
    width: 13px;
    height: 13px;
    transform: translateX(70%);
    top: 22px;
}
.header__trigger span:nth-child(3) {
    width: 60%;
    bottom: 10px;
    transform: translateX(-84%);
}
/* ハンバーガーボタンがクリックされた後、中の線デザイン */
.header__trigger.active span:nth-child(1) {
    transform: translate(-50%, 9px) rotate(-20deg);
    transition: transform 0.3s ease;
}
.header__trigger.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.header__trigger.active span:nth-child(3) {
    transform: translate(-50%, -1px) rotate(20deg);
    transition: transform 0.3s ease;
    width: 100%;
}
.global-nav {
    position: fixed;
    top: 0;
    right: 100%;
    width: 540px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    padding: 80px 30px 0;
    transition: all 0.3s ease;
    overflow: scroll;
    font-family: 'erbaum', sans-serif;
}
.global-nav.active {
    right: calc(100% - 540px);
}
.global-nav .ac {
    width: 100%;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.global-nav .ac dt {
	border-bottom:solid 1px #333;
	height: 42px;
	line-height: 42px;
}
.global-nav .ac a {
    display: block;
    text-decoration: none;
    color: #FFF;
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.global-nav .ac-parent {
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.global-nav .ac-parent:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    /*横線*/
    width: 12px;
    height: 2px;
    background: #999;
}
.global-nav .ac-parent:after {
    content: "";
    position: absolute;
    top: 50%;
    /* 8px+12px-1px(幅2pxの半分) */
    right: 13px;
    transform: translateY(-50%);
    transition: all 0.3s;
    /*縦線*/
    width: 2px;
    height: 12px;
    background: #999;
}
.global-nav .ac-parent.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}
.global-nav .ac-child {
    background: #222;
}
.global-nav .ac-child dt {
    padding-left: 25px;
}
.global-nav .ac-child__item {
    position: relative;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.global-nav .ac-child__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    transform: translateY(-50%);
    transform: rotate(135deg);
    transition: all 0.3s;
}
.global-nav .ac-child__description {
    padding: 1em;
}
.global-nav .ac-child__description ul{
	margin: 0 0 0 10px;
	width: calc(100% - 15px) !important;
}
.global-nav .ac-child__description ul li {
	padding: 0 0 0 20px;
	position: relative;
	height: 42px;
	line-height: 42px;
}
.global-nav .ac-child__description ul li:before {
  position: absolute;
  top:18px;
  left: 0;
  width: 10px;
  height: 2px;
  content: '';
  background: #666;
}
.global-nav .ac-child__description ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
}
.global-nav .ac-child__description ul li a strong {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-weight: 700;
    display: none;
    font-size: 15px;
    color: #FA8072;
}
.global-nav .ac-child__description ul li a:hover {
	opacity: 1 !important;
}
.global-nav .ac-child__description ul li a:hover span {
    display: none !important;
}
.global-nav .ac-child__description ul li a:hover strong {
    display: block;
}


/*-----------------------------*/
/* footer
/*-----------------------------*/
footer {
    width: 100%;
    background: #222222;
    text-align: center;
}
#footer-inner {
    width: 86%;
    max-width: 800px;
    text-align: left;
    margin: 0 auto;
    padding: 35px 0 0;
    display: flex;
    justify-content: flex-end;
    font-family: 'erbaum', sans-serif;
}
.f-cont {
    width: auto;
    font-weight: 500;
}
.f-cont .f-cont-inner {
	display: flex;
	justify-content: flex-end;
}
.f-cont .f-cont-inner ul:last-child {
    margin-right: 0;
}
.f-cont h3 {
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
}
.f-cont:first-child {
	text-align: center;
	width: 70%;
}
.f-cont ul.f-nav {
	display: flex;
	justify-content: center;
}
.f-cont ul.f-nav li {
	position: relative;
	display: flex;
	align-items: center;
}
.f-cont ul.f-nav li:before {
	content: '/';
	padding: 0 10px;
	color: #FFF;
}
.f-cont ul.f-nav li:first-child:before {
	display: none;
}
.f-cont ul.f-nav li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    color: #FFF;
}
.f-cont ul.snslink {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-cont ul.snslink li {
		width: 22px !important;
}
.f-cont ul.snslink li:nth-child(2) {
    margin: 0 25px;
    
}
.update-date {
	width: 97%;
	margin: 0 auto 15px;
	text-align: right;
  color: #666;
  font-family: 'erbaum', sans-serif;
  font-weight: 400;
  font-size: 10px;
}
.copyright {
    background: #333;
}
.copyright p {
    text-align: center;
    color: #999;
    font-weight: 400;
    font-size: 10px;
}
/*-----------------------------*/
/* パンくず
/*-----------------------------*/
#breadcrumb {
	display: none;
}
#breadcrumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 0 10px;
    max-width: 1200px;
    margin: 5px auto;
}
#breadcrumb ul li {
    margin: 0 5px 0 0;
    padding: 0 20px 0 0;
    color: #666;
}
#breadcrumb ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #666;
}
#breadcrumb ul li a:hover {
    text-decoration: underline;
}
#breadcrumb ul li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#breadcrumb ul li:last-child a::after {
    content: none;
}
#breadcrumb ul li strong {
    font-weight: 400;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;
    background-color:#333;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}
#pagetop a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
	align-items: center;
	color: #CCC;
	text-decoration: none;
    font-weight: 700;
    font-size: 10px;
    position: relative;
    padding-top: 34px;
    padding-left: 2px;
    line-height: 1em;
    letter-spacing: 0.2em;
}
#pagetop a:before {
  content: '';
  width:12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #CCC;
  border-right: solid 3px #CCC;
  position: absolute;
  top: 28%;
  left: 40%;
  transform: rotate(-45deg);
}

/*
#WaterCarry, #Bottle, #AlcBottle, #ideMouthBottle, #amp-mat2, #fp-mat, #trail-mat, #camp-mat, #camp-mat2, #ev-mat,
#alcohol-stove, #triveti, #windshield, #stoveset, #bluenote-stove, #T0-3triveTi,#vesuv, #Crampon, #crampon, #titaniumDeepPot, #TiULPot,
#titaniumDeepPot, #TiSOLOpotNH, #TiMugpot, #TiPastaPot, #TiULPot, #TitaniumCup, #MugCup, #Sake, #Teapot, #Ceramic, #Case, #FlameproofSil,
#Knife, #Plank, #TSUCAM, #Cutlery, #CookerCleaner, #WideMouthBottle,#EBY017,#EBY014,#EBY015,#EBY012,#SnowPlak,#carrybone, #CarryBone, #GreyBone,
#HDALUPan, #Handlle, #ULAluPan, #Marble, #Round, #stoveset, #MiniCup, #Lid, #FryingPanCase, #ULAluPot, #Takibi, #HookChain, #OKUDAKE, #Cooker, #LargePot,#OKUDAKEgotoku, #Handlle, #TiHookChain, #OKUDAKEgotoku, #Plank,
#Tsucam, #Case,#NPCookerCase, #Table, #Trinitypouch, #Umbrella, #insect-repellent, #OtherAccessory, #StickAccessory, #Tenugui,#Umbrella, #EBY530531, #EBY532, #EBY696,#EBY017,#EBY012, #EBY014, #EBY015,#item-carrybone, #Ti400NH, #Ti400FDCup ,#Ti570FDCup, #TiStoragepot, #ECA621, #EBY216, #EBY260,#Takibi, #HookChain, #OtherCace, #EBY642,#EBY660,#EBY661,#ECA622, #EBY690691,#EBY711712,#EBY167,#EBY168,#EBY656,#ECA626,#EBY726,#EBY723,#EBY655,#EBY645 {
  padding-top: 80px;
  margin-top:-80px;
}
*/
.box-caution {
	background: #ffebeb;
	padding: 25px;
	margin: 15px 0;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
animation-delay: 0.5s;
}
.fadeUp2 {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
animation-delay: 1s;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUpTrigger{
    opacity: 0;
}
.fadeUpTrigger2{
    opacity: 0;
}

.moreview {
	margin: 15px 0;
	border:solid 1px #333;
	display: inline-block;
	border-radius: 25px;
   position: relative;
}
.moreview a {
  padding: 0 20px 0 30px !important;
  display: block;
  padding-left: 12px;
  color: #222 !important;
  text-decoration: none;
  border-radius: 25px;
}
.moreview:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.table-area,
.table-shop {
	width: 100%;
	margin: 30px auto;
}
.table-area table,
.table-shop table {
	width: 100%;
	border-collapse: collapse;
}
.table-area table td,
.table-area table th {
	border:solid 1px #999;
	font-size: 12px;
	padding: 0 0.6em;
	color: #222;
}
.table-area table .itemID,
.table-area table .itemName {
	text-align: left;
}
.table-area table thead {
	border-bottom: double 4px #333;
	background: #efefef;
	font-weight: 700;
	line-height: 1.2em;
}
.table-area table .trBG {
	background: #f6f6f6;
}
.scroll-txt {
	margin: 10px 0 0;
	padding-left: 35px;
	background: url(../images/common/icon-scroll.svg) no-repeat left center;
	background-size: 25px auto;
}

.table-shop {
	margin-bottom: 60px;
}
.table-shop table {
table-layout: fixed;
}
.table-shop table td,
.table-shop table th {
	border-bottom:solid 1px #ccc;
	font-size: 12px;
	padding: 0.6em;
	color: #222;
	text-align: left;
	line-height: 1.3em;
}
.table-shop table td a {
	display: block;
	width: 100%;
	color: #222;
	word-wrap: break-word;
	font-size: 11px;
}
.table-shop table td a:hover {
	display: block;
	width: 100%;
	color:#0071bc; 
}
.table-shop table td a:visited {
	display: block;
	width: 100%;
	color:#0071bc; 
}
.table-shop table td:first-child {
	padding-right: 60px;
	font-weight: 400;
}
.table-shop h2 {
	font-size: 32px;
	text-align: left;
	color: #222;
	padding: 0 0 10px;
	border-bottom:double 4px #555;
}
.table-shop h3 {
	padding: 0 0 10px;
	text-align: left;
	border-bottom:dotted 1px #333;
	margin: 40px 0 10px;
	color: #444;
}
.fb {
    font-weight: bold !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.f-large {
    font-size: 120% !important;
}
.f-small {
    font-size: 85% !important;
}
.cl-red {
    color: #e10000 !important;
}
.cl-skyblue {
    color: #0078ff !important;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}