@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#outdoor2023 * {
    font-family:'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';letter-spacing: 0.04em;
    margin: 0;
    padding:0;
    
}

#outdoor2023{
    max-width: 1300px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding:0;
    letter-spacing: 1px;
    background: #182529;
    }



#outdoor2023 .pc_none{
    display: none !important;
    }
    
#outdoor2023 img{
    width: 100%
    }
#outdoor2023 a{
	color:#000;
	text-decoration:none;
	display:block;
}
#outdoor2023 a:hover{
	opacity: 0.8;
}

#outdoor2023 h2 , #outdoor2023 ul , #outdoor2023 dd{
	margin: 0;
    padding:0;
}
/*-----------------------------------------------*/
/*インナー*/
/*-----------------------------------------------*/
#outdoor2023 .inner{
	max-width:1000px;
	margin: 0 auto;
}

#outdoor2023 section:nth-child(odd){
	background:#010e145e;
}
#outdoor2023 section:nth-child(even){
	background:#1a392e5e;
}

/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#outdoor2023 h3{
	color:#cdc096;
	font-size: 40px;
	margin:0 0 50px 0;
}

#outdoor2023 .title_txt{
	color: #fff;
    font-size: 17px;
    line-height: 1.7em;
    margin: 40px 0;
    
}

/*-----------------------------------------------*/
/*スライダー*/
/*-----------------------------------------------*/

#outdoor2023 .swiper-container,
#outdoor2023 .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#outdoor2023 > .swiper-container { overflow: visible ; max-width: 900px;position: relative;}
#outdoor2023 > .swiper-container > .swiper-wrapper { overflow: hidden; }
#outdoor2023 >.swiper-containerr > .swiper-wrapper > .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
}

/*商品内容*/

#outdoor2023 .inner > .swiper-container .swiper-wrapper  .swiper-slide  > a > div{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff0f;
}
#outdoor2023 .inner > .swiper-container .swiper-wrapper  .swiper-slide  > a > div div.item{
    width: 60%;
}
#outdoor2023 .inner > .swiper-container .swiper-wrapper  dl{
    
    width: 40%;
}
#outdoor2023 .inner > .swiper-container .swiper-wrapper  dl dt.item_name{
    color: #cdc096;
    font-size: 23px;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 9px;
    line-height: 1.2em;
    font-weight: 700;
}
#outdoor2023 .inner > .swiper-container .swiper-wrapper  dl dd.item_txt{
    color: #fff;
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.4em;
}
#outdoor2023 .inner > .swiper-container .swiper-wrapper  dl dd.item_btn{
    color: #0f1c21;
    background: #cdc096;
    width: 70%;
    margin: 10px auto;
    padding: 5px 0;
    border: 2px solid #cdc096;
    position: relative;
}

#outdoor2023 .inner > .swiper-container .swiper-wrapper dl dd.item_btn::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #0f1c21;
    border-right: solid 2px #0f1c21;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -2px;
    transform: rotate(45deg);
}


/*hover*/
#outdoor2023 .inner > .swiper-container .swiper-wrapper a:hover dl dd.item_btn {
    color: #cdc096;
    background:none;
    border: 2px solid #cdc096;
}

#outdoor2023 .inner > .swiper-container .swiper-wrapper  a:hover dd.item_btn::after {
    border-top: solid 2px #cdc096;
    border-right: solid 2px #cdc096;
    right: 8%;
}


#outdoor2023 .swiper-button-prev { background-image:none; }
#outdoor2023 .swiper-button-next { background-image:none;}

#outdoor2023 .swiper-pagination {
    text-align: center;
    
}
#outdoor2023 .swiper-button-prev::after{
   transform: rotate(230deg);
}
#outdoor2023 .swiper-button-next::after{
   transform: rotate(45deg);
   right:13px;
}

#outdoor2023 .swiper-button-prev::after,
#outdoor2023 .swiper-button-next::after{
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: 45%;
    position: absolute;
    
}



#outdoor2023 .swiper-pagination-bullet { background-color: #ffffff; border-radius: 60px;width: 9px; height: 9px;    margin: 2px;}
#outdoor2023 .swiper-pagination-bullet-active { background-color: #3b7978; }




/*-----------------------------------------------*/
/*2カラム*/
/*-----------------------------------------------*/

