@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,
section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
}

p {
    line-height: 1.8;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #666;
}

img {
    max-width: 100%;
    display: block;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #666;
}

@media only screen and (min-width: 769px) {
    .sp {
        display: none!important;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none!important;
    }
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*========================================================
▼ヘッダー
========================================================*/

header {
    width: 100%;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0e0e0e;
}

.header_inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_inner .logo{
    width: 10%;
}

.header_inner .logo img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}


/*SNSアイコン*/

.header_inner .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_inner .sns a {
    display: block;
    text-align: center;
    padding: 0 1.5em;
    color: #fff;
}

.header_inner .sns a:hover,
.header_inner .logo:hover {
    opacity: 0.8;
}

.header_inner .sns a i {
    font-size: 3.5rem;
    vertical-align: middle;
}


@media only screen and (max-width: 768px) {
    header {
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }

    .header_inner {
        width: 100%;
        position: relative;
        height: 50px;
        display: flex;
        justify-content: space-between;
        padding: 0 3%;
    }

    .header_inner .logo{
        width: 80px;
        max-height: 50px;
    }

    /*SNSアイコン*/
    .header_inner .sns {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_inner .sns a {
        display: block;
        text-align: center;
        padding: 0 1em;
        color: #fff;
    }

    .header_inner .sns a:last-of-type{
        padding-right: 0;
    }

    .header_inner .sns a:hover,
    .header_inner .logo:hover {
        opacity: 0.8;
    }

    .header_inner .sns a i {
        font-size: 2.4rem;
        vertical-align: middle;
    }
}

/*========================================================
▼メインコンテンツ
========================================================*/

#main {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
}

@media only screen and (max-width: 768px) {

    #main {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
}


/*========================================================
▼パンくずリスト
========================================================*/

#breadcrumb {
    font-size: 1.4rem;
    margin-bottom: 30px;
}

#breadcrumb a {
    color: #08c;
    text-decoration: underline;
}

#breadcrumb a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    #breadcrumb {
        padding:0 3%;
        text-align: left;
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    #breadcrumb a {
        color: #08c;
        text-decoration: underline;
    }
}


/*========================================================
▼コンテンツ
========================================================*/

/*チャート高さ一括指定*/
.bar,
.bar_inner,
.cat_box {
    height: 900px;
    max-height: 1080px;
}

#wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.main-ttl h2 {
    font-size: 2.4rem;
}

.main-ttl a {
    font-size: 1.6rem;
    text-align: right;
    display: block;
    text-decoration: underline;
    color: #08c;
}

.main-ttl a:hover {
    text-decoration: none
}

.main-ttl a i {
    font-size: 2.4rem;
    vertical-align: bottom;
}

.chart_wrapper {
    width: 1080px;
    margin: 0 auto 60px;
    max-width: 1080px;
    display: flex;
    position: relative;
}

.slide_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
}

/*横幅が769以上1079以下のときのみ*/
body.posL #wrapper{
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

body.posL .header_inner{
    padding: 0 3%;
}

body.posL #wrapper .chart_wrapper{
    margin: 0 auto 60px 0;
}

body.posL #breadcrumb{
    padding: 0 10px;
}

body.posL .main-ttl{
    padding: 0 10px;
}



