@charset 'utf-8';/* sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */pre,
textarea
{
    overflow: auto;
}

[hidden],
audio:not([controls]),
template
{
    display: none;
}

details,
main,
summary
{
    display: block;
}

input[type=submit],
input[type=text],
textarea
{
    -webkit-appearance: none;
}

input[type=number]
{
    width: auto;
}

input[type=search]
{
    -webkit-appearance: textfield;
}

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

progress
{
    display: inline-block;
}

textarea
{
    resize: vertical;
}

[unselectable]
{
    -webkit-user-select: none;
    -webkit-user-select: none;
       -moz-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

*,
::after,
::before
{
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
    border-width: 0;
}

*
{
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

::after,
::before
{
    vertical-align: inherit;
    text-decoration: inherit;
}

:root
{
    overflow-y: scroll;
    cursor: default;

    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

a
{
    text-decoration: none;
    outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video
{
    vertical-align: top;
}

img
{
    border: none;
}

canvas
{
    width: 0;
    height: 0;
}

button,
input:not([type=radio]):not([type=checkbox]),
select,
textarea
{
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    min-height: 1.5em;
    color: inherit;
    background-color: transparent;
}

[type=radio],
[type=checkbox]
{
    border-width: inherit;
    background: inherit;
}

button:focus,
input:focus,
select:focus,
textarea:focus
{
    outline: none;
}

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

ol,
ul
{
    list-style: none;
}

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

::-moz-selection
{
    background-color: #b3d4fc;
    text-shadow: none;
}

::selection
{
    background-color: #b3d4fc;
    text-shadow: none;
}

body
{
    font-family: a-otf-gothic-bbb-pr6n, 'Hiragino Kaku Gothic ProN', meiryo, 'M+ 1p', sans-serif;
    line-height: 2;
    position: relative;
    overflow: hidden;
    letter-spacing: .025em;
    color: #080a16;

    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*
{
    font-style: normal;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 99999px;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a
{
    color: #080a16;
}

img.state-ready
{
    opacity: 0;
}

img[data-src]
{
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}

.font-midashi
{
    font-family: a-otf-midashi-go-mb31-pr6n, 'Hiragino Kaku Gothic ProN', meiryo, 'M+ 1p', sans-serif;
}

.btn-primary,
.btn-secondary,
.btn-tertiary
{
    line-height: 1.5;
    display: table;
    text-align: center;
}

.btn-primary:after,
.btn-secondary:after,
.btn-tertiary:after
{
    display: inline-block;
    padding-left: .5em;
    content: '>';
}

.btn-primary span,
.btn-secondary span,
.btn-tertiary span
{
    display: inline-block;
}

.btn-primary
{
    color: #f5f5f5;
}

.btn-secondary
{
    color: #080a16;
}

.btn-tertiary
{
    color: #fff;
    background: rgba(8,10,22,.3);
}

.btn-cart
{
    line-height: 1.5;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #ff4000;
}

.btn-cart.soldout
{
    pointer-events: none;
    background: #8c8c8c;
}

.btn-cart.lesser
{
    letter-spacing: -.02em;
}

.btn-cart.lesser span
{
    padding-left: .1em;
}

.btn-cart:before
{
    display: inline-block;
    content: '';
    vertical-align: middle;
    background: url('../images/icon_cart.svg') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

.btn-cart span
{
    display: inline-block;
    padding-left: .5em;
}

.btn-menu
{
    position: absolute;
    top: 0;
    height: 100%;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu i
{
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;

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

.btn-menu i
{
    -webkit-transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
       -moz-transition:    -moz-transform .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
        -ms-transition:     -ms-transform .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
         -o-transition:      -o-transform .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
            transition:         transform .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
         -o-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
}

.btn-menu:before
{
    content: '';
    -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
       -moz-transition:    -moz-transform .3s cubic-bezier(.165, .84, .44, 1);
        -ms-transition:     -ms-transform .3s cubic-bezier(.165, .84, .44, 1);
         -o-transition:      -o-transform .3s cubic-bezier(.165, .84, .44, 1);
            transition:         transform .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translate3d(-50%, -200%, 0);
       -moz-transform: translate3d(-50%, -200%, 0);
        -ms-transform: translate3d(-50%, -200%, 0);
         -o-transform: translate3d(-50%, -200%, 0);
            transform: translate3d(-50%, -200%, 0);
}

.btn-menu:after
{
    content: '';
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
       -moz-transition:    -moz-transform .3s cubic-bezier(.25, .46, .45, .94);
        -ms-transition:     -ms-transform .3s cubic-bezier(.25, .46, .45, .94);
         -o-transition:      -o-transform .3s cubic-bezier(.25, .46, .45, .94);
            transition:         transform .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translate3d(-50%, 200%, 0);
       -moz-transform: translate3d(-50%, 200%, 0);
        -ms-transform: translate3d(-50%, 200%, 0);
         -o-transform: translate3d(-50%, 200%, 0);
            transform: translate3d(-50%, 200%, 0);
}

#modal
{
    position: fixed;
    z-index: 100;
    top: -99999px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
       -moz-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
        -ms-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
         -o-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
            transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-animation: fade-out-top .3s cubic-bezier(.55, .085, .68, .53);
       -moz-animation: fade-out-top .3s cubic-bezier(.55, .085, .68, .53);
        -ms-animation: fade-out-top .3s cubic-bezier(.55, .085, .68, .53);
         -o-animation: fade-out-top .3s cubic-bezier(.55, .085, .68, .53);
            animation: fade-out-top .3s cubic-bezier(.55, .085, .68, .53);
    opacity: 0;
    background: rgba(0,0,0,0);
}

#modal.immediate
{
    -webkit-transition-duration: 1ms !important;
       -moz-transition-duration: 1ms !important;
        -ms-transition-duration: 1ms !important;
         -o-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
       -moz-animation-duration: 1ms !important;
        -ms-animation-duration: 1ms !important;
         -o-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
}

#modal > div
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

#modal > div > div
{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translate3d(0, -50%, 0);
       -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
         -o-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
}

#modal > div > div > div
{
    position: relative;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
       -moz-transition: opacity .3s, -moz-transform .3s;
        -ms-transition: opacity .3s, -ms-transform .3s;
         -o-transition: opacity .3s, -o-transform .3s;
            transition: opacity .3s, transform .3s;
    background: rgba(245,245,245,.9);
}

#modal > div > div > div > a
{
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: url('/2019/common/images/icon_close.svg') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

#modal > div > div.state-ready > div
{
    -webkit-transform: scale(.75);
       -moz-transform: scale(.75);
        -ms-transform: scale(.75);
         -o-transform: scale(.75);
            transform: scale(.75);
    opacity: 0;
}

[data-num]
{
    position: relative;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

[data-num][data-num='1']
{
    background-image: url('/2019/common/images/icon_01.svg');
}

[data-num][data-num='2']
{
    background-image: url('/2019/common/images/icon_02.svg');
}

[data-num][data-num='3']
{
    background-image: url('/2019/common/images/icon_03.svg');
}

[data-num][data-num='4']
{
    background-image: url('/2019/common/images/icon_04.svg');
}

[data-num][data-num='5']
{
    background-image: url('/2019/common/images/icon_05.svg');
}

[data-num][data-num='6']
{
    background-image: url('/2019/common/images/icon_06.svg');
}

#carousel
{
    position: relative;
    overflow: hidden;
    background: #fff;
}

#carousel > div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    touch-action: none;
}

#carousel > div > ul:nth-of-type(1)
{
    position: relative;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#carousel > div > ul:nth-of-type(1) li
{
    position: absolute;
    top: -99999px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#carousel > div > ul:nth-of-type(1) li.active
{
    top: 0;
}

#carousel > div > ul:nth-of-type(1) li a
{
    display: block;
    height: 100%;
}

#carousel > div > ul:nth-of-type(1) li img
{
    width: 100.5%;
    height: 100.5%;
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#carousel > div > ul:nth-of-type(1) li img.ready
{
    opacity: 0;
}

body.state-drawer .btn-menu i
{
    -webkit-transition: -webkit-transform .45s cubic-bezier(.39, .575, .565, 1), opacity .45s cubic-bezier(.39, .575, .565, 1);
       -moz-transition:    -moz-transform .45s cubic-bezier(.39, .575, .565, 1), opacity .45s cubic-bezier(.39, .575, .565, 1);
        -ms-transition:     -ms-transform .45s cubic-bezier(.39, .575, .565, 1), opacity .45s cubic-bezier(.39, .575, .565, 1);
         -o-transition:      -o-transform .45s cubic-bezier(.39, .575, .565, 1), opacity .45s cubic-bezier(.39, .575, .565, 1);
            transition:         transform .45s cubic-bezier(.39, .575, .565, 1), opacity .45s cubic-bezier(.39, .575, .565, 1);
    -webkit-transform: translate3d(-50%, 0, 0) rotateZ(270deg);
       -moz-transform: translate3d(-50%, 0, 0) rotateZ(270deg);
        -ms-transform: translate3d(-50%, 0, 0) rotateZ(270deg);
         -o-transform: translate3d(-50%, 0, 0) rotateZ(270deg);
            transform: translate3d(-50%, 0, 0) rotateZ(270deg);
    opacity: 0;
}

body.state-drawer .btn-menu:before
{
    -webkit-transition: -webkit-transform .45s cubic-bezier(.39, .575, .565, 1);
       -moz-transition:    -moz-transform .45s cubic-bezier(.39, .575, .565, 1);
        -ms-transition:     -ms-transform .45s cubic-bezier(.39, .575, .565, 1);
         -o-transition:      -o-transform .45s cubic-bezier(.39, .575, .565, 1);
            transition:         transform .45s cubic-bezier(.39, .575, .565, 1);
    -webkit-transform: translate3d(-50%, 0, 0) rotateZ(225deg);
       -moz-transform: translate3d(-50%, 0, 0) rotateZ(225deg);
        -ms-transform: translate3d(-50%, 0, 0) rotateZ(225deg);
         -o-transform: translate3d(-50%, 0, 0) rotateZ(225deg);
            transform: translate3d(-50%, 0, 0) rotateZ(225deg);
}

body.state-drawer .btn-menu:after
{
    -webkit-transition: -webkit-transform .45s cubic-bezier(.39, .575, .565, 1);
       -moz-transition:    -moz-transform .45s cubic-bezier(.39, .575, .565, 1);
        -ms-transition:     -ms-transform .45s cubic-bezier(.39, .575, .565, 1);
         -o-transition:      -o-transform .45s cubic-bezier(.39, .575, .565, 1);
            transition:         transform .45s cubic-bezier(.39, .575, .565, 1);
    -webkit-transform: translate3d(-50%, 0, 0) rotateZ(315deg);
       -moz-transform: translate3d(-50%, 0, 0) rotateZ(315deg);
        -ms-transform: translate3d(-50%, 0, 0) rotateZ(315deg);
         -o-transform: translate3d(-50%, 0, 0) rotateZ(315deg);
            transform: translate3d(-50%, 0, 0) rotateZ(315deg);
}

body.state-drawer nav[role='global']
{
    -webkit-transition: opacity .45s;
       -moz-transition: opacity .45s;
        -ms-transition: opacity .45s;
         -o-transition: opacity .45s;
            transition: opacity .45s;
    -webkit-animation: none;
       -moz-animation: none;
        -ms-animation: none;
         -o-animation: none;
            animation: none;
    opacity: 1;
}

body.state-modal #modal
{
    top: 0;
    -webkit-transition: opacity .45s;
       -moz-transition: opacity .45s;
        -ms-transition: opacity .45s;
         -o-transition: opacity .45s;
            transition: opacity .45s;
    -webkit-animation: none;
       -moz-animation: none;
        -ms-animation: none;
         -o-animation: none;
            animation: none;
    opacity: 1;
}

header[role='global']
{
    position: fixed;
    z-index: 51;
    top: 0;
    left: 0;
    display: -webkit-box;
    display:    -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         box;
    display:         flex;
    width: 100%;
    background: rgba(255,255,255,.93);
}

header[role='global'].pre > div ul
{
    display: none !important;
}

header[role='global'].pre ~ nav[role='global'] > div ul:nth-child(1)
{
    display: none !important;
}

header[role='global'] > div
{
    position: relative;
    display: -webkit-box;
    display:    -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         box;
    display:         flex;
    margin: 0 auto;

    -webkit-box-pack: end;
       -moz-box-pack: end;
         -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
         -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}

header[role='global'] > div h1
{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

header[role='global'] > div h1 a
{
    display: -webkit-box;
    display:    -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         box;
    display:         flex;

    -webkit-box-align: center;
       -moz-box-align: center;
         -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}

header[role='global'] > div h1 a img
{
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

nav[role='global']
{
    position: fixed;
    z-index: 50;
    top: -99999px;
    left: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
       -moz-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
        -ms-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
         -o-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
            transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0;
    background: rgba(255,255,255,.93);
}

nav[role='global'] > div ul:nth-child(2) > li a dl dd
{
    position: relative;
}

nav[role='global'] > div ul:nth-child(2) > li a dl dd img
{
    position: absolute;
    bottom: 0;
}

nav[role='global'] > div ul:nth-child(2) > li a dl dt
{
    line-height: 1.2;
    text-align: center;
}

footer[role='global']
{
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

footer[role='global'] > *
{
    display: -webkit-box;
    display:    -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         box;
    display:         flex;

    -webkit-box-lines: multiple;
       -moz-box-lines: multiple;
         -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
         -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

footer[role='global'] > *:nth-child(2n)
{
    background: rgba(245,245,245,.8);
}

footer[role='global'] > *:nth-child(2n+1)
{
    color: #fff;
    background: rgba(8,10,22,.75);
}

footer[role='global'] > * h3
{
    width: 100%;
    text-align: center;
}

footer[role='global'] > * h4
{
    width: 100%;
    text-align: center;
}

footer[role='global'] #info dl dt
{
    letter-spacing: .02em;
}

footer[role='global'] #info dl dt span
{
    display: block;
}

footer[role='global'] #info dl dt i
{
    position: relative;
    display: block;
}

footer[role='global'] #info dl dt i img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer[role='global'] aside p
{
    width: 100%;
    letter-spacing: .02em;
}

footer[role='global'] aside a
{
    position: relative;
    display: block;
}

footer[role='global'] aside a img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer[role='global'] #share a
{
    position: relative;
    display: block;
    cursor: pointer;
}

footer[role='global'] #share a img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer[role='global'] > div:last-child a
{
    display: block;
}

footer[role='global'] > div:last-child small
{
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: .01em;
}

ul[role='local'] li a
{
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 50%;
    background: #ff4000;
}

ul[role='local'] li a:before
{
    position: absolute;
    top: 50%;
    content: '';
    background-image: url('../images/icon_arrow_w.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

ul[role='local'] li:nth-child(1) a
{
    left: 0;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

ul[role='local'] li:nth-child(1) a:before
{
    right: 25%;
    -webkit-transform: translate(30%, -50%) rotate(90deg);
       -moz-transform: translate(30%, -50%) rotate(90deg);
        -ms-transform: translate(30%, -50%) rotate(90deg);
         -o-transform: translate(30%, -50%) rotate(90deg);
            transform: translate(30%, -50%) rotate(90deg);
}

ul[role='local'] li:nth-child(2) a
{
    right: 0;
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
         -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

ul[role='local'] li:nth-child(2) a:before
{
    left: 25%;
    -webkit-transform: translate(-30%, -50%) rotate(-90deg);
       -moz-transform: translate(-30%, -50%) rotate(-90deg);
        -ms-transform: translate(-30%, -50%) rotate(-90deg);
         -o-transform: translate(-30%, -50%) rotate(-90deg);
            transform: translate(-30%, -50%) rotate(-90deg);
}

#page
{
    position: relative;
}

.ua-desktop .btn-permeate
{
    -webkit-transition: opacity .15s .05s;
       -moz-transition: opacity .15s .05s;
        -ms-transition: opacity .15s .05s;
         -o-transition: opacity .15s .05s;
            transition: opacity .15s .05s;
}

.ua-desktop .btn-permeate:hover
{
    -webkit-transition: opacity .15s;
       -moz-transition: opacity .15s;
        -ms-transition: opacity .15s;
         -o-transition: opacity .15s;
            transition: opacity .15s;
    opacity: .7;
}

.ua-desktop .btn-primary
{
    -webkit-transition: background .15s ease .05s;
       -moz-transition: background .15s ease .05s;
        -ms-transition: background .15s ease .05s;
         -o-transition: background .15s ease .05s;
            transition: background .15s ease .05s;
}

.ua-desktop .btn-primary:hover
{
    -webkit-transition: background .15s;
       -moz-transition: background .15s;
        -ms-transition: background .15s;
         -o-transition: background .15s;
            transition: background .15s;
    background: rgba(245,245,245,.2);
}

.ua-desktop .btn-tertiary
{
    -webkit-transition: background .15s ease .05s;
       -moz-transition: background .15s ease .05s;
        -ms-transition: background .15s ease .05s;
         -o-transition: background .15s ease .05s;
            transition: background .15s ease .05s;
}

.ua-desktop .btn-tertiary:hover
{
    -webkit-transition: background .15s;
       -moz-transition: background .15s;
        -ms-transition: background .15s;
         -o-transition: background .15s;
            transition: background .15s;
    background: rgba(245,245,245,.1);
}

.ua-desktop header[role='global'] > div ul li a
{
    -webkit-transition: color .15s .05s;
       -moz-transition: color .15s .05s;
        -ms-transition: color .15s .05s;
         -o-transition: color .15s .05s;
            transition: color .15s .05s;
}

.ua-desktop header[role='global'] > div ul li a:hover
{
    -webkit-transition: color .15s;
       -moz-transition: color .15s;
        -ms-transition: color .15s;
         -o-transition: color .15s;
            transition: color .15s;
    color: #ff4000;
}

.ua-desktop nav[role='global'] > div ul:nth-child(2) li a:hover dl dd img
{
    -webkit-transition: opacity .15s;
       -moz-transition: opacity .15s;
        -ms-transition: opacity .15s;
         -o-transition: opacity .15s;
            transition: opacity .15s;
    opacity: .7;
}

.ua-desktop nav[role='global'] > div ul:nth-child(2) li a:hover dl dt
{
    -webkit-transition: color .15s;
       -moz-transition: color .15s;
        -ms-transition: color .15s;
         -o-transition: color .15s;
            transition: color .15s;
    color: #ff4000;
}

.ua-desktop nav[role='global'] > div ul:nth-child(2) li a dl dd img
{
    -webkit-transition: opacity .15s .05s;
       -moz-transition: opacity .15s .05s;
        -ms-transition: opacity .15s .05s;
         -o-transition: opacity .15s .05s;
            transition: opacity .15s .05s;
}

.ua-desktop nav[role='global'] > div ul:nth-child(2) li a dl dt
{
    -webkit-transition: color .15s .05s;
       -moz-transition: color .15s .05s;
        -ms-transition: color .15s .05s;
         -o-transition: color .15s .05s;
            transition: color .15s .05s;
}

.ua-desktop nav[role='global'] > div ul:nth-child(3) li a
{
    position: relative;
    -webkit-transition: color .15s .05s;
       -moz-transition: color .15s .05s;
        -ms-transition: color .15s .05s;
         -o-transition: color .15s .05s;
            transition: color .15s .05s;
}

.ua-desktop nav[role='global'] > div ul:nth-child(3) li a:hover
{
    -webkit-transition: color .15s;
       -moz-transition: color .15s;
        -ms-transition: color .15s;
         -o-transition: color .15s;
            transition: color .15s;
    color: #ff4000;
}

.ua-desktop nav[role='global'] > div ul:nth-child(3) li a:hover:after
{
    bottom: -3px;
    -webkit-transition: opacity .15s, bottom .15s;
       -moz-transition: opacity .15s, bottom .15s;
        -ms-transition: opacity .15s, bottom .15s;
         -o-transition: opacity .15s, bottom .15s;
            transition: opacity .15s, bottom .15s;
    opacity: 1;
}

.ua-desktop nav[role='global'] > div ul:nth-child(3) li a:after
{
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transition: opacity .15s .05s, bottom .15s .05s;
       -moz-transition: opacity .15s .05s, bottom .15s .05s;
        -ms-transition: opacity .15s .05s, bottom .15s .05s;
         -o-transition: opacity .15s .05s, bottom .15s .05s;
            transition: opacity .15s .05s, bottom .15s .05s;
    opacity: 0;
    background: #ff4000;
}

.ua-desktop ul[role='local'] li a
{
    -webkit-transition: -webkit-transform .15s .05s;
       -moz-transition:    -moz-transform .15s .05s;
        -ms-transition:     -ms-transform .15s .05s;
         -o-transition:      -o-transform .15s .05s;
            transition:         transform .15s .05s;
}

.ua-desktop ul[role='local'] li a:hover
{
    -webkit-transition: -webkit-transform .15s;
       -moz-transition:    -moz-transform .15s;
        -ms-transition:     -ms-transform .15s;
         -o-transition:      -o-transform .15s;
            transition:         transform .15s;
}

.ua-desktop ul[role='local'] li:nth-child(1) a:hover
{
    -webkit-transform: translate(-57.14%, -50%);
       -moz-transform: translate(-57.14%, -50%);
        -ms-transform: translate(-57.14%, -50%);
         -o-transform: translate(-57.14%, -50%);
            transform: translate(-57.14%, -50%);
}

.ua-desktop ul[role='local'] li:nth-child(2) a:hover
{
    -webkit-transform: translate(57.14%, -50%);
       -moz-transform: translate(57.14%, -50%);
        -ms-transform: translate(57.14%, -50%);
         -o-transform: translate(57.14%, -50%);
            transform: translate(57.14%, -50%);
}/* .wf-loading
  body
    visibility hidden */@media screen
{
    [hidden~=screen]
    {
        display: inherit;
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target)
    {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

@media all and (min-width: 641px)
{
    .device-sp
    {
        display: none;
    }

    .btn-primary
    {
        font-size: 17px;
        padding: 5.5px 23px;
        border: 1px #f5f5f5 solid;
        border-radius: 5px;
    }

    .btn-primary.lesser
    {
        font-size: 14px;
        width: 160px;
        padding: 5.5px 0;
    }

    .btn-secondary
    {
        font-size: 14px;
        width: 160px;
        padding: 5.5px 0;
        border: 1px #080a16 solid;
        border-radius: 5px;
    }

    .btn-secondary.more
    {
        font-size: 17px;
        width: 160px;
        padding: 5.5px 0;
    }

    .btn-tertiary
    {
        font-size: 15px;
        width: 280px;
        margin: 0 auto;
        padding: 9.5px 0;
        border: 2px #fff solid;
        border-radius: 5px;
    }

    .btn-cart
    {
        font-size: 17px;
        width: 160px;
        padding: 6.5px 0;
        cursor: pointer;
        border-radius: 5px;
    }

    .btn-cart:before
    {
        width: 30px;
        padding-top: 20px;
    }

    .btn-menu
    {
        right: -.42em;
        width: 2.08em;
        cursor: pointer;
    }

    .btn-menu:before,
    .btn-menu:after,
    .btn-menu i
    {
        width: 60%;
        height: .17em;
        margin-top: -.08em;
    }

    #ref
    {
        width: 0;
        height: 0;
    }

    #modal > div > div
    {
        width: 554px;
    }

    #modal > div > div > div
    {
        padding: 45px 50px 95px;
    }

    #modal > div > div > div p
    {
        font-size: 15px;
        letter-spacing: .02em;
    }

    #modal > div > div > div > a
    {
        bottom: 15px;
        width: 41px;
        padding-top: 41px;
        cursor: pointer;
    }

    [data-num]
    {
        width: 51px;
        padding-top: 27px;
    }

    body
    {
        font-size: 24px;
        min-width: 1100px;
    }

    body.state-drawer nav[role='global']
    {
        top: 2.08em;
    }

    header[role='global']
    {
        min-width: 1100px;
    }

    header[role='global'] > div
    {
        width: 1000px;
        min-height: 2.08em;
        padding-right: 3.46em;
    }

    header[role='global'] > div h1
    {
        width: 4.96em;
    }

    header[role='global'] > div ul
    {
        display: -webkit-box;
        display:    -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         box;
        display:         flex;
    }

    header[role='global'] > div ul li
    {
        font-size: 13px;
    }

    header[role='global'] > div ul li + li
    {
        margin-left: 3.08em;
    }

    header[role='global'] > div ul li a
    {
        line-height: 1.2;
        color: #3c3736;
    }

    nav[role='global']
    {
        min-width: 1100px;
        max-height: calc(100% - 2.08em);
        -webkit-animation: fade-out-pc .3s cubic-bezier(.55, .085, .68, .53);
           -moz-animation: fade-out-pc .3s cubic-bezier(.55, .085, .68, .53);
            -ms-animation: fade-out-pc .3s cubic-bezier(.55, .085, .68, .53);
             -o-animation: fade-out-pc .3s cubic-bezier(.55, .085, .68, .53);
                animation: fade-out-pc .3s cubic-bezier(.55, .085, .68, .53);
    }

    nav[role='global'] > div
    {
        display: -webkit-box;
        display:    -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         box;
        display:         flex;
        padding: 15px 0;

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

    nav[role='global'] > div ul:nth-child(1)
    {
        display: none;
    }

    nav[role='global'] > div ul:nth-child(2)
    {
        display: -webkit-box;
        display:    -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         box;
        display:         flex;
        width: 600px;
        padding: 10px 20px 20px 0;
        border-right: 1px dashed #a0a0a0;

        -webkit-box-lines: multiple;
           -moz-box-lines: multiple;
             -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    nav[role='global'] > div ul:nth-child(2) li
    {
        width: 25%;
        padding: 0 10px;
    }

    nav[role='global'] > div ul:nth-child(2) li:nth-child(4n) ~ li
    {
        padding-top: 20px;
    }

    nav[role='global'] > div ul:nth-child(2) li:nth-child(4n) ~ li a dl dd
    {
        padding-top: 108px;
    }

    nav[role='global'] > div ul:nth-child(2) li:nth-child(8n) ~ li a dl dd
    {
        padding-top: 85px;
    }

    nav[role='global'] > div ul:nth-child(2) li a
    {
        display: block;
        margin: 0 auto;
    }

    nav[role='global'] > div ul:nth-child(2) li a dl dd
    {
        padding-top: 112px;
    }

    nav[role='global'] > div ul:nth-child(2) li a dl dd img
    {
        left: 50%;
        width: calc(100% - 15px);
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }

    nav[role='global'] > div ul:nth-child(2) li a dl dt
    {
        font-size: 12px;
        margin-top: .42em;
    }

    nav[role='global'] > div ul:nth-child(3)
    {
        width: 200px;
        padding: 30px 0 0 40px;
    }

    nav[role='global'] > div ul:nth-child(3) li + li
    {
        padding-top: 30px;
    }

    nav[role='global'] > div ul:nth-child(3) li a
    {
        font-size: 14px;
        line-height: 1;
        display: table;
        white-space: nowrap;
    }

    footer[role='global'] > * h3
    {
        font-size: 20px;
    }

    footer[role='global'] > * h4
    {
        font-size: 19px;
    }

    footer[role='global'] #info
    {
        padding: 69px 0 67px;
    }

    footer[role='global'] #info dl
    {
        width: 550px;
        padding-top: 23px;
    }

    footer[role='global'] #info dl + dl
    {
        width: 450px;
    }

    footer[role='global'] #info dl dt span
    {
        font-size: 18px;
        line-height: 2.33;
    }

    footer[role='global'] #info dl dt span small
    {
        font-size: 17px;
    }

    footer[role='global'] #info dl dt i
    {
        width: 52px;
        padding-top: 46px;
    }

    footer[role='global'] #info dl dd
    {
        font-size: 14px;
        line-height: 1.86;
        padding-top: 5px;
    }

    footer[role='global'] aside
    {
        padding: 62px 0 70px;
    }

    footer[role='global'] aside p
    {
        font-size: 15px;
        padding-bottom: 52px;
        text-align: center;
    }

    footer[role='global'] aside a
    {
        width: 82px;
        padding-top: 73px;
    }

    footer[role='global'] aside a + a
    {
        margin-left: 181px;
    }

    footer[role='global'] #share
    {
        padding: 68px 0 76px;
    }

    footer[role='global'] #share h4
    {
        padding-bottom: 52px;
    }

    footer[role='global'] #share a
    {
        width: 60px;
        padding-top: 60px;
    }

    footer[role='global'] #share a + a
    {
        margin-left: 63px;
    }

    footer[role='global'] > div:last-child
    {
        padding: 58px 0 50px;
    }

    footer[role='global'] > div:last-child a
    {
        font-size: 17px;
        line-height: 1.71;
        letter-spacing: .02em;
    }

    footer[role='global'] > div:last-child a + a
    {
        margin-left: 3.04em;
    }

    footer[role='global'] > div:last-child small
    {
        font-size: 13px;
        line-height: 2.23;
        padding-top: 44px;
    }

    ul[role='local'] li a
    {
        width: 70px;
        padding-top: 70px;
        cursor: pointer;
    }

    ul[role='local'] li a:before
    {
        width: 27px;
        padding-top: 27px;
    }

    #page
    {
        padding-top: 2.08em;
    }
}

@media screen and (max-width: 640px)
{
    .device-pc
    {
        display: none;
    }

    .btn-primary
    {
        font-size: 91.67%;
        margin: 0 auto;
        padding: .57em 1.59em;
        letter-spacing: 0;
        border: .1em #f5f5f5 solid;
        border-radius: .23em;
    }

    .btn-primary.lesser
    {
        font-size: 83.33%;
        width: 12em;
        padding: .33em 0;
        border: .1em #f5f5f5 solid;
        border-radius: .25em;
    }

    .btn-secondary
    {
        font-size: 83.33%;
        width: 12em;
        margin: 0 auto;
        padding: .33em 0;
        border: .1em #080a16 solid;
        border-radius: .25em;
    }

    .btn-secondary.more
    {
        font-size: 106.25%;
        width: 9.41em;
        padding: .33em 0;
        border: .08em #080a16 solid;
        border-radius: .2em;
    }

    .btn-tertiary
    {
        font-size: 108.33%;
        width: 18.46em;
        margin: 0 auto;
        padding: .58em 0;
        border: .16em #fff solid;
        border-radius: .39em;
    }

    .btn-cart
    {
        font-size: 106.25%;
        width: 9.41em;
        padding: .37em 0;
        border-radius: .2em;
    }

    .btn-cart:before
    {
        width: 1.73em;
        padding-top: 1.18em;
    }

    .btn-menu
    {
        right: -1.12em;
        width: 3.75em;
    }

    .btn-menu:before,
    .btn-menu:after,
    .btn-menu i
    {
        width: 40%;
        height: .25em;
        margin-top: -.12em;
    }

    #ref
    {
        height: 100vh;
    }

    #modal > a
    {
        top: 1.67em;
        right: 6.25%;
        width: 7.5%;
        padding-top: 7.5%;
    }

    #modal > div > div
    {
        width: 87.5%;
    }

    #modal > div > div > div
    {
        padding: 7.14% 8.93% 28.57%;
    }

    #modal > div > div > div p
    {
        font-size: 87.5%;
        letter-spacing: .02em;
    }

    #modal > div > div > div > a
    {
        bottom: 2.29em;
        width: 13.26%;
        padding-top: 13.26%;
    }

    [data-num]
    {
        width: 2.13em;
        padding-top: 1.13em;
    }

    body
    {
        font-size: 3.75vw;
    }

    body.state-drawer nav[role='global']
    {
        top: 3.75em;
    }

    header[role='global']
    {
        -webkit-transform: translate3d(0, 0, 0) !important;
           -moz-transform: translate3d(0, 0, 0) !important;
            -ms-transform: translate3d(0, 0, 0) !important;
             -o-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important;
    }

    header[role='global'] > div
    {
        width: 87.5%;
        min-height: 3.75em;
    }

    header[role='global'] > div h1
    {
        width: 9.17em;
    }

    header[role='global'] > div ul
    {
        display: none;
    }

    nav[role='global']
    {
        height: calc(100% - 3.75em);
        -webkit-transform: translate3d(0, 0, 0) !important;
           -moz-transform: translate3d(0, 0, 0) !important;
            -ms-transform: translate3d(0, 0, 0) !important;
             -o-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important;
        -webkit-animation: fade-out-sp .3s cubic-bezier(.55, .085, .68, .53);
           -moz-animation: fade-out-sp .3s cubic-bezier(.55, .085, .68, .53);
            -ms-animation: fade-out-sp .3s cubic-bezier(.55, .085, .68, .53);
             -o-animation: fade-out-sp .3s cubic-bezier(.55, .085, .68, .53);
                animation: fade-out-sp .3s cubic-bezier(.55, .085, .68, .53);
    }

    nav[role='global'] > div ul
    {
        display: -webkit-box;
        display:    -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         box;
        display:         flex;

        -webkit-box-lines: multiple;
           -moz-box-lines: multiple;
             -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    nav[role='global'] > div ul:nth-child(1) li
    {
        width: 50%;
        text-align: center;
        border-top: .09em solid #dfdfdf;
    }

    nav[role='global'] > div ul:nth-child(1) li:nth-child(2n+1)
    {
        border-right: .09em solid #dfdfdf;
    }

    nav[role='global'] > div ul:nth-child(1) li a
    {
        font-size: 108.33%;
        line-height: 3.46;
        display: block;
        white-space: nowrap;
    }

    nav[role='global'] > div ul:nth-child(2)
    {
        padding: 4.69% 0 7.81%;
        border-top: .09em solid #dfdfdf;
        border-bottom: .09em solid #dfdfdf;
    }

    nav[role='global'] > div ul:nth-child(2):before
    {
        font-family: a-otf-midashi-go-mb31-pr6n, 'Hiragino Kaku Gothic ProN', meiryo, 'M+ 1p', sans-serif;
        font-size: 133.33%;
        line-height: 1;
        width: 100%;
        padding-bottom: 9.38%;
        content: '繝ｩ繧､繝ｳ繝翫ャ繝�';
        text-align: center;
    }

    nav[role='global'] > div ul:nth-child(2) li
    {
        width: 33.33%;
        padding: 0 3.13%;
    }

    nav[role='global'] > div ul:nth-child(2) li:nth-child(3n) ~ li
    {
        padding-top: 6.25%;
    }

    nav[role='global'] > div ul:nth-child(2) li:nth-child(3n) ~ li a dl dd
    {
        padding-top: 96.83%;
    }

    nav[role='global'] > div ul:nth-child(2) li:nth-child(6n) ~ li a dl dd
    {
        padding-top: 87.3%;
    }

    nav[role='global'] > div ul:nth-child(2) li:nth-child(9n) ~ li a dl dd
    {
        padding-top: 77.14%;
    }

    nav[role='global'] > div ul:nth-child(2) li a
    {
        display: block;
    }

    nav[role='global'] > div ul:nth-child(2) li a dl dd
    {
        padding-top: 101.59%;
    }

    nav[role='global'] > div ul:nth-child(2) li a dl dd img
    {
        left: 0;
        width: 100%;
    }

    nav[role='global'] > div ul:nth-child(2) li a dl dt
    {
        margin-top: .42em;
    }

    nav[role='global'] > div ul:nth-child(3)
    {
        border-bottom: .09em solid #dfdfdf;
    }

    nav[role='global'] > div ul:nth-child(3) li
    {
        width: 50%;
        text-align: center;
        border-bottom: .09em solid #dfdfdf;
    }

    nav[role='global'] > div ul:nth-child(3) li + li
    {
        padding-top: 0;
    }

    nav[role='global'] > div ul:nth-child(3) li:nth-child(2n+1)
    {
        border-right: .09em solid #dfdfdf;
    }

    nav[role='global'] > div ul:nth-child(3) li:nth-child(2n+1):last-child,
    nav[role='global'] > div ul:nth-child(3) li:nth-child(2n+1):nth-last-child(2)
    {
        border-bottom: none;
    }

    nav[role='global'] > div ul:nth-child(3) li:nth-child(2n):last-child
    {
        border-bottom: none;
    }

    nav[role='global'] > div ul:nth-child(3) li a
    {
        font-size: 108.33%;
        line-height: 3.46;
        display: block;
        white-space: nowrap;
    }

    footer[role='global'] > * h3
    {
        font-size: 112.5%;
    }

    footer[role='global'] > * h4
    {
        font-size: 104.17%;
    }

    footer[role='global'] #info
    {
        display: block;
        padding: 6.25% 0 6.88%;
    }

    footer[role='global'] #info dl
    {
        padding: 6.79% 6.25% 0;
    }

    footer[role='global'] #info dl + dl
    {
        padding-top: 6.25%;
    }

    footer[role='global'] #info dl dt span
    {
        font-size: 112.5%;
        line-height: 1.48;
        padding-top: 2.5%;
        text-align: center;
    }

    footer[role='global'] #info dl dt span small
    {
        font-size: 77.78%;
        line-height: 1.9;
        display: block;
    }

    footer[role='global'] #info dl dt i
    {
        width: 18.57%;
        margin: 0 auto;
        padding-top: 16.43%;
    }

    footer[role='global'] #info dl dd
    {
        font-size: 104.17%;
        line-height: 1.8;
        padding-top: 4.11%;
        letter-spacing: .02em;
    }

    footer[role='global'] aside
    {
        padding: 7.03% 0 8.13%;
    }

    footer[role='global'] aside p
    {
        font-size: 104.17%;
        line-height: 1.8;
        padding: 0 6.25% 7.03%;
    }

    footer[role='global'] aside a
    {
        width: 21.09%;
        padding-top: 18.59%;
    }

    footer[role='global'] aside a + a
    {
        margin-left: 7.92em;
    }

    footer[role='global'] #share
    {
        padding: 5.63% 0 8.59%;
    }

    footer[role='global'] #share h4
    {
        padding-bottom: 6.25%;
    }

    footer[role='global'] #share a
    {
        width: 10.94%;
        padding-top: 10.94%;
    }

    footer[role='global'] #share a + a
    {
        margin-left: 2.63em;
    }

    footer[role='global'] > div:last-child
    {
        padding: 12.81% 0 7.03%;
    }

    footer[role='global'] > div:last-child a
    {
        line-height: 1.51;
    }

    footer[role='global'] > div:last-child a + a
    {
        margin-left: 2.05em;
    }

    footer[role='global'] > div:last-child a + a + a
    {
        margin: 1.67em 0 0;
    }

    footer[role='global'] > div:last-child small
    {
        font-size: 87.5%;
        line-height: 1.73;
        padding-top: 10.94%;
    }

    ul[role='local'] li a
    {
        width: 13.67%;
        padding-top: 13.67%;
    }

    ul[role='local'] li a:before
    {
        width: 38.57%;
        padding-top: 38.57%;
    }

    #page
    {
        padding-top: 3.75em;
    }
}

@media screen and (max-width: 640px) and (orientation: portrait)
{
    #ref
    {
        width: 1px;
    }
}

@media screen and (max-width: 640px) and (orientation: landscape)
{
    #ref
    {
        width: 0;
    }
}

@-moz-keyframes fade-out-top
{
    0%
    {
        top: 0;
    }

    99%
    {
        top: 0;
    }

    100%
    {
        top: -99999px;
    }
}

@-webkit-keyframes fade-out-top
{
    0%
    {
        top: 0;
    }

    99%
    {
        top: 0;
    }

    100%
    {
        top: -99999px;
    }
}

@-o-keyframes fade-out-top
{
    0%
    {
        top: 0;
    }

    99%
    {
        top: 0;
    }

    100%
    {
        top: -99999px;
    }
}

@keyframes fade-out-top
{
    0%
    {
        top: 0;
    }

    99%
    {
        top: 0;
    }

    100%
    {
        top: -99999px;
    }
}

@-moz-keyframes fade-out-pc
{
    0%
    {
        top: 2.08em;
    }

    99%
    {
        top: 2.08em;
    }

    100%
    {
        top: -99999px;
    }
}

@-webkit-keyframes fade-out-pc
{
    0%
    {
        top: 2.08em;
    }

    99%
    {
        top: 2.08em;
    }

    100%
    {
        top: -99999px;
    }
}

@-o-keyframes fade-out-pc
{
    0%
    {
        top: 2.08em;
    }

    99%
    {
        top: 2.08em;
    }

    100%
    {
        top: -99999px;
    }
}

@keyframes fade-out-pc
{
    0%
    {
        top: 2.08em;
    }

    99%
    {
        top: 2.08em;
    }

    100%
    {
        top: -99999px;
    }
}

@-moz-keyframes fade-out-sp
{
    0%
    {
        top: 3.75em;
    }

    99%
    {
        top: 3.75em;
    }

    100%
    {
        top: -99999px;
    }
}

@-webkit-keyframes fade-out-sp
{
    0%
    {
        top: 3.75em;
    }

    99%
    {
        top: 3.75em;
    }

    100%
    {
        top: -99999px;
    }
}

@-o-keyframes fade-out-sp
{
    0%
    {
        top: 3.75em;
    }

    99%
    {
        top: 3.75em;
    }

    100%
    {
        top: -99999px;
    }
}

@keyframes fade-out-sp
{
    0%
    {
        top: 3.75em;
    }

    99%
    {
        top: 3.75em;
    }

    100%
    {
        top: -99999px;
    }
}

#caution {
  position: absolute;
  top: -99999px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  background: rgba(255,255,255,0.93);
  -webkit-animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#caution section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
}
#caution section div {
  letter-spacing: 0.01em;
}
#caution section div p strong {
  line-height: 1.76;
  font-weight: bold;
  display: block;
  margin-bottom: 1.76em;
}
#caution section div label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#caution section div label * {
  display: block;
}
#caution section div label span {
  line-height: 2.31;
  padding-left: 0.77em;
}
#caution section div ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#caution section div ul li a {
  display: block;
  cursor: pointer;
}
#caution section div ul li img {
  display: block;
  width: 100%;
}
body.state-drawer nav[role="global_aw"] {
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -ms-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
body.state-caution #caution {
  top: 0;
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -ms-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
header[role="global"].pre ~ nav[role="global_aw"] > div ul:nth-child(1) {
  display: none !important;
}
nav[role="global_aw"] {
  position: fixed;
  top: -99999px;
  left: 0;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  background: rgba(255,255,255,0.93);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
nav[role="global_aw"] a {
  color: #000;
}
nav[role="global_aw"] > div ul:nth-child(3) > li a dl dd {
  position: relative;
}
nav[role="global_aw"] > div ul:nth-child(3) > li a dl dd img {
  position: absolute;
  bottom: 0;
}
nav[role="global_aw"] > div ul:nth-child(3) > li a dl dt {
  line-height: 1.2;
  text-align: center;
}
@media all and (min-width: 641px) {
  #caution {
    min-width: 1100px;
  }
  #caution section div {
    width: 630px;
    padding-top: 55px;
  }
  #caution section div p {
    font-size: 15px;
    padding: 0 110px;
  }
  #caution section div p strong {
    font-size: 17px;
  }
  #caution section div label {
    padding-top: 20px;
  }
  #caution section div label span {
    font-size: 13px;
  }
  #caution section div ul {
    padding: 55px 0;
  }
  #caution section div ul li {
    width: 300px;
  }
  body.state-drawer nav[role="global_aw"] {
    top: 2.08em;
  }
  nav[role="global_aw"] {
    min-width: 1100px;
    max-height: calc(100% - 2.08em);
    -webkit-animation: fade-out-pc 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-animation: fade-out-pc 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-animation: fade-out-pc 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-animation: fade-out-pc 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation: fade-out-pc 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  nav[role="global_aw"] > div {
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  nav[role="global_aw"] > div ul:nth-child(1) {
    display: none;
  }
  nav[role="global_aw"] > div ul:nth-child(3) {
    width: 600px;
    padding: 10px 20px 20px 0;
    border-right: 1px dotted #000;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li {
    width: 25%;
    padding: 0 10px;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li:nth-child(4n) ~ li {
    padding-top: 20px;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li:nth-child(4n) ~ li a dl dd {
    padding-top: 108px;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li:nth-child(8n) ~ li a dl dd {
    padding-top: 85px;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li a {
    display: block;
    margin: 0 auto;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li a dl dd {
    padding-top: 112px;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li a dl dd img {
    width: calc(100% - 15px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  nav[role="global_aw"] > div ul:nth-child(3) li a dl dt {
    font-size: 12px;
    margin-top: 0.42em;
  }
  nav[role="global_aw"] > div ul:nth-child(2) {
    width: 200px;
    padding: 30px 0 0 40px;
  }
  nav[role="global_aw"] > div ul:nth-child(2) li + li {
    padding-top: 30px;
  }
  nav[role="global_aw"] > div ul:nth-child(2) li a {
    display: table;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  #caution section div {
    width: 87.5%;
    padding-top: 14.32%;
  }
  #caution section div p {
    font-size: 104.17%;
  }
  #caution section div p strong {
    font-size: 113.33%;
  }
  #caution section div label {
    padding-top: 20px;
  }
  #caution section div label span {
    font-size: 90.28%;
  }
  #caution section div ul {
    padding: 16.37% 0;
  }
  #caution section div ul li {
    width: 48.21%;
  }
  body.state-drawer nav[role="global_aw"] {
    top: 3.75em;
  }
  nav[role="global_aw"] {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    height: calc(100% - 3.75em);
    -webkit-animation: fade-out-sp 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-animation: fade-out-sp 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-animation: fade-out-sp 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-animation: fade-out-sp 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation: fade-out-sp 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  nav[role="global_aw"] > div ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav[role="global_aw"] > div ul:nth-child(1) li {
    width: 50%;
    text-align: center;
    border-top: 0.09em solid #000;
    border-bottom: 0.09em solid #000;
  }
  nav[role="global_aw"] > div ul:nth-child(1) li:nth-child(2n+1) {
    border-right: 0.09em solid #000;
  }
  nav[role="global_aw"] > div ul:nth-child(1) li a {
    display: block;
    font-size: 108.33%;
    line-height: 3.46;
    white-space: nowrap;
  }
  nav[role="global_aw"] > div ul:nth-child(3) {
    padding: 10.94% 0 7.81%;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li {
    width: 33.33%;
    padding: 0 3.13%;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li:nth-child(3n) ~ li {
    padding-top: 6.25%;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li:nth-child(3n) ~ li a dl dd {
    padding-top: 96.83%;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li:nth-child(6n) ~ li a dl dd {
    padding-top: 87.3%;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li:nth-child(9n) ~ li a dl dd {
    padding-top: 77.14%;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li a {
    display: block;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li a dl dd {
    padding-top: 101.59%;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li a dl dd img {
    width: 100%;
    left: 0;
  }
  nav[role="global_aw"] > div ul:nth-child(3) li a dl dt {
    margin-top: 0.42em;
  }
  nav[role="global_aw"] > div ul:nth-child(2) li {
    width: 50%;
    text-align: center;
    border-bottom: 0.09em dotted #000;
  }
  nav[role="global_aw"] > div ul:nth-child(2) li:nth-child(2n+1) {
    border-right: 0.09em dotted #000;
  }
  nav[role="global_aw"] > div ul:nth-child(2) li:nth-child(2n):last-child {
    border-bottom: none;
  }
  nav[role="global_aw"] > div ul:nth-child(2) li a {
    display: block;
    font-size: 108.33%;
    line-height: 3.46;
    white-space: nowrap;
  }
}
.ua-desktop nav[role="global_aw"] > div ul:nth-child(3) li a:hover dl dd img {
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0.7;
}
.ua-desktop nav[role="global_aw"] > div ul:nth-child(3) li a:hover dl dt {
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  transition: color 0.15s;
  color: #ff4000;
}
.ua-desktop nav[role="global_aw"] > div ul:nth-child(3) li a dl dd img {
  -webkit-transition: opacity 0.15s 0.05s;
  -moz-transition: opacity 0.15s 0.05s;
  -o-transition: opacity 0.15s 0.05s;
  -ms-transition: opacity 0.15s 0.05s;
  transition: opacity 0.15s 0.05s;
}
.ua-desktop nav[role="global_aw"] > div ul:nth-child(3) li a dl dt {
  -webkit-transition: color 0.15s 0.05s;
  -moz-transition: color 0.15s 0.05s;
  -o-transition: color 0.15s 0.05s;
  -ms-transition: color 0.15s 0.05s;
  transition: color 0.15s 0.05s;
}
.ua-desktop nav[role="global_aw"] > div ul:nth-child(2) li a {
  position: relative;
  -webkit-transition: color 0.15s 0.05s;
  -moz-transition: color 0.15s 0.05s;
  -o-transition: color 0.15s 0.05s;
  -ms-transition: color 0.15s 0.05s;
  transition: color 0.15s 0.05s;
}
.ua-desktop nav[role="global_aw"] > div ul:nth-child(2) li a:hover {
  color: #ff4000;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  transition: color 0.15s;
}
.ua-desktop nav[role="global_aw"] > div ul:nth-child(2) li a:hover:after {
  opacity: 1;
  bottom: -3px;
  -webkit-transition: opacity 0.15s, bottom 0.15s;
  -moz-transition: opacity 0.15s, bottom 0.15s;
  -o-transition: opacity 0.15s, bottom 0.15s;
  -ms-transition: opacity 0.15s, bottom 0.15s;
  transition: opacity 0.15s, bottom 0.15s;
}
.ua-desktop nav[role="global_aw"] > div ul:nth-child(2) li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: #ff4000;
  bottom: -4px;
  left: 0;
  -webkit-transition: opacity 0.15s 0.05s, bottom 0.15s 0.05s;
  -moz-transition: opacity 0.15s 0.05s, bottom 0.15s 0.05s;
  -o-transition: opacity 0.15s 0.05s, bottom 0.15s 0.05s;
  -ms-transition: opacity 0.15s 0.05s, bottom 0.15s 0.05s;
  transition: opacity 0.15s 0.05s, bottom 0.15s 0.05s;
}