@charset "Shift_JIS";


/*===========================
CSS
=============================*/
#apparel_outdoorwear a{text-decoration:none;}
/*#apparel_outdoorwear img{width:100%;}*/
#apparel_outdoorwear .pc_none{display:none !important;}
#apparel_outdoorwear {margin: 0 auto 50px; width:900px;}

/*===========================
文字
=============================*/



/*===========================
全体
=============================*/



/*===========================
ナビ
=============================*/
.outdoor_navi {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.outdoor_navi li{
    width: calc(54%/2);
    margin: 7% 1% 5% 2%;
    position: relative;
    transition: 0.2s;
}
.outdoor_navi li .navi_text {
    display: flex;
    position: absolute;
    top: 15%;
    left: 13%;
    text-align: center;
    color: #1c2d58;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    align-items: center;
}

/*===========================
ノートページ
=============================*/
#notepage{
    z-index: -50;
    background-image: url(/IMAGE/apparel_outdoorwear/note.jpg);
    background-size: 95%;
    background-repeat: none;
    padding: 5%;
}
.notepage h1.note{
    z-index: 2;
    font-size: 26px;
    font-weight: 600;
    display: flex;
	position: absolute;
    border-left:18px solid #5dadbd;
    padding:2px 8px;
    margin-left: 4.6%;
    background-color: #FFF;
    box-shadow: 2px 2px 5px 0px rgba(0, 61, 97, 0.2);
}
.notepage h1.note_title{
    z-index: 2;
    font-size: 26px;
    font-weight: 600;
    display: flex;
	position: absolute;
    padding:2px 8px;
    margin-left: 5.6%;
}
.notepage p{
    font-size: 15px;
    font-weight: 200;
    position: relative;
    top: 50px;
    left: 14%;
    color: #4b4b4b;
    line-height: 31px;
}
.notepage .note_text{
    margin-top: 1%;
}
.notepage .note_text p{
    line-height: 26px;
}
.notepage p span{
    line-height: 50px;
    color: #FFF;
    background-color: #5dadbd;
    font-weight: 400;
    mix-blend-mode: multiply;
    padding: 0.2% 1%;
    font-size: 17px;
}
.pic1 img{
    position: relative;
    top: -8.5em;
    left: 46%;
    width: 48%;
}
.pic2 img{
    position: relative;
    top: -22em;
    left: 12%;
    width: 39%;
}
.pic3 img{
    position: relative;
    top: -9.5em;
    left: 36%;
    width: 56%;
}
.pic4 img{
    position: relative;
    top: -2em;
    left: -10%;
    width: 118%;
}
.note_title_pic img{
    position: relative;
    top: 3.5em;
    left: 10%;
    width: 60%;
}
.note_layout_1 {
    margin-bottom: -17em;
}
.note_layout_2 {
    margin-bottom: -8em;
}
.note_layout_3 {
    margin-bottom: -8em;
}



/*===========================
3つのポイント
=============================*/
#point{
    margin-top:10%;
}
#point h1{
    letter-spacing: 0.13em;
    text-align: center;
    z-index: 2;
    font-size: 22px;
    font-weight: 300;
    padding:0.7% 0 1% 0;
    margin: 0 20%;
    background-color: #28365f;
    color: #FFF;
}

.point h1 span{
    line-height: 50px;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
}
.point_title{
    text-align: center;
}
.title_p img{
    width: 26%;
    margin: 3% auto;
}
.point_n img{
    position: relative;
    top: -4.3em;
    left: -10.5%;
    width: 28px;
}


/*===========================
タブ
=============================*/

.tab-group{
    display: flex;
    margin: 12% 16% 0;
}

.apparel_tab {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 5%;
  }

  
.icon-group{
    z-index: -2;
    position: absolute;
    display: flex;
    margin: -5% 0 0% 0;
    background-color: #fff;
    border: #28365f solid 1px;
    padding: 3% 0 3% 0;
    width: 898px;
    align-items: center;
    justify-content: center;
}
.icon-group li img{
    width: 71%;
    margin: 8% 14%;
}


  /*--- タブメニュー ----------------------------------------*/

