@charset 'UTF-8';

/*----------------------------------------
	clearfix
----------------------------------------*/

/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/

#ieError
{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100%;
    padding: 20px;

    text-align: center;

    opacity: .8;
    color: #fff;
    background: #000;

        filter: alpha(opacity=80);
    -ms-filter: 'alpha( opacity=80 )';
}

#ieError strong
{
    color: #fff;
}

#ieError a
{
    text-decoration: underline;

    color: #d90000;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img
{
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio']
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search']
{
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th
{
    padding: 0;
}

/*----------------------------------------
	reset
----------------------------------------*/

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,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video
{
    font: inherit;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 100%;
    line-height: 1;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    color: #000;
    border: 0;
    outline: 0;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time
{
    display: block;
}

li
{
    list-style: none;
}

ol,
ul
{
    list-style: none;
}

img
{
    font-size: 0;
    line-height: 0;

    vertical-align: top;

    border: 0;
}

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

h1,
h2,
p,
pre
{
    word-wrap: break-word;
}

caption,
th,
td
{
    font-weight: 400;

    text-align: left;
    vertical-align: middle;
}

caption
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}

tbody,
tfoot,
thead,
tr
{
    vertical-align: baseline;
}

tbody,
tfoot,
thead,
tr,
th,
td
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

input,
button,
textarea,
select
{
    margin: 0;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

button
{
    padding: 0;

    cursor: pointer;

    border: none;
    outline: none;
    background-color: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select::-ms-expand
{
    display: none;
}

.clearfix
{
    min-height: 1px;

    _height: 1%;
}

.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

html,
body
{
    height: 100%;
    margin: 0;
    padding: 0;

    -webkit-text-size-adjust: none;
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

html
{
    /*	font-size: 62.5%;*/
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
}

body
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 12px;
    line-height: 1;

    text-align: center;
    letter-spacing: .01em;

    opacity: 0;
    color: #000;

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

a
{
    cursor: pointer;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    text-decoration: none;

    color: #000;
}

a img
{
    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    border: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

img
{
    width: 100%;

    vertical-align: bottom;
    pointer-events: none;
}

.sp-visible
{
    display: none !important;
}

.gallery-list
{
    margin-top: 120px;
}

.gallery-list h2
{
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;

    margin-bottom: 60px;

    letter-spacing: .15em;
}

.gallery-list ul
{
    display: -webkit-flex;
    display:    -moz-flex;
    display:      -o-flex;
    display:     -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;

    width: 93%;
    margin: 0 auto;

    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
         -o-justify-content: space-between;
        -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.gallery-list ul li
{
    width: 31%;
}

.gallery-list ul li a
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
}

.gallery-list ul li a figure
{
    position: relative;

    width: 100%;
    height: 100%;

    -webkit-transition: all 1.0s ease;
            transition: all 1.0s ease;
}

.gallery-list ul li a figure:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 30%;

    content: '';
    -webkit-transition: all 1.0s ease;
            transition: all 1.0s ease;

    opacity: .4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
}

.gallery-list ul li a figure img
{
    width: 100%;
}

.gallery-list ul li a div
{
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 30px;

    text-align: left;
}

.gallery-list ul li a div h3
{
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;

    letter-spacing: .05em;

    color: #fff;
}

.gallery-list ul li a div h4
{
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;

    margin-top: 15px;

    letter-spacing: .10em;

    color: #fff;
}

.gallery-list ul li a span
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    visibility: hidden;

    width: 50px;
    height: 50px;
    margin: auto;

    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
            transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-property: visibility,transform;
    -webkit-transition-property: visibility,-webkit-transform;
            transition-property: visibility,-webkit-transform;
            transition-property: visibility,transform;
            transition-property: visibility,transform,-webkit-transform;
    -webkit-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
}

.gallery-list ul li a span:before,
.gallery-list ul li a span:after
{
    position: absolute;

    content: '';

    background-color: #fff;
}

.gallery-list ul li a span:before
{
    top: 24px;
    left: 0;

    width: 50px;
    height: 1px;
}

.gallery-list ul li a span:after
{
    top: 0;
    left: 24px;

    width: 1px;
    height: 50px;
}

.gallery-list ul li a:hover figure
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.gallery-list ul li a:hover span
{
    visibility: visible;

    -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/*----------------------------------------
	footer
----------------------------------------*/

footer
{
    width: 93%;
    height: 50px;
    margin: 100px auto 0;
}

footer .container
{
    position: relative;
}

footer .container p
{
    text-align: left;
}

footer .container p small
{
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 400;

    letter-spacing: .15em;
}

footer .container ul
{
    position: absolute;
    top: 0;
    right: 0;
}

footer .container ul li
{
    display: inline-block;

    vertical-align: middle;
}

footer .container ul li:nth-child(2)
{
    margin-left: 40px;
}

footer .container ul li:nth-child(2) a
{
    width: 20px;
}

footer .container ul li a
{
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 500;

    display: block;

    letter-spacing: .15em;
}

footer .container ul li a:hover
{
    opacity: .3;
}

/*----------------------------------------
	header
----------------------------------------*/

header .menu-btn
{
    font-size: 0;

    position: fixed;
    z-index: 12;
    top: 40px;
    right: 40px;

    width: 50px;
    height: 20px;

    cursor: pointer;
}

header .menu-btn span
{
    display: block;

    width: 50px;
    height: 1px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

header .menu-btn span:nth-of-type(2)
{
    margin: 7px 0;
}

header .menu-contents
{
    position: fixed;
    z-index: 11;
    top: 0;
    right: -100%;

    overflow-y: scroll;

    width: 440px;
    height: 100vh;

    -webkit-transition: all .7s cubic-bezier(.37, .16, .12, 1);
            transition: all .7s cubic-bezier(.37, .16, .12, 1);

    opacity: 0;
    background-color: rgba(255, 255, 255, .99);
}

header .menu-contents div nav
{
    position: absolute;
    top: 50%;
    left: 70px;

    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
}

header .menu-contents div nav ul li
{
    margin-bottom: 20px;
}

header .menu-contents div nav ul li a
{
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;

    display: block;

    letter-spacing: .10em;
}

header .menu-contents div nav ul li a:hover
{
    opacity: .3;
}

header .menu-contents div nav ul li a span
{
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;

    display: inline-block;

    margin-right: 10px;

    letter-spacing: .1em;
}

header .menu-contents div nav ul li dl dt
{
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;

    letter-spacing: .10em;
}

header .menu-contents div nav ul li dl dd
{
    margin-top: 25px;
}

header .menu-contents div nav ul li.sns
{
    margin-top: 40px;
}

header .menu-contents div nav ul li.sns a
{
    width: 25px;
}

header .menu-contents div nav ul li:first-child,
header .menu-contents div nav ul li:nth-child(2)
{
    margin-bottom: 50px;
}

.under-layer-page header .menu-btn span
{
    background-color: #000;
}

.under-layer-page header .logo
{
    position: fixed;
    z-index: 10;
    top: 30px;
    left: 40px;
}

.under-layer-page header .logo a
{
    display: block;
}

.under-layer-page header .logo a h1
{
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;

    letter-spacing: .15em;
}

.under-layer-page header .logo a h2
{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;

    margin-top: 8px;

    letter-spacing: .15em;
}

.locked body
{
    overflow: hidden;

    height: 100%;
}

.locked body header .menu-btn span
{
    background-color: #000;
}

.locked body header .menu-btn span:first-of-type
{
    margin-top: 8px !important;

    -webkit-transform: rotate(30deg) translateY(-1px);
        -ms-transform: rotate(30deg) translateY(-1px);
            transform: rotate(30deg) translateY(-1px);
}

.locked body header .menu-btn span:nth-of-type(2)
{
    margin: -2px 0 !important;

    opacity: 0;
}

.locked body header .menu-btn span:last-of-type
{
    -webkit-transform: rotate(-30deg) translateY(1px);
        -ms-transform: rotate(-30deg) translateY(1px);
            transform: rotate(-30deg) translateY(1px);
}

.locked body header .menu-contents
{
    right: 0;

    opacity: 1;
}

.locked body header .overlay
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    background-color: rgba(0, 0, 0, .4);
}

@-webkit-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

.menu-open div
{
    -webkit-animation: fadeIn 1s .45s cubic-bezier(.4, 0, .2, 1) both;
            animation: fadeIn 1s .45s cubic-bezier(.4, 0, .2, 1) both;
}

/*----------------------------------------
	gallery
----------------------------------------*/

.gallery-page
{
    margin-top: 100px;
    margin-bottom: 200px;
}

.gallery-page .gallery-nav .open-btn
{
    position: fixed;
    z-index: 10;
    top: 0;
    right: 40px;
    bottom: 0;

    width: 20px;
    height: 20px;
    margin: auto;

    cursor: pointer;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

.gallery-page .gallery-nav .open-btn:hover
{
    opacity: .3;
}

.gallery-page .gallery-nav .close-btn
{
    position: fixed;
    z-index: 21;
    top: 0;
    right: 40px;
    bottom: 0;

    visibility: hidden;

    width: 20px;
    height: 20px;
    margin: auto;

    opacity: 0;
}

.gallery-page .gallery-nav .nav-contents
{
    position: fixed;
    z-index: 11;
    top: -150%;
    left: 0;

    width: 100%;
    height: 100vh;

    -webkit-transition: all .7s cubic-bezier(.37, .16, .12, 1);
            transition: all .7s cubic-bezier(.37, .16, .12, 1);

    opacity: 0;
    background-color: #fff;
}

.gallery-page .gallery-nav .nav-contents div
{
    overflow-y: scroll;

    height: 100vh;
}

.gallery-page .gallery-nav .nav-contents div nav
{
    margin: 50px auto;
}

.gallery-page .gallery-nav .nav-contents div nav ul
{
    display: -webkit-flex;
    display:    -moz-flex;
    display:      -o-flex;
    display:     -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;

    max-width: 1000px;
    margin: 0 auto;

    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
         -o-justify-content: space-between;
        -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
         -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.gallery-page .gallery-nav .nav-contents div nav ul li
{
    width: 220px;
    margin: 30px 0;
}

.gallery-page .gallery-nav .nav-contents div nav ul li a
{
    display: block;
}

.gallery-page .main-ttl
{
    margin-bottom: 80px;
}

.gallery-page .main-ttl span
{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;

    display: block;

    margin-bottom: 20px;

    letter-spacing: .15em;
}

.gallery-page .main-ttl h2
{
    font-family: 'DM Sans', sans-serif;
    font-size: 65px;
    font-size: 4.0625rem;
    font-weight: 500;

    letter-spacing: .075em;
}

.gallery-page .gallery-contents
{
    max-width: 840px;
    margin: 0 auto;
}

.gallery-page .gallery-contents article
{
    margin: 0 auto 200px;
}

.gallery-page .gallery-contents article.w-block
{
    max-width: 840px;
}

.gallery-page .gallery-contents article.h-block
{
    width: 550px;
}

.gallery-page .gallery-contents article p
{
    font-size: 13px;
    font-size: .8125rem;

    margin-top: 20px;

    text-align: left;
    letter-spacing: .025em;
}

.gallery-page .other-gallery
{
    width: 93%;
    margin: 0 auto;
    padding-top: 60px;

    border-top: 1px #000 solid;
}

.gallery-page .other-gallery h2
{
    margin-bottom: 0;

    text-align: left;
}

.gallery-page .other-gallery ul
{
    width: 62%;
    margin-top: -20px;
    margin-right: 0;
    margin-left: auto;
}

.gallery-page .other-gallery ul li
{
    width: 46.8%;
}

.gallery-locked body
{
    overflow: hidden;

    height: 100%;
}

.gallery-locked body .gallery-page .gallery-nav .close-btn
{
    visibility: visible;

    -webkit-transition: opacity .4s .4s cubic-bezier(.37, .16, .12, 1);
            transition: opacity .4s .4s cubic-bezier(.37, .16, .12, 1);

    opacity: 1;
}

.gallery-locked body .gallery-page .gallery-nav .nav-contents
{
    z-index: 20;
    top: 0;

    opacity: 1;
}

.gallery-locked body .gallery-page .menu-contents
{
    top: 0;

    opacity: 1;
}

/*----------------------------------------
	index
----------------------------------------*/

.index-page .index-main
{
    position: relative;
    z-index: -1;

    overflow: hidden;

    width: 100%;
    height: 100vh;

    background-image: url('../images/index/bg_main.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.index-page .index-main div
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 0;

    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

.index-page .index-main div h1
{
    font-family: 'DM Sans', sans-serif;
    font-size: 80px;
    font-size: 5rem;
    font-weight: 500;

    letter-spacing: .15em;

    color: #fff;
}

.index-page .index-main div h2
{
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 500;

    margin-top: 25px;

    letter-spacing: .15em;

    color: #fff;
}

/*----------------------------------------
	profile
----------------------------------------*/

.profile-page
{
    margin-top: 120px;
    margin-bottom: 200px;
}

.profile-page .main-ttl
{
    margin-bottom: 70px;
}

.profile-page .main-ttl h2
{
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;

    letter-spacing: .10em;
}

.profile-page .profile-contents
{
    max-width: 860px;
    margin: 0 auto;
}

.profile-page .profile-contents article
{
    display: -webkit-flex;
    display:    -moz-flex;
    display:      -o-flex;
    display:     -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
         -o-justify-content: space-between;
        -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.profile-page .profile-contents article figure
{
    width: 38%;
}

.profile-page .profile-contents article div
{
    width: calc(62% - 100px);
    margin-left: 100px;

    text-align: left;
}

.profile-page .profile-contents article div .name
{
    font-size: 17px;

    letter-spacing: .05em;
}

.profile-page .profile-contents article div .kana
{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;

    display: block;

    margin-top: 10px;

    letter-spacing: .075em;
}

.profile-page .profile-contents article div .txt
{
    font-size: 13px;
    line-height: 1.7;

    margin: 40px 0 45px;

    letter-spacing: .025em;
    text-align: justify;
}

.profile-page .profile-contents article div .txt a
{
    text-decoration: underline;
}

.profile-page .profile-contents article div .txt a:hover
{
    opacity: .3;
}

.profile-page .profile-contents article div ul li
{
    display: inline-block;

    vertical-align: middle;
}

.profile-page .profile-contents article div ul li:nth-child(2)
{
    margin-left: 50px;
}

.profile-page .profile-contents article div ul li:nth-child(2) a img
{
    width: auto;
    height: 20px;
    margin-right: 10px;

    vertical-align: middle;
}

.profile-page .profile-contents article div ul li a
{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;

    display: block;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    letter-spacing: .15em;
}

.profile-page .profile-contents article div ul li a:hover
{
    opacity: .3;
}

@media only screen and (max-width: 787px)
{
    .sp-visible
    {
        display: block !important;
    }

    .sp-invisible
    {
        display: none !important;
    }

    .gallery-list
    {
        margin-top: 80px;
    }

    .gallery-list h2
    {
        font-size: 20px;
        font-size: 1.25rem;

        margin-bottom: 30px;
    }

    .gallery-list ul
    {
        display: block;

        width: 89.4%;
    }

    .gallery-list ul li
    {
        width: 100%;
    }

    .gallery-list ul li:nth-child(n+2)
    {
        margin-top: 20px;
    }

    .gallery-list ul li a span
    {
        visibility: visible;

        -webkit-transition: none;
                transition: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    footer
    {
        width: 100%;
        height: 40px;
    }

    footer .container
    {
        position: static;
    }

    footer .container p
    {
        text-align: center;
    }

    footer .container p small
    {
        font-size: 10px;
        font-size: .625rem;
    }

    footer .container ul
    {
        display: none;
    }

    header .menu-btn
    {
        top: 30px;
        right: 20px;
    }

    header .menu-contents
    {
        width: 100%;
    }

    header .menu-contents div nav
    {
        top: 90px;
        left: 50px;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    header .menu-contents div nav ul li a
    {
        font-size: 21px;
        font-size: 1.3125rem;
    }

    header .menu-contents div nav ul li dl dt
    {
        font-size: 13px;
        font-size: .8125rem;
    }

    .under-layer-page header .logo
    {
        top: 20px;
        left: 20px;
    }

    .under-layer-page header .logo a h1
    {
        font-size: 16px;
        font-size: 1rem;
    }

    .under-layer-page header .logo a h2
    {
        font-size: 10px;
        font-size: .625rem;

        margin-top: 7px;
    }

    .locked
    {
        height: 100%;
    }

    .gallery-page
    {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .gallery-page .gallery-nav .open-btn
    {
        top: auto;
        right: 20px;
        bottom: 40px;

        width: 25px;
        height: 25px;
    }

    .gallery-page .gallery-nav .close-btn
    {
        top: auto;
        right: 20px;
        bottom: 40px;

        width: 25px;
        height: 25px;
    }

    .gallery-page .gallery-nav .nav-contents div nav
    {
        margin-bottom: 100px;
    }

    .gallery-page .gallery-nav .nav-contents div nav ul
    {
        width: 90%;
        max-width: 90%;
    }

    .gallery-page .gallery-nav .nav-contents div nav ul li
    {
        width: 46%;
    }

    .gallery-page .main-ttl
    {
        margin-top: 120px;
        margin-bottom: 60px;
    }

    .gallery-page .main-ttl span
    {
        font-size: 13px;
        font-size: .8125rem;
    }

    .gallery-page .main-ttl h2
    {
        font-size: 38px;
        font-size: 2.375rem;
    }

    .gallery-page .gallery-contents
    {
        width: 89.4%;
        max-width: 89.4%;
    }

    .gallery-page .gallery-contents article
    {
        margin-bottom: 100px;
    }

    .gallery-page .gallery-contents article.w-block
    {
        width: 100%;
        max-width: 100%;
    }

    .gallery-page .gallery-contents article.h-block
    {
        width: 100%;
    }

    .gallery-page .other-gallery
    {
        width: 89.4%;
        margin-top: 160px;
        padding-top: 45px;
    }

    .gallery-page .other-gallery h2
    {
        font-size: 18px;
        font-size: 1.125rem;

        margin-bottom: 45px;
    }

    .gallery-page .other-gallery ul
    {
        width: 100%;
        margin: 0 auto;
    }

    .gallery-page .other-gallery ul li
    {
        width: 100%;
    }

    .gallery-locked
    {
        height: 100%;
    }

    .index-page .index-main
    {
        background-image: url('../images/index/bg_main_sp.jpg');
    }

    .index-page .index-main div
    {
        width: 100%;
    }

    .index-page .index-main div h1
    {
        font-size: 30px;
        font-size: 1.875rem;
    }

    .index-page .index-main div h2
    {
        font-size: 17px;
        font-size: 1.0625rem;

        margin-top: 15px;
    }

    .profile-page
    {
        margin-top: 60px;
    }

    .profile-page .main-ttl
    {
        margin-top: 120px;
        margin-bottom: 60px;
    }

    .profile-page .main-ttl h2
    {
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: 300;
    }

    .profile-page .profile-contents
    {
        width: 83%;
        max-width: 83%;
    }

    .profile-page .profile-contents article
    {
        display: block;
    }

    .profile-page .profile-contents article figure
    {
        width: 60%;
        margin: 0 auto;
    }

    .profile-page .profile-contents article div
    {
        width: 100%;
        margin-left: 0;
        padding-top: 35px;
    }

    .profile-page .profile-contents article div .name
    {
        text-align: center;
        font-size: 18px;
    }

    .profile-page .profile-contents article div .kana
    {
        text-align: center;
    }

    .profile-page .profile-contents article div .txt
    {
        font-size: 13px;
        font-size: .8125rem;

        margin: 30px 0 45px;
        line-height: 2;
    }

    .profile-page .profile-contents article div ul
    {
        text-align: center;
    }

    .profile-page .profile-contents article div ul li
    {
        text-align: center;
    }

    .profile-page .profile-contents article div ul li:first-child a
    {
        padding-bottom: 5px;

        border-bottom: 1px #000 solid;
    }
}
