@charset 'UTF-8';
@layer base, special;
@layer special
{
}
@layer base
{
}
.container-wrap
{
    container-type: inline-size;
    container-name: card-container;
}

@container card-container (max-width: 600px)
{
    .containe-inner
    {
        background: #000;
    }
}
a.itext
{
    width: auto !important;
    height: auto !important;
}

.annot,
section form h2.mail.title
{
    display: none !important;
}

::-moz-selection
{
    background-color: #d0d0ff;
}

::selection
{
    background-color: #d0d0ff;
}

*
{
        box-sizing: border-box;

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

li
{
    list-style: none;
}

html
{
    font-size: 62.5% !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font-weight: 400;
}

body
{
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;

    counter-reset: number 0;
    letter-spacing: .05em;
    word-wrap: break-word;

    color: #000;
}

.inner
{
    width: min(100% - 4rem, var(--width,1200px));

    margin-inline: auto;
}
.inner._large
{
    --width: 1400px;
}

#contents_wrap
{
    overflow: hidden;

    width: 100%;
    min-width: 100%;
}

#contents
{
    width: min(100% - 4rem, var(--width,1200px));
    padding-bottom: 100px;

    margin-inline: auto;
}
@media screen and (max-width: 834px)
{
    #contents
    {
        padding: 0 30px 50px;
    }
}
@media screen and (max-width: 640px)
{
    #contents
    {
        padding: 0 30px 50px;
    }
}

#main
{
    width: 100%;
}

#main #col_main
{
    width: 100%;
}

#side
{
    width: 18.75%;
}

.map
{
    margin: 56px 20px 0;
}

.map li
{
    margin: 0 0 15px;
    padding: 0 0 0 10px;

    list-style: none;

    text-align: left;

    border-left: 5px solid #ccc;
}

table
{
    table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    table
    {
        table-layout: fixed;
    }
}
.tlfix table
{
    table-layout: fixed;
}

table td
{
    margin-bottom: -1px !important;
}
table td img
{
    height: auto !important;
}

pre
{
    margin: 0;
    padding: 0;

    white-space: pre-line;
}

b,
strong
{
    font-weight: bold;
}

u
{
    text-decoration: line-through;
}

img
{
    max-width: 100%;
    height: auto !important;
}

hr
{
    height: 0;

    border: none;
    border-bottom: 1px dashed #b3b3b3;
}

span
{
    font-weight: inherit;
}

u
{
    text-decoration: underline;
}

input[type=button]
{
    padding: 5px 10px;

    cursor: pointer;
}

a
{
    text-decoration: none;

    color: #17e012;
}

a:hover
{
    opacity: .6;
}

@media screen and (max-width: 834px)
{
    .imgR,
    .imgL
    {
        max-width: 30% !important;
    }
}
@media screen and (max-width: 640px)
{
    .imgR,
    .imgL
    {
        display: block;
        float: none;

        max-width: 100% !important;
        margin: 0 auto 10px;

        text-align: center;
    }
}

.mincho
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.gothic
{
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 640px)
{
    .fltL
    {
        float: none;

        width: 100% !important;
    }
    .fltR
    {
        float: none;

        width: 100% !important;
    }
    .sptal
    {
        text-align: left !important;
    }
    .sptar
    {
        text-align: right !important;
    }
    .sptac
    {
        text-align: center !important;
    }
    .spcenter
    {
        display: block;

        margin-top: 10px;

        text-align: center;
    }
}
header#global_header
{
    min-width: auto;
}

footer#global_footer
{
    min-width: auto;
}

.header-item:has(a) a,
.header-item:not(:has(a))
{
    font-weight: bold;

    display: block;

    padding: 10px 30px;

    border: 1px solid var(--border);
    border-radius: 100px;
    background: var(--bg);
}

.header
{
    position: relative;
    z-index: 99999;

    display: flex;

    width: 100%;
    padding: 10px 20px;

    transition-duration: .4s;

    background: #fff;

    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 1200px)
{
    .header
    {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 834px)
{
    .header
    {
        display: block;

        padding: 50px 0 20px;
    }
}
.header.fixed
{
    position: fixed;
    top: 0;
    left: 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media only screen and (max-width: 1200px)
{
    .header-logo
    {
        order: 1;
    }
}
.header-list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media only screen and (max-width: 1200px)
{
    .header-list
    {
        order: 2;
    }
}
@media screen and (max-width: 834px)
{
    .header-list
    {
        width: -moz-fit-content;
        width:      fit-content;
        margin: 10px auto 0;
    }
}
.header-list img
{
    margin-right: 5px;

    vertical-align: middle;
}
.header-item:not(:has(a))
{
    --border: #000;
    --bg: #fff;
}
.header-item:has(a) a
{
    --border: #f9dbec;
    --bg: #f9dbec;
}

.nav
{
    width: 70%;
    max-width: 560px;
}
@media only screen and (max-width: 1200px)
{
    .nav
    {
        width: 100%;
        max-width: 100%;

        order: 3;
    }
}
.nav-list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 834px)
{
    .nav-list
    {
        display: block;
    }
}
.nav-item
{
    flex-grow: 1;
}
.nav-item a
{
    font-weight: bold;

    display: block;
}
.nav-item:has(.drop)
{
    position: relative;
}
.nav-item:has(.drop):before
{
    font-size: 1.2rem;

    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;

    display: block;

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

    content: '〉';
    transform: rotate(90deg);
}
@media screen and (max-width: 834px)
{
    .nav-item:has(.drop):before
    {
        display: none;
    }
}
.nav-item:has(.drop):hover .drop
{
    display: block;
}
.nav-item:has(.drop) .drop
{
    position: absolute;
    left: 0;

    display: none;

    width: 250px;
    padding-top: 10px;
}
@media screen and (max-width: 834px)
{
    .nav-item:has(.drop) .drop
    {
        position: static;

        display: block;

        width: 100%;
    }
}
.nav-item:has(.drop) .drop-list
{
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 834px)
{
    .nav-item:has(.drop) .drop-list
    {
        border-radius: 0;
        background: none;
    }
}
.nav-item:has(.drop) .drop-list * + *
{
    border-top: 1px dotted #eee;
}
@media screen and (max-width: 834px)
{
    .nav-item:has(.drop) .drop-list * + *
    {
        border: none;
    }
}
.nav-item:has(.drop) .drop-item a
{
    display: block;

    padding: 5px 20px;

    text-align: left;
}
@media screen and (max-width: 834px)
{
    .nav-item:has(.drop) .drop-item a
    {
        width: 100% !important;
        padding: 10px 30px;

        background: #333;
    }
}

.mv
{
    position: relative;
}
.mv-copy
{
    font-size: clamp(1.6rem, 3vw, 3rem);
    font-weight: bold;
    line-height: 1.5;

    position: absolute;
    z-index: 1;

    transition: all 1s;
    text-align: left;

    opacity: 0;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;

    inset: auto auto 100px 170px;
}
@media screen and (max-width: 834px)
{
    .mv-copy
    {
        inset: auto auto 50px 100px;
    }
}
@media screen and (max-width: 640px)
{
    .mv-copy
    {
        display: block;

        width: -moz-fit-content;
        width:      fit-content;
        height: -moz-fit-content;
        height:      fit-content;
        margin: auto;
        padding: 2rem;

        text-align: center;

        inset: 0;
    }
}
@media screen and (max-width: 640px)
{
    .mv-copy br
    {
        display: none;
    }
}
.mv-copy._active
{
    opacity: 1;
}
.mv-scroll
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;

    width: 140px;
    height: 200px;

    align-items: start;
    justify-content: center;
    writing-mode: vertical-rl;
}
@media screen and (max-width: 834px)
{
    .mv-scroll
    {
        width: 70px;
    }
}
@media screen and (max-width: 640px)
{
    .mv-scroll
    {
        display: none;
    }
}
.mv-scroll:before
{
    position: absolute;
    left: 42px;

    width: 15px;
    height: 15px;

    content: '';
    animation: maru 3s ease-out infinite;

    border-radius: 100px;
    background: #000;
}
@media screen and (max-width: 834px)
{
    .mv-scroll:before
    {
        left: 7px;
    }
}
.mv-scroll:after
{
    width: 1px;
    height: 100%;
    margin-right: 10px;

    content: '';

    background: #000;
}
.mv-img
{
    overflow: hidden;

    width: calc(100% - 140px);
    margin-left: auto;

    border-radius: 60px 0 0 60px;
}
@media screen and (max-width: 834px)
{
    .mv-img
    {
        width: calc(100% - 70px);

        border-radius: 30px 0 0 30px;
    }
}
@media screen and (max-width: 640px)
{
    .mv-img
    {
        width: 100%;

        border-radius: 0;
    }
}
.mv-img img
{
    width: 100%;
}

@keyframes maru
{
    0%
    {
        top: 0;

        opacity: 0;
    }
    30%
    {
        opacity: 1;
    }
    100%
    {
        top: 100%;

        opacity: 1;
    }
}
.mean-container .mean-bar,
.mean-container .mean-nav
{
    background: #000 !important;
}

.mean-bar
{
    line-height: 2;

    position: fixed !important;
    top: 0;
    left: 0;

    margin-bottom: 20px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand
{
    width: 36px;
    height: 39px;
}

.ec
{
    position: fixed;
    z-index: 99999;

    inset-block-end: 0;
    inset-inline-end: 0;
}

.footer
{
    color: #fff;
    border-radius: 60px 60px 0 0;
    background: #000;

    padding-block: 60px;
}
.footer a
{
    color: #fff;
}
.footer-logo
{
    margin-bottom: 30px;
}

.fnav
{
    margin-bottom: 60px;

    text-align: center;
}
@media screen and (max-width: 834px)
{
    .fnav
    {
        display: none;
    }
}
.fnav a
{
    display: inline-block;
}

div.items > article a
{
    font-size: 16px;

    text-decoration: none !important;

    color: #111;
}

div.under ul li a
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 400;

    padding: 10px;

    opacity: 1;
    color: #333 !important;
    border: 1px solid #333;
}
div.under ul li a:hover
{
    color: #fff !important;
    border: 1px solid #b0ddd9;
    background: #b0ddd9;
}

div.select > select
{
    height: 100%;
}

div.search form input
{
    padding: 10px 37px 10px 5px;
}

div.order ul li a
{
    color: #111;
}

div.items > article p.price
{
    color: red;
}

div.crumb
{
    display: none;
}

div.item_view div.item_option
{
    width: 100% !important;
}

div.item_option dl,
button.addcart
{
    width: 50% !important;
}
@media screen and (max-width: 834px)
{
    div.item_option dl,
    button.addcart
    {
        margin: 0 auto;
    }
}

@media screen and (max-width: 834px)
{
    .addcart
    {
        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;
    }
}

div.item_view div.struct
{
    display: block;
}

div.photo div.large
{
    width: auto;
}

div.photo
{
    margin-left: 0;
}

h2.title_h2
{
    font-size: 20px !important;
    line-height: 1.3;

    margin: 65px 0 20px !important;
    padding: 10px !important;

    border-top: none !important;
    border-bottom: 1px solid #ccc;
    background: none !important;
}

h2.title_h2 span
{
    padding: 0 !important;

    border: none !important;
}

ul.item_list li
{
    margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3
{
    font-size: 18px !important;
}

.btn_cart a
{
    display: block !important;

    width: 100% !important;
    padding: 10px 10px 10px 50px !important;

    color: #fff !important;
    border: 1px solid #fff;
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000 !important;
    background-size: 30px auto !important;
}

.btn_cart a:hover
{
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #ccc !important;
    background-size: 30px auto !important;
}

.sort_catalog
{
    overflow: hidden;
}

.sort_catalog ul
{
    display: flex;
}

.item_title,
.wishlist
{
    margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2
{
    border-top: 2px solid #ccc;
}

.shop_cont a,
.item_info a
{
    color: #ccc;
}

.shop_cont a:hover,
.item_info a:hover
{
    text-decoration: none;
}

.item_title h2
{
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.shop_cont table
{
    table-layout: auto;
}

.btn a
{
    display: block;

    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: #000;
}
@media screen and (max-width: 640px)
{
    .btn a
    {
        margin-right: auto;
        margin-left: auto;
    }
}

.flex1
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.flex1._top
{
    align-items: flex-start;
}
.flex1._center
{
    align-items: center;
}
.flex1:before
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 1;
}
.flex1:before
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 1;
}
.flex1:after
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 2;
}
.flex1 .box
{
    width: calc(100% / 1 - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
.flex1 .box h3
{
    font-weight: bold;

    margin-block: 10px 5px;
}
.flex1 .box img
{
    width: 100% !important;
}

.flex2
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.flex2._top
{
    align-items: flex-start;
}
.flex2._center
{
    align-items: center;
}
.flex2:before
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 1;
}
.flex2:before
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 1;
}
.flex2:after
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 2;
}
.flex2 .box
{
    width: calc(100% / 2 - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
.flex2 .box h3
{
    font-weight: bold;

    margin-block: 10px 5px;
}
.flex2 .box img
{
    width: 100% !important;
}

.flex3
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.flex3._top
{
    align-items: flex-start;
}
.flex3._center
{
    align-items: center;
}
.flex3:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}
.flex3:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}
.flex3:after
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 2;
}
.flex3 .box
{
    width: calc(100% / 3 - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
.flex3 .box h3
{
    font-weight: bold;

    margin-block: 10px 5px;
}
.flex3 .box img
{
    width: 100% !important;
}

.flex4
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.flex4._top
{
    align-items: flex-start;
}
.flex4._center
{
    align-items: center;
}
.flex4:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}
.flex4:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}
.flex4:after
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 2;
}
.flex4 .box
{
    width: calc(100% / 4 - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
.flex4 .box h3
{
    font-weight: bold;

    margin-block: 10px 5px;
}
.flex4 .box img
{
    width: 100% !important;
}

.bg100
{
    margin-inline: calc(50% - 50vw);
}
.bg100._mgT
{
    margin-top: 10% !important;
}

@media screen and (max-width: 834px)
{
    .br-tab br
    {
        display: none;
    }
}
@media screen and (max-width: 640px)
{
    .br-sp br
    {
        display: none;
    }
}

.fadein
{
    transition: all .8s;
    transform: translate(0, 50px);

    opacity: 0;
}
.fadein.scrollin
{
    transform: translate(0, 0);

    opacity: 1;
}

.mg1
{
    margin: 1% !important;
}

.mgT1
{
    margin-top: 1% !important;
}

.mgR1
{
    margin-right: 1% !important;
}

.mgB1
{
    margin-bottom: 1% !important;
}

.mgL1
{
    margin-left: 1% !important;
}

.pd1
{
    padding: 1% !important;
}

.pdT1
{
    padding-top: 1% !important;
}

.pdR1
{
    padding-right: 1% !important;
}

.pdB1
{
    padding-bottom: 1% !important;
}

.pdL1
{
    padding-left: 1% !important;
}

.mg2
{
    margin: 2% !important;
}

.mgT2
{
    margin-top: 2% !important;
}

.mgR2
{
    margin-right: 2% !important;
}

.mgB2
{
    margin-bottom: 2% !important;
}

.mgL2
{
    margin-left: 2% !important;
}

.pd2
{
    padding: 2% !important;
}

.pdT2
{
    padding-top: 2% !important;
}

.pdR2
{
    padding-right: 2% !important;
}

.pdB2
{
    padding-bottom: 2% !important;
}

.pdL2
{
    padding-left: 2% !important;
}

.mg3
{
    margin: 3% !important;
}

.mgT3
{
    margin-top: 3% !important;
}

.mgR3
{
    margin-right: 3% !important;
}

.mgB3
{
    margin-bottom: 3% !important;
}

.mgL3
{
    margin-left: 3% !important;
}

.pd3
{
    padding: 3% !important;
}

.pdT3
{
    padding-top: 3% !important;
}

.pdR3
{
    padding-right: 3% !important;
}

.pdB3
{
    padding-bottom: 3% !important;
}

.pdL3
{
    padding-left: 3% !important;
}

.mg4
{
    margin: 4% !important;
}

.mgT4
{
    margin-top: 4% !important;
}

.mgR4
{
    margin-right: 4% !important;
}

.mgB4
{
    margin-bottom: 4% !important;
}

.mgL4
{
    margin-left: 4% !important;
}

.pd4
{
    padding: 4% !important;
}

.pdT4
{
    padding-top: 4% !important;
}

.pdR4
{
    padding-right: 4% !important;
}

.pdB4
{
    padding-bottom: 4% !important;
}

.pdL4
{
    padding-left: 4% !important;
}

.mg5
{
    margin: 5% !important;
}

.mgT5
{
    margin-top: 5% !important;
}

.mgR5
{
    margin-right: 5% !important;
}

.mgB5
{
    margin-bottom: 5% !important;
}

.mgL5
{
    margin-left: 5% !important;
}

.pd5
{
    padding: 5% !important;
}

.pdT5
{
    padding-top: 5% !important;
}

.pdR5
{
    padding-right: 5% !important;
}

.pdB5
{
    padding-bottom: 5% !important;
}

.pdL5
{
    padding-left: 5% !important;
}

.mg6
{
    margin: 6% !important;
}

.mgT6
{
    margin-top: 6% !important;
}

.mgR6
{
    margin-right: 6% !important;
}

.mgB6
{
    margin-bottom: 6% !important;
}

.mgL6
{
    margin-left: 6% !important;
}

.pd6
{
    padding: 6% !important;
}

.pdT6
{
    padding-top: 6% !important;
}

.pdR6
{
    padding-right: 6% !important;
}

.pdB6
{
    padding-bottom: 6% !important;
}

.pdL6
{
    padding-left: 6% !important;
}

.mg7
{
    margin: 7% !important;
}

.mgT7
{
    margin-top: 7% !important;
}

.mgR7
{
    margin-right: 7% !important;
}

.mgB7
{
    margin-bottom: 7% !important;
}

.mgL7
{
    margin-left: 7% !important;
}

.pd7
{
    padding: 7% !important;
}

.pdT7
{
    padding-top: 7% !important;
}

.pdR7
{
    padding-right: 7% !important;
}

.pdB7
{
    padding-bottom: 7% !important;
}

.pdL7
{
    padding-left: 7% !important;
}

.mg8
{
    margin: 8% !important;
}

.mgT8
{
    margin-top: 8% !important;
}

.mgR8
{
    margin-right: 8% !important;
}

.mgB8
{
    margin-bottom: 8% !important;
}

.mgL8
{
    margin-left: 8% !important;
}

.pd8
{
    padding: 8% !important;
}

.pdT8
{
    padding-top: 8% !important;
}

.pdR8
{
    padding-right: 8% !important;
}

.pdB8
{
    padding-bottom: 8% !important;
}

.pdL8
{
    padding-left: 8% !important;
}

.mg9
{
    margin: 9% !important;
}

.mgT9
{
    margin-top: 9% !important;
}

.mgR9
{
    margin-right: 9% !important;
}

.mgB9
{
    margin-bottom: 9% !important;
}

.mgL9
{
    margin-left: 9% !important;
}

.pd9
{
    padding: 9% !important;
}

.pdT9
{
    padding-top: 9% !important;
}

.pdR9
{
    padding-right: 9% !important;
}

.pdB9
{
    padding-bottom: 9% !important;
}

.pdL9
{
    padding-left: 9% !important;
}

.mg10
{
    margin: 10% !important;
}

.mgT10
{
    margin-top: 10% !important;
}

.mgR10
{
    margin-right: 10% !important;
}

.mgB10
{
    margin-bottom: 10% !important;
}

.mgL10
{
    margin-left: 10% !important;
}

.pd10
{
    padding: 10% !important;
}

.pdT10
{
    padding-top: 10% !important;
}

.pdR10
{
    padding-right: 10% !important;
}

.pdB10
{
    padding-bottom: 10% !important;
}

.pdL10
{
    padding-left: 10% !important;
}

.title-01._common
{
    position: relative;

    overflow: hidden;

    border-radius: 60px 60px 0 0;
    background-image: url(../images/common/mv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.title-01._common:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .4);
}
.title-01._common h1
{
    font-size: 4rem;
    font-weight: bold;

    position: relative;
    z-index: 1;

    padding: 80px 0;

    color: #fff;
}
@media screen and (max-width: 834px)
{
    .title-01._common h1
    {
        font-size: 3rem;
    }
}
@media screen and (max-width: 640px)
{
    .title-01._common h1
    {
        font-size: 2.8rem;
    }
}
.title-02._index h2
{
    font-size: clamp(2.6rem, 3.4vw, 3.4rem);
    font-weight: 900;
}
.title-02._index h2 span
{
    font-size: 1.4rem;

    display: block;
}
.title-02._common h2
{
    font-size: clamp(2.6rem, 3.4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.4;
}
.title-02._common h2 + div
{
    font-weight: bold;
}
.title-02._common h2 + div:empty
{
    margin-top: 0;
}
.title-03._common h3
{
    font-size: var(--h3size, 2.4rem);
    font-weight: bold;

    position: relative;

    padding-bottom: 10px;

    border-bottom: 2px solid #ddd;
}
@media screen and (max-width: 834px)
{
    .title-03._common h3
    {
        --h3size: 2rem ;
    }
}
.title-03._common h3:before
{
    position: absolute;
    bottom: -2px;
    left: 0;

    width: 200px;
    height: 2px;

    content: '';

    background: #000;
}

._h3title h3
{
    margin-bottom: 15px;
}
@media screen and (max-width: 640px)
{
    ._h3title h3
    {
        margin-top: 15px;
    }
}

.text-right .box,
.text-left .box
{
    display: flex;

    width: 100%;

    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.text-right .box > img,
.text-left .box > img
{
    width: 35% !important;
}
.text-right .box > div,
.text-left .box > div
{
    width: 65%;
}

.text-left .box
{
    flex-direction: row-reverse;
}
@media screen and (max-width: 834px)
{
    ._tab100 .box
    {
        flex-wrap: wrap;
    }
    ._tab100 .box > img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    ._tab100 .box > div
    {
        width: 100%;
    }
}

@media screen and (max-width: 640px)
{
    ._sp100 .box
    {
        flex-wrap: wrap;
    }
    ._sp100 .box > img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    ._sp100 .box > div
    {
        width: 100%;
    }
}

.policy h2
{
    font-size: 2rem;
    font-weight: bold;

    display: inline-block;

    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;

    color: #000;
    border-bottom: 1px dotted #ccc;
}

.pankuzu
{
    line-height: 1.3;

    margin: 30px 0;
}
.pankuzu + div
{
    margin-top: 30px !important;
}
.pankuzu a
{
    position: relative;

    display: inline-block;

    padding-right: 20px;

    color: #000;
}
.pankuzu a:before
{
    font-size: 1rem;

    position: absolute;
    top: 3px;
    right: -6px;

    display: block;

    width: 20px;
    height: 20px;

    content: '〉';
}

.faq dl,
.faq dt,
.faq dd
{
    width: 100% !important;
    padding: 0 !important;

    border: none !important;
    background: none !important;
}
.faq dl
{
    display: block !important;

    margin-bottom: 5px;
}
.faq dt
{
    font-weight: bold;

    position: relative;

    padding: 10px !important;
    padding-right: 30px;
    padding-left: 15px !important;

    border: 1px solid #ccc !important;
}
.faq dt:before
{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;

    display: block;

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

    content: '';

    background: url(../images/common/icon_plus.png) center/20px no-repeat;
}
.faq dt:hover
{
    cursor: pointer;
}
.faq dd
{
    display: none;
}
.faq dd span
{
    display: block !important;

    padding: 10px !important;
}

aside div#search button
{
    background-size: 13px !important;
}

section.blog aside nav > div
{
    font-weight: bold;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #ddd;
}
section.blog #contents h1 .translate
{
    font-size: 2.6rem;

    display: block;

    margin: 10px 0 !important;

    color: #031a40;
}

section div#contents article div.date
{
    line-height: 2 !important;

    width: -moz-fit-content !important;
    width:      fit-content !important;
    padding: 0 !important;
    padding: 0 15px !important;

    border-radius: 0 !important;
    border-radius: 3px !important;
    background: #000 !important;
}

section div#contents > dl ul li
{
    float: none !important;
}

section div#contents > dl ul li a
{
    margin-bottom: 0 !important;
}

.notfound h2
{
    font-family: 'Oswald', sans-serif;
    font-size: 10rem;
    font-weight: bold;

    color: #aaa;
}

.img-option .box
{
    overflow: inherit !important;
}
.img-option img
{
    box-shadow: 0 0 20px rgba(102, 102, 102, .1);
}

.table
{
    background: #fff;
}
.table td:first-child
{
    width: 30%;

    text-align: center !important;

    background: #eee;
}

.anc-list ul
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.anc-list ul:before,
.anc-list ul:after
{
    width: 32.3333333333%;

    content: '';

    order: 1;
}
@media screen and (max-width: 834px)
{
    .anc-list ul:before,
    .anc-list ul:after
    {
        width: 49%;
    }
}
.anc-list ul li
{
    float: none;

    width: 32.3333333333%;
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    .anc-list ul li
    {
        width: 49%;
    }
}
.anc-list ul li a
{
    font-weight: bold;

    display: block;

    padding: 10px 0;

    text-align: center;

    color: #000;
    border: 2px solid #000;
    background: #fff;
}

#media
{
    width: min(100% - 4rem, var(--width,1200px));
    padding: 5% 0;

    margin-inline: auto;
}
#media div.row .box
{
    display: flex;

    margin-bottom: 40px;
    padding-bottom: 40px;

    border-bottom: 1px dotted #999;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#media div.row .box a
{
    width: 30%;
}
@media screen and (max-width: 640px)
{
    #media div.row .box a
    {
        width: 100%;
    }
}
#media div.row .box h3
{
    width: 68%;

    text-align: left;
}
@media screen and (max-width: 640px)
{
    #media div.row .box h3
    {
        width: 100%;
    }
}
#media div.row .box p
{
    display: none;
}

.menu dl,
.menu dt,
.menu dd
{
    border: none !important;
    background: none !important;
}
@media screen and (max-width: 640px)
{
    .menu dl
    {
        display: block !important;
    }
}
.menu dl:not(:last-child)
{
    margin-bottom: 15px;
    padding-bottom: 15px !important;

    border-bottom: 1px dotted #999 !important;
}
@media screen and (max-width: 640px)
{
    .menu dt
    {
        width: 100% !important;
    }
}
.menu dd
{
    font-size: 1.2rem;

    text-align: right;
}
@media screen and (max-width: 640px)
{
    .menu dd
    {
        width: 100% !important;
    }
}
.menu._2column
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu._2column dl
{
    width: 48%;
    margin-bottom: 15px;
    padding-bottom: 15px !important;

    border-bottom: 1px dotted #999 !important;
}
@media screen and (max-width: 834px)
{
    .menu._2column dl
    {
        width: 100%;
    }
}
@media screen and (max-width: 834px)
{
    .menu._2column dl:not(:last-child)
    {
        margin-bottom: 15px;
        padding-bottom: 15px !important;

        border-bottom: 1px dotted #999 !important;
    }
}

.flow-ul ul
{
    display: grid;

    padding-left: 51px;

    grid-template-columns: repeat(auto-fit, minmax(var(--column, 150px), 1fr));
}
.flow-ul ul li
{
    margin-bottom: 1.5%;
    margin-left: -50px;
    padding: 20px;

    text-align: center !important;

    background: #f3f3f3;

    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
            clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.flow-ul ul li:nth-child(1)
{
    background: rgba(255, 165, 0,.1);
}
.flow-ul ul li:nth-child(2)
{
    background: rgba(255, 165, 0,.2);
}
.flow-ul ul li:nth-child(3)
{
    background: rgba(255, 165, 0,.3);
}
.flow-ul ul li:nth-child(4)
{
    background: rgba(255, 165, 0,.4);
}
.flow-ul ul li:nth-child(5)
{
    background: rgba(255, 165, 0,.5);
}
.flow-ul ul li:nth-child(6)
{
    background: rgba(255, 165, 0,.6);
}
.flow-ul ul li:nth-child(7)
{
    background: rgba(255, 165, 0,.7);
}
.flow-ul._02
{
    --column: 215px;
}
@media screen and (max-width: 834px)
{
    .flow-ul._02
    {
        --column: 150px;
    }
}
.flow-ul._02 ul
{
    padding-left: 73px;
}
@media screen and (max-width: 834px)
{
    .flow-ul._02 ul
    {
        padding-left: 51px;
    }
}
.flow-ul._02 ul li
{
    margin-left: -72px;
}
@media screen and (max-width: 834px)
{
    .flow-ul._02 ul li
    {
        margin-left: -50px;
    }
}
.flow-list .box
{
    position: relative;

    overflow: inherit !important;

    width: 100%;
    padding-bottom: 30px;
    padding-left: 130px;
}
.flow-list .box:nth-child(1):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:01';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(2):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:02';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(3):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:03';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(4):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:04';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(5):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:05';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(6):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:06';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(7):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:07';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(8):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:08';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(9):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:09';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(10):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:010';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(11):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:011';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(12):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:012';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(13):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:013';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(14):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:014';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(15):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:015';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(16):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:016';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(17):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:017';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(18):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:018';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(19):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:019';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(20):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:020';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(21):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:021';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(22):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:022';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(23):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:023';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(24):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:024';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(25):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:025';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(26):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:026';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(27):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:027';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(28):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:028';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(29):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:029';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(30):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:030';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(31):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:031';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(32):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:032';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(33):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:033';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(34):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:034';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(35):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:035';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(36):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:036';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(37):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:037';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(38):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:038';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(39):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:039';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(40):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:040';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(41):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:041';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(42):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:042';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(43):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:043';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(44):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:044';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(45):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:045';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(46):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:046';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(47):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:047';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(48):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:048';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(49):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:049';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(50):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:050';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(51):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:051';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(52):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:052';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(53):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:053';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(54):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:054';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(55):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:055';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(56):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:056';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(57):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:057';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(58):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:058';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(59):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:059';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(60):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:060';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(61):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:061';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(62):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:062';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(63):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:063';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(64):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:064';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(65):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:065';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(66):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:066';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(67):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:067';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(68):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:068';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(69):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:069';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(70):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:070';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(71):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:071';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(72):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:072';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(73):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:073';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(74):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:074';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(75):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:075';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(76):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:076';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(77):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:077';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(78):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:078';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(79):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:079';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(80):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:080';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(81):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:081';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(82):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:082';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(83):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:083';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(84):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:084';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(85):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:085';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(86):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:086';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(87):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:087';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(88):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:088';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(89):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:089';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(90):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:090';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(91):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:091';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(92):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:092';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(93):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:093';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(94):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:094';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(95):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:095';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(96):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:096';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(97):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:097';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(98):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:098';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(99):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:099';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:nth-child(100):before
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: bold;

    position: absolute;
    top: -10px;
    left: 0;

    display: block;
    display: flex;

    width: 100px;
    height: 100px;

    content: 'STEP:0100';

    color: #fff;
    border-radius: 100px;
    background: #000;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.flow-list .box:not(:last-child)
{
    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 1px dotted #ccc;
}
.flow-list .box article
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flow-list .box article:not(:has(img)) > div
{
    width: 100%;
}
.flow-list .box article:has(img)
{
    flex-direction: row-reverse;
}
.flow-list .box article:has(img) img
{
    width: 38% !important;
}
@media screen and (max-width: 640px)
{
    .flow-list .box article:has(img) img
    {
        width: 100% !important;
    }
}
.flow-list .box article:has(img) > div
{
    width: 60%;
}
@media screen and (max-width: 640px)
{
    .flow-list .box article:has(img) > div
    {
        width: 100%;
        margin-top: 20px;
    }
}
.flow-list .box h3
{
    font-size: 2.4rem;
    font-weight: bold;
}
@media screen and (max-width: 834px)
{
    .flow-list .box h3
    {
        font-size: 2rem;
    }
}
@media screen and (max-width: 640px)
{
    .flow-list .box h3
    {
        font-size: 1.8rem;
    }
}

.about-wrap
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    align-items: stretch !important;
}
.about-wrap .box
{
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}
.about-wrap .box div
{
    font-weight: bold;

    height: 100%;
}
.about-wrap .box div a
{
    display: block;

    padding: 20px;
}

.alttitle h3
{
    font-size: 1.8rem;
    font-weight: bold;

    margin-bottom: 5px;
}

.toptext
{
    padding: 20px;

    border: 1px solid #ccc;
    border-left: 10px solid #ffa500;
}
.toptext div
{
    font-weight: bold;
}

.movie-list
{
    display: grid !important;

    grid-template-columns: repeat(var(--column, 2), 1fr) !important;
    gap: var(--gap, 30px) !important;
}
@media screen and (max-width: 640px)
{
    .movie-list
    {
        --column: 1;
    }
}
.movie-item tbody
{
    display: flex;
    flex-direction: column;

    gap: 10px;
    justify-content: stretch;
}
.movie-item tr:nth-child(1)
{
    padding: 5px;
    padding-left: 15px;

    color: #fff;
    border-radius: 5px;
    background: #000;
}
.movie-item td
{
    display: block;

    width: 100%;
    padding: 0 !important;
}

@media screen and (max-width: 640px)
{
    ._sptextnone h3
    {
        display: none;
    }
}
@media screen and (max-width: 640px)
{
    ._sptextnone article > div
    {
        display: none;
    }
}

span > b
{
    background: linear-gradient(transparent 60%, #03fe32 60%);

    padding-inline: 10px;
}

.mame a
{
    font-weight: bold;

    display: flex;

    align-items: center;
    justify-content: center;
    gap: 20px;
}
.mame a:hover
{
    opacity: 1;
}
.mame a:hover b
{
    color: #fff;
    background: #000;
}
.mame b
{
    padding: 3px 10px 5px;

    border: 1px solid #000;
}

.news
{
    padding: 30px;

    border: 1px solid #ccc;
}
.news .blog_list
{
    overflow-y: auto;

    max-height: 200px;

    border: none !important;
}
.news .blog_list > div
{
    margin-bottom: 20px;
}
.news .blog_list > div .blog_photo
{
    display: none !important;
}
.news .blog_list > div .blog_text
{
    display: flex;

    width: 100% !important;
    padding: 0 !important;

    align-items: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
}
.news .blog_list > div .blog_date
{
    width: 120px !important;

    color: #000 !important;
}
.news .blog_list > div h3
{
    width: 100% !important;
}
.news .blog_list > div .detail
{
    margin: 0 !important;
}

.index-01
{
    position: relative;

    padding-block: 60px 120px;
}
.index-01:before
{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 60%;

    content: '';

    background: #fcf4f9;
}
.index-01 .inner
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 640px)
{
    .index-01 .inner
    {
        flex-wrap: wrap;
    }
}
.index-01 .inner .img
{
    width: -moz-fit-content;
    width:      fit-content;

    margin-inline: auto;
}
.index-01 .inner .img img
{
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}
@media screen and (max-width: 640px)
{
    .index-01 .inner .img img
    {
        height: 300px !important;

        -o-object-fit: cover;
           object-fit: cover;
    }
}
.index-01 .inner .text
{
    padding: 5%;
}
.index-01 .inner .text h2
{
    margin-bottom: 30px;
}
.index-02
{
    position: relative;
    z-index: 10;

    margin-top: -40px;

    border-radius: 60px 60px 0 0;
    background: #fff;

    padding-block: 60px 120px;
}
.index-02 .wrap
{
    display: flex;

    padding-left: 40px;
}
@media only screen and (max-width: 1000px)
{
    .index-02 .wrap
    {
        padding: 0;

        flex-wrap: wrap;
    }
}
.index-02 .wrap._02
{
    padding-left: 0;

    justify-content: center;
}
.index-02 .wrap._02 .box:nth-child(2)
{
    width: calc(33.3333333333% - 40px);
    padding: 40px;
}
@media only screen and (max-width: 1000px)
{
    .index-02 .wrap._02 .box:nth-child(2)
    {
        width: 100%;
        padding: 40px;
    }
}
.index-02 .wrap .box
{
    display: flex;
    flex-direction: column;

    width: 33.3333333333%;
    padding: 40px;
    padding-right: 80px;

    border-radius: 60px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);

    justify-content: space-between;
    gap: 30px;
}
@media only screen and (max-width: 1000px)
{
    .index-02 .wrap .box
    {
        width: 100%;
        padding: 30px;
    }
}
.index-02 .wrap .box:not(:nth-child(1))
{
    margin-left: -40px;
}
@media only screen and (max-width: 1000px)
{
    .index-02 .wrap .box:not(:nth-child(1))
    {
        margin-left: 0;
    }
}
.index-02 .wrap .box:nth-child(3)
{
    width: calc(33.3333333333% - 40px);
    padding: 40px;
}
@media only screen and (max-width: 1000px)
{
    .index-02 .wrap .box:nth-child(3)
    {
        width: 100%;
        padding: 30px;
    }
}
.index-02 .wrap .box h3
{
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 900;
    line-height: 1.4;

    margin-top: 15px;
    margin-bottom: 30px;
}
.index-02 .wrap .box h3 span
{
    font-size: 1.4rem;

    display: block;
}
.index-02 .wrap .box a > span
{
    display: block;

    width: 150px;
    height: 50px;
    margin-top: 30px;

    background: url(../images/common/yaji2.png) center/contain no-repeat;
}
.index-03
{
    position: relative;
    z-index: 11;

    margin-top: -40px;

    border-radius: 60px 60px 0 0;
    background: url(../images/common/index-bg1.jpg) center/cover no-repeat;

    padding-block: 60px 120px;
}
.index-03 .inner
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 640px)
{
    .index-03 .inner
    {
        display: block;
    }
}
.index-03 .inner .title-02
{
    width: 200px;
    margin-bottom: 60px;
}
@media screen and (max-width: 640px)
{
    .index-03 .inner .title-02
    {
        width: 100%;
    }
}
@media screen and (max-width: 640px)
{
    .index-03 .inner .title-02 article
    {
        display: flex;

        align-items: center;
        justify-content: space-between;
    }
}
.index-03 .inner .text
{
    width: 80%;
}
@media screen and (max-width: 640px)
{
    .index-03 .inner .text
    {
        width: 100%;
    }
}
.index-03 .inner .text div
{
    font-weight: bold;
}
.index-04
{
    position: relative;
    z-index: 12;

    margin-top: -40px;

    border-radius: 60px 60px 0 0;
    background: #fff;

    padding-block: 60px;
}
.index-insta .sns_list
{
    flex-direction: row;

    border: none;
}
.index-insta .sns_list > div
{
    display: block;

    border: none;
}
@media screen and (max-width: 640px)
{
    .index-insta .sns_list > div
    {
        --column: 2;
    }
}
.index-insta .sns_list > div .sns_photo
{
    width: 100%;
}
.index-insta .sns_list > div .sns_photo a
{
    position: relative;

    display: block;
    overflow: hidden;
}
.index-insta .sns_list > div .sns_photo a:before
{
    display: block;

    padding-top: 80%;

    content: '';
}
.index-insta .sns_list > div .sns_photo a img
{
    position: absolute;

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

    inset-start: 0 auto;
    inset-block: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
}
.index-insta .sns_list > div .sns_text
{
    display: none;
}
.index-movie .youtube_list
{
    display: grid !important;

    grid-template-columns: repeat(var(--column, 3), 1fr) !important;
    gap: var(--gap, 5px) !important;
}
@media screen and (max-width: 640px)
{
    .index-movie .youtube_list
    {
        --column: 1;
    }
}
.index-movie .youtube_list .youtube
{
    margin-bottom: 0;
}

.subinst01 .sns_list
{
    display: block !important;

    border: none !important;
}
.subinst01 .sns_list > div
{
    margin-bottom: 50px;

    border: none !important;
}
@media screen and (max-width: 834px)
{
    .subinst01 .sns_list > div
    {
        display: block !important;
    }
}
.subinst01 .sns_list > div:last-child
{
    margin-bottom: 0;
}
@media screen and (max-width: 834px)
{
    .subinst01 .sns_list > div .sns_photo
    {
        width: 100% !important;
    }
}
.subinst01 .sns_list > div .sns_photo img
{
    width: 100% !important;
}
.subinst01 .sns_list > div .sns_text
{
    line-height: 2;
}
@media screen and (max-width: 834px)
{
    .subinst01 .sns_list > div .sns_text
    {
        width: 100% !important;
    }
}
.subinst01 .sns_list > div .sns_text .caption
{
    font-size: 14px;
}
.subinst01 .sns_list > div .sns_text .sns_date
{
    font-size: 14px;
    font-weight: 500;

    display: table;

    margin-bottom: 20px;
    padding: 0 20px;

    color: #fff !important;
    background-color: #000;
}
.subinst01 .sns_list > div .sns_text ul
{
    margin-top: 20px;
}
.subinst01 .sns_list > div .sns_text ul li a
{
    margin-bottom: 5px;
    padding: 5px 20px;

    color: #333 !important;
    border: solid 1px #333;
}
.subinst01 .sns_list > div .sns_text ul li a:hover
{
    opacity: 1 !important;
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
}

.bt_404 a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    width: 200px;
    margin: 30px auto;

    text-align: center;

    color: #000 !important;
    border: solid 1px #000;
}
.bt_404 a:hover
{
    opacity: 1;
    color: #fff !important;
    background-color: #000;
}