.tab_class {
    margin-top: 10%;
}

.tab_button {
    display: flex;
    align-items: flex-end; /* メニューを下揃え&高さを調整 */
    justify-content: center;
    padding: 0;
    margin: 0;
}

.tab_group {
    position: relative;
    z-index: 1;
}
.tab-group li::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
}
.apparel_tab {
    color: #ffffff;
    font-size: 20px;
    list-style: none;
    width: 27%;
    padding: 6.5% 1% 1% 1%; /* メニューに高さを付ける */
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}
.apparel_tab img{
    width: 22%;
    display: flex;
    margin: -22% 0 3% 0;
}
 .apparel_tab:hover {
    opacity: 80%;
}
.apparel_tab:nth-child(1) {
    background-color: #ed5b00;
}
.apparel_tab:nth-child(2) {
    background-color: #5dadbd;
}
.apparel_tab:nth-child(3) {
    background-color: #b8d218;
}

  /* is-activeがついている時のスタイル */
.apparel_tab.is-active {
    transform: translate(0, -45%);
    opacity: 80%;
    transition: all .4s;
}
.tab_panel {
    width: 100%;
}
   
.apparel_panel {
     min-height: 575px; /* テキスト量が多くなっても対応できるように */
     padding: 10px 30px;
     margin-top: -5%;
     z-index: 5;
}
   
.apparel_panel {
     background-color: #f4f4f4;
     border: #28365f solid 1px;
     display: none;
     overflow: hidden;
}

/* is-showがついている時のスタイル */
.apparel_panel.is-show {
    display: block;
    /*position: absolute;
    margin: -39px 0 0 0;*/
    width: 838px;
    clip-path: inset(-1px -1px 0px 0px round 0px)
}


  /*--- パネル中身 ----------------------------------------*/

.attention {
    text-align: center;
    color: #999;
}

.attention span{
    /*color:#ed5b00;*/
    color: #666;
    font-weight: 200;
    }
    

.video {
    margin: 9% -15% 0 15%;
}
.video img{
    width: 70%;
}
.apparel_panel .pic_1 {
    margin: 9% -6% 0 5%;
}
.apparel_panel .pic_1 img{
    width: 45%;
}
.apparel_panel .pic_2{
    position: absolute;
    margin: -22.5% 0 0 34%;
    z-index: 2;
}
.apparel_panel .pic_2 img{
    width: 75%;

}
.apparel_panel .num img{
    width: 5%;
    position: absolute;
    margin: 0.5% 0 0 7%;
}
.panel-text{
    font-style: italic;
    font-size: 29px;
    color: #fff;
    font-weight: 400;
    margin: 7% 0% -9% 29%;
}


.panel_text_1,
.panel_text_2 {
    padding: 2% 0% 10% 16%;
}
.panel_text_1 h2 ,
.panel_text_2 h2 {
    font-size: 25px;
    font-weight: 700;
}
.panel_text_1 h2 .orange{
    color: #ed5b00;
    font-weight: 400;
}
.panel_text_1 h2 .sky{
    color: #049ab5;
    font-weight: 400;
}
.panel_text_1 p,
.panel_text_2 p  {
    font-size: 15px;
    font-weight: 200;
    color: #4b4b4b;
    line-height: 31px;
}

