@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0e0e0e;
}

.header-inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 3%;
    }

    .header-inner .logo {
        width: 80px;
        max-height: 50px;
    }

    /*SNSアイコン*/
    .header-inner .sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: 1400px;
    max-height: 1400px;
}

#wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.slide-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
}


/*横幅が769以上1079以下のときのみ*/

body.posL #wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: 370vw;
        min-height: 1348.2px;
        max-height: 2000px;
    }

    .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: 63px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 80px 0;
}

.box-high,
.box-row {
    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-row {
        font-size: 1.8vh;
    }

    .box-arrowY,
    .box-arrowY img {
        max-height: 400px;
    }
}



/*-----------------------------
スクロールボタン
-----------------------------*/


/*コンテンツ内側のボタン*/

#btnIn {
    position: absolute;
    top: 48%;
    right: 0;
    z-index: 999;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 1;
}

#btnIn.active {
    display: block;
}

.scroll-btn {
    background-color: #000;
    color: #fff;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    vertical-align: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    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: 28vw;
    }
}

/*----------------------------------
カテゴリーエリア幅
----------------------------------*/


/*アイテム画像1列*/

.cat-box__line1,
.cat-box__line1 .items-wrap {
    width: 111px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 111px;
    flex: 1 0 111px;
    margin: 0;
}


/*アイテム画像1.5列*/

.cat-box__line1-5,
.cat-box__line1-5 .items-wrap{
    width: 167.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 167.5px;
    flex: 1 0 167.5px;
    margin: 0;
}


/*アイテム画像2列*/

.cat-box__line2,
.cat-box__line2 .items-wrap {
    width: 224px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 224px;
    flex: 1 0 224px;
}


/*アイテム画像3列*/

.cat-box__line3,
.cat-box__line3 .items-wrap {
    width: 337px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 337px;
    flex: 1 0 337px;
}




/*カテゴリータイトル*/

.cat-ttl {
    background-color: #e06b24;
    color: #fff;
    padding: 0.5em 0;
    font-size: 12px;
    text-align: center;
    min-height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*カテゴリー別アイテム画像*/

.items-wrap {
    position: relative;
    z-index: 98;
    min-height: calc(1400px - 48px);
    /*チャートの高さ - カテゴリータイトル*/
}


/*アイテム画像単体共通*/

.items {
    width: 100%;
    max-width: 58px;
    z-index: 99;
    margin-bottom: 10px;
}

.items a {
    display: block;
    z-index: 999;
}

.items a:hover {
    opacity: 0.7;
}

.items:last-of-type {
    margin-bottom: 0;
}

.items a span {
    display: block;
    text-align: center;
}

.items img{
    z-index: 999;
}


/*アイテム画像グルーピング枠*/

.item-group {
    border: 2px dotted #08c;
    border-radius: 8px;
    width: 96px;
    margin: 0 auto;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}


.item-group__2l {
    border: 2px dotted #08c;
    border-radius: 8px;
    width: 180px;
    margin: 0 auto;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
*/
	webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	align-items: center;
    padding: 10px 5px;
}


/*グルーピング内縦書きテキスト*/

.group-txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    text-orientation: upright;
    width: 1.8em;
    line-height: 1;
    color: #08c;
    padding: 0.5em 0.25em;
    font-size: 1.3rem;
    text-align: center;
}

.group-txt__2l {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    width: 2.6em;
    line-height: 1;
    color: #08c;
    padding: 0.5em 0.25em;
    font-size: 1.2rem;
    text-align: left;
}


/*テキスト2行用*/

.item-group-2l .group-txt {
    width: 3.2em;
    line-height: 1;
}

/*
アイテム画像余白
-------------------*/


/*上余白・１画像分*/

.mt-blank1 {
    margin-top: 80px;
}


/*上余白・2画像分*/

.mt-blank2 {
    margin-top: 160px;
}