#outdoor2023 .inner ul.col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#outdoor2023 .inner ul.col_2 > li {
    width: calc((100% - 25px )/ 2);
    margin-bottom:50px;
}
#outdoor2023 .inner ul.col_2 > li a{
    padding-bottom:20px;
}

#outdoor2023 .inner ul.col_2 > li dl dt.item_name{
    color: #cdc096;
    font-size: 20px;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 9px;
    line-height: 1.2em;
    font-weight: 700;
    margin-top:20px;
}
#outdoor2023 .inner ul.col_2 > li dl dd.item_txt{
    color: #fff;
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.4em;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#outdoor2023 .inner ul.col_2 > li dl dd.item_btn{
    color: #0f1c21;
    background: #cdc096;
    width: 50%;
    margin: 10px auto;
    padding: 5px 0;
    border: 2px solid #cdc096;
    position: relative;
    
}

#outdoor2023 .inner ul.col_2 > li dl dd.item_btn::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #0f1c21;
    border-right: solid 2px #0f1c21;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -2px;
    transform: rotate(45deg);
}


/*hover*/
#outdoor2023 .inner ul.col_2 > li a:hover dl dd.item_btn {
    color: #cdc096;
    background:none;
    border: 2px solid #cdc096;
}

#outdoor2023 .inner ul.col_2 > li  a:hover dd.item_btn::after {
    border-top: solid 2px #cdc096;
    border-right: solid 2px #cdc096;
    right: 8%;
}


/*-----------------------------------------------*/
/*目玉アイテム*/
/*-----------------------------------------------*/

#outdoor2023 .medama {
   max-width:1000px;
   margin: 0 auto;
   padding-bottom: 5%;
}

#outdoor2023 .medama .sub_ti{
    font-size: 33px;
    color: #cdc096;
    font-weight: 600;
}

#outdoor2023 .medama .sub_ti span{
    font-size: 24px;
}

#outdoor2023 .medama .sub_ti_s{
    font-size: 25px;
    color: #fff;
    background:#bc3939;
    border-radius: 60px;
    width: 65%;
    margin: 0 auto 2% auto;
}

#outdoor2023 .medama .sub_ti_s span{
   font-size:38px;
   font-family: 'Lato';
}

#outdoor2023 .medama .com{
    font-size: 15px;
    color: #ffffffd1;
    margin-top: 10px;
    font-weight: normal !important;
    letter-spacing: 2px;
}

#outdoor2023 .medama  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#outdoor2023 .medama  ul > li {
    width: calc((100% - 25px )/ 4);
}
#outdoor2023 .medama ul > li a{
    padding-bottom:10px;
    background: #cdc096;
}

#outdoor2023 .medama  ul > li dl dt.item_name{
    color: #182529;
    font-size: 15px;
    display: flex;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}
#outdoor2023 .medama  ul > li dl dd.item_txt{
    color: #fff;
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.4em;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#outdoor2023 .medama  ul > li dl dd.point{
    color: #fff;
    background: #bc3939;
    width: 85%;
    margin: 10px auto;
    padding: 2px 0;
    border-radius: 60px;
    font-size: 19px;
   
}

#outdoor2023 .medama  ul > li dl dd.item_btn{
    color: #cdc096;
    background: #182529;
    width: 85%;
    margin: 10px auto;
    padding: 5px 0;
    border: 2px solid #cdc096;
    position: relative;
   
}

#outdoor2023 .medama  ul > li dl dd.item_btn::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #cdc096;
    border-right: solid 2px #cdc096;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -2px;
    transform: rotate(45deg);
    transition: all 0.3s;
}

/*hover*/
#outdoor2023 .medama  ul > li  a:hover dd.item_btn::after {
    border-top: solid 2px #cdc096;
    border-right: solid 2px #cdc096;
    right: 8%;
}

#outdoor2023 .medama .item_price li.price {
	color: #182529;
	font-size: 26px;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	letter-spacing: 1px;

}
#outdoor2023 .medama .item_price li.intax  {
	font-size: 11px;
	color:#182529;
	background: none;
	margin: 0 !important;

}



/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/

#outdoor2023 .item_price .buy_price {
    display: inline-block;
}

#outdoor2023 .item_price .buy_price li{
	display: inline;
 }
#outdoor2023 .item_price li.motoprice,
#outdoor2023 span.spesicalprice {
	display: none;
}