.panel_text_2 h2,
.panel_text_2 p  {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.panel_text_2 h2{
    font-size: 26px;
    margin: 0 10% 0 83%;
    transform: rotate(-4deg);
    line-height: 33px;
}

.panel_text_2 p  {
    letter-spacing: -0.32em;
    font-size: 16px;
}

.panel_text_2{
    display: flex;
    position: absolute;
    flex-direction: row-reverse;
    margin: -22% 0 0 9%;
}
.panel_text_2 li{
    width: calc(100%/2);
}

.design_1 {
    border: #262626 solid 0.5px;
    padding: 6px 6px;
    position: absolute;
    border-bottom: none;
    border-left: none;
    margin: 0 0 0 27%;
}

.panel-text_square {
    background-color: #262626;
    transform: rotate(-4deg);
    height: 56px;
    position: absolute;
    margin: 1.2% 0 0 5%;
    z-index: -2;
    width: 386px;
}
.panel_text_square_01 {
    background-color: #fff;
    border: #262626 solid 0.5px;
    transform: rotate(-4deg);
    height: 456px;
    position: absolute;
    margin: -21% 0 0 -13%;
    z-index: -2;
    width: 900px;
}
.panel_text_square_02 {
    background-color: #fff;
    border: #262626 solid 0.5px;
    transform: rotate(-4deg);
    height: 447px;
    position: absolute;
    margin: -21% 0 0 -6%;
    z-index: -2;
    width: 900px;
}

.panel_text_square_03 {
    background-color: #fff;
    border: #262626 solid 0.5px;
    transform: rotate(-4deg);
    height: 460px;
    position: absolute;
    margin: -23% 0 0 5%;
    z-index: -3;
    width: 900px;
}


/*===========================
ニューアイテム
=============================*/

#new_item h1{
    letter-spacing: 0.13em;
    text-align: center;
    z-index: 2;
    font-size: 22px;
    font-weight: 300;
    background-color: #28365f;
    color: #FFF;
    padding: 0 0 0.3% 0%;
}

.new_item_h h1 span{
    line-height: 50px;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
}
.new_item_title{
    text-align: center;
    margin-top:10%;
}
.new_item_title_2{
    text-align: center;
    margin-top:18%;
}
.new_item_p img{
    width: 31%;
    margin: 3% auto;
}
.new_item_n img{
    position: absolute;
    width: 71px;
    margin: -15.9px 0 0 -79px;
}



  /*--- アイテム ----------------------------------------*/

.item1_pic1{
    position: absolute;
    width: 480px;
    margin: -72px -449.5px;
}

.item2_pic1{
    position: absolute;
    width: 452px;
    margin: -128px -32px;
}

#new_item .title {
    text-align: right;
    font-size: 27px;
    font-weight: 600;
}

#new_item .number {
    text-align: right;
    color: #999;
    font-weight: 500;
    margin-top: -1%;
}
#new_item .function {
    display: flex;
    justify-content: flex-end;
}
#new_item .function li {
    font-size: 19px;
    width: calc(16%/2);
    margin: 0 0 0 0.3%;
}
#new_item .function li:nth-of-type(1),
#new_item .function_2 li:nth-of-type(1)  {
    color: #ed5b00;
    border: solid 1px #ed5b00;
}
#new_item .function li:nth-of-type(2),
#new_item .function_2 li:nth-of-type(2)  {
    color: #049ab5;
    border: solid 1px #049ab5;
}
#new_item .color {
    display: flex;
    justify-content: flex-end;
}
#new_item .color li {
    width: 15px;
    height: 15px;
    margin: 0.3% 0% 0 0.3%;
    border: solid 1px #999;
}
#new_item .color li:nth-of-type(1),
#new_item .color_2 li:nth-of-type(1)   {
    color: #ead5bf;
    background-color: #ead5bf;
}
#new_item .color li:nth-of-type(2),
#new_item .color_2 li:nth-of-type(2)   {
    color: #8d8b45;
    background-color: #8d8b45;
}
#new_item .color li:nth-of-type(3),
#new_item .color_2 li:nth-of-type(3)   {
    color: #333;
    background-color: #333;
}

.item_info {
    margin: 5% 20% 0 0;
}

.item_info_2 {
    margin: 5% 0 0 21%;
}

#new_item .title_2 {
    text-align: left;
    font-size: 27px;
    font-weight: 600;
}