@media only screen and (max-width: 768px) {
    html,
    body {
        height: 100%;
        text-align: center;
        min-width: 320px;
    }

    #wrapper,
    .chart_wrapper {
        width: 100%;
        margin: 0 auto 30px;
    }

    .bar,.bar_inner,.cat_box {
        height: 186vw;
        min-height: 700px;
        max-height: 900px;
    }

    .main-ttl {
        display: block;
        margin-bottom: 2rem;
    }

    .main-ttl h2 {
        font-size: 2rem;
        margin-bottom: 1em;
    }

    .main-ttl a {
        font-size: 1.2rem;
        text-align: right;
        display: block;
        text-decoration: underline;
        color: #08c;
        padding: 0 3%;
    }

    .main-ttl a:hover {
        text-decoration: none
    }

    .main-ttl a i {
        font-size: 2.4rem;
        vertical-align: bottom;
    }

    .chart_wrapper {
        position: relative;
        margin-bottom:40px;
    }

    .slide_wrap {
        margin: 0 auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}


/*----------------------------
タテ軸
-----------------------------*/

.bar {
    width: 60px;
    /*flex: 1 0 60px;*/
}

.bar_inner {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    width: 60px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 80px 0;
}

.box_high,
.box_reasonable {
    width: 1em;
    margin: 0 auto;
    line-height: 1;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    width: 1em;
    margin: 0 auto;
}

.box_arrowY {
    width: 1em;
    margin: 0 auto;
    text-align: center;
}

.box_arrowY img {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .bar {
        width: 10vw;
        z-index: 999;
    }

    .bar_inner {
        width: 10vw;
        padding: 4em 0;
    }

    .box_high,
    .box_reasonable {
        font-size: 1.8vh;
    }

    .box_arrowY, .box_arrowY img{
    max-height: 400px;
    }

}


/*-----------------------------
スクロールボタン
-----------------------------*/

/*コンテンツ内側のボタン*/

#btnIn {
    position: absolute;
    top: 48%;
    right: 0;
    z-index: 999;
    transition-property: opacity;
    transition-duration: 1s;
    opacity: 1;
}

#btnIn.active {
    display: block;
}

.scroll_btn {
    background-color: #000;
    color: #fff;
    width: 5em;
    height: 5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    vertical-align: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: opacity;
    transition-duration: 1s;
    opacity: 1;
}

.scroll_btn p {
    font-size: 1.6rem;
    line-height: 0.8em;
    text-align: center;
}

.scroll_btn span {
    font-size: 1rem;
}

/*ボタンバウンド*/

