@charset 'UTF-8';
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: 1.6;

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

    color: #000;
}

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

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

#contents_wrap
{
    overflow: hidden;

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

#contents
{
    width: min(100% - 4rem, var(--width,1000px));
    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._index .header-btn
{
    position: fixed;
    z-index: 999;
    top: 20px;
    left: 20px;

    display: block;

    width: 55px;
    height: 55px;

    background: #273a5e;
}
.header._index .header-btn._active span:nth-child(1)
{
    top: 45%;

    transform: rotate(45deg);
}
.header._index .header-btn._active span:nth-child(2)
{
    opacity: 0;
}
.header._index .header-btn._active span:nth-child(3)
{
    top: 45%;

    transform: rotate(-45deg);
}
.header._index .header-btn span
{
    position: absolute;
    right: 0;
    left: 0;

    display: block;

    width: 70%;
    height: 5px;
    margin: auto;

    content: '';
    transition-duration: .4s;

    background: #fff;
}
.header._index .header-btn span:nth-child(1)
{
    top: 10px;
}
.header._index .header-btn span:nth-child(2)
{
    top: 25px;
}
.header._index .header-btn span:nth-child(3)
{
    top: 40px;
}
.header._index .nav
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100vh;

    transition-duration: .4s;
    pointer-events: none;

    opacity: 0;
    background: #273a5e;

    align-items: center;
    justify-content: space-between;
    align-items: start;
}
@media only screen and (max-width: 1000px)
{
    .header._index .nav
    {
        flex-direction: column;

        padding: 90px 5%;

        justify-content: start;
    }
}
.header._index .nav._active
{
    pointer-events: auto;

    opacity: 1;
}
.header._index .nav-list
{
    display: flex;
    flex-direction: column;

    width: 30%;
    padding: 6% 0 0;

    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1000px)
{
    .header._index .nav-list
    {
        display: flex;
        flex-direction: row;

        width: 100%;
        padding: 0;

        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
.header._index .nav-item
{
    width: 100%;
}
@media only screen and (max-width: 1000px)
{
    .header._index .nav-item
    {
        width: 50%;
    }
}
.header._index .nav-item a
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 2.4rem;

    display: block;

    padding: 15px;

    text-align: left;

    color: #fff;
}
@media only screen and (max-width: 1000px)
{
    .header._index .nav-item a
    {
        font-size: 1.8rem;

        padding: 10px;
    }
}
.header._index .nav-item a span
{
    font-size: 1.2rem;

    display: block;

    opacity: .4;
}
.header._index .nav-address
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 1.1rem;
    line-height: 2;

    width: 30%;
    padding: 6% 5% 0;

    text-align: left;

    color: #fff;
}
@media only screen and (max-width: 1000px)
{
    .header._index .nav-address
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        padding-bottom: 20px;

        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
}
.header._index .nav-address img
{
    width: 200px;
    margin-bottom: 20px;
}
.header._index .nav-img
{
    width: 40%;
}
@media only screen and (max-width: 1000px)
{
    .header._index .nav-img
    {
        display: none;
    }
}
.header._index .nav-img img
{
    width: 100% !important;
    height: 100vh !important;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 40%;
       object-position: 40%;
}
.header._common .header-wrap
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 1200px)
{
    .header._common .header-wrap
    {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 834px)
{
    .header._common .header-wrap
    {
        padding: 44px 0 0;
    }
}
@media screen and (max-width: 640px)
{
    .header._common .header-wrap
    {
        flex-wrap: nowrap;
    }
}
.header._common .header-ID
{
    width: 200px;
    padding: 20px;
}
@media only screen and (max-width: 1200px)
{
    .header._common .header-ID
    {
        order: 1;
    }
}
.header._common .header-list
{
    display: flex;

    padding: 0 20px;

    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 1200px)
{
    .header._common .header-list
    {
        order: 2;
    }
}
.header._common .header-item._insta
{
    margin-left: 10px;
}
.header._common .mean-push
{
    display: none;
}
.header._common .nav
{
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
}
@media only screen and (max-width: 1200px)
{
    .header._common .nav
    {
        max-width: 100%;

        order: 3;
    }
}
@media screen and (max-width: 640px)
{
    .header._common .nav
    {
        display: none;
    }
}
.header._common .nav-list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.header._common .nav-item
{
    flex-grow: 1;
}
.header._common .nav-item a
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 1.4rem;
    font-weight: 600;

    display: block;

    padding: 15px 0;

    color: #000;
}