#new_item .number_2 {
    text-align: left;
    color: #999;
    font-weight: 500;
    margin-top: -1%;
}
#new_item .function_2 {
    display: flex;
    justify-content: flex-start;
}
#new_item .function_2 li {
    font-size: 19px;
    width: calc(16%/2);
    margin: 0 0 0 0.3%;
}

#new_item .color_2 {
    display: flex;
    justify-content: flex-start;
}
#new_item .color_2 li {
    width: 15px;
    height: 15px;
    margin: 0.3% 0% 0 0.3%;
    border: solid 1px #999;
}

.item_text {
    position: absolute;
    margin: 10px 0 0 366px;
}


.item_text_2 {
    position: absolute;
    margin: 28px 0 0 203px;
}

.detail,
.detail_3{
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #28365f;
    background-color: #fff;
    border: solid 1px #28365f;
    padding: 0 1% 0 3%;
    margin: 1% -3%;
}

.detail_3{
    width: 31%;
}

.item_text_2 .detail_2,
.item_text_2 .detail_3{
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #28365f;
    background-color: #fff;
    border: solid 1px #28365f;
    padding: 0 1% 0 3%;
    margin: 1% -3%;
}
.item_text_2 .detail_2{
    width: 91%;
}
.item_text_2 .detail_3{
    width: 58%;
}

.item1 .attention {
    text-align: left;
    margin: 62px 0px 0 492px;
    padding: 31px 0 0 0;
}

.item2 .attention {
    text-align: left;
    margin: 84px 0px 0 205px;
    padding: 57px 0 0 0;
}

.paper {
    z-index: -50;
    background-image: url(/IMAGE/apparel_outdoorwear/paper.jpg);
}

.ab_1 .detail_point{
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    color: #28365f;
    background-color: #fff;
    border: solid 1px #28365f;
    padding: 0% 1% 0% 2%;
    line-height: 35px;
    margin: -59px 0% 0 144px;
    z-index: 20;
    position: absolute;
}