@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: 19vw;
       -webkit-box-flex: 1;
       -ms-flex: 1 0 19vw;
        flex: 1 0 19vw;
        height: calc(360vw - 4.6em);
        min-height: calc(1312px - 4.6em);
        max-height: calc(2000px - 4.6em);   
    }

    /*アイテム画像1列*/
    .cat-box__line1,
    .cat-box__line1 .items-wrap {
        width: 20vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 20vw;
        flex: 1 0 20vw;
        max-width: 153px;
    }

    /*アイテム画像1列*/
    .cat-box__line1-5,
    .cat-box__line1-5 .items-wrap {
        width: 30vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 30vw;
        flex: 1 0 30vw;
        max-width: 230px;
    }

    /*アイテム画像2列*/
    .cat-box__line2,
    .cat-box__line2 .items-wrap {
        width: 40vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40vw;
        flex: 1 0 40vw;
        max-width: 307px;
    }

    /*アイテム画像3列*/
    .cat-box__line3,
    .cat-box__line3 .items-wrap {
        width: 60vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60vw;
        flex: 1 0 60vw;
        max-width: 460px;
    }

    .items,
    .items img {
        width: 8vw;
        max-width: 68px;
    }
	

    /*アイテム画像グルーピング枠*/
    .item-group {
        width: 16vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 24vw;
        flex: 1 0 24vw;
        max-width: 140px;
        padding: 10px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .item-group__2l {
        width: 29vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 48vw;
        flex: 1 0 48vw;
        max-width: 240px;
        padding: 10px 5px;
		webkit-box-pack: justify;
		 -ms-flex-pack: justify;
	   justify-content: space-between;
		align-items: center;
/*
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
*/
    }
    /*グルーピング内縦書きテキスト*/
    .group-txt {
        width: 1.8em;
        line-height: 1;
        padding: 0.5em 2vw 0.5em 1vw;
        font-size: 1rem;
        text-align: center;
    }

    .group-txt__2l {
        width: 2.4em;
        line-height: 1;
        padding: 0.5em 0.8vw;
        font-size: 1rem;
        text-align: left;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        vertical-align: middle;
    }

/*
アイテム画像余白
-------------------*/
    /*上余白・１画像分*/
    .mt-blank1 {
        margin-top: calc(35px + 4vw);
    }
    /*上余白・2画像分*/
    .mt-blank2 {
        margin-top: calc(70px + 4vw);
    }
}



/*----------------------------------
アルパイン／雪山グループ
----------------------------------*/

.group01-01 {
    position: absolute;
    top: 2%;
    left: 37.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.group01-02 {
    position: absolute;
    top: 46%;
    left: 37.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


@media only screen and (max-width: 768px) {}


/*----------------------------------
クライミンググループ
----------------------------------*/

.group02-01 {
    position: absolute;
    top: 19.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.group02-02 {
    position: absolute;
    top: 14%;
    left: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.group02-03 {
    position: absolute;
    top: 46%;
    left: 37%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {}


/*----------------------------------
ハイキンググループ
----------------------------------*/
/*----------------------------------
縦走／トレッキンググループ
----------------------------------*/

.group03-01 {
    position: absolute;
    top: 9%;
    left: 27%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.group03-02 {
    position: absolute;
    top: 19%;
    left: 75%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.group03-03 {
    position: absolute;
    top: 36%;
    left: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {}



.group04-01 {
    position: absolute;
    top: 52%;
    left: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.group04-02 {
    position: absolute;
    top: 66%;
    left: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {}


/*----------------------------------
トレイルランニンググループ
----------------------------------*/
.group05-01 {
    position: absolute;
    top: 52%;
    left: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.group05-02 {
    position: absolute;
    top: 75.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {}


/*----------------------------------
デイリーユースグループ
----------------------------------*/

.group06-01 {
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.group06-02 {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-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-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;
    }
}

/*========================================================
	全体を見る
========================================================*/
.zoom_btn {display: none;}

@media only screen and (max-width: 768px) {
	.zoom_btn {
		position: fixed;
		z-index: 1000;
		right: 10px;
		bottom: 15vw;
		display: block;
	}
	.zoom_btn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background-color: rgb(31, 83, 145);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.zoom_btn p {
		font-size: 1.6rem;
		line-height: 1.2;
		text-align: center;
		color: #fff;
	}
	.remodal.modal_zoom {
		padding: 0 0 20px;
	}
	.modal_zoom p {
		font-size: 1.3rem;
		margin-top: 20px;
	}
	.zoom_back {
		width: 82%;
		margin: 22px auto 0;
		border-radius: 15px;
		background-color: rgb(212, 104, 39);
	}
	.zoom_back span {
		font-size: 1.5rem;
		display: block;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}
	.zoom_img{
		width: 100%!important;
	}
}
