@charset 'UTF-8';
/*
* main.css
*
*/
@keyframes pyonAction
{
    35%
    {
        transform: scale(.97);
    }
    100%
    {
        transform: scale(1);
    }
}
@keyframes pyonAction_large
{
    35%
    {
        transform: scale(.87);
    }
    100%
    {
        transform: scale(1);
    }
}
/* ------------------------
  reset
------------------------ */
html,
body
{
    height: 100%;
}

*,
*:after,
*:before
{
    box-sizing: border-box;
}

*
{
    font-size: inherit;
    line-height: inherit;

    margin: 0;
    padding: 0;
}

pre,
textarea
{
    overflow: auto;
}

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

details,
main,
summary
{
    display: block;
}

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;
}

small
{
    font-size: 75%;
}

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

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

textarea
{
    resize: vertical;
}

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

img
{
    max-width: 100%;
    height: auto;

    border: 0;
}

button,
input,
select,
textarea
{
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;

    min-height: 1.5em;

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit]
{
    cursor: pointer;

    -webkit-appearance: button;
}

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

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

    border: 0;
}

input
{
    line-height: normal;
}

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

ol,
ul
{
    list-style: none;
}

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

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

fieldset
{
    border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html
{
    font-size: 15px;
}

body
{
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.6875;

    word-wrap: break-word;

    color: #4b4b4b;
    background-color: #f8f2e7;

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

a
{
    text-decoration: none;

    color: #00f;
}
a:hover
{
    text-decoration: none;

    color: #f00;
}
a:active
{
    text-decoration: none;

    color: #ff8000;
}
a[href^='tel:']:hover
{
    color: #00f;
}
@media (min-width: 769px)
{
    a[href^='tel:']
    {
        cursor: text;
        text-decoration: none;
    }
}

::-moz-selection
{
    color: #fff;
    background-color: #036eb8;
    text-shadow: none;
}

::selection
{
    color: #fff;
    background-color: #036eb8;
    text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden
{
    display: none !important;
    visibility: hidden;
}

@media (max-width: 768.98px)
{
    .u-hidden-sm
    {
        display: none !important;
        visibility: hidden;
    }
}

.u-hidden-up-sm
{
    display: none !important;
    visibility: hidden;
}

@media (max-width: 768.98px)
{
    .u-hidden-down-sm
    {
        display: none !important;
        visibility: hidden;
    }
}

@media (min-width: 769px) and (max-width: 1023.98px)
{
    .u-hidden-md
    {
        display: none !important;
        visibility: hidden;
    }
}

@media (min-width: 769px)
{
    .u-hidden-up-md
    {
        display: none !important;
        visibility: hidden;
    }
}

@media (max-width: 1023.98px)
{
    .u-hidden-down-md
    {
        display: none !important;
        visibility: hidden;
    }
}

@media (min-width: 1024px)
{
    .u-hidden-lg
    {
        display: none !important;
        visibility: hidden;
    }
}

@media (min-width: 1024px)
{
    .u-hidden-up-lg
    {
        display: none !important;
        visibility: hidden;
    }
}

.u-hidden-down-lg
{
    display: none !important;
    visibility: hidden;
}

.u-visuallyhidden
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.u-invisible
{
    visibility: hidden;
}

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

    content: '';
}

/* ------------------------
  webfont
------------------------ */
@font-face
{
    font-family: 'Noto Sans Japanese Regular';
    font-weight: 400;
    font-style: normal;

    src: url('/font/NotoSansCJKjp-Regular.woff') format('woff'), url('/font/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face
{
    font-family: 'Noto Sans Japanese Medium';
    font-weight: 500;
    font-style: normal;

    src: url('/font/NotoSansCJKjp-Medium.woff') format('woff'), url('/font/NotoSansCJKjp-Medium.ttf') format('truetype');
}
@font-face
{
    font-family: 'Prompt m';
    font-weight: 400;
    font-style: normal;

    src: url('/font/prompt-medium.woff') format('woff'), url('/font/prompt-medium.ttf') format('truetype');
}
@font-face
{
    font-family: 'Prompt b';
    font-weight: 700;
    font-style: normal;

    src: url('/font/prompt-bold.woff') format('woff'), url('/font/prompt-bold.ttf') format('truetype');
}
/* ------------------------
  font
------------------------ */
.prompt-m
{
    font-family: 'Prompt m';
}

.prompt-b
{
    font-family: 'Prompt b';
}

/* ------------------------
  表示非表示
------------------------ */
@media screen and (max-width: 768px)
{
    .is-pc
    {
        display: none;
    }
}

.is-sp
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .is-sp
    {
        display: block;
    }
}

/* ------------------------
  common
------------------------ */
body
{
    min-width: 1180px;

    background-color: #f8f2e7;
}
@media screen and (max-width: 768px)
{
    body
    {
        min-width: 100%;
    }
}
body.is-open
{
    overflow: hidden;
}
body.is-noscroll
{
    position: fixed;

    height: 100vh;
}

.vertical-rl
{
    writing-mode: vertical-rl;
}

.vertical-rl-pc
{
    writing-mode: vertical-rl;
}
@media screen and (max-width: 768px)
{
    .vertical-rl-pc
    {
        writing-mode: horizontal-tb;
    }
}

.main
{
    margin-right: 100px;
}
@media screen and (max-width: 768px)
{
    .main
    {
        margin-right: 0;
    }
}

.m-title_acc
{
    position: relative;

    margin-bottom: 30px;
    padding-left: 18px;
}
.m-title_acc-md
{
    font-size: 24px;
    line-height: 1.36;
}
.m-title_acc-sm
{
    font-size: 20px;
}
.m-title_acc::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 6px;
    height: 94%;
    margin: auto;

    content: '';

    border-radius: 6px;
    background: #094;
}
@media screen and (max-width: 768px)
{
    .m-title_acc
    {
        font-size: 18px;

        margin-bottom: 10px;
        padding-left: 14px;
    }
    .m-title_acc-lg
    {
        font-size: 24px;
        line-height: 1.3;
    }
}

.m-title4
{
    font-size: 20px;
    font-weight: bold;

    margin: 40px 0 30px;

    color: #094;
}
@media screen and (max-width: 768px)
{
    .m-title4
    {
        font-size: 14px;

        margin: 20px 0;
    }
}
.m-title4.m-title4-store
{
    font-size: 18px;

    margin: 20px 0 10px 10px;
}
@media screen and (max-width: 768px)
{
    .m-title4.m-title4-store
    {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px)
{
    .m-txt
    {
        font-size: 14px;
        line-height: 1.7142857143;
    }
}

.m-txt_list_item a
{
    font-size: 15px;

    display: block;

    padding: 0 0 15px 26px;

    color: #4b4b4b;
    border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 768px)
{
    .m-txt_list_item
    {
        line-height: 1.5;
    }
}

.icon_pdf
{
    position: relative;

    cursor: pointer;
    transition: color .3s cubic-bezier(.25, .1, .25, 1);
}
.icon_pdf:hover
{
    color: #094;
}
.icon_pdf::before
{
    position: absolute;
    top: 4px;
    left: 5px;

    display: block;

    width: 14px;
    height: 16px;

    content: '';

    background: url('/img/common/icon_pdf_orange.svg') no-repeat;
}
@media screen and (max-width: 768px)
{
    .icon_pdf::before
    {
        top: 2px;
    }
}

.m-table_list
{
    position: relative;

    display: flex;

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

    border-bottom: 1px solid #ececec;

    align-items: center;
}
@media screen and (max-width: 768px)
{
    .m-table_list
    {
        font-size: 15px;

        flex-direction: column;

        margin-bottom: 18px;
        padding-bottom: 10px;
    }
}
.m-table_list::before
{
    position: absolute;
    bottom: -1px;
    left: 0;

    display: block;

    width: 20.5795%;

    content: '';

    border-bottom: 1px solid #094;
}
@media screen and (max-width: 768px)
{
    .m-table_list::before
    {
        width: 18.75vw;
    }
}
.m-table_list dt
{
    font-weight: bold;

    width: 20.5795%;
}
@media screen and (max-width: 768px)
{
    .m-table_list dt
    {
        width: 100%;
    }
}
.m-table_list dd
{
    width: 78.4204671858%;
}
@media screen and (max-width: 768px)
{
    .m-table_list dd
    {
        width: 100%;
    }
}
.officer_list .m-table_list
{
    align-items: flex-start;
}

.txt-green
{
    color: #094;
}

.m-attention_txt
{
    font-size: 13px;
}
@media screen and (max-width: 768px)
{
    .m-attention_txt
    {
        font-size: 12px;

        color: #a5a5a5;
    }
}

.col2_list
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.col2_list .col2_list_item
{
    width: 47.7801268499%;
}
@media screen and (max-width: 768px)
{
    .col2_list .col2_list_item
    {
        width: 100%;
    }
}

.m-target_link
{
    color: #094;
}
.m-target_link:hover
{
    text-decoration: underline;
}

.icon_link_target
{
    width: 14px;
    height: 14px;

    fill: #094;
}

/* ------------------------
  header
------------------------ */
.header
{
    position: fixed;
    z-index: 4001;
    top: 0;
    right: 0;

    width: 100px;
    height: 100%;
}
@media screen and (min-width: 769px)
{
    .header
    {
        overflow-y: auto;
    }
}
@media screen and (max-width: 768px)
{
    .header
    {
        top: 0;
        left: 0;

        width: 100%;
        height: 15.78125vw;
        padding: 3.125vw 0 0;

        box-shadow: none;
    }
    .is-open .header
    {
        background: #e3f2e4;
    }
}

.header_inner
{
    width: 100%;
    height: 100%;
    padding-top: 20px;

    background-color: #fff;
}
@media screen and (max-width: 768px)
{
    .header_inner
    {
        position: relative;

        width: 93.75vw;
        height: 14.0625vw;
        margin: auto;
        padding: 0 6.25vw 0;

        transition: width .1s cubic-bezier(.25, .1, .25, 1);

        border-radius: 8px;
        box-shadow: 0 3px 3px 0 rgba(6, 0, 1, .15);
    }
    .is-open .header_inner
    {
        border-radius: 0;
        background: #e3f2e4;
        box-shadow: none;
    }
}

@media screen and (min-width: 769px)
{
    .header_nav
    {
        min-height: 520px;

        background: #fff;
    }
}
@media screen and (max-width: 768px)
{
    .header_nav
    {
        position: fixed;
        top: 15.78125vw;
        left: 0;

        visibility: hidden;
        overflow: scroll;

        width: 100%;
        height: 0;
        height: 100%;
        padding: 25px 0 40px;

        transition: opacity .4s cubic-bezier(.25, .1, .25, 1), visibility .4s cubic-bezier(.25, .1, .25, 1);

        opacity: 0;
        background: #e3f2e4;
    }
    .is-open .header_nav
    {
        visibility: visible;

        height: 100%;

        opacity: 1;
    }
}

@media screen and (max-width: 768px)
{
    .header_nav_inner
    {
        padding: 0 6.25vw 60px;
    }
}

.header_logo
{
    margin-bottom: 44px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .header_logo
    {
        position: absolute;
        top: 28%;
        left: 3.125vw;

        width: 47.8125vw;
        height: 5.9375vw;
        margin-bottom: 0;
    }
}
.header_logo img
{
    width: 60px;
    height: 70px;
}
@media screen and (max-width: 768px)
{
    .header_logo img
    {
        width: 100%;
        height: 100%;

        vertical-align: top;
    }
}
.header_logo a
{
    position: relative;

    display: block;
}
.header_logo a:hover .icon_to_top_txt
{
    visibility: visible;

    opacity: 1;
}

.icon_to_top_txt
{
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;

    visibility: hidden;

    height: 20px;
    margin: auto;

    transition: opacity .4s cubic-bezier(.25, .1, .25, 1), visibility .4s cubic-bezier(.25, .1, .25, 1);

    opacity: 0;
}

.sp_btn
{
    position: absolute;
    top: 25%;
    right: 3.125vw;
    bottom: 0;

    display: flex;

    margin: auto;

    justify-content: space-between;
    align-items: flex-start;
}

.related_btn
{
    width: 25vw;
    height: 7.8125vw;
    margin-right: 10px;

    transition: opacity .4s cubic-bezier(.25, .1, .25, 1), visibility .4s cubic-bezier(.25, .1, .25, 1);

    border: none;
    background: none;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}
.is-open .related_btn
{
    visibility: hidden;

    opacity: 0;
}
.related_btn img
{
    vertical-align: top;
}

.menu_btn_wrap
{
    right: 3.125vw;

    width: 6.25vw;
    height: 7.1875vw;
}

.menu_btn span
{
    display: block;

    width: 100%;
    height: 2px;

    transition: transform .5s cubic-bezier(.25, .46, .45, .94);

    border-radius: 2px;
    background: #a5a5a5;
}
.menu_btn span:not(:first-child)
{
    margin-top: 4px;
}
.is-open .menu_btn span
{
    background: #094;
}
.is-open .menu_btn span:nth-child(1)
{
    transform: translate3d(0, 6px, 0) rotate(45deg);
}
.is-open .menu_btn span:nth-child(2)
{
    opacity: 0;
}
.is-open .menu_btn span:nth-child(3)
{
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.sp_menu_txt
{
    margin-top: 2px;
}
.sp_menu_txt .icon_menu
{
    width: 100%;
    height: 10px;

    vertical-align: top;

    fill: #a5a5a5;
}
.is-open .sp_menu_txt .icon_menu
{
    fill: #094;
}

@media screen and (max-width: 768px)
{
    .header_list
    {
        overflow: auto;

        width: 100%;
        padding: 0;
    }
}

.header_list_item
{
    text-align: center;
}
@media screen and (max-width: 768px)
{
    .header_list_item
    {
        border-radius: 11px;
    }
}
@media screen and (max-width: 768px)
{
    .header_list_item:not(:first-child)
    {
        margin-top: 10px;
    }
}
.header_list_item a
{
    font-size: 12px;
    font-weight: bold;

    position: relative;

    display: block;

    padding: 18px 0 14px;

    transition: background .48s cubic-bezier(.215, .61, .355, 1), color .48s cubic-bezier(.215, .61, .355, 1);

    color: #666;
    background: #fff;
}
.header_list_item a.is-current
{
    color: #094;
    background: #c8e6c9;
}
.header_list_item a:hover
{
    color: #094;
    background: #c8e6c9;
}
@media screen and (max-width: 768px)
{
    .header_list_item a
    {
        font-size: 18px;
        font-weight: bold;

        display: flex;

        padding: 5.625vw 6.5625vw;

        border-radius: 11px;
    }
}
.header_list_item a .icon_new
{
    position: absolute;
    top: 0;
    right: 5px;

    width: 31px;
}
@media screen and (max-width: 768px)
{
    .header_list_item a .icon_new
    {
        display: none;
    }
}
.header_list_item .svg
{
    display: block;

    margin-bottom: 3px;
}

.header_list_item-company
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header_list_item-company a
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.menu-en
{
    font-size: 9px;
    font-weight: normal;

    margin-bottom: -6px;

    color: #a5a5a5;
}

.header_list_item_txt
{
    display: block;

    margin-top: 6px;

    color: #a49494;
}
@media screen and (max-width: 768px)
{
    .header_list_item_txt
    {
        margin: 0;

        text-align: left;

        color: #4b4b4b;
    }
}
.header_list_item_txt.__osusume_menu
{
    line-height: 1.3;
}
@media screen and (max-width: 768px)
{
    .header_list_item_txt.__osusume_menu
    {
        line-height: inherit;
    }
}

.header_list_item.company_sp_list_wrap
{
    margin-top: 0;

    background: transparent;
}

@media screen and (max-width: 768px)
{
    .company_sp_list
    {
        display: flex;

        flex-wrap: wrap;
    }
}

.company_sp_list_item
{
    width: 100%;
    margin-top: .9375vw;

    background: #fff;
}
.company_sp_list_item:nth-child(even)
{
    margin-left: .9375vw;
}
.company_sp_list_item:last-of-type
{
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}
.company_sp_list_item:last-of-type a
{
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}
.company_sp_list_item a
{
    font-size: 14px;
    font-weight: bold;

    display: block;

    padding: 4.375vw 0 4.6875vw;

    color: #a49494;
    color: #4b4b4b;
    border-radius: 0;
}
.company_sp_list_item a:hover
{
    color: #094;
    background: #c8e6c9;
}
.company_sp_list_item.list-sm
{
    width: 33.90625vw;
}
.company_sp_list_item.list-md
{
    width: 52.65625vw;
}

.header_flyer_btn
{
    position: fixed;
    z-index: 4002;
    right: 10px;
    right: 110px;
    bottom: 40px;

    pointer-events: none;
}
.header_flyer_btn:hover .header_flyer_btn_box
{
    opacity: 0;
}
.header_flyer_btn-df
{
    cursor: pointer;
    transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
    pointer-events: visible;

    border-radius: 12px;
    box-shadow: 0 2px 2px 0 rgba(6, 0, 1, .2);
}
.header_flyer_btn-df:hover
{
    box-shadow: 0 8px 15px 0 rgba(6, 0, 1, .3);
}
.header_flyer_btn_block
{
    position: relative;
}

.header_flyer_btn_box
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;

    width: 160px;
    height: 119px;

    transition: opacity .4s cubic-bezier(.25, .1, .25, 1);

    border-radius: 12px;
    box-shadow: 0 2px 2px 0 rgba(6, 0, 1, .2);
}

.header_flyer_btn_inner
{
    display: flex;
    overflow: hidden;

    border-radius: 12px;

    align-items: center;
}

.header_flyer_btn_list_wrap
{
    position: relative;

    display: flex;

    height: 119px;
    padding: 15px 15px 14px 25px;

    cursor: pointer;
    transition: transform .8s cubic-bezier(.25, .1, .25, 1), width .4s cubic-bezier(.25, .1, .25, 1);
    transform: translateX(100%) translateX(-25px);
    pointer-events: auto;

    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: rgba(125, 53, 13, .75);

    flex: 1 1 auto;
    align-items: center;
}
.is-flyer .header_flyer_btn_list_wrap
{
    width: auto;

    transform: translateX(0);
}
.header_flyer_btn_list_wrap::before,
.header_flyer_btn_list_wrap::after
{
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;

    display: block;

    content: '';
}
.header_flyer_btn_list_wrap::before
{
    width: 25px;
    height: 100%;

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #f08200;
}
.header_flyer_btn_list_wrap::after
{
    bottom: 0;
    left: 8px;

    width: 12px;
    height: 12px;
    margin: auto;

    transform: rotate(-135deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.header_flyer_btn_img
{
    position: relative;

    display: block;

    padding: 10px;

    pointer-events: auto;

    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #f29b00;
}

.header_flyer_btn_list
{
    display: flex;
}

.header_flyer_btn_list_item
{
    position: relative;

    padding: 0 15px;
}
.header_flyer_btn_list_item a
{
    position: relative;

    cursor: pointer;

    color: #fff;
}
.header_flyer_btn_list_item a span
{
    font-weight: bold;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    text-align: center;
}
.header_flyer_btn_list_item::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: rgba(255, 255, 255, .15);
}

.header_flyer_more
{
    margin: 0 20px;
}
.header_flyer_more a
{
    position: relative;

    display: block;

    width: 36px;
    height: 36px;

    border: 2px solid #f29b00;
    border-radius: 50%;
}
.header_flyer_more a::before,
.header_flyer_more a::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 16px;
    height: 2px;
    margin: auto;

    content: '';

    background: #f29b00;
}
.header_flyer_more a::after
{
    transform: rotate(90deg);
}

/*  スマホのチラシボタン */
.sp_flyer
{
    margin-bottom: 20px;
    padding: 6.25vw;

    border-radius: 0;
    background: #f29b00;
}

.sp_flyer_inner
{
    padding: 3.75vw 2.8125vw;

    border-radius: 12px;
    background: #fff;
}

.sp_flyer_title
{
    font-size: 18px;
    font-weight: bold;

    display: flex;

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

.sp_flyer_txt
{
    position: relative;

    padding-right: 18px;

    letter-spacing: 2px;
}
.sp_flyer_txt::after
{
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;

    display: block;

    width: 11px;
    height: 11px;

    content: '';
    transform: rotate(135deg);

    border-top: 3px solid #f08200;
    border-right: 3px solid #f08200;
    border-radius: 2px;
}

.icon_header_favorite
{
    position: relative;
    top: -2px;

    display: inline-block;

    margin-right: 5px;
}

.sp_flyer_list_wrap
{
    display: none;

    padding-top: 8px;
}

.sp_flyer_description
{
    font-size: 14px;
    line-height: 1.7;

    padding: 0 2px;

    text-align: left;

    color: #4b4b4b;
}

.sp_flyer_list
{
    display: flex;

    margin-top: 10px;

    text-align: left;

    flex-wrap: wrap;
    justify-content: space-between;
}

.sp_flyer_list_item
{
    display: inline-block;

    width: 39.0625vw;
    margin-bottom: 3.75vw;
}
.sp_flyer_list_item a
{
    font-size: 14px;
    font-weight: bold;

    position: relative;

    display: block;

    padding: 0;

    color: #fff;
}
.sp_flyer_list_item a .sp_flyer_list_item_txt
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;

    margin: auto;

    justify-content: center;
    align-items: center;
}
.sp_flyer_list_item img
{
    width: 100%;

    border-radius: 10px;
}

.sp_flyer_list_item-more
{
    height: 25.625vw;

    border-radius: 8px;
}
.sp_flyer_list_item-more a
{
    display: flex;

    height: 100%;

    background: #f8cd7f;

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

.sp_flyer_more
{
    position: relative;

    width: 27px;
    height: 27px;

    border: 2px solid #f08200;
    border-radius: 50%;
}
.sp_flyer_more::before,
.sp_flyer_more::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 12px;
    height: 2px;
    margin: auto;

    content: '';

    background: #f08200;
}
.sp_flyer_more::after
{
    transform: rotate(90deg);
}

.header_favorite
{
    width: 10.3125vw;
    height: 9.84375vw;

    fill: #f08200;
}

/* ------------------------
  gnav_icon
------------------------ */
.icon_nav
{
    display: block;

    margin: auto;

    transition: background .4s cubic-bezier(.25, .1, .25, 1);
    text-align: center;
}
@media screen and (max-width: 768px)
{
    .icon_nav
    {
        margin: 0;
    }
}

.icon_shop
{
    width: 34px;
    height: 30px;

    background: url('/img/common/icon_nav_shop.png') no-repeat;
}
@media screen and (max-width: 768px)
{
    .icon_shop
    {
        width: 40px;
        height: 40px;

        background: url('/img/common/icon_nav_shop_ov.svg') 0 50% no-repeat;
        background-size: 27px 30px;
    }
}

.icon_journal
{
    width: 42px;
    height: 39px;

    background: url('/img/common/icon_nav_journal.png') no-repeat;
}
@media screen and (max-width: 768px)
{
    .icon_journal
    {
        position: relative;
        left: -6px;

        width: 40px;
        height: 40px;

        background: url('/img/common/icon_nav_journal_ov.svg') 0 50% no-repeat;
        background-size: 38px auto;
    }
}

.icon_company
{
    width: 30px;
    height: 32px;

    background: url('/img/common/icon_nav_company.png') no-repeat;
}
@media screen and (max-width: 768px)
{
    .icon_company
    {
        width: 40px;
        height: 40px;

        background: url('/img/common/icon_nav_company_ov.svg') 0 50% no-repeat;
        background-size: 24px auto;
    }
}

.icon_osusume_menu
{
    width: 32px;
    height: 32px;

    background: url('/img/common/icon_nav_menu.png') no-repeat;
}
@media screen and (max-width: 768px)
{
    .icon_osusume_menu
    {
        width: 40px;
        height: 40px;

        background: url('/img/common/icon_nav_menu_ov.svg') 0 50% no-repeat;
        background-size: 24px auto;
    }
}

.icon_about
{
    width: 36px;
    height: 32px;

    background: url('/img/common/icon_nav_about.png') no-repeat;
}
@media screen and (max-width: 768px)
{
    .icon_about
    {
        width: 40px;
        height: 40px;

        background: url('/img/common/icon_nav_about_ov.svg') 0 50% no-repeat;
        background-size: 28px 31px;
    }
}

.icon_recruit
{
    width: 28px;
    height: 33px;

    background: url('/img/common/icon_nav_recruit.png') no-repeat;
}
@media screen and (max-width: 768px)
{
    .icon_recruit
    {
        width: 40px;
        height: 40px;

        background: url('/img/common/icon_nav_recruit_ov.svg') 0 50% no-repeat;
        background-size: 24px auto;
    }
}

.icon_contact
{
    width: 37px;
    height: 37px;

    background: url('/img/common/icon_nav_contact.png') no-repeat;
}
@media screen and (max-width: 768px)
{
    .icon_contact
    {
        width: 40px;
        height: 40px;

        background: url('/img/common/icon_nav_contact_ov.svg') 0 50% no-repeat;
        background-size: 31px auto;
    }
}

.header_list_item a:hover .header_list_item_txt,
.header_list_item a.is-current .header_list_item_txt
{
    color: #094;
}
@media screen and (min-width: 769px)
{
    .header_list_item a:hover,
    .header_list_item a.is-current
    {
        align-items: center;
    }
    .header_list_item a:hover .icon_shop,
    .header_list_item a.is-current .icon_shop
    {
        background: url('/img/common/icon_nav_shop_ov.png') no-repeat;
    }
    .header_list_item a:hover .icon_journal,
    .header_list_item a.is-current .icon_journal
    {
        background: url('/img/common/icon_nav_journal_ov.png') no-repeat;
    }
    .header_list_item a:hover .icon_company,
    .header_list_item a.is-current .icon_company
    {
        background: url('/img/common/icon_nav_company_ov.png') no-repeat;
    }
    .header_list_item a:hover .icon_osusume_menu,
    .header_list_item a.is-current .icon_osusume_menu
    {
        background: url('/img/common/icon_nav_menu_ov.png') no-repeat;
    }
    .header_list_item a:hover .icon_about,
    .header_list_item a.is-current .icon_about
    {
        background: url('/img/common/icon_nav_about_ov.png') no-repeat;
    }
    .header_list_item a:hover .icon_recruit,
    .header_list_item a.is-current .icon_recruit
    {
        background: url('/img/common/icon_nav_recruit_ov.png') no-repeat;
    }
    .header_list_item a:hover .icon_contact,
    .header_list_item a.is-current .icon_contact
    {
        background: url('/img/common/icon_nav_contact_ov.png') no-repeat;
    }
}
.header_list_item a:hover .icon_new,
.header_list_item a.is-current .icon_new
{
    animation: pyonAction_large .37s cubic-bezier(.165, .84, .44, 1) forwards;
}

/* ------------------------
  m-mv
------------------------ */
.m-mv
{
    display: flex;

    width: 100%;
    height: 420px;

    align-items: center;
}
@media screen and (max-width: 768px)
{
    .m-mv
    {
        height: 60.625vw;

        align-items: flex-end;
    }
}

.m-mv_body
{
    display: flex;

    width: 85.0746268657%;
    max-width: 1140px;
    margin: -62px auto 0;
    padding-left: 28px;

    color: #fff;

    align-items: baseline;
}
@media screen and (max-width: 768px)
{
    .m-mv_body
    {
        flex-direction: column;

        margin: 0 0 6.8125vw 6.25vw;
        padding-left: 0;
    }
}

.m-mv_title
{
    line-height: 1;

    margin-left: 31px;

    order: 2;
}
@media screen and (max-width: 768px)
{
    .m-mv_title
    {
        margin: 0 0 8px;

        order: 1;
    }
}
.m-mv_title span
{
    display: block;
}
.m-mv_title .en
{
    font-size: 12px;

    margin-left: 12px;

    letter-spacing: 3px;
}
@media screen and (max-width: 768px)
{
    .m-mv_title .en
    {
        font-size: 10px;

        margin: 0 0 3px;
    }
}
.m-mv_title .jp
{
    font-size: 44px;
    font-weight: bold;

    letter-spacing: 6px;
}
@media screen and (max-width: 768px)
{
    .m-mv_title .jp
    {
        font-size: 28px;
    }
}
.m-mv_title .jp.multi-lines
{
    line-height: 1.27;
}

.m-mv_lead
{
    line-height: 1.875;

    letter-spacing: 2px;

    order: 1;
}
@media screen and (max-width: 768px)
{
    .m-mv_lead
    {
        font-size: 14px;
        line-height: 1.5;

        order: 2;
    }
}

/* ------------------------
  m-card
------------------------ */
.m-card
{
    width: 85.0746268657%;
    max-width: 1140px;
    margin: -60px auto 60px;
    padding: 52px 80px 80px;

    border-radius: 24px;
    background-color: #fff;
}
@media screen and (max-width: 768px)
{
    .m-card
    {
        width: 100%;
        margin: 0;
        padding: 32px 6.25vw 40px;

        border-radius: 0;
    }
}

.m-card-contitle
{
    position: relative;
}
.m-card-contitle::before
{
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 186px;
    height: 5px;
    margin: auto;

    content: '';

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #094;
}
@media screen and (max-width: 768px)
{
    .m-card-contitle::before
    {
        width: 93px;
        height: 3px;
    }
}

.m-card_title
{
    font-size: 32px;

    margin-bottom: 44px;

    text-align: center;
    letter-spacing: 4px;
}
@media screen and (max-width: 768px)
{
    .m-card_title
    {
        font-size: 21px;

        margin-bottom: 38px;
    }
}

.m-card_lead
{
    line-height: 2;

    margin-bottom: 43px;
}
@media screen and (min-width: 769px)
{
    .m-card_lead
    {
        text-align: center;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 768px)
{
    .m-card_lead
    {
        line-height: 1.85;

        margin-bottom: 37px;

        letter-spacing: 1.2px;
    }
}

.m-link_list
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.m-link_list-col3
{
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
}
@media screen and (max-width: 768px)
{
    .m-link_list-col3
    {
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 10px;
             column-gap: 10px;
    }
}

.m-link_list_item
{
    width: 47.5687103594%;
}
.m-link_list_item figure
{
    position: relative;

    width: 100%;

    border-radius: 24px;
    box-shadow: 0 4px 3px -3px rgba(6, 0, 1, .3);
}
@media screen and (max-width: 768px)
{
    .m-link_list_item figure
    {
        width: 100%;

        box-shadow: none;
    }
}
.m-link_list_item img
{
    width: 100%;

    border-radius: 24px;
}
@media screen and (max-width: 768px)
{
    .m-link_list_item img
    {
        border-radius: 12px;
    }
}
.m-link_list_item a
{
    position: relative;

    display: flex;

    border-radius: 22px;

    align-items: center;
}
.m-link_list_item a::before
{
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 156px;
    height: 5px;
    margin: auto;

    content: '';

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #094;
}
@media screen and (max-width: 768px)
{
    .m-link_list_item a::before
    {
        width: 78px;
        height: 3px;
    }
}
.m-link_list_item a:hover
{
    animation: pyonAction .52s cubic-bezier(.165, .84, .44, 1) forwards;
}
.m-link_list_item a:hover figure::before
{
    opacity: 1;
}
@media screen and (max-width: 768px)
{
    .m-link_list_item
    {
        width: 100%;
    }
    .m-link_list_item a
    {
        border-radius: 12px;
    }
}
.m-link_list-col3 .m-link_list_item
{
    width: 100%;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px)
{
    .m-link_list-col3 .m-link_list_item
    {
        margin-bottom: 10px;
    }
}
.m-link_list_item.m-link-mordal
{
    position: relative;

    overflow: hidden;

    border-radius: 22px;
}
@media screen and (max-width: 768px)
{
    .m-link_list_item.m-link-mordal
    {
        width: 42.1875vw;
    }
}
.m-link_list_item.m-link-mordal a::before
{
    display: none;
}

.m-link_list_title
{
    font-size: 24px;

    position: absolute;
    z-index: 30;
    top: 50%;
    right: 0;
    left: 0;

    margin: auto;

    transition: color .4s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    letter-spacing: 4px;

    color: #fff;
}
.m-link_list-col3 .m-link_list_title
{
    font-size: 21px;
}
@media screen and (max-width: 768px)
{
    .m-link_list-col3 .m-link_list_title
    {
        font-size: 15px;
        line-height: 1.4;

        text-align: center;
        letter-spacing: .2em;
    }
}
@media screen and (max-width: 768px)
{
    .m-link_list_title
    {
        font-size: 20px;
    }
    .m-link-mordal .m-link_list_title
    {
        font-size: 14px;
        line-height: 1.2857142857;

        text-align: center;
    }
}

.m-link_list_txt
{
    line-height: 1.6;

    margin-top: 20px;

    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px)
{
    .m-link_list_txt
    {
        font-size: 14px;
        line-height: 1.5;

        margin-top: 12px;
    }
}

.modal_btn
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 50px;
    height: 50px;

    border-top-left-radius: 40px;
    border-bottom-right-radius: 22px;
    background: #094;
}
@media screen and (max-width: 768px)
{
    .modal_btn
    {
        width: 30px;
        height: 30px;

        border-top-left-radius: 20px;
        border-bottom-right-radius: 12px;
    }
}
.modal_btn span
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
}
.modal_btn span::before,
.modal_btn span::after
{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 8px;

    display: block;

    width: 16px;
    height: 2px;
    margin: auto;

    content: '';

    background: #fff;
}
@media screen and (max-width: 768px)
{
    .modal_btn span::before,
    .modal_btn span::after
    {
        top: 2px;
        left: 4px;

        width: 14px;

        border-radius: 2px;
    }
}
.modal_btn span::after
{
    transform: rotate(90deg);
}

/* ------------------------
  copyright
------------------------ */
.copyright
{
    position: fixed;
    top: 279px;
    left: 1.6666666667%;
}
.copyright p
{
    font-size: 10px;

    letter-spacing: .08em;

    color: #a5a5a5;
}
@media screen and (max-width: 768px)
{
    .copyright p
    {
        color: #fff;
    }
}
@media screen and (max-width: 768px)
{
    .copyright
    {
        position: static;

        padding-bottom: 16px;

        text-align: center;

        background-color: #4b4b4b;
    }
}

/* ------------------------
  footer
------------------------ */
.footer
{
    margin-right: 100px;
    padding: 40px 0;

    background: #fff;
}
@media screen and (max-width: 768px)
{
    .footer
    {
        width: 100%;
        padding: 0;

        background: #f8f2e7;
    }
}

.footer_list
{
    position: relative;

    width: 68.0597014925%;
    max-width: 1140px;
    margin: auto;
}
@media screen and (max-width: 768px)
{
    .footer_list
    {
        width: 100%;
    }
}

.slick-list
{
    padding: 30px 30px 43px !important;
}

.slick-slide
{
    margin: 0 10px;
}
@media screen and (max-width: 768px)
{
    .slick-slide
    {
        width: 200px;
        margin: 0 10px;

        border-radius: 20px;
    }
}
.slick-slide img
{
    border-radius: 20px;
    box-shadow: 0 4px 3px -3px rgba(6, 0, 1, .3);
}
@media screen and (max-width: 768px)
{
    .slick-slide img
    {
        width: 100%;

        border-radius: 12px;
    }
}
.slick-slide a
{
    display: block;
}
@media screen and (min-width: 769px)
{
    .slick-slide a:hover img
    {
        animation: pyonAction .52s cubic-bezier(.165, .84, .44, 1) forwards;
    }
}

.slide-arrow
{
    position: absolute;
    z-index: 40;
    top: 0;
    bottom: 0;

    width: 24px;
    height: 37px;
    margin: auto;

    cursor: pointer;
}
@media screen and (max-width: 768px)
{
    .slide-arrow
    {
        top: 22px;

        width: 44px;
        height: 44px;
    }
    .slide-arrow span
    {
        display: block;

        width: 12px;
        height: 12px;
        margin: auto;

        border-top: 2px solid #666;
        border-right: 2px solid #666;
    }
}
.slide-arrow.prev-arrow
{
    left: -42px;
}
@media screen and (max-width: 768px)
{
    .slide-arrow.prev-arrow
    {
        left: 12px;
    }
    .slide-arrow.prev-arrow span
    {
        transform: rotate(-135deg);
    }
}
.slide-arrow.next-arrow
{
    right: -42px;
}
@media screen and (max-width: 768px)
{
    .slide-arrow.next-arrow
    {
        right: 12px;
    }
    .slide-arrow.next-arrow span
    {
        transform: rotate(45deg);
    }
}

.sp_footer_body
{
    position: relative;

    padding: 40px 0;

    background-color: #4b4b4b;
}

.footer_logo
{
    text-align: center;
}

.icon_footer_logo
{
    display: block;

    width: 239px;
    height: 28px;
    margin: 0 auto;
}

.page_top
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 71px;
    height: 22px;
    margin: auto;
}
.page_top a
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
    margin-top: -20px;

    background: url('/img/common/page_top_bg.png') no-repeat;
    background-size: contain;
}
.page_top a::before
{
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;

    display: block;

    width: 14px;
    height: 14px;
    margin: auto;

    content: '';
    transform: rotate(-45deg);

    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.footer_store
{
    margin-right: 100px;
    padding-bottom: 60px;
}
@media screen and (max-width: 768px)
{
    .footer_store
    {
        margin-right: 0;
        padding-bottom: 0;
    }
}
.footer_store a
{
    color: #fff;
}

.footer_store_inner
{
    width: 85.0746268657%;
    max-width: 1140px;
    margin: auto;
}
@media screen and (max-width: 768px)
{
    .footer_store_inner
    {
        width: 100%;
    }
}

.footer_sitemap
{
    display: flex;

    padding: 30px 40px;

    border-radius: 12px;
    background: #4b4b4b;

    align-items: center;
}
@media screen and (max-width: 768px)
{
    .footer_sitemap
    {
        display: none;
    }
}

.footer_sitemap_block
{
    width: calc(100% - 90px);
}

.footer_sitemap_list
{
    display: flex;

    flex-wrap: wrap;
}

.footer_sitemap_list_item
{
    display: flex;

    width: 100%;
}
.footer_sitemap_list_item:nth-child(n+4)
{
    width: auto;
    margin-right: 14px;
}
.footer_sitemap_list_item + .footer_sitemap_list_item
{
    margin-top: 8px;
}
.footer_sitemap_list_item > a
{
    font-weight: bold;
}
.footer_sitemap_list_item a:hover
{
    transition: color .3s cubic-bezier(.25, .1, .25, 1);

    color: #93e4a0;
}
.footer_sitemap_list_item a:hover .footer_icon
{
    fill: #93e4a0;
}

.footer_sitemap_inner_list
{
    display: flex;

    flex: 1;
    flex-wrap: wrap;
}
.footer_sitemap_inner_list li
{
    margin-left: 32px;
}
.footer_sitemap_inner_list a
{
    color: #ccc;
}

.footer_sitemap_logo
{
    width: 90px;
    height: 105px;
    margin-right: 5.6140350877%;

    fill: #fff;
}

.sitemap_logo
{
    width: 90px;
    height: 105px;
}

.footer_icon_logo
{
    width: 90px;
    height: 105px;
}

.footer_icon
{
    margin: -1px auto 4px 4px;

    transition: fill .3s cubic-bezier(.25, .1, .25, 1);

    fill: #fff;
}
@media screen and (max-width: 768px)
{
    .footer_icon
    {
        margin: 0 auto 4px 4px;
    }
}

.footer_icon_shop
{
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 768px)
{
    .footer_icon_shop
    {
        width: 11px;
        height: 11px;
    }
}

.footer_icon_company
{
    width: 16px;
    height: 16px;
}
@media screen and (max-width: 768px)
{
    .footer_icon_company
    {
        width: 11px;
        height: 11px;
    }
}

.footer_icon_recruit
{
    width: 14px;
    height: 16px;
}
@media screen and (max-width: 768px)
{
    .footer_icon_recruit
    {
        width: 10px;
        height: 12px;
    }
}

.footer_icon_journal
{
    width: 24px;
    height: 19px;
}
@media screen and (max-width: 768px)
{
    .footer_icon_journal
    {
        width: 15px;
        height: 15px;
    }
}

.footer_icon_about
{
    width: 18px;
    height: 16px;
}
@media screen and (max-width: 768px)
{
    .footer_icon_about
    {
        width: 12px;
        height: 11px;
    }
}

.footer_icon_blank
{
    width: 11px;
    height: 11px;
}

/* ------------------------
  m-btn
------------------------ */
.m-btn
{
    text-align: center;
}
.m-btn a
{
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    height: 50px;
    padding: 0 10.6%;

    letter-spacing: 2px;

    color: #fff;
    border-radius: 30px;
}
@media screen and (max-width: 768px)
{
    .m-btn a
    {
        font-size: 14px;
        line-height: 1.2857142857;

        width: 100%;
        height: auto;
        padding: 15px 0;
    }
}
.m-btn a::after
{
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;

    display: block;

    width: 8px;
    height: 8px;
    margin: auto;

    content: '';
    transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.m-btn span
{
    position: relative;
    z-index: 20;
}
@media screen and (max-width: 768px)
{
    .m-btn
    {
        margin: 0 6.25vw;
    }
}

.m-btn-green
{
    animation: pyonAction .52s cubic-bezier(.165, .84, .44, 1) forwards;
}
.m-btn-green a
{
    transition: background .4s cubic-bezier(.215, .61, .355, 1);

    background: #094;
}
.m-btn-green a:hover
{
    animation: pyonAction .52s cubic-bezier(.165, .84, .44, 1) forwards;

    color: #fff;
    background: #09b025;
}

.m-btn-orange a
{
    transition: background .4s cubic-bezier(.215, .61, .355, 1);

    background: #f29b00;
}
.m-btn-orange a:hover
{
    animation: pyonAction .52s cubic-bezier(.165, .84, .44, 1) forwards;

    color: #fff;
    background: #f08300;
}

.m-btn-white a
{
    transition: background .4s cubic-bezier(.215, .61, .355, 1);

    color: #4b4b4b;
    background: #fff;
}
.m-btn-white a::after
{
    border-color: #4b4b4b;
}
.m-btn-white a:hover
{
    animation: pyonAction .52s cubic-bezier(.165, .84, .44, 1) forwards;

    color: #fff;
    background: #094;
}

.m-btn-brown a
{
    transition: background .4s cubic-bezier(.215, .61, .355, 1);

    background: #a67b63;
}
.m-btn-brown a:hover
{
    animation: pyonAction .52s cubic-bezier(.165, .84, .44, 1) forwards;

    color: #fff;
    background: #804f35;
}

.m-btn-blank a::after
{
    width: 16px;
    height: 16px;

    transform: rotate(0);

    border: none;
    background: url('/img/common/icon_blank.svg') no-repeat;
}

.m-btn-none a::after
{
    display: none;
}

.m-btn-border-gray a
{
    line-height: 38px;

    display: block;

    height: 40px;

    text-align: center;

    color: #767572;
    border: 2px solid #767572;
    background: none;
}
@media screen and (max-width: 768px)
{
    .m-btn-border-gray a
    {
        line-height: 1.28571;

        height: auto;
    }
}

/* ------------------------
  journal
------------------------ */
.journal_list_item
{
    position: relative;
    z-index: 20;
    z-index: 5;

    overflow: hidden;

    color: #fff;
    border-radius: 12px;
}
.journal_list_item:hover
{
    animation: pyonAction .52s cubic-bezier(.165, .84, .44, 1) forwards;
}
.journal_list_item figure
{
    position: relative;
    z-index: 20;

    overflow: hidden;

    width: 100%;
    height: 100%;

    border-radius: 12px;
}
.journal_list_item figure::after
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .08);
}
@media screen and (max-width: 768px)
{
    .journal_list_item figure
    {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
.journal_list_item img
{
    width: 100%;
    height: 100%;

    transition: transform .8s cubic-bezier(.215, .61, .355, 1);

    border-radius: 12px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item img
    {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
.journal_list_item a
{
    position: relative;
    z-index: 5;

    display: block;

    height: 100%;

    color: #fff;
    border-radius: 12px;
}
.journal_list_item-large
{
    border-radius: 24px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item-large
    {
        border-radius: 12px;
    }
}
.journal_list_item-large figure,
.journal_list_item-large img
{
    border-radius: 24px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item-large figure,
    .journal_list_item-large img
    {
        border-radius: 12px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
.journal_list_item-large .journal_list_item_txt
{
    font-size: 30px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item-large .journal_list_item_txt
    {
        font-size: 14px;
    }
}
.journal_list_item-large .post_time
{
    top: 38px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item-large .post_time
    {
        top: 12px;
    }
    .akamaru_article_detail .journal_list_item-large .post_time
    {
        top: 25vw;
    }
}
.journal_list_item-large .post_day
{
    font-size: 30px;

    margin: -12px 0 0 16px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item-large .post_day
    {
        font-size: 15px;

        margin: -4px 0 0 13px;
    }
}
.journal_list_item-large .journal_category
{
    width: 54px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item-large .journal_category
    {
        width: auto;
    }
}
.journal_list_item-large .journal_category span:nth-child(1)
{
    font-size: 18px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item-large .journal_category span:nth-child(1)
    {
        font-size: 10px;
    }
}
.journal_list_item-large .journal_category span:nth-child(2)
{
    font-size: 14px;
}
.journal_list_item-large .akamaru_new
{
    top: 100px;

    width: 80px;
}
@media screen and (max-width: 768px)
{
    .journal_list_item-large .akamaru_new
    {
        top: 14.0625vw;

        width: 12.5vw;
    }
    .detail .journal_list_item-large .akamaru_new
    {
        top: 33.75vw;
    }
}

.akamaru_new
{
    position: absolute;
    z-index: 30;
    top: 58px;
    left: 20px;

    width: 52px;
}
@media screen and (max-width: 768px)
{
    .akamaru_new
    {
        top: 14.0625vw;
        left: 12px;

        width: 12.5vw;
    }
    .akamaru_new img
    {
        box-shadow: none;
    }
}

.post_time
{
    position: absolute;
    z-index: 30;
    top: 20px;
    left: 20px;

    display: flex;

    letter-spacing: 2px;

    align-items: baseline;
}
@media screen and (max-width: 768px)
{
    .post_time
    {
        top: 12px;
        left: 0;

        width: 100%;
        padding-left: 12px;
    }
}

.post_time_year
{
    font-size: 10px;
    font-weight: bold;

    margin-right: 8px;
}

.post_time_day span
{
    line-height: 1;

    display: block;
}

.post_month
{
    font-size: 12px;

    position: relative;
}
.post_month::after
{
    display: block;

    width: 36px;
    height: 2px;
    margin: 2px 0 6px -5px;

    content: '';
    transform: rotate(-45deg);

    background: #fff;
}
@media screen and (max-width: 768px)
{
    .post_month
    {
        font-size: 10px;
    }
    .post_month::after
    {
        width: 29px;
        margin: 0 0 2px -4px;
    }
}

.post_day
{
    font-size: 22px;

    margin: -6px 0 0 13px;

    text-align: right;
}
@media screen and (max-width: 768px)
{
    .post_day
    {
        font-size: 15px;

        margin: -4px 0 0 13px;
    }
}

.journal_list_item_body
{
    position: absolute;
    z-index: 40;
    bottom: 0;
    left: 0;

    display: flex;

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

    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.life .journal_list_item_body
{
    background: rgba(121, 162, 169, .85);
}
.recipe .journal_list_item_body
{
    background: rgba(234, 179, 96, .85);
}
.select .journal_list_item_body
{
    background: rgba(229, 115, 115, .85);
}
@media screen and (max-width: 768px)
{
    .journal_list_item_body
    {
        position: static;

        padding: 10px;
    }
}

.journal_category
{
    display: flex;
    flex-direction: column-reverse;

    width: 40px;

    white-space: nowrap;

    flex-basis: auto;
}
@media screen and (max-width: 768px)
{
    .journal_category
    {
        width: auto;
    }
    .journal_category.vertical-rl
    {
        width: 21px;

        writing-mode: initial;
    }
}
.journal_category span
{
    text-align: center;
    letter-spacing: .1em;
}
.journal_category span:nth-child(1)
{
    font-size: 12px;
    font-weight: bold;

    padding: 6px 3px 4px 2px;

    border-radius: 8px;
    background: #fff;
}
@media screen and (max-width: 768px)
{
    .journal_category span:nth-child(1)
    {
        font-size: 10px;
        line-height: 1.1;

        padding: 6px 1px 6px 2px;

        white-space: initial;

        border-radius: 4px;
    }
}
.life .journal_category span:nth-child(1)
{
    color: #79a2a9;
}
.recipe .journal_category span:nth-child(1)
{
    color: #d3a96b;
}
.select .journal_category span:nth-child(1)
{
    color: #e58b73;
}
.journal_category span:nth-child(2)
{
    font-size: 10px;

    text-transform: uppercase;
}
@media screen and (max-width: 768px)
{
    .journal_category span:nth-child(2)
    {
        display: none;
    }
}

.journal_list_item_txt
{
    font-size: 18px;
    line-height: 1.4444444444;

    display: flex;

    margin-left: 13px;

    flex: 1;
    align-items: center;
}
@media screen and (max-width: 768px)
{
    .journal_list_item_txt
    {
        font-size: 14px;

        margin-left: 10px;
    }
}

/* ------------------------
  ランドスケープ
------------------------ */
.landscape
{
    position: fixed;
    z-index: 8000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}
@media (orientation: landscape) and (max-width: 768px)
{
    .landscape.is-mobile
    {
        display: block;
    }
}

.landscape_inner
{
    position: relative;

    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

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

.landscape_body
{
    position: relative;
    z-index: 6001;
}
.landscape_body img
{
    width: 50%;
}

.landscape_txt
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;

    margin-top: 13px;

    color: #fff;
}

.landscape_bg
{
    position: absolute;
    z-index: 6000;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.landscape_bg img
{
    width: 100%;
}

/* ------------------------
  Print Styles
------------------------ */
@media print
{
    *,
    *:before,
    *:after
    {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100% !important;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
}