.ab_2 .detail_point{
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    color: #28365f;
    background-color: #fff;
    border: solid 1px #28365f;
    padding: 27px 5px 3px 5px;
    line-height: 32px;
    margin: -30px 0 0 671px;
    z-index: 20;
    height: 165px;
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.ab_1 b {
    z-index: 40;
    position: absolute;
    background-color: #28365f;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-weight: 500;
    color: #fff;
    font-size: 27px;
    text-align: center;
    padding: 0px 7px 13px 7px;
    margin: -60px 0 0 -324px;
}
.ab_2 b {
    z-index: 40;
    position: absolute;
    background-color: #28365f;
    border-radius: 30px;
    width: 61px;
    height: 25px;
    font-weight: 500;
    color: #fff;
    font-size: 27px;
    text-align: center;
    padding: 0px 7px 13px 7px;
    margin: -46px 0 0 221px;
}

.ab_3 .detail_point{
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #28365f;
    background-color: #fff;
    border: solid 1px #28365f;
    line-height: 25px;
    padding: 2px 10px;
    z-index: 20;
    position: absolute;
    margin: -292px 0 0 535px;
}
.item1 .tx_1,
.item2 .tx_1{
    margin: 206px 0 0 142px;
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    color: #4b4b4b;
    line-height: 27px;
}

.item1 .tx_2{
    margin: 33px 0 0 142px;
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    color: #4b4b4b;
    line-height: 27px;
}
.item1 .tx_3{
    margin: -26px 0 0 559px;
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    color: #4b4b4b;
    position: absolute;
    line-height: 24px;
    display: flex;
    writing-mode: vertical-rl;
    float: right;
    height: 200px;
    letter-spacing: -0.15em;

}
.item1 .line_1,
.item1 .line_2,
.item1 .line_3{
    background-color: #90dbea;
    /* mix-blend-mode: multiply; */
    margin: -13px 0 0 138px;
    width: 200px;
    height: 8px;
}
.item1 .line_1{
    width: 200px;
    margin: -13px 0 0 138px;
}
.item1 .line_2{
    margin: -11px 0 0 185px;
    width: 114px;
}
.item1 .line_3{
    margin: 71px 0 0 178px;
    width: 91px;
    position: absolute;
    transform: rotate(-14deg);
    height: 17px;
}
.item_1{
    width: 80%;
    margin-top: -412px;
}
.item_2{
    width: 47%;
    margin-top: -30px;
    margin-right: -170px;
    margin-bottom: -20px;
}

.item_3{
    width: 45%;
    margin-top: 30px;
    margin-right: 315px;
}
.item_4{
    width: 38%;
    margin-top: -184px;
    margin-right: -478px;
    margin-bottom: -20px;
}
.size-text{
    position: absolute;
    z-index: 2;
    left: 36%;
    margin-top: 2%;
    transform: rotate(-14deg);
    line-height: 5px;
    font-weight: 500;
}
.size-text span{
    font-size: 30px;

}
.icon{
    position: absolute;
    width: 200px;
    left: 31.5%;
    margin-top: 0.75%;
}


/**2*/

.item2 .tx_1{
    margin: 38px 0px 75px 193px;
    text-align: left;
    font-size: 16px;
    font-weight: 200;
    color: #4b4b4b;
    line-height: 28px;
    letter-spacing: 0.1em;

}
.item2 .tx_2{
    margin: 33px 0 0 142px;
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    color: #4b4b4b;
    line-height: 27px;
}
.item2 .tx_3{
    margin: -26px 0 0 559px;
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    color: #4b4b4b;
    position: absolute;
    line-height: 24px;
    display: flex;
    writing-mode: vertical-rl;
    float: right;
    height: 200px;
    letter-spacing: -0.15em;

}
.item2 .line_1{
    background-color: #90dbea;
    width: 124px;
    height: 8px;
    z-index: 1;
    margin: -142px 0 0 191px;
}
.item2 .line_2{
    background-color: #90dbea;
    width: 45px;
    height: 8px;
    margin: 21px 0 0 328px;
}
.item2 .line_3{
    background-color: #90dbea;
    width: 73px;
    height: 8px;
    margin: 21px 0 0 192px;
}
.item2 .picup{
    width: 1.5%;
    position: absolute;
    margin: -241px 0 0 48px;
}



/*--- ボタン1 ----------------------------------------*/
.button_1 {
    width: 55%;
    margin: 10% auto 0;
    position: relative;
}
.button{
    transition: 0.2s;
}

.button p, 
.button_1 p {
    position: absolute;
    margin: -48px 355px 0;
    color: #ed5b00;
    font-weight: 600;
    font-size: 20px;
}

.button_2 {
    width: 55%;
    margin: 3% auto 0;
    position: relative;
}
.button_2 p {
    position: absolute;
    margin: -43px 60px 0;
    color: #28365f;
    font-weight: 600;
    font-size: 20px;
}
.banner {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
/*===========================
その他アイテム
=============================*/
#other{
    overflow: hidden;
}

#other h1{
    letter-spacing: 0.13em;
    text-align: center;
    z-index: 2;
    font-size: 22px;
    font-weight: 300;
    background-color: #28365f;
    color: #FFF;
    padding: 0 0 0.3% 0%;
}

.other_item_h h1 span{
    line-height: 50px;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
}
.other_item_title{
    text-align: center;
    margin-top:92%;
}
.other_item_title_2{
    text-align: center;
    margin-top:18%;
}
.other_item_p img{
    width: 37%;
    display: flex;
    margin: 17% auto 2%;
}
.other_item_n img{
    position: absolute;
    width: 71px;
    margin: -15px 0 0 388px;
}