.mv
{
    position: relative;

    overflow: hidden;
}
.mv-catch
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: -moz-fit-content;
    width:      fit-content;
    height: -moz-fit-content;
    height:      fit-content;
    margin: auto;
    padding: 0 10%;
}
.mv-item img
{
    width: 100% !important;
    height: 100vh !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.mean-container .mean-bar,
.mean-container .mean-nav
{
    background: #273a5e !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
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.footer
{
    background: #273a5e;
}
.footer-map
{
    position: relative;
}
.footer-map iframe
{
    -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
         filter: grayscale(100%);
}
.footer-text
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: var(--fontsize, 2, 4rem);

    position: absolute;
    z-index: 1;
    top: 5%;
    right: 0;
    left: 0;

    display: block;

    width: min(100% - 4rem, 640px);
    margin: auto;
    padding: 10px 20px;

    text-align: center;

    color: #fff;
    background: #273a5e;
}
@media screen and (max-width: 640px)
{
    .footer-text
    {
        --fontsize: 2rem;
    }
}
.footer-inner
{
    display: flex;

    padding: 30px 0 120px;

    align-items: stretch;
    justify-content: space-between;
}
@media screen and (max-width: 834px)
{
    .footer-inner
    {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.footer-logo
{
    display: flex;

    width: 150px;
    height: auto;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
@media screen and (max-width: 640px)
{
    .footer-logo
    {
        width: 200px;
        margin-right: auto;
        padding: 15px;
    }
}
.footer-address
{
    font-size: 1.2rem;

    text-align: left;

    color: #fff;
}
@media screen and (max-width: 834px)
{
    .footer-address
    {
        padding: 15px;
    }
}
@media screen and (max-width: 640px)
{
    .footer-address
    {
        width: 100%;
    }
}
.footer-copy
{
    margin-top: auto;

    color: #fff;
}
@media screen and (max-width: 834px)
{
    .footer-copy
    {
        display: block;

        width: 100%;
        margin-top: 30px;

        text-align: center;
    }
}

.news dl,
.news dt,
.news dd
{
    padding: 0 !important;

    border: none !important;
    background: none !important;
}
.news dl
{
    color: #000;
}
@media screen and (max-width: 640px)
{
    .news dl
    {
        display: block !important;
    }
}
.news dl:not(:last-child)
{
    margin-bottom: 20px;
    padding-bottom: 20px !important;

    border-bottom: 1px solid #ccc !important;
}
.news dt
{
    width: 150px !important;

    justify-content: flex-start !important;
}
@media screen and (max-width: 640px)
{
    .news dt,
    .news dd
    {
        width: 100% !important;
    }
}

.index-01
{
    position: relative;

    margin-top: 100px !important;
    padding: 10% 0;
}
@media only screen and (max-width: 1000px)
{
    .index-01
    {
        padding-bottom: 38%;
    }
}
@media screen and (max-width: 834px)
{
    .index-01
    {
        padding-bottom: 43%;
    }
}
.index-01 .text
{
    line-height: 2.4;

    width: min(100% - 4rem, 1000px);

    margin-inline: auto !important;
}
.index-01 .text div
{
    width: -moz-fit-content;
    width:      fit-content;
    padding: 20px;

    background: rgba(255, 255, 255, .8);

    margin-inline: auto;
}
@media only screen and (max-width: 1000px)
{
    .index-01 .text div
    {
        padding: 0;

        background: none;
    }
}
.index-01 .img
{
    position: absolute;
}
.index-01 .img img
{
    width: 100% !important;
}
.index-01 .img1
{
    z-index: -1;
    top: 0;
    left: 2%;

    width: 28vw;
}
@media only screen and (max-width: 1400px)
{
    .index-01 .img1
    {
        width: 35vw;
    }
}
@media only screen and (max-width: 1000px)
{
    .index-01 .img1
    {
        top: auto;
        right: 2%;
        bottom: 0;
        left: auto;

        width: 45vw;
    }
}
.index-01 .img2
{
    z-index: -1;
    top: 40%;
    left: 11%;

    width: 21vw;
}
@media only screen and (max-width: 1400px)
{
    .index-01 .img2
    {
        left: 8%;

        width: 26vw;
    }
}
@media only screen and (max-width: 1000px)
{
    .index-01 .img2
    {
        display: none;
    }
}
.index-01 .img3
{
    z-index: -1;
    top: 0;
    right: 2%;

    width: 27vw;
}
@media only screen and (max-width: 1400px)
{
    .index-01 .img3
    {
        top: 10%;

        width: 32vw;
    }
}
@media only screen and (max-width: 1000px)
{
    .index-01 .img3
    {
        top: -80px;
        right: auto;
        left: 2%;
    }
}
.index-01 .img4
{
    z-index: -1;
    top: 70%;
    right: 5%;

    width: 25vw;
}
@media only screen and (max-width: 1400px)
{
    .index-01 .img4
    {
        width: 30vw;
    }
}
@media only screen and (max-width: 1000px)
{
    .index-01 .img4
    {
        display: none;
    }
}
.index-02
{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-02 .left
{
    position: relative;

    width: 60%;
}
@media only screen and (max-width: 1000px)
{
    .index-02 .left
    {
        width: 50%;
    }
}
@media screen and (max-width: 834px)
{
    .index-02 .left
    {
        width: 100%;
        height: 350px;
    }
}
.index-02 .left img
{
    position: absolute;
    top: 0;
    left: 0;

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

    -o-object-fit: cover;
       object-fit: cover;
}
.index-02 .right
{
    width: 40%;
    padding: 10% 40px;

    background: #273a5e;
}
@media only screen and (max-width: 1000px)
{
    .index-02 .right
    {
        width: 50%;
    }
}
@media screen and (max-width: 834px)
{
    .index-02 .right
    {
        width: 100%;
    }
}
.index-02 .right .title h2
{
    color: #fff;
}
.index-03 .wrap
{
    display: flex;
    flex-direction: column;

    width: 80%;
    height: 450px;

    background: url(../images/common/index-news-bg.jpg) center/cover no-repeat;

    margin-inline: auto;
    justify-content: end;
}
@media screen and (max-width: 640px)
{
    .index-03 .wrap
    {
        width: 90%;
    }
}
.index-03 .news
{
    position: relative;

    display: flex;

    padding: 30px;
    padding-top: 40px;

    background: rgba(0, 0, 0, .6);

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 834px)
{
    .index-03 .news
    {
        display: block;
    }
}
.index-03 .news:before
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 2rem;

    display: block;

    width: 150px;
    min-width: 150px;

    content: 'NEWS\aお知らせ';
    text-align: center;
    white-space: pre;

    color: #fff;
}
@media screen and (max-width: 834px)
{
    .index-03 .news:before
    {
        margin-bottom: 30px;

        margin-inline: auto;
    }
}
.index-03 .news .scroll
{
    overflow-y: auto;

    width: 100%;
    max-height: 50px;
}
@media screen and (max-width: 834px)
{
    .index-03 .news .scroll
    {
        max-height: 285px;
    }
}
.index-03 .news .scroll dl
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 1.3rem;

    color: #fff;
}
.index-insta._index .sns_list
{
    flex-direction: row;

    border: none;

    flex-wrap: wrap;
}
.index-insta._index .sns_list > div
{
    width: calc(100% / var(--column, 3));

    border: none;
}
@media screen and (max-width: 640px)
{
    .index-insta._index .sns_list > div
    {
        --column: 2;
    }
}
.index-insta._index .sns_list > div .sns_photo
{
    width: 100%;
}
.index-insta._index .sns_list > div .sns_text
{
    display: none;
}
.index-insta._common
{
    margin-top: 10% !important;
}
.index-insta._common .sns_list
{
    flex-direction: row;

    width: min(100% - 4rem, 1600px);

    border: none;

    flex-wrap: wrap;
    margin-inline: auto;
}
.index-insta._common .sns_list > div
{
    display: block;

    width: calc(100% / var(--column, 5));

    border: none;
}
@media only screen and (max-width: 1000px)
{
    .index-insta._common .sns_list > div
    {
        --column: 3;
    }
}
@media screen and (max-width: 834px)
{
    .index-insta._common .sns_list > div
    {
        --column: 2;
    }
}
@media screen and (max-width: 640px)
{
    .index-insta._common .sns_list > div
    {
        --column: 1;
    }
}
.index-insta._common .sns_list > div .sns_photo
{
    width: 100%;
}
.index-insta._common .sns_list > div .sns_text
{
    width: 100%;
}
.index-insta._common .sns_list > div .sns_text .sns_date
{
    margin-bottom: 10px;

    color: #273a5e;
}
.index-insta._common .sns_list > div .sns_text .caption
{
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.index-insta._common .sns_list > div .sns_text ul
{
    display: none;
}

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
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;

    position: relative;
    position: relative;
    z-index: 999;

    display: block;

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

    text-align: center;

    color: var(--btnColor, #273a5e);
    border: 1px solid var(--btnColor, #273a5e);

    margin-inline: auto;
}
.btn a:before
{
    transform: scaleX(0);
    transform-origin: bottom right;
}
.btn a:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    bottom: 0;

    display: block;

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

    content: '〉';

    color: var(--btnColor, #273a5e);
}
.btn a:hover
{
    opacity: 1;
    color: var(--hoverbtn, #fff);
}
.btn a:hover:before
{
    transform: scaleX(1);
    transform-origin: bottom left;
}
.btn a:hover:after
{
    color: var(--hoverbtn, #fff);
}
.btn a:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: ' ';
    transition: transform .3s ease;

    background: var(--btnColor, #273a5e);

    inset: 0 0 0 0;
}
.btn._white a
{
    --btnColor: #fff;
    --hoverbtn: $main-color;
}

.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 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 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 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 img
{
    width: 100% !important;
}

.bg100
{
    margin: 0 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;
    }
}

.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 h1
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 6rem;

    width: min(100% - 4rem, var(--width,1000px));
    padding: 20px 0;

    margin-inline: auto;
}
@media screen and (max-width: 640px)
{
    .title-01._common h1
    {
        font-size: 4rem;
    }
}
.title-01._common h1 span
{
    font-size: 2rem;

    display: block;
}
.title-02._index h2
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 4rem;

    color: #273a5e;
}
.title-02._index h2 span
{
    font-size: 2rem;

    display: block;
}
.title-02._common h2
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 3vw;

    text-align: center !important;
}
@media screen and (max-width: 834px)
{
    .title-02._common h2
    {
        font-size: 4rem;
    }
}
@media screen and (max-width: 640px)
{
    .title-02._common h2
    {
        font-size: 3rem;

        text-align: left !important;
    }
}
.title-02._common h2 span
{
    font-size: 2vw;

    display: block;
}
@media screen and (max-width: 834px)
{
    .title-02._common h2 span
    {
        font-size: 3rem;
    }
}
@media screen and (max-width: 640px)
{
    .title-02._common h2 span
    {
        font-size: 1.6rem;

        text-align: left !important;
    }
}
.title-03._common h3
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 2.2rem;

    position: relative;

    padding-bottom: 10px;

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

    width: 200px;
    height: 2px;

    content: '';

    background: #273a5e;
}

._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;
}
.text-right .box > img,
.text-left .box > img
{
    width: 35% !important;
}
.text-right .box > div,
.text-left .box > div
{
    width: 63%;
}

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

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

.policy h2
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 2rem;
    font-weight: bold;

    display: inline-block;

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

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

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

    margin: 30px 0;
}
.pankuzu.inner
{
    text-align: left !important;

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

    position: relative;

    display: inline-block;

    padding-right: 20px;

    color: #273a5e;
}
.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: #273a5e !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 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: 24%;

    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: 24%;
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    .anc-list ul li
    {
        width: 49%;
    }
}
.anc-list ul li a
{
    display: block;

    padding: 10px 0;

    text-align: center;

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

#more
{
    display: none;
}

.about
{
    position: relative;

    padding: 250px 0 360px;
}
@media screen and (max-width: 640px)
{
    .about
    {
        padding: 200px 0 250px;
    }
}
.about h2
{
    position: relative;
    z-index: 999;
}
.about .text
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 2.2;
}
.about .img
{
    position: absolute;

    width: 30% !important;

    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.about .img img
{
    max-width: 100% !important;
    margin-bottom: 0 !important;
}
.about .img._1
{
    top: 0;
    left: -2%;

    max-width: 260px;
}
@media screen and (max-width: 834px)
{
    .about .img._1
    {
        top: 2%;
    }
}
@media screen and (max-width: 640px)
{
    .about .img._1
    {
        top: 5%;
    }
}
.about .img._2
{
    right: 0;
    bottom: 16%;

    max-width: 300px;
}
.about .img._3
{
    bottom: 5%;
    left: 2%;

    max-width: 250px;
}
.about .img._4
{
    right: 20%;
    bottom: 2%;

    max-width: 280px;
}
.about .img._5
{
    top: 0;
    right: -3%;

    max-width: 200px;
}

.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;
    }
}
.menu-common._common
{
    padding: 5%;
}
.menu-common .box
{
    width: 100%;
}
.menu-common .box:nth-child(2)
{
    margin-top: 60px;
}
.menu-common .box:nth-child(2) article
{
    flex-direction: row-reverse;
}
.menu-common .box:nth-child(1) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 01';
}
.menu-common .box:nth-child(1) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(2) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 02';
}
.menu-common .box:nth-child(2) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(3) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 03';
}
.menu-common .box:nth-child(3) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(4) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 04';
}
.menu-common .box:nth-child(4) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(5) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 05';
}
.menu-common .box:nth-child(5) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(6) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 06';
}
.menu-common .box:nth-child(6) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(7) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 07';
}
.menu-common .box:nth-child(7) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(8) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 08';
}
.menu-common .box:nth-child(8) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(9) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 09';
}
.menu-common .box:nth-child(9) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box:nth-child(10) h3:before
{
    font-size: 2rem;

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

    display: block;

    margin-bottom: 20px;

    content: 'RECOMMEND 010';
}
.menu-common .box:nth-child(10) h3:after
{
    position: absolute;
    top: 15px;
    left: 180px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #273a5e;
}
.menu-common .box article
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-common .box img
{
    width: 55% !important;
}
@media screen and (max-width: 640px)
{
    .menu-common .box img
    {
        width: 100% !important;
    }
}
.menu-common .box div
{
    width: 45%;
    padding: 5%;
}
@media screen and (max-width: 640px)
{
    .menu-common .box div
    {
        width: 100%;
    }
}
.menu-common .box div h3
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 3rem;

    position: relative;

    display: flex;
    overflow: hidden;

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

    color: #273a5e;
}
@media screen and (max-width: 834px)
{
    .menu-common .box div h3
    {
        font-size: 2rem;
    }
}
@media screen and (max-width: 640px)
{
    .menu-common .box div h3
    {
        font-size: 2.4rem;
    }
}
.menu-common .box div span
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 1.8rem;

    display: block;

    margin-top: 10px;
}

.imgcolumn img
{
    margin-bottom: 5px;
}

.sns #media
{
    width: min(100% - 4rem, var(--width,1000px));

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

    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}
.sns #media .row .box
{
    width: 33.3333333333%;
    padding: 10px;
}
@media screen and (max-width: 834px)
{
    .sns #media .row .box
    {
        width: 50%;
    }
}
@media screen and (max-width: 640px)
{
    .sns #media .row .box
    {
        width: 100%;
    }
}
.sns #media .row .box a
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-bottom: 10px;
}
.sns #media .row .box a:before
{
    display: block;

    width: 100%;
    padding-top: 80%;

    content: '';
}
.sns #media .row .box a img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
}
.sns #media .row .box p
{
    display: none;
}

.info
{
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
}
.info-list
{
    display: flex;

    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 0;

    align-items: stretch;
    justify-content: space-between;
}
.info-item:not(:last-child) a
{
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.info-item a
{
    display: flex;

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

    background: #273a5e;

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