#outdoor2023 .item_price li.price {
	color: #fff;
	font-size: 26px;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	letter-spacing: 1px;

}
#outdoor2023 .item_price li.intax  {
	font-size: 11px;
	color:#fff;
	background: none;
	margin: 0 !important;

}

/*-----------------------------------------------*/
/*ウェアが必要*/
/*-----------------------------------------------*/
#outdoor2023 .comment , #outdoor2023 .listbox {
    padding: 50px 0 ;
    margin:0 auto;
    
    
}
/*枠*/
#outdoor2023 .comment {
    background: #d8d4caf5;
    background-image: radial-gradient(#ffffff12 30%, transparent 30%);
    background-size: 3px 3px;
}
#outdoor2023 .listbox {
    background: #2b4153;background-image: radial-gradient(#ffffff12 30%, transparent 30%);
    background-size: 3px 3px;
}
/*見出し*/
#outdoor2023 .comment > h4 , #outdoor2023 .listbox h4 {
    color: #182529;
    position: relative;
    margin-bottom: 60px;
    font-size:35px;
}
#outdoor2023 .comment > h4 {
    color: #182529;
}#outdoor2023 .listbox > h4 {
    color: #fff;
}
#outdoor2023 .comment > h4::before , #outdoor2023 .listbox > h4::before {
	content: "";
    position: absolute;
    bottom: -68%;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid;
    width: 3%;
}
#outdoor2023 .comment > h4::before {
    border: 2px solid #182529;
}
#outdoor2023 .listbox h4::before {
    border: 2px solid #fff;
}
/*機能｜説明テキスト*/
#outdoor2023 .comment > p{
    font-size: 16px;
    line-height: 1.6em;
    color: #182529;
    margin: 0;
    font-weight: 700;
}
/*リスト*/
#outdoor2023 .listbox ul{
    width:900px;
    margin:0 auto;
    display: flex;
    color: #fff;
    
}
#outdoor2023 .listbox ul li{
    margin:10px;

}
#outdoor2023 .listbox ul li > span{/*番号*/
    font-size: 40px;
    display: inline-block;
    font-family: fantasy;
    margin-right: 6px;
    
}
#outdoor2023 .listbox ul li > h5 {/*機能名*/
    font-size: 25px;
    display: inline-block;
}
#outdoor2023 .listbox ul li > .listimg{/*画像*/
    margin-top: 10px;
}
#outdoor2023 .listbox > .list_txt{
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
}
#outdoor2023 .listbox > .list_txt b{
    color:#d4d091;
    font-size: 23px;
}
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/

#outdoor2023 .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
	opacity: 0.8;
	
}
#outdoor2023 .pagetop a {
  	display: table;
	width: 75px;
	height: 75px;
	
	
}
#outdoor2023 .pagetop a span {
	display: table-cell;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	background-color: #605e35;
	border-radius: 80px;
    line-height: 1.3em;
	
}
#outdoor2023 .pagetop a:hover span {
	background-color: #637547;
	transform: translateY(-2px);
}
/*-----------------------------------------------*/
/*リンク要素へのアニメーション*/
/*-----------------------------------------------*/
#outdoor2023 * ,
#outdoor2023 * a:active,
#outdoor2023 * a img,
#outdoor2023 * a:active img,
#outdoor2023 * a::before,
#outdoor2023 * a:active::before,
#outdoor2023 * a::after,
#outdoor2023 * a:active::after {
    transition: all 0.3s;
}

/*240710追加*/
#outdoor2023 .cooler_box_area {
    margin: 5% 0;
}

#outdoor2023 .inner_dedail {
    color: #cdc096;
    font-size: 30px;
    margin: 0 0 3%;
}

#outdoor2023 .btn-black {
    margin: 0 9em;
    display: flex;
    gap: 1em;
}

#outdoor2023 .btn-black a {
    width: 600px;
    margin: 0% auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    border-radius: 50px;
    color: #0f1c21;
    font-size: 20px;
    font-weight: bold;
    background-color: #cdc096;
    /* border: solid 2px #000000; */
    transition: 0.2s;
}

#outdoor2023 .btn-black a::after {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: 'Material Icons';
    content: "\e5cc";
}

#outdoor2023 .banner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#outdoor2023 .banner ul h3 {
    font-size: 35px;
}

#outdoor2023 .bonus {
    width: 1000px;
    margin: 0 auto;
    padding-top: 3%;
}