/**スライダー**/
.slide-items .circle {
        position: fixed;
        width: 78px;
        top: 2%;
    }
    .slide-items .circle p{
        position: fixed;
        top: 4.3%;
        margin-left: 0.58%;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.1em;
    }

  .slide-items, .slide{
    width: 100%;
    display: flex;
    max-width: 80%;
    margin: auto;
    margin-bottom: 3%;
  }
  .slide-items li,
  .slide li{
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .slide li {
    margin-bottom: 10%;
  }

  .slide-items img,
  .slide img{
    width: 100%;
    object-fit: cover;
  }
  .slide-items .tx,
  .slide .tx  {
    font-size: 18px;
    font-weight: 600;
  }


  .slick-prev:before,
  .slick-next:before {
    color: black;
  }
  .slick-dots li button:before {
    font-size: 18px;
    top: 6px;
  }

  .slide-items .info,
  .slide .info{
    border: solid 1px #999;
    padding: 25px;
    margin: 37px 10px 20px 10px;
    background-color: #fff;
  }

  .slide-items .size,
  .slide .size {
    text-align: left;
    color: #999;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    margin-top: -56px;
    margin-bottom: 32px;
}
.slide-items .function,
.slide-items .function_2,
.slide .function,
.slide .function_2,
.slide .function_3  {
    display: flex;
    justify-content: flex-start;
}
.slide-items .function li,
.slide-items .function_2 li,
.slide .function li{
    font-size: 16px;
    width: calc(43%/2);
    text-align: center;
    margin: 0 0 0 2px;
}
.slide .function_2 li {
    font-size: 16px;
    width: calc(53%/2);
    text-align: center;
    margin: 0 0 0 2px;
}
.slide .function_3 li {
    font-size: 16px;
    width: calc(53%/2);
    text-align: center;
    margin: 0 0 0 2px;
}
.price {
    color: #E50012;
    font-size: 20px;
    font-weight: 600;
}
.price span{
    font-size: 12px;
    font-weight: 400;
}
.slide-items .button,
.slide .button{
    margin: 23px;
}
.slide-items .button a,
.slide .button a{
    padding: 15px 57px;
    color: #fff;
    background: #222;
    border: #262626 solid 1px;
    border-radius: 5px;
    transition: 0.2s;
}

.slide-items .function li:nth-of-type(1),
.slide .function li:nth-of-type(1) {
    color: #ed5b00;
    border: solid 1px #ed5b00;
}
.slide-items .function li:nth-of-type(2),
.slide-items .function_2 li:nth-of-type(1),
.slide .function li:nth-of-type(2),
.slide .function_2 li:nth-of-type(1),
.slide .function_3 li {
    color: #049ab5;
    border: solid 1px #049ab5;
}
.slide-items .function_2 li:nth-of-type(2),
.slide .function_2 li:nth-of-type(2){
    color: #999;
    border: solid 1px #999;
}
.slide-items .color,
.slide-items .color_2,
.slide-items .color_3,
.slide-items .color_4,
.slide .color,
.slide .color_2,
.slide .color_3,
.slide .color_4  {
    display: flex;
    justify-content: flex-start;
    margin: 4px 0 4px 0;
}
.slide-items .color li,
.slide-items .color_2 li,
.slide-items .color_3 li,
.slide-items .color_4 li,
.slide .color li,
.slide .color_2 li,
.slide .color_3 li,
.slide .color_4 li {
    width: 15px;
    height: 15px;
    margin: 0.3% 0% 0 1%;
    border: solid 1px #999;
}
.slide-items .color li:nth-of-type(1),
.slide .color li:nth-of-type(1)   {/*ライトベージュ*/
    color: #ead5bf;
    background-color: #ead5bf;
}
.slide-items .color li:nth-of-type(2),
.slide .color li:nth-of-type(2),
#cool .slide .color li:nth-of-type(2)  {/*カーキグリーン*/
    color: #8d8b45;
    background-color: #8d8b45;
}
.slide-items .color li:nth-of-type(3),
.slide .color li:nth-of-type(3),
.slide-items .color_2  li:nth-of-type(3),
#cool .slide .color_2 li:nth-of-type(2){/*ブラック*/
    color: #333;
    background-color: #333;
}
.slide-items .color_2 li:nth-of-type(1){/*ダルカーキグリーン*/
    color: #7c8970;
    background-color: #7c8970;
}
.slide-items .color_2 li:nth-of-type(2){/*グレー*/
    color: #434e4f;
    background-color: #434e4f;
}