.bound {
    animation-name: bound;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    -webkit-animation-name: bound;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: bound;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes bound {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-16px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes bound {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-16px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes bound {
    0% {
        -moz-transform: translate(0, 0);
    }
    50% {
        -moz-transform: translate(-16px, 0);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}

/*ボタンフェードアウト*/

.scroll_btn.f-out {
    opacity: 0;
}

@media only screen and (max-width: 768px) {

}

/*========================================================
▼チャート中身
========================================================*/


/*チャート全体*/

.chart {
    display: flex;
    width: 1020px;
    margin: 0 auto;
}



/*カテゴリー単体*/

.cat_box {
    width: 204px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
/*----------------------------------
    チャート全体
----------------------------------*/
    .chart {
        width: 100%;
    }

    /*カテゴリー単体*/
    .cat_box {
        width: 29.33vw;
    }
}



/*----------------------------------
ガテゴリーエリア幅
----------------------------------*/
/*アイテム画像1列*/
/*アイテム画像1列*/
.cat_box-line1,
.cat_box-line1 .items_wrap {
    width: 253px;
    flex: 1 0 253px;
    margin:0;
}

/*アイテム画像2列*/
.cat_box-line2,
.cat_box-line2 .items_wrap {
    width: 506px;
    flex: 1 0 506px;
}

/*アイテム画像3列*/
.cat_box-line3,
.cat_box-line3 .items_wrap {
    width: 759px;
    flex: 1 0 759px;
}



/*カテゴリータイトル*/

.cat_ttl {
    background-color: #e06b24;
    color: #fff;
    padding: 13px;
    font-size: 13px;
    text-align: center;
    min-height: 4em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}



/*カテゴリー別アイテム画像*/

.items_wrap {
    position: relative;
    min-height: calc(900px - 52px); /*チャートの高さ - カテゴリータイトル*/
}



/*アイテム画像単体共通*/

.items {
    width: 100%;
    max-width: 105px;
    z-index: 99;
}

.items a {
    display: block;
}

.items a:hover {
    opacity: 0.7;
}

.items:last-of-type {
    margin-bottom: 0;
}

.items a span{
    display: block;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    /*カテゴリータイトル*/
    .cat_ttl {
        padding: 0.6em;
        font-size: calc(90% + 0.5vw);
        line-height: 1.2;
    }

    /*カテゴリー別アイテム画像*/
    .items_wrap {
        width: 29.33vw;
        flex: 1 0 29.33vw;
        height: calc(186vw - 5.1em);
        max-height: calc(900px - 5.1em);
        min-height: calc(700px - 5.1em);
    }

    /*アイテム画像1列*/
    .cat_box-line1,
    .cat_box-line1 .items_wrap {
        width: 29.33vw;
        flex: 1 0 29.33vw;
        max-width: 200px;
    }

    /*アイテム画像2列*/
    .cat_box-line2,
    .cat_box-line2 .items_wrap {
        width: 58.66vw;
        flex: 1 0 58.66vw;
        max-width: 400px;
    }

    /*アイテム画像2.5列*/
    .cat_box-line2-5,
    .cat_box-line2-5 .items_wrap {
        width: 73.325vw;
        flex: 1 0 73.325vw;
        max-width: 500px;
    }

    /*アイテム画像3列*/
    .cat_box-line3,
    .cat_box-line3 .items_wrap {
        width: 87.99vw;
        flex: 1 0 87.99vw;
        max-width: 600px;
    }

    .items,
    .items img {
        width: calc(30px + 8vw);
        max-width: calc(30px + 8vw);
    }
}



/*----------------------------------
アルパイン／雪山グループ
----------------------------------*/
.item1-01{
    position: absolute;
    top: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item1-02{
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item1-03{
    position: absolute;
    top: 12%;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item1-04{
    position: absolute;
    top: 52%;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {

}


/*----------------------------------
トレッキンググループ
----------------------------------*/
.item2-01{
    position: absolute;
    top: 40%;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item2-02{
    position: absolute;
    top: 61%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item2-03{
    position: absolute;
    top: 70%;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
}


/*----------------------------------
ハイキンググループ
----------------------------------*/
.item3-01{
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {


}

/*----------------------------------
トレイルランニンググループ
----------------------------------*/
.item4-01{
    position: absolute;
    top: 72%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {


}


/*========================================================
▼チャート一覧へ戻る
========================================================*/

a.toBack_btn {
    width: 20em;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background-color: #e06b24;
    border-radius: 6px;
    padding: 0.2em 0;
}

a.toBack_btn:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    a.toBack_btn {
        width: 80%;
        font-size: 2rem;
        padding: 0.2em 0;
    }
}


/*========================================================
▼フッター
========================================================*/

footer {
    text-align: center;
}

footer small {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    display: block;
}

@media only screen and (max-width: 768px) {
    footer small {
        font-size: 2.6vw;
        line-height: 1.2;
        padding: 10px 0;
    }
}



/*========================================================
▼モーダル
========================================================*/

.remodal img {
    width: 50%;
    margin: 0 auto;
}

.remodal dl {
    margin-bottom: 16px;
}

.remodal dt {
    width: 100%;
    margin: 0 auto;
}

.remodal dd {
    padding-top: 10px;
}

.remodal dd .item-name {
    font-size: 1.6rem;
    font-weight: bold;
}

.remodal dd .item-name a {
    color: #08e;
    font-size: 1.6rem;
    text-decoration: underline;
    display: block;
    margin: 0 0 10px 0;
}

.remodal dd .item-name a:hover {
    text-decoration: none;
}

.remodal dd .item-price {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.remodal dd .item-price span{
	    color: #808080;
}

.remodal dd .item-txt {
    width: 25em;
    margin: 0 auto 10px;
    font-size: 1.4rem;
    text-align: left;
}

.remodal .women-link{
    font-size: 1.4rem;
}

.remodal .women-link a,.remodal .related-link a{
    font-size: 1.2rem;
    color: #08e;
    text-decoration: underline;
}

.remodal .women-link a:hover,.remodal .related-link a:hover{
    text-decoration: none;
}

.remodal .related-link{
    background-color: #ddd;
    padding:5px 0;
    font-size: 1.2rem;
}

.remodal .related-link .related-ttl{
    font-weight: 700;
    font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
.remodal dd .item-txt {
    width: auto;
    margin: 0 auto 10px;
}
}