@charset 'UTF-8';
@font-face
{
    /*Black*/
    font-family: 'NotoBlack';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'), url('../fonts/NotoSansCJKjp-Black.woff') format('woff'), url('../fonts/NotoSansCJKjp-Black.ttf') format('truetype'), url('../fonts/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}

.mt20
{
    margin-top: 20px;
}

html
{
    font-family: 'Helvetica Neue','HelveticaNeue-CondensedBold', 'HelveticaNeueBoldCondensed', 'HelveticaNeue-Bold-Condensed', 'Helvetica Neue Bold Condensed', 'HelveticaNeueBold', 'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'HelveticaNeue', 'Helvetica Neue',  'Helvetica',  'Arimo','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 62.5%; 
    font-weight: 400;

    overflow-x: hidden;

    color: #111;
    background: #b1ac9e;
}

body
{
    font-size: 1.4rem;

    margin: 0;

    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul
{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 1rem;
}

a
{
    transition: color .1s linear,opacity .3s linear; 
    text-decoration: none;

    color: #333;
}

a:active,
a:hover
{
    outline: 0;
}

b,
strong
{
    font-weight: bold;
}

h1,
h2,
h3,
p,
div,
table
{
    margin: 0;
}

ul,
li
{
    list-style: none;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

img
{
    vertical-align: bottom; 

    border: 0;
}

pre
{
    overflow: auto;
}

table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

figure
{
    margin: 0;
    padding: 0;
}

input,
textarea
{
    padding: 0;
}

input[type='submit']
{
    border: none; 
    border-radius: 0;

    -webkit-appearance: none;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea
{
    border: 1px solid #eee;
    border-radius: 0; 

    -webkit-appearance: none;
}

address
{
    font-size: 1rem;
    font-style: normal;
}

i
{
    font-style: normal;
}

.loader-wrap
{
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    background: white;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.loader
{
    font-size: 90px;

    position: relative;

    overflow: hidden;

    width: 1em;
    height: 1em;
    margin: 72px auto;

    transform: translateZ(0);
    animation: load6 1.7s infinite ease, round 1.7s infinite ease; 
    text-indent: -9999em;

    color: #000;
    border-radius: 50%;
}

@keyframes load6
{
    0%
    {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
    }
    5%,
    95%
    {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
    }
    10%,
    59%
    {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
    }
    20%
    {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
    }
    38%
    {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
    }
    100%
    {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
    }
}

@keyframes round
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}

header .bg
{
    background: #000;
}

header .youtube
{
    max-width: 1400px;
    margin: 0 auto;
}

header .inner
{
    position: relative; 

    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 10px;
}
@media screen and (min-width: 1000px)
{
    header .inner
    {
        padding: 90px 0;
    }
}

header .youtube
{
    position: relative;

    width: 100%;
    padding-top: 50.4%;
}
header .youtube iframe
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}

header h1
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin-bottom: 20px;
    padding-top: 9%; 

    white-space: nowrap;
    text-indent: 100%;

    background: url('../img/txt-catchcopy.png') no-repeat center center;
    background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
    header h1
    {
        background: url('../img/txt-catchcopy@2x.png') no-repeat center center;
        background-size: contain;
    }
}

header p
{
    font-family: 'NotoBlack';
    font-size: 1.4rem;
    font-weight: bold; 
    line-height: 2.57143;

    max-width: 850px;
    margin: 0 auto;
}

@media screen and (min-width: 1000px)
{
    header p
    {
        font-size: 1.8rem;
        line-height: 2.33333;
    }
}

article .inner
{
    position: relative; 

    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (min-width: 1000px)
{
    article .inner
    {
        padding: 0;
    }
}

article .image img
{
    width: 100%;
    height: auto;
}

article #gNav
{
    padding: 30px 0 60px;
}
article #gNav h2
{
    font-family: 'NotoBlack';
    font-size: 1.8rem;

    margin-bottom: 20px; 

    text-align: center;
}
article #gNav h2::before
{
    display: block;

    width: 50px;
    height: 30px;
    margin: 0 auto 5px; 

    content: '';

    background: url('../img/ico-mountain.svg') no-repeat center center;
    background-size: contain;
}
article #gNav ol li a
{
    font-family: 'NotoBlack';
    font-size: 1rem;

    position: relative;

    display: block;

    padding: 10px 0;
    padding-left: 3em;

    border-bottom: 1px dashed #eaeaea;
    background: url('../img/ico-arrow-link.svg') no-repeat center right;
}
article #gNav ol li a span
{
    position: absolute;
    left: 0;

    display: inline-block;

    width: 2.5em;

    text-align: center; 

    color: #847f71;
}
@media screen and (min-width: 1000px)
{
    article #gNav h2
    {
        font-size: 2.4rem;

        margin-bottom: 40px;
    }
    article #gNav .flex
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    article #gNav .flex ol
    {
        width: 48%;
    }
    article #gNav .flex ol li a
    {
        font-size: 1.4rem;

        padding: 15px 0 15px 3em;
    }
}

article #profile
{
    margin-bottom: 60px;
}
article #profile .bg
{
    padding: 20px;

    border-radius: 5px; 
    background: #a9a495;
}
article #profile .bg figure
{
    margin-bottom: 15px; 

    text-align: center;
}
article #profile .bg figure img
{
    max-width: 100%;
    height: auto;
}
article #profile .bg .txt h3
{
    font-family: 'NotoBlack';
    font-size: 1.8rem;

    margin-bottom: 15px;
}
article #profile .bg .txt h3 span
{
    font-size: 1.2rem;
}
article #profile .bg .txt p
{
    font-size: 1.1rem;
    line-height: 1.63636;
}
@media screen and (min-width: 1000px)
{
    article #profile
    {
        margin-bottom: 120px;
    }
    article #profile .bg
    {
        display: -ms-flexbox;
        display: flex;
    }
    article #profile .bg figure
    {
        width: 170px;
        margin-bottom: 0;
    }
    article #profile .bg .txt
    {
        padding-left: 30px; 

        -ms-flex: 1;
            flex: 1;
    }
    article #profile .bg .txt h3
    {
        font-size: 2.4rem;
    }
    article #profile .bg .txt h3 span
    {
        font-size: 1.6rem;
    }
    article #profile .bg .txt p
    {
        font-size: 1.4rem;
        line-height: 2.14286;
    }
}

article .sec
{
    margin-bottom: 80px;
}
article .sec h2
{
    font-family: 'NotoBlack';
    font-size: 2.4rem;
    line-height: 1.5; 

    margin-bottom: 20px;
}
article .sec h2 span
{
    font-size: 1.2rem;

    display: block;

    width: 30px;
    margin-bottom: 5px; 
    padding-bottom: 5px;

    content: '';
    text-align: center;

    border-bottom: 1px solid currentColor;
}
article .sec p
{
    font-size: 1.3rem;
    line-height: 1.84615;

    margin-bottom: 1em;

    text-indent: 1em;
}
article .sec p.no-indent
{
    text-indent: 0;
}
article .sec a.note
{
    font-size: .6em;

    display: inline-block;

    margin: 0 5px;
    padding: 0 5px; 

    text-indent: 0;

    background: #c3bfb3;
}
article .sec .gallery img
{
    max-width: 100%;
    height: auto;
}
article .sec .galley-large img,
article .sec .gallery-thumb img
{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
article .sec .galley-large .slick-slide
{
    cursor: -webkit-grab;
    cursor:         grab;

    outline: none;
}
article .sec .gallery-thumb
{
    margin: 10px -2px 0; 
    margin-top: 4px;
}
article .sec .gallery-thumb .slick-slide
{
    padding: 0 2px;

    cursor: pointer; 
    transition: -webkit-filter .3s ease;
    transition:         filter .3s ease;
    transition:         filter .3s ease, -webkit-filter .3s ease;

    outline: none;

    -webkit-filter: grayscale(85%);
            filter: grayscale(85%);
}
article .sec .gallery-thumb .slick-slide.slick-current
{
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}
article .sec .slick-slider .slick-prev:before,
article .sec .slick-slider .slick-next:before
{
    font-family: inherit;

    display: none;
}
article .sec .slick-slider .slick-prev
{
    left: -20px; 

    background: url('../img/ico-arrow-left.svg') no-repeat center center;
    background-size: contain;
}
article .sec .slick-slider .slick-next
{
    right: -20px; 

    background: url('../img/ico-arrow-right.svg') no-repeat center center;
    background-size: contain;
}
article .sec .slick-slider .slick-track
{
    margin: 0;
}
article .sec dl
{
    margin-bottom: 20px;
}
article .sec dl:last-child
{
    margin-bottom: 0;
}
article .sec dl dt
{
    font-size: 1.3rem; 
    font-weight: bold;
}
article .sec dl dd
{
    font-size: 1.2rem;
}
@media screen and (min-width: 1000px)
{
    article .sec h2 br
    {
        display: none;
    }
}
@media screen and (min-width: 1050px)
{
    article .sec
    {
        margin-bottom: 150px;
    }
    article .sec h2
    {
        font-size: 3.0rem;
    }
    article .sec h2 span
    {
        position: absolute;
        top: 8px;
        left: -4em;

        display: -ms-flexbox;
        display: flex;

        min-height: 2em;

        border-right: 1px solid currentColor; 
        border-bottom: none;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    article .sec p
    {
        font-size: 1.8rem;
        line-height: 2;

        margin-bottom: 2em;
    }
    article .sec .slick-slider .slick-prev,
    article .sec .slick-slider .slick-next
    {
        width: 35px;
        height: 35px;
    }
    article .sec .slick-slider .slick-prev
    {
        left: -35px;
    }
    article .sec .slick-slider .slick-next
    {
        right: -35px;
    }
    article .sec .slick-slider.gallery-thumb .slick-prev,
    article .sec .slick-slider.gallery-thumb .slick-next
    {
        width: 20px;
        height: 20px;
    }
    article .sec .slick-slider.gallery-thumb .slick-prev
    {
        left: -20px;
    }
    article .sec .slick-slider.gallery-thumb .slick-next
    {
        right: -20px;
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto; 
    margin-left: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table; 

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none; 
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal; 

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;
    transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none; 
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent; 
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px; 
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto; 
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%; 
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer; 

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75; 
    color: black;
}