#cool .slide .color_2 li:nth-of-type(1),
#cool .slide .color_3 li:nth-of-type(2){/*ライトグレー*/
    color: #999;
    background-color: #999;
}

.slide-items .color_3 li:nth-of-type(1),
.slide-items .color_4 li:nth-of-type(1),
#cool .slide .color_3 li:nth-of-type(3){/*オレンジ*/
    color: #dc5b39;
    background-color: #dc5b39;
}
.slide-items .color_3 li:nth-of-type(2),
.slide-items .color_2 li:nth-of-type(2),
.slide-items .color_4  li:nth-of-type(2){/*カーキブラウン*/
    color: #6a574e;
    background-color: #6a574e;
}
.slide-items .color_3  li:nth-of-type(3),
#cool .slide .color li:nth-of-type(1){/*ブラウン*/
    color: #533e43;
    background-color: #533e43;
}

.slide-items .color_4  li:nth-of-type(3){/*ベージュ*/
    color: #ccbeb5;
    background-color: #ccbeb5;
}

#cool .slide .color li:nth-of-type(3){/*ブルーグリーン*/
    color: #075f64;
    background-color: #075f64;
}

#cool .slide .color_2 li:nth-of-type(3),
#cool .slide .color_3 li:nth-of-type(1){/*ネイビー*/
    color: #2a2a5d;
    background-color: #2a2a5d;
}

/*スライダー矢印*/

.slide-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
  }
  .slide-arrow:hover {
    opacity: 0.7;
  }
  .prev-arrow {
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 2px #262626;
    border-right: solid 2px #262626;
    transform: rotate(224deg); /* 左向きの場合 */
    background-color: #0000;
    left: -25px;
  }
  .next-arrow {
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 2px #262626;
    border-right: solid 2px #262626;
    transform: rotate(45deg); /* 右向きの場合 */
    background-color: #0000;
    right: -25px;
  }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
  .slick-dots li button:before{
    font-size:4px;/*初期値は6px*/
}
/*===========================
その他アイテム
=============================*/
#cool{
    overflow: hidden;

}
.cool_back{
    background-color: #e4f5f9;
}
#cool h1{
    letter-spacing: 0.13em;
    text-align: center;
    z-index: 2;
    font-size: 22px;
    font-weight: 300;
    background-color: #5dadbd;
    color: #FFF;
    padding: 0 0 0.3% 0%;
}

.cool_item_h h1 span{
    line-height: 50px;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
}
.cool_item_title{
    text-align: center;
    margin-top:92%;
}
.cool_item_title_2{
    text-align: center;
    margin-top:18%;
}
.cool_item_p img{
    width: 32%;
    display: flex;
    margin: 14% auto 2%;
}
.cool_item_p_2 img{
    width: 32%;
    display: flex;
    margin: 13% auto -1%;
}

.cool_item_n img{
    position: absolute;
    width: 71px;
    margin: -15px 0 0 368px;
}

/*===========================
ビデオ
=============================*/
video{
    width: 70%;
}


/*===========================
ホバー、アニメ―ション
=============================*/
.slide-items .button a:hover,
.slide .button a:hover {
    background-color: #fff;
    color: #262626 !important;
    border: solid 1px #262626;
}

.banner a:hover {
    opacity: 0.7;
}

.outdoor_navi li:hover {
    opacity: 0.7;
    transform: translate(0, 5px);
    transition: 0.2s;
}

.new_item .button a:hover{
    opacity: 0.7;
    transform: translate(0, 5px);
    transition: 0.2s;
}