@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Bentham|Crimson+Text:400);
@font-face
{
    font-family: 'icon';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icon.eot?78h8jf');
    src: url('../fonts/icon.eot?78h8jf#iefix') format('embedded-opentype'), url('../fonts/icon.ttf?78h8jf') format('truetype'), url('../fonts/icon.woff?78h8jf') format('woff'), url('../fonts/icon.svg?78h8jf#icon') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before
{
    content: '\e900';
}

.icon-arrow-left:before
{
    content: '\e901';
}

.icon-arrow-right:before
{
    content: '\e902';
}

.icon-arrow-top:before
{
    content: '\e903';
}

.icon-check:before
{
    content: '\e904';
}

.icon-close:before
{
    content: '\e905';
}

.icon-facebook:before
{
    content: '\e906';
}

.icon-line:before
{
    content: '\e907';
}

.icon-youtube:before
{
    content: '\e908';
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
b,
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: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

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

@media screen and (max-width: 580px)
{
    .pc
    {
        display: none !important;
    }
}

@media screen and (min-width: 581px) and (max-width: 768px)
{
    .pc:not(.tb)
    {
        display: none !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .sp
    {
        display: none !important;
    }
}

@media screen and (min-width: 581px) and (max-width: 768px)
{
    .sp:not(.tb)
    {
        display: none !important;
    }
}

@media screen and (min-width: 581px) and (max-width: 768px)
{
    .mainVisualSlide.slick-initialized.sp:not(.tb),
    .topBnrSlide.slick-initialized.sp:not(.tb)
    {
        display: block !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .tb:not(.pc)
    {
        display: none !important;
    }
}

@media screen and (max-width: 580px)
{
    .tb:not(.sp)
    {
        display: none !important;
    }
}

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

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

@media print
{
    #header,
    #breadCrumbs,
    #footer
    {
        display: none;
    }
    #main
    {
        height: 550px !important;
    }
}

*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 999999px;
}

img
{
    display: block;
}

html
{
    position: relative;

    height: 100%;
}

body
{
    position: relative;

    min-height: 100%;

    letter-spacing: .04em;

    color: black;
    background: white;

    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: 'palt' 1;
            font-feature-settings: 'palt' 1;
}

@media print, screen and (min-width: 769px)
{
    .serif
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .serif
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.en
{
    font-family: 'Bentham', serif !important;
}

a:link,
a:visited,
a:hover,
a:active
{
    text-decoration: none;

    color: #333;
}

body
{
    line-height: 1;
}

@media print, screen and (min-width: 769px)
{
    body
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    body
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    body
    {
        min-width: 1000px;
    }
}

@media print
{
    body
    {
        min-width: 1050px;
    }
}

@media print, screen and (min-width: 769px)
{
    body.win7.ie11
    {
        -webkit-transform: rotate(.001deg);
                transform: rotate(.001deg);
    }
}

@media screen and (max-width: 768px)
{
    body.bodyFixed
    {
        position: fixed;
        top: 0;
    }
}

/*=====================================================
 共通レイアウト
=====================================================*/
@media print, screen and (min-width: 769px)
{
    #contents .inner
    {
        width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #contents .inner
    {
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #contents > section:last-of-type
    {
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 768px)
{
    #contents > section:last-of-type
    {
        padding-bottom: 40vw;
    }
}

#contents .fatBorder
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    text-align: center;

    border: 5px solid #f8f8f9;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (min-width: 769px)
{
    #contents .fatBorder
    {
        padding: 70px;
    }
}

@media screen and (max-width: 768px)
{
    #contents .fatBorder
    {
        padding: 9.3vw 6.6vw 9.3vw;
    }
}

#contents .fatBorder h3
{
    font-weight: bold;

    letter-spacing: .1em;
}

@media print, screen and (min-width: 769px)
{
    #contents .fatBorder h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #contents .fatBorder h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #contents .fatBorder h3
    {
        font-size: 22px;
        line-height: 34px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #contents .fatBorder h3
    {
        font-size: 4.5vw;
        line-height: 1.41;

        margin-bottom: 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #contents .fatBorder p
    {
        font-size: 15px;
        line-height: 1.87;

        margin-top: 1em;
    }
}

@media screen and (max-width: 768px)
{
    #contents .fatBorder p
    {
        font-size: 3.4vw;
        line-height: 1.62;

        margin-top: 1em;

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

#contents .fatBorder p:first-of-type
{
    margin-top: 0;
}

#contents .fatBorder p a
{
    text-decoration: underline;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    #contents .fatBorder .btn
    {
        width: 225px;
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px)
{
    #contents .fatBorder .btn
    {
        width: 66.6vw;
        margin-top: 10.6vw;
    }
}

#modals #overlay,
#modals_footer #overlay_footer
{
    position: absolute;
    /* z-index: 100; */
    z-index: 1000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background: rgba(0, 0, 0, .7);
}

#modals .modal,
#modals_footer .modal
{
    position: fixed;
    /* z-index: 100; */
    z-index: 1000000;
    top: 0;
    left: 0;

    visibility: hidden;
    overflow: auto;

    width: 100%;
    height: 100%;

    -webkit-overflow-scrolling: touch;
}

#modals .modal .outer,
#modals_footer .modal .outer
{
    position: relative;
    /* z-index: 100; */
    z-index: 1000000;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-height: 100%;

    pointer-events: auto;

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

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer,
    #modals_footer .modal .outer
    {
        padding: 100px 0 130px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer,
    #modals_footer .modal .outer
    {
        padding: 22.6vw 0;
    }
}

#modals .modal .outer .closeFlat,
#modals_footer .modal .outer .closeFlat
{
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#modals .modal .outer .inner,
#modals_footer .modal .outer .inner
{
    position: relative;
    /* z-index: 100; */
    z-index: 1000000;

    background: white;
}

@media print, screen and (min-width: 769px)
{
    .win7.ie11 #modals .modal .outer .inner,
    .win7.ie11 #modals_footer .modal .outer .inner
    {
        -webkit-transform: rotate(.001deg);
                transform: rotate(.001deg);
    }
}

#modals .modal .outer .inner.cream,
#modals_footer .modal .outer .inner.cream
{
    background: #fbf9f5;
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner,
    #modals_footer .modal .outer .inner
    {
        width: 1000px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner,
    #modals_footer .modal .outer .inner
    {
        width: 89.3vw;
    }
}

#modals .modal .outer .inner .content,
#modals_footer .modal .outer .inner .content
{
    display: none;
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner .content,
    #modals_footer .modal .outer .inner .content
    {
        width: 1000px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner .content,
    #modals_footer .modal .outer .inner .content
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner header,
    #modals_footer .modal .outer .inner header
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner header,
    #modals_footer .modal .outer .inner header
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner header,
    #modals_footer .modal .outer .inner header
    {
        padding: 0 0 60px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner header,
    #modals_footer .modal .outer .inner header
    {
        padding: 0 0 10.2vw;
    }
}

#modals .modal .outer .inner header h2,
#modals_footer .modal .outer .inner header h2
{
    line-height: 1.4;

    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner header h2,
    #modals_footer .modal .outer .inner header h2
    {
        font-size: 30px;

        margin: 0 0 40px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner header h2,
    #modals_footer .modal .outer .inner header h2
    {
        font-size: 5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner header p,
    #modals_footer .modal .outer .inner header p
    {
        font-size: 16px;
        line-height: 28px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner header p,
    #modals_footer .modal .outer .inner header p
    {
        font-size: 3.2vw;
        line-height: 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner .ttlLine,
    #modals_footer .modal .outer .inner .ttlLine
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner .ttlLine,
    #modals_footer .modal .outer .inner .ttlLine
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner .columns,
    #modals_footer .modal .outer .inner .columns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 auto;

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

#modals .modal .outer .inner p.strong,
#modals_footer .modal .outer .inner p.strong
{
    font-weight: bold;
    line-height: 1.87;

    margin: 0 0 .6em;
}

#modals .modal .outer .inner p.strong:last-child,
#modals_footer .modal .outer .inner p.strong:last-child
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner p.strong,
    #modals_footer .modal .outer .inner p.strong
    {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner p.strong,
    #modals_footer .modal .outer .inner p.strong
    {
        font-size: 3.4vw;
    }
}

#modals .modal .outer .inner p.lead,
#modals_footer .modal .outer .inner p.lead
{
    line-height: 1.87;

    margin: 0 0 .6em;
}

#modals .modal .outer .inner p.lead:last-child,
#modals_footer .modal .outer .inner p.lead:last-child
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner p.lead,
    #modals_footer .modal .outer .inner p.lead
    {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner p.lead,
    #modals_footer .modal .outer .inner p.lead
    {
        font-size: 3.4vw;
    }
}

#modals .modal .outer .inner p.note,
#modals_footer .modal .outer .inner p.note
{
    line-height: 1.5;

    padding-left: .7em;

    text-indent: -.7em;
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner p.note,
    #modals_footer .modal .outer .inner p.note
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner p.note,
    #modals_footer .modal .outer .inner p.note
    {
        font-size: 2.4vw !important;
    }
}

#modals .modal .outer .inner sup,
#modals_footer .modal .outer .inner sup
{
    display: inline-block;
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .inner sup,
    #modals_footer .modal .outer .inner sup
    {
        font-size: 10px !important;

        -webkit-transform: translate(0, -5px);
                transform: translate(0, -5px);
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .inner sup,
    #modals_footer .modal .outer .inner sup
    {
        font-size: 2.2vw !important;

        -webkit-transform: translate(0, -1.1vw);
                transform: translate(0, -1.1vw);
    }
}

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .closeIcon,
    #modals_footer .modal .outer .closeIcon
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .closeIcon,
    #modals_footer .modal .outer .closeIcon
    {
        position: absolute;
        top: -17.7vw;
        right: 0;

        width: 12.2vw;
        height: 12.2vw;

        background: #aa823a url('../img/common/close.svg') no-repeat center center;
        background-size: 100% 100%;
    }
}

#modals .modal .outer .closeText,
#modals_footer .modal .outer .closeText
{
    position: absolute;
    left: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    color: #fff;
    background: #aa823a url('../img/common/close.svg') no-repeat 100% center;
    background-size: auto 100%;

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

@media print, screen and (min-width: 769px)
{
    #modals .modal .outer .closeText,
    #modals_footer .modal .outer .closeText
    {
        font-size: 20px;

        bottom: -90px;

        width: 200px;
        height: 46px;
    }
}

@media screen and (max-width: 768px)
{
    #modals .modal .outer .closeText,
    #modals_footer .modal .outer .closeText
    {
        font-size: 5.3vw;

        bottom: -17.7vw;

        width: 53.3vw;
        height: 12.2vw;
    }
}

/*=====================================================
 モーダル共通パーツ
=====================================================*/
@media print, screen and (min-width: 769px)
{
    ul.ingredients
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 50px;

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

@media screen and (max-width: 768px)
{
    ul.ingredients
    {
        margin-top: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    ul.ingredients li
    {
        width: 210px;
        margin: 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    ul.ingredients li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 5.3vw;

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

@media screen and (max-width: 768px)
{
    ul.ingredients li .ingredient
    {
        margin-right: 2.6vw;
    }
}

ul.ingredients li .ingredient div
{
    font-weight: bold;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 auto;

    text-align: center;

    color: #aa823a;
    border-radius: 50%;
    background: rgba(170, 130, 58, .1);

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

@media print, screen and (min-width: 769px)
{
    ul.ingredients li .ingredient div
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    ul.ingredients li .ingredient div
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    ul.ingredients li .ingredient div
    {
        font-size: 18px;
        line-height: 22px;

        width: 140px;
        height: 140px;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 768px)
{
    ul.ingredients li .ingredient div
    {
        font-size: 2.6vw;
        line-height: 3.4vw;

        width: 24vw;
        height: 24vw;
    }
}

ul.ingredients li .ingredient div span
{
    position: absolute;
    top: 0;
    left: 50%;
}

@media print, screen and (min-width: 769px)
{
    ul.ingredients li .ingredient div span
    {
        font-size: 13px;

        margin: 5px 0 0 53px;
    }
}

@media screen and (max-width: 768px)
{
    ul.ingredients li .ingredient div span
    {
        font-size: 2.4vw;

        margin: 0 0 0 9vw;
    }
}

ul.ingredients li p
{
    margin: 0 0 .5em;
}

@media print, screen and (min-width: 769px)
{
    ul.ingredients li p
    {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px)
{
    ul.ingredients li p
    {
        font-size: 2.9vw;
        line-height: 4.8vw;
    }
}

/*=====================================================
 共通パーツ
=====================================================*/
#btnSamples
{
    line-height: 1;

    padding: 40px;
}

#btnSamples .btn
{
    margin: 0 0 10px;
}

@media screen and (max-width: 768px)
{
    #btnSamples
    {
        padding: 8vw;
    }
    #btnSamples .btn
    {
        margin: 0 0 4vw;
    }
}

@-webkit-keyframes arrowCenterToRight
{
    from
    {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        opacity: 1;
    }
    to
    {
        -webkit-transform: translate(5px, -50%);
                transform: translate(5px, -50%);

        opacity: 0;
    }
}

@keyframes arrowCenterToRight
{
    from
    {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        opacity: 1;
    }
    to
    {
        -webkit-transform: translate(5px, -50%);
                transform: translate(5px, -50%);

        opacity: 0;
    }
}

@-webkit-keyframes arrowLeftToCenter
{
    from
    {
        -webkit-transform: translate(-5px, -50%);
                transform: translate(-5px, -50%);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        opacity: 1;
    }
}

@keyframes arrowLeftToCenter
{
    from
    {
        -webkit-transform: translate(-5px, -50%);
                transform: translate(-5px, -50%);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        opacity: 1;
    }
}

@-webkit-keyframes arrowCenterToLeft
{
    from
    {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        opacity: 1;
    }
    to
    {
        -webkit-transform: translate(-5px, -50%);
                transform: translate(-5px, -50%);

        opacity: 0;
    }
}

@keyframes arrowCenterToLeft
{
    from
    {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        opacity: 1;
    }
    to
    {
        -webkit-transform: translate(-5px, -50%);
                transform: translate(-5px, -50%);

        opacity: 0;
    }
}

@-webkit-keyframes arrowRightToCenter
{
    from
    {
        -webkit-transform: translate(5px, -50%);
                transform: translate(5px, -50%);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        opacity: 1;
    }
}

@keyframes arrowRightToCenter
{
    from
    {
        -webkit-transform: translate(5px, -50%);
                transform: translate(5px, -50%);

        opacity: 0;
    }
    to
    {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        opacity: 1;
    }
}

@-webkit-keyframes arrowCenterToBottom
{
    from
    {
        margin-top: 0;

        opacity: 1;
    }
    to
    {
        margin-top: 5px;

        opacity: 0;
    }
}

@keyframes arrowCenterToBottom
{
    from
    {
        margin-top: 0;

        opacity: 1;
    }
    to
    {
        margin-top: 5px;

        opacity: 0;
    }
}

@-webkit-keyframes arrowTopToCenter
{
    from
    {
        margin-top: -5px;

        opacity: 0;
    }
    to
    {
        margin-top: 0;

        opacity: 1;
    }
}

@keyframes arrowTopToCenter
{
    from
    {
        margin-top: -5px;

        opacity: 0;
    }
    to
    {
        margin-top: 0;

        opacity: 1;
    }
}

.btn
{
    display: table;

    padding: 0;
}
.btn.inline-box
{
    display: inline-block;
}

@media print, screen and (min-width: 769px)
{
    .btn
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .btn
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.btn span,
.btn a
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border: 1px solid rgba(51, 51, 51, .4);

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

@media print, screen and (min-width: 769px)
{
    .btn span,
    .btn a
    {
        font-size: 12px;

        min-width: 100px;
        min-height: 30px;
        padding: 5px 30px 5px 14px;

        -webkit-transition: .5s;
                transition: .5s;
        white-space: nowrap;
    }
    .ie11 .btn span,
    .ie11
    .btn a
    {
        padding: 10px 30px 5px 14px;
    }
    .ie11.win7 .btn span,
    .ie11.win7
    .btn a
    {
        padding: 9px 30px 5px 14px;
    }
}

@media screen and (max-width: 768px)
{
    .btn span,
    .btn a
    {
        font-size: 2.9vw;
        font-weight: bold;

        min-width: 28vw;
        min-height: 8vw;
        padding: 5px 9.3vw 5px 3.7vw;

        white-space: nowrap;
    }
}

.btn span:after,
.btn a:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    content: '\e902';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    .btn span:after,
    .btn a:after
    {
        right: 5px;
    }
}

@media screen and (max-width: 768px)
{
    .btn span:after,
    .btn a:after
    {
        right: 2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn span:hover,
    .btn span.hover,
    .btn a:hover,
    .btn a.hover
    {
        color: white;
        background: #333;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn span:hover:after,
    .btn span.hover:after,
    .btn a:hover:after,
    .btn a.hover:after
    {
        -webkit-animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
                animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
    }
}

.btn.left span:after,
.btn.left a:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    content: '\e901';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    .btn.left span:after,
    .btn.left a:after
    {
        right: auto;
        left: 5px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.left span:after,
    .btn.left a:after
    {
        right: auto;
        left: 2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.left span:hover,
    .btn.left span.hover,
    .btn.left a:hover,
    .btn.left a.hover
    {
        color: #333;
        background: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.left span:hover:after,
    .btn.left span.hover:after,
    .btn.left a:hover:after,
    .btn.left a.hover:after
    {
        -webkit-animation: 'arrowLeftToCenter' .25s ease 0s reverse forwards, 'arrowCenterToRight' .25s ease .25s reverse forwards;
                animation: 'arrowLeftToCenter' .25s ease 0s reverse forwards, 'arrowCenterToRight' .25s ease .25s reverse forwards;
    }
}

.btn.blank span:before,
.btn.blank a:before
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    background: url(../img/common/icn_blank_s_white.svg) no-repeat;
    background-size: 100%;
}

@media print, screen and (min-width: 769px)
{
    .btn.blank span:before,
    .btn.blank a:before
    {
        right: 9px;
        left: auto;

        width: 12px;
        height: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.blank span:before,
    .btn.blank a:before
    {
        right: 2vw;
        left: auto;

        width: 2.9vw;
        height: 2.6vw;
    }
}

.btn.blank span:after,
.btn.blank a:after
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation: none;
            animation: none;

    background: url(../img/common/icn_blank_s.svg) no-repeat;
    background-size: 100%;
}

@media print, screen and (min-width: 769px)
{
    .btn.blank span:after,
    .btn.blank a:after
    {
        right: 9px;
        left: auto;

        width: 12px;
        height: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.blank span:after,
    .btn.blank a:after
    {
        right: 2vw;
        left: auto;

        width: 2.9vw;
        height: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.blank span:hover:after,
    .btn.blank span.hover:after,
    .btn.blank a:hover:after,
    .btn.blank a.hover:after
    {
        opacity: 0;
    }
}

.btn.blank.gold a:after
{
    background: url(../img/common/icn_blank_s_gold.svg) no-repeat;
}

.btn.gold span,
.btn.gold a
{
    color: #aa823a;
    border: none;
    background: rgba(170, 130, 58, .1);
}

@media print, screen and (min-width: 769px)
{
    .btn.gold span:hover,
    .btn.gold span.hover,
    .btn.gold a:hover,
    .btn.gold a.hover
    {
        color: white;
        background: #aa823a;
    }
}

.btn.white span,
.btn.white a
{
    border: none;
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .btn.en span,
    .btn.en a
    {
        font-size: 15px;
    }
    .ie11 .btn.en span,
    .ie11
    .btn.en a
    {
        padding-top: 7px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.en span,
    .btn.en a
    {
        font-size: 4vw;
        font-weight: normal;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.en span:after,
    .btn.en a:after
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.en span:after,
    .btn.en a:after
    {
        font-size: 2.9vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.plus span,
    .btn.plus a,
    .btn.lrg span,
    .btn.lrg a
    {
        font-size: 14px;

        min-width: 130px;
        min-height: 36px;
        padding: 5px 40px 5px 14px;
    }
    .ie11 .btn.plus span,
    .ie11
    .btn.plus a,
    .ie11 .btn.lrg span,
    .ie11
    .btn.lrg a
    {
        padding-top: 13px;
    }
    .ie11.win7 .btn.plus span,
    .ie11.win7
    .btn.plus a,
    .ie11.win7 .btn.lrg span,
    .ie11.win7
    .btn.lrg a
    {
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.plus span,
    .btn.plus a,
    .btn.lrg span,
    .btn.lrg a
    {
        font-size: 3.4vw;

        min-width: 34.6vw;
        min-height: 9.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.xlrg span,
    .btn.xlrg a
    {
        font-size: 18px;

        min-width: 130px;
        min-height: 58px;
        padding: 5px 40px 5px 14px;
    }
    .ie11 .btn.xlrg span,
    .ie11
    .btn.xlrg a
    {
        padding-top: 13px;
    }
    .ie11.win7 .btn.xlrg span,
    .ie11.win7
    .btn.xlrg a
    {
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.xlrg span,
    .btn.xlrg a
    {
        font-size: 4vw;

        min-width: 34.6vw;
        min-height: 13.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.en.lrg span,
    .btn.en.lrg a
    {
        font-size: 16px;
    }
    .ie11 .btn.en.lrg span,
    .ie11
    .btn.en.lrg a
    {
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.en.lrg span,
    .btn.en.lrg a
    {
        font-size: 4vw;
    }
}

@media screen and (max-width: 768px)
{
    .btn.en.lrg span:after,
    .btn.en.lrg a:after
    {
        font-size: 3.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.plus span:hover,
    .btn.plus span.hover,
    .btn.plus a:hover,
    .btn.plus a.hover
    {
        color: white;
        background: #333;
    }
    .btn.plus span:hover:before,
    .btn.plus span:hover:after,
    .btn.plus span.hover:before,
    .btn.plus span.hover:after,
    .btn.plus a:hover:before,
    .btn.plus a:hover:after,
    .btn.plus a.hover:before,
    .btn.plus a.hover:after
    {
        -webkit-animation: none;
                animation: none;

        background: white;
    }
}

@media screen and (max-width: 768px)
{
    .btn.plus span,
    .btn.plus a
    {
        padding: 5px 8vw;

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

.btn.plus span:after,
.btn.plus a:after
{
    height: 1px;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);

    background: #333;
}

@media print, screen and (min-width: 769px)
{
    .btn.plus span:after,
    .btn.plus a:after
    {
        right: 10px;

        width: 11px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.plus span:after,
    .btn.plus a:after
    {
        right: 2.5vw;

        width: 3.2vw;
    }
}

.btn.plus span:before,
.btn.plus a:before
{
    position: absolute;
    top: 50%;

    width: 1px;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    background: #333;
}

@media print, screen and (min-width: 769px)
{
    .btn.plus span:before,
    .btn.plus a:before
    {
        right: 15px;

        height: 11px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.plus span:before,
    .btn.plus a:before
    {
        right: 4vw;

        height: 3.2vw;
    }
}

.btn.ctr a
{
    width: 100%;

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

@media print, screen and (min-width: 769px)
{
    .btn.ctr a
    {
        padding: 5px 30px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.ctr a
    {
        padding: 5px 6.6vw;
    }
}

.btn.down span:after,
.btn.down a:after
{
    -webkit-transform: translate(-30%, -50%) rotate(90deg);
            transform: translate(-30%, -50%) rotate(90deg);
}

@media print, screen and (min-width: 769px)
{
    .btn.down span:hover,
    .btn.down span.hover,
    .btn.down a:hover,
    .btn.down a.hover
    {
        color: white;
        background: #333;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.down span:hover:after,
    .btn.down span.hover:after,
    .btn.down a:hover:after,
    .btn.down a.hover:after
    {
        -webkit-animation: 'arrowCenterToBottom' .25s ease 0s alternate forwards, 'arrowTopToCenter' .25s ease .25s alternate forwards;
                animation: 'arrowCenterToBottom' .25s ease 0s alternate forwards, 'arrowTopToCenter' .25s ease .25s alternate forwards;
    }
}

.btn.send a
{
    font-weight: bold;

    width: 100%;

    color: white;
    border: none;
    background: #333;

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

@media print, screen and (min-width: 769px)
{
    .btn.send a
    {
        font-size: 18px;

        min-width: 280px;
        padding: 18px 30px 18px 30px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .btn.send a
    {
        font-size: 4.8vw;

        padding: 20px;
    }
}

@media print, screen and (min-width: 769px)
{
    .btn.send a:hover,
    .btn.send a.hover
    {
        color: white;
        background: #aa823a;
    }
}

.btn.back a
{
    font-weight: bold;

    border: none;
    background: #f8f8f9;

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

@media print, screen and (min-width: 769px)
{
    .btn.back a
    {
        font-size: 18px;

        min-width: 280px;
        padding: 18px 30px 18px 30px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .btn.back a
    {
        font-size: 4.8vw;

        padding: 20px;
    }
}

.btn.back a:hover,
.btn.back a.hover
{
    color: #333;
    background: #efefef;
}

@media print, screen and (min-width: 769px)
{
    .btn.back a:hover:after,
    .btn.back a.hover:after
    {
        -webkit-animation: 'arrowCenterToLeft' .25s ease 0s alternate forwards, 'arrowRightToCenter' .25s ease .25s alternate forwards;
                animation: 'arrowCenterToLeft' .25s ease 0s alternate forwards, 'arrowRightToCenter' .25s ease .25s alternate forwards;
    }
}

.btn.back a:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    content: '\e901';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    .btn.back a:after
    {
        left: 5px;
    }
}

@media screen and (max-width: 768px)
{
    .btn.back a:after
    {
        left: 2vw;
    }
}

.gMap
{
    position: relative;
}

.gMap:before
{
    position: relative;

    display: inline-block;

    content: url(../img/common/icn_mappin_s.svg);

    background-size: contain;
}

@media print, screen and (min-width: 769px)
{
    .gMap:before
    {
        top: 3px;

        width: 10px;
        height: 14px;
        margin-right: 4px;
    }
}

@media screen and (max-width: 768px)
{
    .gMap:before
    {
        top: .9vw;

        width: 2.6vw;
        height: 3.7vw;
        margin-right: .6vw;
    }
}

.gMap a
{
    font-weight: bold;

    position: relative;

    text-decoration: underline;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .gMap a
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .gMap a
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .gMap a
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px)
{
    .gMap a
    {
        font-size: 2.9vw;
    }
}

.scrollAttention
{
    font-family: 'Bentham', serif;
    line-height: 1;

    position: absolute;
    bottom: 40px;
    left: 50%;

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

.scrollAttention.white
{
    color: white;
}

@media print, screen and (min-width: 769px)
{
    .scrollAttention
    {
        font-size: 14px;
    }
}

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

.scrollAttention:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    display: block;

    margin-top: 5px;

    content: '\e900';
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*=====================================================
 ページング
=====================================================*/
#pageNav
{
    font-family: 'Bentham', serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    #pageNav
    {
        width: 800px;
        margin: 60px auto 0;
    }
}

@media screen and (max-width: 768px)
{
    #pageNav
    {
        margin: 10.6vw -.7vw 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #pageNav ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px)
{
    #pageNav ul
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    #pageNav ul li
    {
        margin: 0 12px;
    }
}

#pageNav ul li.current span:after
{
    -webkit-transform: scale(1);
            transform: scale(1);
}

#pageNav ul li a,
#pageNav ul li span
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    white-space: nowrap;

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

@media print, screen and (min-width: 769px)
{
    #pageNav ul li a,
    #pageNav ul li span
    {
        font-size: 24px;

        width: 36px;
        height: 42px;
    }
    #pageNav ul li a:after,
    #pageNav ul li span:after
    {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        height: 2px;

        content: '';
        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);

        background: #333;
    }
}

@media print, screen and (min-width: 769px)
{
    #pageNav ul li a:hover:after
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

#pageNav p a,
#pageNav p span
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    white-space: nowrap;

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

@media print, screen and (min-width: 769px)
{
    #pageNav p a,
    #pageNav p span
    {
        font-size: 20px;

        height: 42px;
    }
}

@media screen and (max-width: 768px)
{
    #pageNav p a,
    #pageNav p span
    {
        font-size: 5vw;
    }
}

#pageNav p span
{
    opacity: .3;
}

@media print, screen and (min-width: 769px)
{
    #pageNav p.prev a,
    #pageNav p.prev span
    {
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #pageNav p.prev a,
    #pageNav p.prev span
    {
        padding-left: 6.6vw;
    }
}

#pageNav p.prev a:before,
#pageNav p.prev span:before
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 0;

    content: '\e901';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    #pageNav p.prev a:hover:before
    {
        -webkit-animation: 'arrowCenterToLeft' .25s ease 0s alternate forwards, 'arrowRightToCenter' .25s ease .25s alternate forwards;
                animation: 'arrowCenterToLeft' .25s ease 0s alternate forwards, 'arrowRightToCenter' .25s ease .25s alternate forwards;
    }
}

@media print, screen and (min-width: 769px)
{
    #pageNav p.next a,
    #pageNav p.next span
    {
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #pageNav p.next a,
    #pageNav p.next span
    {
        padding-right: 6.6vw;
    }
}

#pageNav p.next a:after,
#pageNav p.next span:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e902';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    #pageNav p.next a:hover:after
    {
        -webkit-animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
                animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
    }
}

/*=====================================================
 タイトル
=====================================================*/
.ttl
{
    font-family: 'Bentham', serif;

    display: block;

    text-align: center;
    text-transform: uppercase;

    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .ttl
    {
        font-size: 40px;
        line-height: 1;

        margin-bottom: 40px;
        padding-top: 112px;
    }
    .ttl.noMenu
    {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 768px)
{
    .ttl
    {
        font-size: 7.4vw;
        line-height: .89;

        margin-bottom: 25px;
        padding-top: 16vw;

        text-align: center;
    }
    .ttl.long
    {
        line-height: 1.5;
    }
}

@media print, screen and (min-width: 769px)
{
    .ttl.ja
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .ttl.ja
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .ttl.ja
    {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 768px)
{
    .ttl.ja
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 1.26;
    }
    #supportIndex .right
    {
        float: none;
    }
}

.ttl .sub
{
    font-weight: bold;

    display: block;
}

@media print, screen and (min-width: 769px)
{
    .ttl .sub
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .ttl .sub
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .ttl .sub
    {
        font-size: 16px;

        margin-top: 12px;
    }

    .ttl .sub.lh {
        line-height: 24px;
    }

    .ttl .sub.lh_l {
        line-height: 28px;
        font-size: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .ttl .sub
    {
        font-size: 2.9vw;

        margin-top: 16px;
    }

    .ttl .sub.lh {
        line-height: 4.2vw;
    }

    .ttl .sub.lh_l {
        line-height: 6vw;
        font-size: 4vw;
        font-weight: normal;
    }
}

@media screen and (max-width: 768px)
{
    #contents > section:first-child .ttl
    {
        padding-top: 12.8vw;
    }
}

/*=====================================================
 form
=====================================================*/
.basicTb
{
    border-bottom: 1px solid #dadada;
}
.basicTb td.qr-td img
{
    display: inline;
}
.basicTb td.qr-td input[type='submit']
{
    display: inline-block;
}

@media print, screen and (min-width: 769px)
{
    .basicTb
    {
        width: 100%;

        text-align: left;
    }
}

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

@media screen and (max-width: 768px)
{
    .basicTb tbody
    {
        display: block;
    }
}

.basicTb tr
{
    border-top: 1px solid #dadada;
}

@media screen and (max-width: 768px)
{
    .basicTb tr
    {
        display: block;

        padding: 6.6vw 0;
    }
}

.basicTb tr th
{
    font-weight: bold;
}

@media print, screen and (min-width: 769px)
{
    .basicTb tr th
    {
        font-size: 15px;
        line-height: 1.87;

        width: 230px;
        min-width: 230px;
        padding: 29px 0;

        vertical-align: top;
    }
}

@media screen and (max-width: 768px)
{
    .basicTb tr th
    {
        font-size: 3.4vw;
        font-weight: bold;

        display: block;

        padding-bottom: 2.6vw;

        text-align: left;
    }
}

.basicTb tr th span
{
    display: inline-block;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .basicTb tr th span
    {
        font-size: 12px;

        margin-left: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .basicTb tr th span
    {
        font-size: 2.4vw;

        margin-left: 1.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .basicTb tr td
    {
        font-size: 15px;
        line-height: 1.87;

        padding: 29px 0;

        vertical-align: middle;
    }
}

@media screen and (max-width: 768px)
{
    .basicTb tr td
    {
        font-size: 3.4vw;
        line-height: 1.62;

        display: block;
    }
}

@media print, screen and (min-width: 769px)
{
    .basicTb tr td .nega
    {
        margin: -6px 0;
    }
}

@media screen and (max-width: 768px)
{
    .basicTb tr td .nega
    {
        padding: 1.3vw 0 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .basicTb tr td .line
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 46px;
        margin-top: 14px;

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

@media screen and (max-width: 768px)
{
    .basicTb tr td .line
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 4vw;

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

.basicTb tr td .line:first-of-type
{
    margin-top: 0;
}

@media print, screen and (min-width: 769px)
{
    .basicTb .note
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px)
{
    .basicTb .note
    {
        font-size: 2.6vw;
    }
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel']
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

@media print, screen and (min-width: 769px)
{
    input[type='text'],
    input[type='email'],
    input[type='password'],
    input[type='tel']
    {
        font-size: 14px;

        padding: 0 10px;
    }
}

@media screen and (max-width: 768px)
{
    input[type='text'],
    input[type='email'],
    input[type='password']
    {
        font-size: 3.4vw;
        height: 10.6vw;
        padding: 2.6vw;
    }
}

textarea
{
    font-size: 15px;

    display: block;

    min-width: 100%;
    max-width: 100%;
    min-height: 46px;
    min-height: 260px;
    margin: 0;
    padding: 13px 20px;

    border: none;
    outline: none;
    background: #f8f8f9;
}

label.checkboxText
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

@media print, screen and (min-width: 769px)
{
    label.checkboxText
    {
        min-height: 30px;
        padding-left: 55px;
    }
}

@media screen and (max-width: 768px)
{
    label.checkboxText
    {
        font-size: 3.4vw;

        min-height: 8vw;
        padding-top: 1.3vw;
        padding-left: 10.6vw;
    }
}

label.checkboxText input[type='checkbox']
{
    font-size: 0;

    position: absolute;

    width: 0;
    height: 0;
    margin: 0;

    cursor: pointer;
    text-indent: -120%;

    border: none;
    outline: none;

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

label.checkboxText input[type='checkbox'] + .checkbox
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    content: '';

    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    label.checkboxText input[type='checkbox'] + .checkbox
    {
        width: 30px;
        height: 30px;
        margin-right: 25px;

        cursor: pointer;
    }
}

@media screen and (max-width: 768px)
{
    label.checkboxText input[type='checkbox'] + .checkbox
    {
        width: 8vw;
        height: 8vw;
        margin-right: 2.6vw;
    }
}

label.checkboxText input[type='checkbox']:checked + .checkbox:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

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

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    content: '\e904';
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (min-width: 769px)
{
    label.checkboxText input[type='checkbox']:checked + .checkbox:after
    {
        font-size: 20px;

        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    label.checkboxText input[type='checkbox']:checked + .checkbox:after
    {
        font-size: 5.3vw;

        width: 8vw;
        height: 8vw;
    }
}

.radioText
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.radioText label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    .radioText label
    {
        margin-left: 20px;

        cursor: pointer;
    }
}

@media screen and (max-width: 768px)
{
    .radioText label
    {
        margin-left: 6.6vw;
    }
}

.radioText label:first-child
{
    margin-left: 0;
}

.radioText label input[type='radio']
{
    position: relative;

    border: 1px solid #dadada;
    border-radius: 50%;
    outline: none;

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

@media print, screen and (min-width: 769px)
{
    .radioText label input[type='radio']
    {
        width: 25px;
        height: 25px;
        margin-right: 10px;

        cursor: pointer;
    }
}

@media screen and (max-width: 768px)
{
    .radioText label input[type='radio']
    {
        width: 8vw;
        min-width: 8vw;
        height: 8vw;
        margin-right: 2.6vw;
    }
}

.radioText label input[type='radio']:after
{
    position: absolute;

    display: block;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 50%;
    background: #454545;
}

@media print, screen and (min-width: 769px)
{
    .radioText label input[type='radio']:after
    {
        top: 5px;
        left: 5px;

        width: 13px;
        height: 13px;

        -webkit-transform: scale(0);
                transform: scale(0);
    }
}

@media screen and (max-width: 768px)
{
    .radioText label input[type='radio']:after
    {
        top: 50%;
        left: 50%;

        width: 4vw;
        height: 4vw;

        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
    }
}

@media print, screen and (min-width: 769px)
{
    .radioText label input[type='radio']:checked:after
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@media screen and (max-width: 768px)
{
    .radioText label input[type='radio']:checked:after
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}

.select
{
    position: relative;
}

@media screen and (max-width: 768px)
{
    .select
    {
        width: 53.3vw;
    }
}

.select:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;

    content: '\e900';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    .select:after
    {
        font-size: 16px;

        top: 50%;
        right: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .select:after
    {
        font-size: 4vw;

        top: 50%;
        right: 4vw;
    }
}

.select select
{
    position: relative;

    display: block;

    margin: 0;

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

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

@media print, screen and (min-width: 769px)
{
    .select select
    {
        font-size: 15px;

        width: 195px;
        min-height: 46px;
        padding: 13px 20px;
    }
    .select select::-ms-expand
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .select select
    {
        font-size: 4.2vw;

        width: 53.3vw;
        min-height: 10.6vw;
        padding: 3.3vw 4vw;
    }
}

input.error,
input.error + .checkbox,
textarea.error,
select.error
{
    color: #df6565;
    background: #fdf0f0 !important;
}

.err
{
    display: block;

    color: #df6565;
}

.err:empty
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    .err
    {
        font-size: 12px;
        line-height: 18px;

        margin-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .err
    {
        font-size: 2.6vw;
        line-height: 1.5;

        margin-top: 2.6vw;
    }
}

/*=====================================================
 パンくず
=====================================================*/
#breadCrumbs
{
    position: relative;
    z-index: 1;

    background: #f8f8f9;
}

#breadCrumbs ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    #breadCrumbs ul
    {
        width: 1000px;
        height: 40px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #breadCrumbs ul
    {
        min-height: 9.3vw;
        padding: 2.6vw 5.3vw;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media print, screen and (min-width: 769px)
{
    #breadCrumbs ul li
    {
        font-family: 'Bentham', serif;
        font-size: 12px;

        white-space: nowrap;
    }
}

@media screen and (max-width: 768px)
{
    #breadCrumbs ul li
    {
        font-size: 2.4vw;
        line-height: 1.78;

        white-space: nowrap;
    }
}

#breadCrumbs ul li a,
#breadCrumbs ul li span
{
    color: #7b7b7b;
}

@media screen and (max-width: 768px)
{
    #breadCrumbs ul li a,
    #breadCrumbs ul li span
    {
        margin-right: 1.3vw;
    }
}

#breadCrumbs ul li:before
{
    display: inline-block;

    content: '';

    background: url(../img/common/bread_arrow.svg) no-repeat;
}

@media print, screen and (min-width: 769px)
{
    #breadCrumbs ul li:before
    {
        width: 5px;
        height: 8px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px)
{
    #breadCrumbs ul li:before
    {
        position: relative;
        top: -.3vw;

        width: 1.3vw;
        height: 2.2vw;
        margin: 0 1.3vw 0 0;

        vertical-align: middle;

        background-size: contain;
    }
}

#breadCrumbs ul li:first-child:before
{
    content: none;
}

ul.disc
{
    margin: 0 0 1em;
}

ul.disc:last-child
{
    margin: 0;
}

ul.disc li
{
    line-height: 1.6;

    position: relative;

    word-break: break-word;
}

@media print, screen and (min-width: 769px)
{
    ul.disc li
    {
        font-size: 16px;

        margin: 0 0 10px;
        padding-left: 26px;
    }
}

@media screen and (max-width: 768px)
{
    ul.disc li
    {
        font-size: 3.4vw;

        margin: 0 0 2.6vw;
        padding-left: 6.6vw;
    }
}

ul.disc li:last-child
{
    margin: 0;
}

ul.disc li:before
{
    position: absolute;
    left: 0;

    display: block;

    content: '';

    border-radius: 50%;
    background: #f2ece2;
}

@media print, screen and (min-width: 769px)
{
    ul.disc li:before
    {
        top: 5px;

        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 768px)
{
    ul.disc li:before
    {
        top: 1.3vw;

        width: 3.2vw;
        height: 3.2vw;
    }
}

ul.dots
{
    margin: 0 0 1em;
}

ul.dots:last-child
{
    margin: 0;
}

ul.dots li
{
    line-height: 1.6;

    position: relative;

    word-break: break-word;
}

@media print, screen and (min-width: 769px)
{
    ul.dots li
    {
        font-size: 16px;

        margin: 0 0 10px;
        padding-left: 18px;
    }
}

@media screen and (max-width: 768px)
{
    ul.dots li
    {
        font-size: 3.4vw;

        margin: 0 0 2.6vw;
        padding-left: 4vw;
    }
}

ul.dots li:last-child
{
    margin: 0;
}

ul.dots li:before
{
    position: absolute;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    content: '・';

    border-radius: 50%;

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

@media print, screen and (min-width: 769px)
{
    ul.dots li:before
    {
        top: 5px;

        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 768px)
{
    ul.dots li:before
    {
        top: 1.3vw;

        width: 3.2vw;
        height: 3.2vw;
    }
}

.ttlLine
{
    font-weight: bold;
    position: relative;
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .ttlLine
    {
        font-size: 18px;

        margin: 0 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    .ttlLine
    {
        font-size: 4vw;

        margin: 0 0 5.3vw;
    }
}

.ttlLine:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 1px;
    margin: -1px 0 0;

    content: '';

    background: #aa823a;
}

.ttlLine.linenone:before {
    display: none;
}

.ttlLine span
{
    position: relative;
    z-index: 1;

    display: inline-block;

    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .ttlLine span
    {
        padding: 0 20px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .ttlLine span
    {
        padding: 0 2.4vw 0 0;
    }
}

.ttlLine .en
{
    font-size: 50px;
    font-weight: normal;

    position: absolute;
    top: 50%;
    right: 0;

    margin: -40px 0 0;

    letter-spacing: 0;

    color: rgba(170, 130, 58, .1);
}

@media screen and (max-width: 768px)
{
    .ttlLine .en
    {
        display: none;
    }
}

.ttlCtrLine
{
    position: relative;

    display: table;

    margin: 0 auto;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .ttlCtrLine
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .ttlCtrLine
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .ttlCtrLine
    {
        font-size: 26px;

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

@media screen and (max-width: 768px)
{
    .ttlCtrLine
    {
        font-size: 5vw;
        font-weight: bold;

        margin-bottom: 8vw;
        padding: 0 3.7vw;
    }
}

.ttlCtrLine:before,
.ttlCtrLine:after
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';

    background: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .ttlCtrLine:before,
    .ttlCtrLine:after
    {
        width: 30px;
        height: 1px;
    }
}

@media screen and (max-width: 768px)
{
    .ttlCtrLine:before,
    .ttlCtrLine:after
    {
        width: 6.6vw;
        height: 2px;
        margin-top: -1px;
    }
}

.ttlCtrLine:before
{
    left: 100%;
}

.ttlCtrLine:after
{
    right: 100%;
}

/*=====================================================
 記事エントリー
=====================================================*/
@media print, screen and (min-width: 769px)
{
    article#entry
    {
        width: 700px;
        margin: 0 auto;
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 768px)
{
    article#entry
    {
        padding: 0 5.3vw 20vw;
    }
}

@media print, screen and (min-width: 769px)
{
    article#entry > section
    {
        margin: 60px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    article#entry > section
    {
        margin: 8vw 0 0;
    }
}

article#entry > section:first-child
{
    margin: 0;
}

article#entry > section > p
{
    margin: 0 0 1em;
}

article#entry > section > p:last-child
{
    margin: 0;
}

article#entry h1.ttl
{
    text-transform: none !important;
}

@media print, screen and (min-width: 769px)
{
    article#entry h1.ttl
    {
        margin: 0 0 15px;
        padding-top: 62px;
    }
}

@media screen and (max-width: 768px)
{
    article#entry h1.ttl
    {
        margin: 0 0 1.3vw;
        padding-top: 12.8vw;

        text-align: left;
    }
}

@media print, screen and (min-width: 769px)
{
    article#entry .sub
    {
        font-size: 14px;

        margin: 0 0 60px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .sub
    {
        font-size: 2.6vw;

        margin: 0 0 8vw;
    }
}

article#entry .sub p
{
    color: #7b7b7b;
}

@media screen and (max-width: 768px)
{
    article#entry .sub p span
    {
        display: none;
    }
}

article#entry .sub p.gold
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    article#entry .sub p.en
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .sub p.en
    {
        font-size: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    article#entry .photo
    {
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .photo
    {
        margin: 0 0 8vw;
    }
}

article#entry .photo img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    article#entry .border
    {
        margin: 0 0 35px;
        padding: 27px;

        border: 5px solid #f8f8f9;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .border
    {
        margin: 0 0 6.6vw;
        padding: 5.3vw;

        border: 1.3vw solid #f8f8f9;
    }
}

@media print, screen and (min-width: 769px)
{
    article#entry p
    {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    article#entry p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    article#entry .btn.left
    {
        margin: 100px auto 0;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .btn.left
    {
        margin: 14.6vw auto 0;
    }
}

article#entry .wisywigBlock h2
{
    font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

@media print, screen and (min-width: 769px)
{
    article#entry .wisywigBlock h2
    {
        font-size: 23px;

        margin: 25px 0;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .wisywigBlock h2
    {
        font-size: 5vw;

        margin: 5vw 0;
    }
}

article#entry .wisywigBlock h3
{
    font-weight: bold;

    position: relative;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    article#entry .wisywigBlock h3
    {
        font-size: 18px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 20px;

        background: #fff;

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

@media screen and (max-width: 768px)
{
    article#entry .wisywigBlock h3
    {
        font-size: 4vw;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 5.3vw;

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

article#entry .wisywigBlock h3:after
{
    display: inline-block;

    content: '';

    border-top: 1px solid #aa823a;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media print, screen and (min-width: 769px)
{
    article#entry .wisywigBlock h3:after
    {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .wisywigBlock h3:after
    {
        margin-left: 2.6vw;
    }
}

article#entry .wisywigBlock h3 span
{
    position: relative;
    z-index: 1;

    display: inline-block;

    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    article#entry .wisywigBlock h3 span
    {
        padding: 0 20px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .wisywigBlock h3 span
    {
        padding: 0 2.4vw 0 0;
    }
}

article#entry .wisywigBlock h3 .en
{
    font-size: 50px;
    font-weight: normal;

    position: absolute;
    top: 50%;
    right: 0;

    margin: -40px 0 0;

    letter-spacing: 0;

    color: rgba(170, 130, 58, .1);
}

@media screen and (max-width: 768px)
{
    article#entry .wisywigBlock h3 .en
    {
        display: none;
    }
}

article#entry .wisywigBlock hr
{
    height: 1px;

    border: 0;
    border-top: 1px dotted #eee;
}

article#entry .wisywigBlock a
{
    text-decoration: underline;

    color: #aa823a;
}

article#entry .wisywigBlock a:hover
{
    text-decoration: none;
}

article#entry .wisywigBlock ul
{
    margin: 0 0 1em;
}

article#entry .wisywigBlock ul:last-child
{
    margin: 0;
}

article#entry .wisywigBlock ul li
{
    line-height: 1.6;

    position: relative;

    word-break: break-word;
}

@media print, screen and (min-width: 769px)
{
    article#entry .wisywigBlock ul li
    {
        font-size: 16px;

        margin: 0 0 10px;
        padding-left: 26px;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .wisywigBlock ul li
    {
        font-size: 3.4vw;

        margin: 0 0 2.6vw;
        padding-left: 6.6vw;
    }
}

article#entry .wisywigBlock ul li:last-child
{
    margin: 0;
}

article#entry .wisywigBlock ul li:before
{
    position: absolute;
    left: 0;

    display: block;

    content: '';

    border-radius: 50%;
    background: #f2ece2;
}

@media print, screen and (min-width: 769px)
{
    article#entry .wisywigBlock ul li:before
    {
        top: 5px;

        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 768px)
{
    article#entry .wisywigBlock ul li:before
    {
        top: 1.3vw;

        width: 3.2vw;
        height: 3.2vw;
    }
}

/*=====================================================
 header
=====================================================*/
@media screen and (max-width: 768px)
{
    #wrapper
    {
        padding-top: 14.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #header
    {
        position: relative;
        z-index: 2000;

        min-height: 150px;

        background: white;
    }
}

@media screen and (max-width: 768px)
{
    #header
    {
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 0;
        left: 0;

        background: white;
    }
}

@media print, screen and (min-width: 769px)
{
    #header.fixed #menu
    {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }
}

#header.fixed #subNav
{
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
}

@media print, screen and (min-width: 769px)
{
    #header.fixed #subNav ul li
    {
        white-space: nowrap;
    }
}

#header #langSwitcher
{
    position: relative;

    border: 1px solid rgba(51, 51, 51, .4);
}

@media print, screen and (min-width: 769px)
{
    #header #langSwitcher
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #header #langSwitcher
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #header #langSwitcher
    {
        position: absolute;
        top: 40px;
        right: 0;

        display: inline-block;
        overflow: hidden;

        width: 103px;
        height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #header #langSwitcher
    {
        display: block;
        overflow: hidden;

        height: 12vw;
        margin: 8vw 5.3vw;
    }
}

#header #langSwitcher:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    content: '\e900';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    #header #langSwitcher:after
    {
        font-size: 11px;

        right: 10px;

        pointer-events: none;
    }
}

@media screen and (max-width: 768px)
{
    #header #langSwitcher:after
    {
        font-size: 4vw;

        right: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #header #langSwitcher .text
    {
        font-size: 14px;

        color: #333;
    }
}

#header #langSwitcher select
{
    font-size: inherit;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0;
    padding: 0;

    vertical-align: middle;

    color: inherit;
    color: #333;
    border: none;
    border-radius: 0;
    outline: 0;
    background: none transparent;
    -webkit-box-shadow: none;
            box-shadow: none;

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

@media print, screen and (min-width: 769px)
{
    #header #langSwitcher select
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #header #langSwitcher select
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #header #langSwitcher select
    {
        font-size: 14px;

        width: 130%;
        height: 30px;
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 768px)
{
    #header #langSwitcher select
    {
        font-size: 4.8vw;

        width: 100%;
        height: 12vw;
        padding: 0 11.3vw 0 4.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #header .inner
    {
        position: relative;
        z-index: 1;

        width: 1000px;
        height: 100px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #header .inner
    {
        height: 14.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #header .inner #logo
    {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 160px;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 768px)
{
    #header .inner #logo
    {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32vw;
        transform: translate(-50%, -50%);
    }
}

#header .inner #logo img
{
    width: 100%;
    height: 100%;
}

@media print, screen and (min-width: 769px)
{
    #header .inner #menuTrigger
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    #header .inner #menuTrigger
    {
        font-family: 'Bentham', serif;
        font-size: 2.4vw;

        position: absolute;
        /*
        top: 5px;
        left: 10px;
        */
        top: 1.5vw;
        width: 14.6vw;
        /* height: 14.6vw; */
        /* padding-top: 10.1vw; */

        text-align: center;
        letter-spacing: 0;
    }
    #header .inner #menuTrigger span
    {
        position: absolute;
        top: 5.6vw;
        left: 4vw;

        display: block;
        display: block;

        width: 6.6vw;
        height: 1px;

        background: #333;
    }
    #header .inner #menuTrigger span:nth-of-type(1)
    {
        -webkit-transform: translateY(-2.5vw);
                transform: translateY(-2.5vw);
    }
    #header .inner #menuTrigger span:nth-of-type(3)
    {
        -webkit-transform: translateY(2.4vw);
                transform: translateY(2.4vw);
    }
}

#header .headerSearchArea
{
    font-size: 0; 

    width: 293px;
    padding: 35px 0 8px 0;

    border-bottom: 1px solid #ddd;
}
#header .headerSearchArea .headerSearchArea__button
{
    display: inline-block;

    width: 16px;
    height: 17px;
    margin-right: 10px;

    cursor: pointer;

    border: none;
    border-radius: 0;
    background: url('../img/common/icon_search.png') no-repeat 0 0;
    background-size: cover;

    -webkit-appearance: none;
}
#header .headerSearchArea .headerSearchArea__input
{
    font-size: 14px; 

    display: inline-block;

    width: 266px;
    height: 26px;

    border: none;
    border-radius: 0;

    -webkit-appearance: none;
}
@media screen and (max-width: 768px)
{
    #header .headerSearchArea
    {
        position: absolute;
        top: 14.6vw;
        left: 0;

        display: none;

        width: 100%;
        padding: 10px;

        border-top: 1px solid #ddd;
        border-bottom: none;
        background-color: #fff;
        background-position: top 13px left 10px;
        -webkit-box-shadow: 0 2px 6px 1px rgba(204, 204, 204, .34);
                box-shadow: 0 2px 6px 1px rgba(204, 204, 204, .34);
    }
    #header .headerSearchArea .headerSearchArea__button
    {
        width: 16px;
        height: 17px;

        vertical-align: middle; 

        background-size: 16px 17px;
    }
    #header .headerSearchArea .headerSearchArea__input
    {
        width: 85.4vw; 

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

@media print, screen and (min-width: 769px) {
    #header .headerSearchArea input[type='text'] {
        padding: 0 10px 0 25px;
    }
}

#header .headerLinkMenu
{
    position: absolute;
    top: 45px;
    right: 127px;
}
@media screen and (max-width: 768px)
{
    #header .headerLinkMenu
    {
        /*
        top: 15px;
        right: 15px;
        */
        top: 4.3vw;
        right: 3vw;
    }
}
#header .headerLinkMenu ul
{
    font-size: 0;
}
#header .headerLinkMenu ul li
{
    font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif; 
    font-size: 10px;
    line-height: 22px;

    display: inline-block;

    min-height: 22px;
    margin-right: 26px;

    vertical-align: middle;
}
#header .headerLinkMenu ul li:last-child
{
    margin-right: 0;
}
#header .headerLinkMenu ul li a
{
    display: inline-block;
}
@media screen and (max-width: 768px)
{
    #header .headerLinkMenu ul li
    {
        font-size: 0;

        height: 20px; 
        min-height: 0;
        margin-right: 20px;
    }
    #header .headerLinkMenu ul li a
    {
        display: block;

        width: 100%;
        height: 100%;
    }
}
#header .headerLinkMenu ul li.mypage a
{
    padding-left: 28px;

    background: url('../img/icon_mypage.png') no-repeat 0 0;
    background-size: 20px auto;
}
@media screen and (max-width: 768px)
{
    #header .headerLinkMenu ul li.mypage
    {
        /* width: 18px; */
        width: 7vw;
        height: 6vw;
        margin-right: 2vw;
    }
    #header .headerLinkMenu ul li.mypage a
    {
        padding-left: 0;
        /* background-size: 18px auto; */
        background-size: auto 100%;
    }
}
#header .headerLinkMenu ul li.cart
{
    position: relative;
}
#header .headerLinkMenu ul li.cart a
{
    padding-left: 32px;

    background: url('../img/icon_cart.png') no-repeat 0 0;
    background-size: 24px auto;
}
#header .headerLinkMenu ul li.cart span
{
    font-size: 8px;
    font-weight: bold; 
    line-height: 16px;

    position: absolute;
    top: -6px;
    left: 13px;

    display: block;

    width: 14px;
    height: 14px;

    text-align: center;

    color: #fff;
    border-radius: 7px;
    background-color: #aa823a;
}
@media screen and (max-width: 768px)
{
    #header .headerLinkMenu ul li.cart
    {
        /*
        width: 20px;
        height: 18px;
        */
        width: 7vw;
        height: 6vw;
    }
    #header .headerLinkMenu ul li.cart a
    {
        padding-left: 0;
        /* background-size: 20px auto; */
        background-size: auto 100%;
    }
    #header .headerLinkMenu ul li.cart span
    {
        /* line-height: 14px; */
        line-height: 4vw;
        width: 4vw;
        height: 4vw;
        font-size: 3vw;
        border-radius: 100%;
        left: auto;
        right: -1vw;
    }
}

#header .headerSpSearchAcc
{
    display: none;
}
@media screen and (max-width: 768px)
{
    #header .headerSpSearchAcc
    {
        position: absolute;
        /* top: 14px; */
        top: 4.5vw;
        left: 15vw;

        display: block;

        width: 5.5vw;
        height: 5.5vw;

        background: url('../img/common/icon_search.png') no-repeat 0 0;
        /* background-size: cover; */
        background-size: contain;
    }

    .headerSearchArea img {
        top: 5vw;
    }
}

/*=====================================================
 menu
=====================================================*/
#menu
{
    /*=====================================================
   menu pc
  =====================================================*/
    /*=====================================================
    menu sp
  =====================================================*/
}

@media print, screen and (min-width: 769px)
{
    #menu
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #menu
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #menu
    {
        position: absolute;
        z-index: 2;
        top: 100px;
        left: 0;

        width: 100%;

        border-top: 1px solid #ddd;
    }
    #menu #menuClose
    {
        display: none;
    }
    #menu .layer0
    {
        background: #fff;
        /* global
      -----------------------------------------------------*/
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    #menu .layer0
    {
        border-bottom: 1px solid #dadada;
    }
    .win7.ie11 #menu .layer0
    {
        -webkit-transform: rotate(.001deg);
                transform: rotate(.001deg);
    }
}

@media screen and (min-width: 769px) and (max-width: 768px)
{
    #menu .layer0
    {
        border-bottom: 1px solid #dadada;
    }
}

@media print, screen and (min-width: 769px)
{
    #menu .layer0 .btn.lrg
    {
        position: absolute;
        top: -56px;
        left: 50%;

        margin-left: 359px;
    }
    #menu .layer0 .btn.lrg a
    {
        padding: 0 14px;

        color: #aa823a;
        border-color: #aa823a;
    }
    .ie11 #menu .layer0 .btn.lrg a
    {
        padding-top: 12px;
    }
    #menu .layer0 .btn.lrg a:after
    {
        content: none;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    #menu .layer0 .btn.lrg a:hover,
    #menu .layer0 .btn.lrg a.hover
    {
        color: white;
        background: #aa823a;
    }
}

@media print, screen and (min-width: 769px)
{
    #menu .layer0 > ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1000px;
        margin: 0 auto;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #menu .layer0 > ul a
    {
        position: relative;
    }
    #menu .layer0 > ul > li
    {
        font-size: 14px;
    }
    #menu .layer0 > ul > li > a
    {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 50px;

        white-space: nowrap;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #menu .layer0 > ul > li > a:after
    {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;

        height: 2px;

        content: '';
        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);

        background: #333;
    }
    #menu .layer0 > ul > li.hover > a:after,
    #menu .layer0 > ul > li.current > a:after
    {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
    #menu .layer0 > ul > li.hover > .base
    {
        z-index: 1;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: none;
                transition: none;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    #menu .layer0 > ul > li.hover > .base ul
    {
        -webkit-transition: opacity .5s, -webkit-transform .5s;
                transition: opacity .5s, -webkit-transform .5s;
                transition: transform .5s, opacity .5s;
                transition: transform .5s, opacity .5s, -webkit-transform .5s;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);

        opacity: 1;
    }
    #menu .layer0 > ul > li .base
    {
        font-size: 14px;

        position: absolute;
        top: 51px;
        left: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;

        width: 100%;

        -webkit-transition: -webkit-transform 0s .5s;
                transition: -webkit-transform 0s .5s;
                transition:         transform 0s .5s;
                transition:         transform 0s .5s, -webkit-transform 0s .5s;
        -webkit-transform: translateY(-1000px);
                transform: translateY(-1000px);

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* category
            -----------------------------------------------------*/
    }
    #menu .layer0 > ul > li .base p
    {
        display: none;
    }
    #menu .layer0 > ul > li .base > ul
    {
        position: relative;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1000px;
        /* min-height: 300px;  PCグロナビ内バナー削除したら復活させる　201911 */
        margin: 0 auto;
        padding-bottom: 40px;

        -webkit-transition: opacity .5s, -webkit-transform .5s;
                transition: opacity .5s, -webkit-transform .5s;
                transition: transform .5s, opacity .5s;
                transition: transform .5s, opacity .5s, -webkit-transform .5s;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);

        opacity: 0;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #menu .layer0 > ul > li .base > ul:before
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;

        display: block;

        width: 100vw;

        content: '';
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);

        background: white;
    }
    #menu .layer0 > ul > li .base > ul > li
    {
        font-size: 16px;
        line-height: 1;

        position: relative;

        margin-left: 60px;
        /* child 1
                -----------------------------------------------------*/
    }
    #menu .layer0 > ul > li .base > ul > li:first-child
    {
        width: 350px;
        margin-left: 0;
    }
    #menu .layer0 > ul > li .base > ul > li:nth-child(2)
    {
        width: 330px;
    }
    #menu .layer0 > ul > li .base > ul > li:nth-child(2).col4
    {
        width: 730px;
    }
    #menu .layer0 > ul > li .base > ul > li:nth-child(2) > a
    {
        width: 100%;
    }
    #menu .layer0 > ul > li .base > ul > li:nth-child(2).short
    {
        width: 180px;
    }
    #menu .layer0 > ul > li .base > ul > li:nth-child(2) .layer2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #menu .layer0 > ul > li .base > ul > li:nth-child(2) .layer2 > ul
    {
        width: 100%;
        margin-left: 10px;
    }
    #menu .layer0 > ul > li .base > ul > li:nth-child(2) .layer2 > ul:first-of-type
    {
        margin-left: 0;
    }
    #menu .layer0 > ul > li .base > ul > li:nth-child(3)
    {
        width: 200px;
    }
    #menu .layer0 > ul > li .base > ul > li.long
    {
        width: 350px;
    }
    #menu .layer0 > ul > li .base > ul > li.long > a
    {
        margin-bottom: 0;

        border-bottom: none;
    }
    #menu .layer0 > ul > li .base > ul > li > a
    {
        display: block;

        margin-top: 44px;
        margin-bottom: 18px;
        padding-bottom: 7px;

        border-bottom: 1px solid #dadada;
    }
    #menu .layer0 > ul > li .base > ul > li > a.bnr
    {
        border-bottom: none;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul
    {
        position: relative;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul.thumbs > li > a
    {
        position: static;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li
    {
        font-size: 13px;

        letter-spacing: -.1em;
        /* child 2
                      -----------------------------------------------------*/
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li a
    {
        line-height: 16px;

        position: relative;

        display: block;

        padding: 5px 0;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li a span
    {
        line-height: 16px;

        display: inline-block;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li a span
    {
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li a:hover > span
    {
        color: #aa823a;
        background: #f8f7f5;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li:hover img
    {
        opacity: 1;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li img
    {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;

        width: 140px;
        height: 170px;

        -webkit-transition: .5s;
                transition: .5s;
        pointer-events: none;

        opacity: 0;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li > a:not(:only-child)
    {
        padding-left: 1em;

        cursor: default;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li > a:not(:only-child):before
    {
        position: absolute;
        top: 50%;
        left: 0;

        width: 7px;
        height: 1px;

        content: '';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        background: #333;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li > a:not(:only-child):hover > span
    {
        color: inherit;
        background: inherit;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li > a:only-child:before
    {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icon' !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        display: inline-block;

        padding-right: .2em;

        content: '\e902';
        text-indent: -.2em;
        text-transform: none;

        speak: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li div.layer.layer3 > ul > li
    {
        padding-left: 0;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li div.layer.layer3 > ul > li a:before
    {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icon' !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        display: inline-block;

        padding-right: .2em;

        content: '\e902';
        text-indent: -.2em;
        text-transform: none;

        speak: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media screen and (max-width: 768px)
{
    #menu
    {
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
    }
    #menu #menuBg
    {
        position: fixed;
        top: 0;
        left: 0;

        visibility: hidden;

        width: 100%;
        height: 100%;

        background: rgba(51, 51, 51, .7);
    }
    #menu #menuClose
    {
        font-family: 'Bentham', serif;
        font-size: 2.1vw;
        line-height: 1;

        position: fixed;
        top: 0;
        left: 0;

        width: 14.6vw;
        height: 14.6vw;
        padding-top: 9.8vw;

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

        color: white;
        background: #333 url(../img/menu_close_sp.svg);
        background-size: cover;
    }
    #menu .layer0
    {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        left: 14.6vw;

        overflow-x: hidden;
        overflow-y: auto;

        height: 100%;

        background: white;

        -webkit-overflow-scrolling: touch;
        /* global
      -----------------------------------------------------*/
    }
    #menu .layer0 .btn.lrg
    {
        position: relative;

        width: 100%;
    }
    #menu .layer0 .btn.lrg a
    {
        font-size: 4.2vw;
        font-weight: bold;

        height: 14.6vw;
        margin: 20px;
        padding: 0;

        color: #aa823a;
        border-color: #aa823a;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #menu .layer0 .btn.lrg a:before
    {
        position: absolute;
        top: 5px;
        right: 5px;

        display: block;

        width: 12px;
        height: 1px;

        content: '';

        background: #aa823a;
    }
    #menu .layer0 .btn.lrg a:after
    {
        position: absolute;
        top: 5px;
        right: 5px;

        display: block;

        width: 1px;
        height: 12px;

        content: '';
        -webkit-transform: translate(0);
                transform: translate(0);

        background: #aa823a;
    }
    #menu .layer0 > ul
    {
        position: relative;
    }
    #menu .layer0 > ul li > a:not(:only-child):before
    {
        position: absolute;
        top: 50%;
        right: 20px;

        width: 2.9vw;
        height: 1px;

        content: '';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        background: #333;
    }
    #menu .layer0 > ul li > a:not(:only-child):after
    {
        position: absolute;
        top: 50%;
        right: 20px;

        width: 2.9vw;
        height: 1px;

        content: '';
        -webkit-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);

        background: #333;
    }
    #menu .layer0 > ul a
    {
        position: relative;

        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0 20px;

        -webkit-transition: background-color .5s;
                transition: background-color .5s;

        border-top: 1px solid rgba(51, 51, 51, .4);

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #menu .layer0 > ul a span
    {
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px)
{
    #menu .layer0 > ul a span
    {
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 768px)
{
    #menu .layer0 > ul a:before,
    #menu .layer0 > ul a:after
    {
        -webkit-transition: .5s;
                transition: .5s;
    }
    #menu .layer0 > ul a.current
    {
        color: white;
        background: #454545;
    }
    #menu .layer0 > ul a.current:before,
    #menu .layer0 > ul a.current:after
    {
        -webkit-transform: rotate(180deg) !important;
                transform: rotate(180deg) !important;

        background: white !important;
    }
    #menu .layer0 > ul a:after
    {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icon' !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        position: absolute;
        top: 50%;
        right: 17px;

        content: '\e902';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        text-transform: none;

        speak: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #menu .layer0 > ul > li
    {
        font-size: 4.2vw;
    }
    #menu .layer0 > ul > li:last-child
    {
        border-bottom: 1px solid rgba(51, 51, 51, .4);
    }
    #menu .layer0 > ul > li > a
    {
        height: 14.6vw;
    }
    #menu .layer0 > ul > li > a.current
    {
        background: #333;
    }
    #menu .layer0 > ul > li .base
    {
        position: relative;

        overflow: hidden;
        /* category
            -----------------------------------------------------*/
    }
    #menu .layer0 > ul > li .base p a
    {
        font-size: 3.7vw;

        height: 12.5vw;

        color: #aa823a;
        border-top: 1px solid #dadada;
        background: #f6f2eb;
    }
    #menu .layer0 > ul > li .base p a span
    {
        width: 100%;

        text-align: center;
    }
    #menu .layer0 > ul > li .base > ul
    {
        position: relative;
    }
    #menu .layer0 > ul > li .base > ul > li
    {
        position: relative;
        /* child 1
                -----------------------------------------------------*/
    }
    #menu .layer0 > ul > li .base > ul > li.long .thumb
    {
        display: block;

        width: 100%;
        height: auto;
    }
    #menu .layer0 > ul > li .base > ul > li.long > a:before,
    #menu .layer0 > ul > li .base > ul > li.long > a:after
    {
        display: none;
    }
    #menu .layer0 > ul > li .base > ul > li > a
    {
        font-size: 3.7vw;

        height: 12.5vw;

        background: #f8f8f9;
    }
    #menu .layer0 > ul > li .base > ul > li > a.bnr
    {
        height: auto;
        padding: 0;
    }
    #menu .layer0 > ul > li .base > ul > li > a.bnr img
    {
        width: 100%;
    }
    #menu .layer0 > ul > li .base > ul > li > a.current
    {
        background: #454545;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2
    {
        position: relative;

        overflow: hidden;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul
    {
        position: relative;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul.thumbs
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul.thumbs > li
    {
        position: relative;

        width: 50%;
        height: 14.1vw;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul.thumbs > li:nth-child(odd)
    {
        border-right: 1px solid #dadada;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul.thumbs > li > a:before,
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul.thumbs > li > a:after
    {
        content: none !important;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li
    {
        font-size: 3.2vw;
        line-height: 1.25;
        /* child 2
                      -----------------------------------------------------*/
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li a
    {
        height: 100%;
        min-height: 10.6vw;

        border-top: 1px solid #dadada;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li a span
    {
        display: inline-block;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li img
    {
        position: absolute;
        z-index: 1;
        top: 1.2vw;
        right: 2.6vw;

        width: 9.8vw;
        height: 12vw;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li .layer3
    {
        position: relative;

        overflow: hidden;
    }
    #menu .layer0 > ul > li .base > ul > li .layer2 > ul > li .layer3 > ul > li a
    {
        background: #f8f8f9;
    }
}

/* グロナビ内　スペシャルコンテンツ用バナー表示調整　PC　2019 */
@media print, screen and (min-width: 769px) {
  #menu .layer0 > ul > li .base {
    flex-wrap: wrap;
  }
  #menu .layer0 > ul > li .base > ul.sp_bn {
    min-height: auto;
  }
  #menu .layer0 > ul > li .base > ul.sp_bn > li:first-child {
    width: 100%;
  }
  #menu .layer0 > ul > li .base > ul.sp_bn > li > a {
    border: none;
    margin: 0;
    padding-bottom: 10px;
  }
  #menu .layer0 > ul > li .base > ul.sp_bn > li > a img {
    margin: 0 auto;
    width: 850px;
  }
  #menu .layer0 > ul > li .base.layer.layer1 {
    display: block;
  }
}
/* グロナビ内　スペシャルコンテンツ用バナー表示調整　PC　2019 end */

#subNav
{
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    height: 0;

    border-bottom: 1px solid #dadada;
    background: white;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media print, screen and (min-width: 769px)
{
    #subNav
    {
        top: 150px;
    }
}

@media screen and (max-width: 768px)
{
    #subNav
    {
        top: 14.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #subNav .navInner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

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

@media screen and (max-width: 768px)
{
    #subNav .navInner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        height: 14.6vw;

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

@media print, screen and (min-width: 769px)
{
    #subNav .navInner .pageTitle
    {
        font-family: 'Bentham', serif;
        font-size: 20px;

        margin-right: auto;
    }
}

@media screen and (max-width: 768px)
{
    #subNav .navInner .pageTitle
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    #subNav .navInner ul
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    #subNav .navInner ul
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #subNav .navInner ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media screen and (max-width: 768px)
{
    #subNav .navInner ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media print, screen and (min-width: 769px)
{
    #subNav .navInner ul li
    {
        font-size: 14px;

        margin-left: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #subNav .navInner ul li
    {
        font-size: 3.2vw;

        white-space: nowrap;
    }
}

@media screen and (max-width: 768px)
{
    #subNav .navInner ul li a
    {
        padding: 3.3vw;
    }
}

#footer
{
    color: white;
    background: #333;
}

#footer a
{
    color: white;
}

@media print, screen and (min-width: 769px)
{
    #footer
    {
        min-width: 1000px;
        padding-bottom: 40px;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    #footer
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (min-width: 769px) and (max-width: 768px)
{
    #footer
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #footer ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 auto;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer #footerNav
    {
        font-size: 13px;

        background: #454545;
    }
    #footer #footerNav ul li a
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 42px;
        padding: 0 1.3em;

        -webkit-transition: .3s;
                transition: .3s;

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

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    #footer #footerNav ul li a
    {
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    #footer #footerNav ul li a:hover
    {
        background: rgba(51, 51, 51, .4);
    }
    #footer .logo
    {
        width: 200px;
        height: 100px;
        margin: 80px auto 60px;
    }
    #footer .logo img
    {
        width: 100%;
        height: 100%;
    }
    #footer .sns
    {
        width: 100px;
        margin-bottom: 37px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #footer .sns li
    {
        border-radius: 50%;
        background: #454545;
    }
    #footer .sns li a
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 40px;
        height: 40px;

        -webkit-transition: .3s;
                transition: .3s;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .sns li a:hover
    {
        background: rgba(51, 51, 51, .4);
    }
    #footer .sns li span
    {
        display: none;
    }
    #footer #corporateNav ul
    {
        margin-bottom: 25px;
    }
    #footer #corporateNav ul li
    {
        font-size: 13px;

        margin: 0 2em;
    }
    #footer #corporateNav ul li a
    {
        position: relative;

        display: block;

        padding: 3px 0;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    #footer #corporateNav ul li a
    {
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    #footer #corporateNav ul li a:after
    {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;

        height: 1px;

        content: '';
        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);

        background: rgba(255, 255, 255, .5);
    }
    #footer #corporateNav ul li a:hover:after
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    #footer #copyright
    {
        line-height: 1;

        text-align: center;
    }
    #footer #copyright small
    {
        font-family: 'Bentham', serif;
        font-size: 13px;
    }
    #footer #copyright small span
    {
        font-size: 16px;

        margin-right: .4em;
    }
}

@media screen and (max-width: 768px)
{
    #footer
    {
        font-size: 3.4vw;

        padding-bottom: 6.6vw;
    }
    #footer nav ul
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer nav ul li > a
    {
        height: 12vw;
    }
    #footer nav ul li > a:before
    {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icon' !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        padding-right: 2.6vw;

        content: '\e902';
        text-transform: none;

        speak: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #footer nav ul a
    {
        position: relative;

        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0 20px;

        white-space: nowrap;

        border-bottom: 1px solid rgba(51, 51, 51, .4);

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer #footerNav
    {
        background: #454545;
    }
    #footer #footerNav li:last-child a
    {
        border: none;
    }
    #footer #footerNav a
    {
        border-color: #585858;
    }
    #footer .logo
    {
        width: 50vw;
        height: 20vw;
        margin: 16vw auto 10.6vw;
    }
    #footer .logo img
    {
        width: 100%;
        height: 100%;
    }
    #footer .sns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 23vw;
        margin: 0 auto;
        margin-bottom: 9.3vw;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #footer .sns li a
    {
        font-size: 4.2vw;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 9.3vw;
        height: 9.3vw;

        border-radius: 50%;
        background: #454545;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .sns li span
    {
        display: none;
    }
    #footer #corporateNav ul
    {
        justify-content: flex-start;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        border-top: 1px solid #2c2c2c;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #footer #corporateNav ul li
    {
        width: 50%;
    }
    #footer #corporateNav ul li:nth-child(odd)
    {
        border-right: 1px solid #2c2c2c;
    }
    #footer #corporateNav ul li a
    {
        border-bottom: 1px solid #2c2c2c;
    }
    #footer #copyright
    {
        line-height: 1;

        margin-top: 6.1vw;

        text-align: center;
    }
    #footer #copyright small
    {
        font-family: 'Bentham', serif;
        font-size: 2.6vw;
    }
    #footer #copyright small span
    {
        font-size: 4vw;

        margin-right: .2em;
    }
}

#campaign
{
    position: relative;
}

#campaign h2.ttl
{
    text-align: center;
}

@media screen and (max-width: 768px)
{
    #campaign ul
    {
        padding: 0 5.3vw;
    }
}

#campaign ul li
{
    border-bottom: 1px solid rgba(51, 51, 51, .4);
}

#campaign ul li:first-child
{
    border-top: 1px solid rgba(51, 51, 51, .4);
}

#campaign ul li a
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a
    {
        width: 1000px;
        margin: 0 auto;
        padding: 30px 0 30px 0;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a
    {
        padding: 5.3vw 0 5.3vw 0;
    }
}

#campaign ul li a .main
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main
    {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main
    {
        margin: 0 0 4vw;
    }
}

#campaign ul li a .main:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    content: '\e902';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main:after
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main:after
    {
        font-size: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main img
    {
        width: 260px;
        margin: 0 40px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main img
    {
        width: 32vw;
        margin: 0 4vw 0 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main section
    {
        min-height: 170px;
        padding: 15px 30px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main section
    {
        min-height: 20.9vw;
        padding: .6vw 5.3vw 0 0;
    }
}

#campaign ul li a .main section time
{
    font-weight: normal;

    display: table;

    color: #7b7b7b;
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main section time
    {
        font-size: 18px;

        margin: 0 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main section time
    {
        font-size: 3.7vw;

        margin: 0 0 1.3vw;
    }
}

#campaign ul li a .main section h3
{
    word-break: break-word;
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main section h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main section h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main section h3
    {
        font-size: 23px;

        margin: 0 0 10px;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main section h3
    {
        font-size: 3.7vw;
        font-weight: bold;
        line-height: 4.8vw;

        margin: 0 0 2vw;

        letter-spacing: 0;
    }
}

#campaign ul li a .main section .period
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main section .period
    {
        font-size: 14px;

        margin: 0 0 36px;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main section .period
    {
        font-size: 2.6vw;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main section .period span
    {
        display: none;
    }
}

#campaign ul li a .main section .lead
{
    line-height: 1.4;

    letter-spacing: -1px;

    color: #7b7b7b;
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .main section .lead
    {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .main section .lead
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a:hover .main:after
    {
        -webkit-animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
                animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
    }
}

#campaign ul li a .sub
{
    color: #7b7b7b;
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    #campaign ul li a .sub
    {
        font-size: 14px;
        line-height: 1.5;

        padding: 15px 28px;
    }
}

@media screen and (max-width: 768px)
{
    #campaign ul li a .sub
    {
        font-size: 2.6vw;
        line-height: 4.2vw;

        padding: 2.6vw 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #campaign .btnWrap
    {
        position: absolute;
        top: 118px;
        left: 50%;

        width: 500px;
    }
}

@media print, screen and (min-width: 769px)
{
    #campaign .btnWrap .btn
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 768px)
{
    #campaign .btnWrap .btn
    {
        margin: 6.6vw auto 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup .ttl.ja,
    .lineup .ttl.ja
    {
        margin: 0 0 60px;

        letter-spacing: .1em;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul,
    .lineup ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1000px;
        margin: 0 auto;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.top #contents #news #lineup ul.wAuto,
.top #contents #news .lineup ul.wAuto
{
    display: block;

    width: auto;
}
.top #contents #news #lineup ul.wAuto li,
.top #contents #news .lineup ul.wAuto li
{
    padding: 20px 0;

    border-bottom: 1px solid #afafaf;
}
.top #contents #news #lineup ul.wAuto li:first-of-type,
.top #contents #news .lineup ul.wAuto li:first-of-type
{
    padding-top: 0;
}
.top #contents #news #lineup ul.wAuto li:last-child,
.top #contents #news .lineup ul.wAuto li:last-child
{
    padding-bottom: 0;

    border-bottom: 0;
}
.top #contents #news #lineup ul.wAuto li .photo,
.top #contents #news .lineup ul.wAuto li .photo
{
    position: relative;
    top: auto;
    left: auto;

    width: 164px;
    padding: 0;
}
.top #contents #news #lineup ul.wAuto li .photo img,
.top #contents #news .lineup ul.wAuto li .photo img
{
    width: auto;
    max-width: 164px;
}
@media screen and (max-width: 768px)
{
    .top #contents #news #lineup ul.wAuto,
    .top #contents #news .lineup ul.wAuto
    {
        padding: 0;
    }
    .top #contents #news #lineup ul.wAuto li,
    .top #contents #news .lineup ul.wAuto li
    {
        margin-top: 0;
    }
    .top #contents #news #lineup ul.wAuto li .photo,
    .top #contents #news .lineup ul.wAuto li .photo
    {
        width: 27.4vw;
        height: auto; 
        margin: 0;
    }
    .top #contents #news #lineup ul.wAuto li .photo img,
    .top #contents #news .lineup ul.wAuto li .photo img
    {
        width: 100%;
        max-width: 100%; 
        height: 50%;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul,
    .lineup ul
    {
        margin-top: 15vw;
        margin-bottom: 15vw;
        padding: 0 5.3vw;
    }
}

#lineup ul li,
.lineup ul li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li,
    .lineup ul li
    {
        width: 500px;
        margin: 100px 0 0;
    }

    #lineup ul.col1 li,
    .lineup ul.col1 li
    {
        width: 100%;
        margin: 100px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li,
    .lineup ul li
    {
        margin-top: 20vw;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#lineup ul li:nth-child(1),
.lineup ul li:nth-child(1)
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li:nth-child(2),
    .lineup ul li:nth-child(2)
    {
        margin: 0;
    }
    
    #lineup ul.col1 li:nth-child(2),
    .lineup ul.col1 li:nth-child(2)
    {
        margin: 100px 0 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .photo,
    .lineup ul li .photo
    {
        width: 164px;
    }

    #lineup ul.col1 li .photo,
    .lineup ul.col1 li .photo
    {
        width: 200px;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .photo,
    .lineup ul li .photo
    {
        width: 27.4vw;
    }

    #lineup ul.col1 li .photo,
    .lineup ul.col1 li .photo
    {
        width: 27.4vw;
    }
}

#lineup ul li .photo img,
.lineup ul li .photo img
{
    width: 100%;
}

#lineup ul li .text,
.lineup ul li .text
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text,
    .lineup ul li .text
    {
        width: 337px;
        padding: 0 20px 100px;
    }

    #lineup ul.col1 li .text,
    .lineup ul.col1 li .text
    {
        width: auto;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text,
    .lineup ul li .text
    {
        width: 56.8vw;
    }

    #lineup ul.col1 li .text,
    .lineup ul.col1 li .text
    {
        width: auto;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text h3,
    .lineup ul li .text h3
    {
        margin: 10px 0 15px;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text h3,
    .lineup ul li .text h3
    {
        margin: 0 0 3.3vw;
    }
}

#lineup ul li .text h3 span,
.lineup ul li .text h3 span
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text h3 span:nth-child(1),
    .lineup ul li .text h3 span:nth-child(1)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text h3 span:nth-child(1),
    .lineup ul li .text h3 span:nth-child(1)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text h3 span:nth-child(1),
    .lineup ul li .text h3 span:nth-child(1)
    {
        font-size: 12px;

        margin: 0 0 5px;
    }

    #lineup ul.col1 li .text h3 span:nth-child(1),
    .lineup ul.col1 li .text h3 span:nth-child(1)
    {
        font-size: 19px;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text h3 span:nth-child(1),
    .lineup ul li .text h3 span:nth-child(1)
    {
        font-size: 2.6vw;
        font-weight: bold;

        margin: 0 0 1vw;
    }

    #lineup ul.col1 li .text h3 span:nth-child(1),
    .lineup ul.col1 li .text h3 span:nth-child(1)
    {
        font-size: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text h3 span:nth-child(2),
    .lineup ul li .text h3 span:nth-child(2)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text h3 span:nth-child(2),
    .lineup ul li .text h3 span:nth-child(2)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text h3 span:nth-child(2),
    .lineup ul li .text h3 span:nth-child(2)
    {
        font-size: 18px;
        line-height: 1.4;
        margin: 0 0 5px;
    }

    #lineup ul.col1 li .text h3 span:nth-child(2),
    .lineup ul.col1 li .text h3 span:nth-child(2)
    {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text h3 span:nth-child(2),
    .lineup ul li .text h3 span:nth-child(2)
    {
        font-size: 4.2vw;
        font-weight: bold;
        line-height: 4.8vw;

        margin: 0 0 1vw;

        letter-spacing: .1em;
    }

    #lineup ul.col1 li .text h3 span:nth-child(2),
    .lineup ul.col1 li .text h3 span:nth-child(2)
    {
        font-size: 4.2vw;
        line-height: 4.8vw;
        margin: 0 0 1vw;
    }
}

#lineup ul li .text h3 span:nth-child(3),
.lineup ul li .text h3 span:nth-child(3)
{
    color: #aa823a;
}

#lineup ul li .onlineLimited {
    background: #aa823a;
    color: #fff;
    padding: 3px 6px;
    margin-right: 10px;
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text h3 span:nth-child(3),
    .lineup ul li .text h3 span:nth-child(3)
    {
        font-size: 16px;
        line-height: 1.2;
    }

    #lineup ul.col1 li .text h3 span:nth-child(3),
    .lineup ul.col1 li .text h3 span:nth-child(3)
    {
        font-size: 23px;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text h3 span:nth-child(3),
    .lineup ul li .text h3 span:nth-child(3)
    {
        font-size: 3.2vw;
    }

    #lineup ul.col1 li .text h3 span:nth-child(3),
    .lineup ul.col1 li .text h3 span:nth-child(3)
    {
        font-size: 3.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text p.desc,
    .lineup ul li .text p.desc
    {
        font-size: 13px;
        line-height: 24px;
    }

    #lineup ul li .text p.desc.lh_l,
    .lineup ul li .text p.desc.lh_l
    {
        font-size: 17px;
        line-height: 28px;
    }

    #lineup ul.col1 li .text p.desc,
    .lineup ul.col1 li .text p.desc
    {
        font-size: 20px;
        line-height: 31px;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text p.desc,
    .lineup ul li .text p.desc
    {
        font-size: 2.6vw;
        line-height: 4.2vw;
        margin: 0 0 2.6vw;
    }

    #lineup ul li .text p.desc.lh_l,
    .lineup ul li .text p.desc.lh_l
    {
        font-size: 3.6vw;
        line-height: 5.2vw;
    }

    #lineup ul.col1 li .text p.desc,
    .lineup ul.col1 li .text p.desc
    {
        font-size: 2.6vw;
        line-height: 4.2vw;
        margin: 0 0 2.6vw;
    }
}

#lineup ul li .text p.category,
.lineup ul li .text p.category
{
    color: #7b7b7b;
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text p.category,
    .lineup ul li .text p.category
    {
        font-size: 12px;

        position: absolute;
        bottom: 72px;
        left: 20px;

        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text p.category,
    .lineup ul li .text p.category
    {
        font-size: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text > .btn,
    .lineup ul li .text > .btn
    {
        position: absolute;
        bottom: 14px;
        left: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text > .btn,
    .lineup ul li .text > .btn
    {
        margin: 5.3vw 0 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text .btns,
    .lineup ul li .text .btns
    {
        position: absolute;
        bottom: 14px;
        left: 20px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 246px;
    }
}

@media screen and (max-width: 768px)
{
    #lineup ul li .text .btns,
    .lineup ul li .text .btns
    {
        margin: 5.3vw 0 0;
    }
    #lineup ul li .text .btns .btn:first-child,
    .lineup ul li .text .btns .btn:first-child
    {
        margin-bottom: 2.6vw;
    }
    #lineup ul li .text .btns .btn.gold,
    .lineup ul li .text .btns .btn.gold
    {
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    #lineup ul li .text .btns .btn:first-of-type,
    .lineup ul li .text .btns .btn:first-of-type
    {
        margin-right: 10px;
    }
}

/* trialset　改修版 */
@media screen and (max-width: 768px) {
    .top #contents #trialset .wAuto.col1 {
    margin-bottom: 0
    }
}

.top #contents #trialset .wAuto.col1 > li {
    margin: 40px 0;
    padding: 0;
    border: 1px solid #dadada;
}

@media screen and (max-width: 768px) {
    .top #contents #trialset .wAuto.col1 > li {
    margin: 5.3vw 0;
    }
}

.top #contents #trialset .wAuto.col1 > li  > div {
    width: 50%;
}

.top #contents #trialset ul.wAuto.col1 > li > div:first-of-type {
    padding: 40px;
}

@media screen and (max-width: 768px) {
    .top #contents #trialset ul.wAuto.col1 > li > div:first-of-type {
        padding: 5.3vw;
        background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    }
}

.top #contents #trialset ul.wAuto.col1 > li:last-child {
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}

.top #contents #trialset .wAuto.col1 .ttl_ic {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

.top #contents #trialset .wAuto.col1 h3 {
    font-size: 23px;
    padding-bottom: 30px;
}

.top #contents #trialset .wAuto.col1 .ttl_ic,
.top #contents #trialset .wAuto.col1 .subTitle,
.top #contents #trialset .wAuto.col1 h3 {
    font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

@media screen and (max-width: 768px) {
    .top #contents #trialset .wAuto.col1 .ttl_ic,
    .top #contents #trialset .wAuto.col1 .subTitle,
    .top #contents #trialset .wAuto.col1 h3 {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px) {
    .top #contents #trialset .wAuto.col1 h3 {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 4.8vw;
    margin: 0 0 1vw;
    letter-spacing: .1em;
    }
}

.top #contents #trialset .wAuto.col1 .subTitle {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 5px 0;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .top #contents #trialset .wAuto.col1 .subTitle {
    font-size: 2.6vw;
    font-weight: bold;
    margin: 0 0 1vw
    }
}

.top #contents #trialset .wAuto.col1 .desc {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: .12em;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .top #contents #trialset .wAuto.col1 .desc {
    font-size: 2.6vw;
    line-height: 4.2vw;
    margin: 0 0
    }
}

/* trialset　商品設定 */
.top #contents #trialset .wAuto.col1 .product03 {
    background: url("../../assets/img/top/top_trial_product_herche.png") no-repeat right center;
    background-size:　contain;
}

/* SP */
@media screen and (max-width: 768px) {
    .top #contents #trialset .wAuto.col1 .product01 {
        background:
            url("../../assets/img/top/top_trial_product_first_sp.png"),
            url("../../assets/img/top/top_trial_product_first_bg_sp.png");
        background-repeat: no-repeat;
        background-position:
            right 1.5vw bottom 13vw,
            center;
        background-size:
            52% auto,
            cover;
    }

    .top #contents #trialset .wAuto.col1 .product02 {
        background:
            url("../../assets/img/top/top_trial_product_moonpearl_sp.png"),
            url("../../assets/img/top/top_trial_product_moonpearl_bg_sp.jpg");
        background-repeat: no-repeat;
        background-position:
            right -8vw bottom,
            center top;
        background-size:
            74% auto,
            cover;
    }

    .top #contents #trialset .wAuto.col1 .product03 {
        background: url("../../assets/img/top/top_trial_product_herche_sp.jpg") no-repeat right -40vw bottom;
        background-size: 235% auto;
    }
}

/* タブレット 縦 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .top #contents #trialset .wAuto.col1 .product01 {
        background:
            url("../../assets/img/top/top_trial_product_first_sp.png"),
            url("../../assets/img/top/top_trial_product_first_bg_sp.png");
        background-repeat: no-repeat;
        background-position:
            right 2vw bottom 2vw,
            center;
        background-size:
            50% auto,
            cover;
    }

    .top #contents #trialset .wAuto.col1 .product02 {
        background:
            url("../../assets/img/top/top_trial_product_moonpearl_sp.png"),
            url("../../assets/img/top/top_trial_product_moonpearl_bg_sp.jpg");
        background-repeat: no-repeat;
        background-position:
            right -10vw bottom -5vw,
            center top;
        background-size:
            76% auto,
            cover;
    }
}
/* タブレット 横 */
@media screen and (min-width: 1024px) {
    .top #contents #trialset .wAuto.col1 .product01 {
        background: url("../../assets/img/top/top_trial_product_first.jpg") no-repeat right center;
        background-size: contain;
    }

    .top #contents #trialset .wAuto.col1 .product02 {
        background: url("../../assets/img/top/top_trial_product_moonpearl.png") no-repeat right center;
        background-size: contain;
    }
}
/* /trialset　商品設定 */
/* trialset　改修版 ここまで */

@media print, screen and (min-width: 769px)
{
    #recommend ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1000px;
        margin: 0 auto;

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

@media screen and (max-width: 768px)
{
    #recommend ul
    {
        margin-top: 10.6vw;
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li
    {
        width: 330px;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 14.6vw;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#recommend ul li:nth-child(1)
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li:nth-child(2)
    {
        margin: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .photo
    {
        position: relative;

        height: 280px;
        margin: 0 0 18px;
    }
    #recommend ul li .photo .rankNumber
    {
        font-family: YuMincho,'Yu Mincho',serif;
        font-size: 24px;
        line-height: 44px;

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

        width: 44px;
        height: 44px;

        text-align: center;

        background-color: #f6f2eb;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .photo
    {
        position: relative;

        width: 27.4vw;
    }
    #recommend ul li .photo .rankNumber
    {
        font-family: YuMincho,'Yu Mincho',serif;
        font-size: 20px;
        line-height: 30px;

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

        width: 30px;
        height: 30px;

        text-align: center;

        background-color: #f6f2eb;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .photo img
    {
        height: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .photo img
    {
        width: 100%;
    }
}

#recommend ul li .text
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text
    {
        width: 330px;
        padding: 0 25px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text
    {
        width: 56.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text h3
    {
        margin: 10px 0 15px;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text h3
    {
        margin: 0 0 3.3vw;
    }
}

#recommend ul li .text h3 span
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text h3 span:nth-child(1)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text h3 span:nth-child(1)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text h3 span:nth-child(1)
    {
        font-size: 12px;

        margin: 0 0 5px;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text h3 span:nth-child(1)
    {
        font-size: 2.6vw;
        font-weight: bold;

        margin: 0 0 1vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text h3 span:nth-child(2)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text h3 span:nth-child(2)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text h3 span:nth-child(2)
    {
        font-size: 18px;
        line-height: 1.4;

        margin: 0 0 5px;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text h3 span:nth-child(2)
    {
        font-size: 4.2vw;
        font-weight: bold;
        line-height: 4.8vw;

        margin: 0 0 1vw;

        letter-spacing: .1em;
    }
}

#recommend ul li .text h3 span:nth-child(3)
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text h3 span:nth-child(3)
    {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text h3 span:nth-child(3)
    {
        font-size: 3.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text p.desc
    {
        font-size: 13px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text p.desc
    {
        font-size: 2.6vw;
        line-height: 4.2vw;

        margin: 0 0 2.6vw;
    }
}

#recommend ul li .text p.category
{
    color: #7b7b7b;
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text p.category
    {
        font-size: 12px;

        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text p.category
    {
        font-size: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #recommend ul li .text .btn
    {
        width: 101px;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 768px)
{
    #recommend ul li .text .btn
    {
        margin: 5.3vw 0 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #useStep .inner img
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    #useStep .inner img
    {
        width: 100%;
        margin: 0 auto;
    }
}

#useStep ul#stepList
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    #useStep ul#stepList
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1000px;

        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px)
{
    #useStep ul#stepList
    {
        margin: 0 0 8vw;
    }
}

#useStep ul#stepList:before
{
    display: block;

    content: '';

    background: #f4f4f4;
}

@media print, screen and (min-width: 769px)
{
    #useStep ul#stepList:before
    {
        position: absolute;
        top: 157px;
        right: 0;
        left: 0;

        width: 100%;
        height: 4px;
    }
}

@media screen and (max-width: 768px)
{
    #useStep ul#stepList:before
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;

        width: 1vw;
        height: 100%;
    }
}

#useStep ul#stepList li
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    #useStep ul#stepList li
    {
        margin-bottom: 50px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    #useStep ul#stepList li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 31.7vw;

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

@media print, screen and (min-width: 769px)
{
    #useStep ul#stepList li .photo
    {
        position: relative;

        height: 180px;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 768px)
{
    #useStep ul#stepList li .photo
    {
        width: 28.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #useStep ul#stepList li .photo img
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        width: 90px;

        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 768px)
{
    #useStep ul#stepList li .photo img
    {
        width: 11.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #useStep ul#stepList li p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #useStep ul#stepList li p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #useStep ul#stepList li p
    {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 768px)
{
    #useStep ul#stepList li p
    {
        font-size: 3.4vw;
        line-height: 4.8vw;
    }
}

#useStep ul#stepList li p.step
{
    font-family: 'Bentham', serif;
}

@media print, screen and (min-width: 769px)
{
    #useStep ul#stepList li p.step
    {
        font-size: 15px;

        margin: 0 0 5px;
    }
    #useStep ul#stepList li p.step span
    {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px)
{
    #useStep ul#stepList li p.step
    {
        font-size: 3.2vw;

        margin: 0 0 1.3vw;
    }
    #useStep ul#stepList li p.step span
    {
        font-size: 6.9vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #brandList header
    {
        position: relative;
    }
}

@media print, screen and (min-width: 769px)
{
    #brandList header .btn
    {
        position: absolute;
        top: 64px;
        right: 0;
    }
}

@media screen and (max-width: 768px)
{
    #brandList header .btn
    {
        width: 45.3vw;
        margin: 6.6vw auto 12vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #brandList ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 70px !important;

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

@media print, screen and (min-width: 769px)
{
    #brandList ul li
    {
        width: 460px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px)
{
    #brandList ul li
    {
        margin-top: 14.6vw;
    }
}

#brandList ul li:nth-child(1)
{
    margin-top: 0;
}

@media print, screen and (min-width: 769px)
{
    #brandList ul li:nth-child(2)
    {
        margin-top: 0;
    }
}

#brandList ul li .photo img
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    #brandList ul li .photo
    {
        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #brandList ul li .text
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding-top: 20px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px)
{
    #brandList ul li .text h3
    {
        margin-bottom: 4vw;

        text-align: center;
    }
}

#brandList ul li .text h3 span
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    #brandList ul li .text h3 span:nth-child(1)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #brandList ul li .text h3 span:nth-child(1)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #brandList ul li .text h3 span:nth-child(1)
    {
        font-size: 12px;

        margin: 0 0 5px;
    }
}

@media screen and (max-width: 768px)
{
    #brandList ul li .text h3 span:nth-child(1)
    {
        font-size: 2.6vw;

        margin-bottom: 1.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #brandList ul li .text h3 span:nth-child(2)
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #brandList ul li .text h3 span:nth-child(2)
    {
        font-size: 5.3vw;
    }
}

@media screen and (max-width: 768px)
{
    #brandList ul li .text .btn
    {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #relatedContents
    {
        padding-top: 16vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #relatedContents ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 70px !important;

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

@media print, screen and (min-width: 769px)
{
    #relatedContents ul li
    {
        width: 460px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px)
{
    #relatedContents ul li
    {
        margin-top: 14.6vw;
    }
}

#relatedContents ul li:nth-child(1)
{
    margin-top: 0;
}

@media print, screen and (min-width: 769px)
{
    #relatedContents ul li:nth-child(2)
    {
        margin-top: 0;
    }
}

#relatedContents ul li .photo img
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    #relatedContents ul li .photo
    {
        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #relatedContents ul li .text
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding-top: 20px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 768px)
{
    #relatedContents ul li .text h3
    {
        margin-bottom: 4vw;

        text-align: center;
    }
}

#relatedContents ul li .text h3 span
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    #relatedContents ul li .text h3 span small
    {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px)
{
    #relatedContents ul li .text h3 span small
    {
        font-size: 3.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #relatedContents ul li .text h3 span:nth-child(1)
    {
        font-size: 12px;

        margin: 0 0 8px;
    }
}

@media screen and (max-width: 768px)
{
    #relatedContents ul li .text h3 span:nth-child(1)
    {
        font-size: 2.6vw;

        margin-bottom: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #relatedContents ul li .text h3 span:nth-child(2)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #relatedContents ul li .text h3 span:nth-child(2)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #relatedContents ul li .text h3 span:nth-child(2)
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #relatedContents ul li .text h3 span:nth-child(2)
    {
        font-size: 5.3vw;
    }
}

@media screen and (max-width: 768px)
{
    #relatedContents ul li .text .btn
    {
        margin: 0 auto;
    }
}

#selectMenu
{
    background: #f8f8f9;
}

@media screen and (max-width: 768px)
{
    #selectMenu
    {
        padding: 5.3vw;
    }
}

#selectMenu ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;

    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;

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

@media screen and (max-width: 768px)
{
    #selectMenu ul
    {
        display: none;
    }
}

#selectMenu ul li
{
    margin: 10px;
}

#selectMenu ul li a
{
    font-size: 13px;
    font-weight: bold;

    position: relative;

    display: block;

    padding: 10px 15px;

    letter-spacing: .1em;

    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    #selectMenu ul li a
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #selectMenu ul li a
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #selectMenu ul li a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
}

#selectMenu ul li a:after
{
    position: absolute;
    top: 100%;
    left: 50%;

    display: block;

    width: 1px;
    height: 0;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);

    background: #333;
}

@media print, screen and (min-width: 769px)
{
    #selectMenu ul li a:hover
    {
        color: white;
        background: #333;
    }
    #selectMenu ul li a:hover:after
    {
        height: 30px;
    }
}

#selectMenu ul li.cur a
{
    font-size: 15px;

    position: relative;

    padding: 9px 15px;

    -webkit-transition: 0s;
            transition: 0s;
    pointer-events: none;

    background: none;
}

@media print, screen and (min-width: 769px)
{
    #selectMenu ul li.cur a:after
    {
        height: 30px;
    }
}

#selectMenu.check ul li.cur a
{
    font-size: 15px;

    position: relative;

    padding: 9px 15px;

    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
    pointer-events: none;

    background: none;
}

#selectMenu.check ul li.cur a:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    bottom: -5px;
    left: 50%;

    width: auto;
    height: auto;

    content: '\e904';
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-transform: none;

    background: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    #selectMenu.check ul li a:hover:after
    {
        content: none;
    }
}

#selectMenu .jumpMenu
{
    position: relative;

    width: 100%;
    height: 12vw;

    white-space: nowrap;

    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    #selectMenu .jumpMenu
    {
        display: none;
    }
}

#selectMenu .jumpMenu select
{
    font-size: 5.3vw;

    width: 100%;
    height: 12vw;
    margin: 0;
    padding: 0;

    color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #fff;

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

@media print, screen and (min-width: 769px)
{
    #selectMenu .jumpMenu select
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #selectMenu .jumpMenu select
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

#selectMenu .jumpMenu select:focus
{
    border: 0;
    outline: 0;
}

#selectMenu .jumpMenu p
{
    font-size: 4.2vw;
    font-weight: bold;

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

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 12vw;

    pointer-events: none;

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

@media print, screen and (min-width: 769px)
{
    #selectMenu .jumpMenu p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #selectMenu .jumpMenu p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

#selectMenu .jumpMenu p:after
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 50%;
    right: 4vw;

    display: block;

    width: 30px;
    height: 30px;

    content: '\e902';
    -webkit-transform: rotate(90deg) translate(-50%, 0);
            transform: rotate(90deg) translate(-50%, 0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    text-align: center;
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    #product .inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 auto 80px;
        padding: 70px 0 0;

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

@media screen and (max-width: 768px)
{
    #product .inner
    {
        margin: 0 0 10.6vw;
        padding-top: 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .photo
    {
        width: 500px;
    }
    #product .inner .photo .thumbnail-photo
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
    #product .inner .photo .thumbnail-photo li
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 60px;
        margin: 10px 10px 0 0;

        border: 1px solid #fff;
    }
    #product .inner .photo .thumbnail-photo li:nth-child(5n)
    {
        margin-right: 0;
    }
    #product .inner .photo .thumbnail-photo li.active
    {
        border: 1px solid #aa823a;
        box-shadow: 0px 0px 5px 0px rgba(170, 130, 58, .7);
    }
    #product .inner .photo .thumbnail-photo li img
    {
        max-width: 60px;
        max-height: 60px;
    }
    #product .inner .photo .thumbnail-photo li:hover
    {
        cursor: pointer;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .photo
    {
        margin: 0 0 8vw;
    }
    #product .inner .photo .thumbnail-photo
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    #product .inner .photo .thumbnail-photo li
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 15vw;
        height: 15vw;
        margin: 10px 2% 0 0;

        border: 1px solid #fff;
    }
    #product .inner .photo .thumbnail-photo li:nth-child(5n)
    {
        margin-right: 0;
    }
    #product .inner .photo .thumbnail-photo li.active
    {
        border: 1px solid #aa823a;
        box-shadow: 0px 0px 5px 0px rgba(170, 130, 58, .7);
    }
    #product .inner .photo .thumbnail-photo li img
    {
        max-width: 100%;
        height: 100%;
    }
    #product .inner .photo .thumbnail-photo li:hover
    {
        cursor: pointer;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .photo img
    {
        max-height: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .photo img
    {
        height: 89.3vw;
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text
    {
        width: 460px;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text h1
    {
        margin: 15px 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text h1
    {
        margin: 0 0 6vw;
    }
}

#product .inner .text h1 span
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text h1 span:nth-child(1)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text h1 span:nth-child(1)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text h1 span:nth-child(1)
    {
        font-size: 14px;

        margin: 0 0 5px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text h1 span:nth-child(1)
    {
        font-size: 3.2vw;
        font-weight: bold;

        margin: 0 0 1.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text h1 span:nth-child(2)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text h1 span:nth-child(2)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text h1 span:nth-child(2)
    {
        font-size: 23px;
        line-height: 1.4;

        margin: 0 0 7px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text h1 span:nth-child(2)
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 4.8vw;

        margin: 0 0 2.6vw;

        letter-spacing: .1em;
    }
}

#product .inner .text h1 span:nth-child(3)
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text h1 span:nth-child(3)
    {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text h1 span:nth-child(3)
    {
        font-size: 4vw;
    }
}

#product .inner .text .note
{
    letter-spacing: .01em;
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text .note
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text .note
    {
        font-size: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text p.lead
    {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text p.lead
    {
        font-size: 4vw;
        line-height: 6.6vw;

        letter-spacing: .1em;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text p.spec
    {
        font-size: 14px;
        line-height: 26px;

        margin-top: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text p.spec
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-top: 5.3vw;

        letter-spacing: .1em;
    }
}

#product .inner .text .detailNumberWarp
{
    font-size: 0; 

    padding-top: 18px;
}
#product .inner .text .detailNumberWarp .detailNumberWarp__option
{
    font-size: 14px; 

    display: inline-block;

    margin-right: 20px;
}
#product .inner .text .detailNumberWarp .detailNumberWarp__option label.selectLabel
{
    font-size: 18px;
}
#product .inner .text .detailNumberWarp .detailNumberWarp__number
{
    font-size: 14px; 

    display: inline-block;
}
#product .inner .text .detailNumberWarp .detailNumberWarp__number input[type='text']
{
    font-size: 18px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80px;
    height: 36px;

    text-align: center;

    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;

    -webkit-appearance: none;
}

#product .inner .text .detailPrice
{
    font-size: 14px; 

    padding-top: 20px;
}
#product .inner .text .detailPrice .detailPrice__number
{
    color: #aa823a;
}
#product .inner .text .detailPrice .detailPrice__number span
{
    font-size: 20px;
}

#product .inner .text .detailCartButton
{
    font-size: 14px;

    display: block;

    min-height: 36px;
    margin-top: 25px;
    padding: 10px 0;

    text-align: center;

    color: #fff;
    background-color: #aa823a;
}
#product .inner .text .detailCartButton:before
{
    position: relative;
    top: 2px;

    display: inline-block; 

    width: 18px;
    height: 16px;
    margin: 0 5px 0 0;

    content: '';

    background: url('../img/common/icon_cart_w.png') no-repeat center center;
    background-size: cover;
}
#product .inner .text .detailCartButton:hover
{
    cursor: pointer; 
    -webkit-transition: .3s; 
    transition: .3s;

    opacity: .7;
}

#product .inner .text .detailFavorite
{
    margin-top: 10px;

    text-align: right !important;
}
@media screen and (max-width: 768px)
{
    #product .inner .text .detailFavorite
    {
        margin-top: 15px;

        text-align: center !important;
    }
}
#product .inner .text .detailFavorite a
{
    font-size: 14px;

    color: #000;
}
#product .inner .text .detailFavorite a:before
{
    position: relative;
    top: 2px;

    display: inline-block; 

    width: 16px;
    height: 15px;
    margin: 0;

    content: '';

    background: url('../img/common/icon_favorite.png') no-repeat center center;
    background-size: cover;
}
#product .inner .text .detailFavorite a:hover
{
    cursor: pointer; 
    -webkit-transition: .3s; 
    transition: .3s;

    opacity: .7;
}

.formLeftText
{
    display: inline-block;

    margin: 0 10px 0 0;
    padding: 0;
}
.formLeftText.ml
{
    margin-left: 20px;
}
@media screen and (max-width: 768px)
{
    .formLeftText.ml
    {
        margin-left: 10px;
    }
}

.formRightText
{
    display: inline-block;

    margin: 0 0 0 10px;
    padding: 0;
}
.formRightText.mr
{
    margin-right: 20px;
}
@media screen and (max-width: 768px)
{
    .formRightText
    {
        margin: 0 0 0 5px;
    }
    .formRightText.mr
    {
        margin-right: 10px;
    }
}

.formLRText
{
    display: inline-block;

    margin: 0 10px;
    padding: 0;
}
@media screen and (max-width: 768px)
{
    .formLRText
    {
        margin: 0 5px;
    }
}

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

label.selectLabel
{
    position: relative;

    display: inline-block;

    height: 36px; 
    margin: 0;
    padding: 0 !important;
}
label.selectLabel:after
{
    position: absolute;
    top: 50%;
    right: 1px;

    display: block;

    width: 30px;
    height: 34px;
    margin-top: -17px;

    content: ' ';
    pointer-events: none; 

    background: #fff url('../img/common/select_arrow.png') no-repeat center center;
    background-size: 12px 8px;
}
label.selectLabel select
{
    font-size: 14px;
    font-size: .875rem; 

    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px;
    margin: 0;
    padding: 5px 30px 5px 10px;

    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;

    -webkit-appearance: none;
}
@media screen and (max-width: 768px)
{
    label.selectLabel select
    {
        font-size: 12px;
        font-size: .75rem;
    }
}
label.selectLabel select:disabled
{
    color: #ccc;
    background-color: #fff;
}
label.selectLabel.inactive:after
{
    background: #fff url(../img/select_arrow_inactive.png) no-repeat center center;
    background-size: 10px 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    /* safari */
    ::i-block-chrome select,
    label.selectLabel select
    {
        line-height: 36px;
    }
    ::i-block-chrome:after,
    label.selectLabel:after
    {
        height: 36px;
        margin-top: -18px;
    }
}

#product .inner .text ul.color
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text ul.color
    {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text ul.color
    {
        margin-top: 2.9vw;
    }
}

#product .inner .text ul.color li
{
    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text ul.color li
    {
        font-size: 12px;

        width: 95px;
        margin: 10px 20px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text ul.color li
    {
        font-size: 2.6vw;

        width: 24.6vw;
        margin: 2.4vw 2.4vw 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text ul.color li img
    {
        width: 55px;
        margin: 0 auto 5px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text ul.color li img
    {
        width: 15vw;
        margin: 0 auto 1.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text p.sub
    {
        font-size: 14px;
        line-height: 26px;

        margin-top: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text p.sub
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-top: 4vw;

        letter-spacing: .1em;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 20px;

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

@media screen and (max-width: 768px)
{
    #product .inner .text .btns
    {
        margin-top: 3.3vw;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text .btns .btn
    {
        width: 100%;
        margin-top: 4vw;
    }
    #product .inner .text .btns .btn a
    {
        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text .btns > *
    {
        width: 225px;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text .btns .btn.gold,
    #product .inner .text .btns .btn.normal_l
    {
        width: 460px;
        margin-bottom: 20px;
    }

    #product .inner .text .btns .btn.normal_l {
        margin-bottom: 7px;
    }

    #product .inner .text .btns .label-at-txt {
        font-size: 10px;
        letter-spacing: 0;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text .btns .btn.gold a
    {
        line-height: 1.2;

        white-space: pre-wrap;
    }

    #product .inner .text .btns .label-at-txt {
        font-size: 2.6vw;
        letter-spacing: 1.67;
        display:block;
        margin-top: 3vw;
        text-align: center;
    }
}

#product .inner .text .btns div
{
    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text .btns div .btn
    {
        width: 100%;
        margin-bottom: 3px;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .inner .text .btns div small
    {
        font-size: 10px;

        letter-spacing: 0;
    }
}

@media screen and (max-width: 768px)
{
    #product .inner .text .btns div small
    {
        font-size: 2.6vw;
        line-height: 1.67;

        display: block;

        margin-top: 2.6vw;
    }
}

#product .accordion
{
    border-bottom: 1px solid rgba(51, 51, 51, .4);
}

@media print, screen and (min-width: 769px)
{
    #product .accordion
    {
        line-height: 1.86;

        width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion
    {
        line-height: 1.43;

        margin: 0 5.3vw;
    }
}

#product .accordion dt
{
    position: relative;

    display: block;

    border-top: 1px solid rgba(51, 51, 51, .4);
    background: white;
}

@media print, screen and (min-width: 769px)
{
    #product .accordion dt
    {
        font-size: 16px;

        padding: 12px 30px 12px 35px;

        cursor: pointer;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dt
    {
        font-size: 4vw;

        padding: 2.6vw 6.6vw 2.6vw 6.4vw;

        letter-spacing: .1em;
    }
}

#product .accordion dt:before
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;

    content: '\e900';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    #product .accordion dt:before
    {
        font-size: 18px;
        line-height: 1.86;

        top: 50%;
        left: 0;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dt:before
    {
        font-size: 3.7vw;
        line-height: 1.43;

        top: 50%;
        left: 0;
    }
}

#product .accordion dt.open:before
{
    -webkit-transform: translate(0, -50%) rotate(-180deg);
            transform: translate(0, -50%) rotate(-180deg);
}

#product .accordion dd
{
    overflow: hidden;
}

@media print, screen and (min-width: 769px)
{
    #product .accordion dd .accd
    {
        padding: 0 0 1px 35px;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dd .accd
    {
        padding: 0 0 1px 6.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .accordion dd .accd.step
    {
        padding: 0 0 40px 35px;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dd .accd.step
    {
        padding: 4vw 0 6.4vw 0;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dd .accd.step img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .accordion dd .accd > *
    {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dd .accd > *
    {
        margin: 0 0 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #product .accordion dd .accd p
    {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dd .accd p
    {
        font-size: 3.2vw;
        line-height: 5vw;
    }
}

#product .accordion dd .accd ul li
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    #product .accordion dd .accd ul li
    {
        font-size: 14px;

        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dd .accd ul li
    {
        font-size: 3.2vw;
        line-height: 5vw;

        margin: 0 0 2.6vw;
        padding: 0 0 0 5.6vw;
    }
}

#product .accordion dd .accd ul li:before
{
    position: absolute;
    left: 0;

    display: inline-block;

    content: '';

    border-radius: 50%;
    background: #dadada;
}

@media print, screen and (min-width: 769px)
{
    #product .accordion dd .accd ul li:before
    {
        top: 7px;

        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 768px)
{
    #product .accordion dd .accd ul li:before
    {
        top: .9vw;

        width: 2.9vw;
        height: 2.9vw;
    }
}

#product .detailReviewWrap + .accordion {
    margin-top: 65px;
}

#product.detailReviewTitle
{
    font-size: 18px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.detailReviewTitle .addressSearchButton {
    margin-top: 0;
    margin-left: 25px;
}

@media screen and (max-width: 768px) {
    .detailReviewTitle .addressSearchButton {
        margin-top: 0;
        margin-left: 3vw;
    }
}

@media screen and (max-width: 768px)
{
    .detailReviewTitle
    {
        font-size: 16px; 

        width: auto;
        margin: 0 5.3vw;
    }
}
.detailReviewTitle .detailReviewTitle__ratings
{
    display: inline-block;
    min-width: 96px; 
    letter-spacing: .2em;
    color: #aa823a;
}
.detailReviewTitle .detailReviewTitle__number
{
    font-size: 14px;
}
.detailReviewTitle .detailReviewTitle__number a
{
    text-decoration: underline;
}
@media screen and (max-width: 768px)
{
    .detailReviewTitle .detailReviewTitle__number
    {
        font-size: 12px; 

        display: block;

        margin-top: 5px;
    }
}

.detailReview
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    /* padding-top: 100px; */
}

.detailReview .detailReviewTitle {
    font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px)
{
    .detailReview
    {
        width: auto;
        margin: 0 20px;
        padding-top: 0;

    }
    .detailReview .detailReviewTitle
    {
        margin: 0 0 3.5vw;
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
        font-size: 3.6vw;
    }
}
.detailReview .detailReview__warp
{
    border-top: 1px solid #afafaf;
}

.detailReview .detailReview__warp .detailReview__contents {
    height: auto;
    padding: 40px 0;
    opacity: 1;
    display: block;
    border-bottom: 1px dotted #b2b2b2;
}
@media screen and (max-width: 768px)
{
    .detailReview .detailReview__warp .detailReview__contents {
        padding: 6vw 0;
    }
}
.detailReview .detailReview__warp .detailReview__contents.active
{
    height: auto;
    padding: 40px; 
    opacity: 1;
}
@media screen and (max-width: 768px)
{
    .detailReview .detailReview__warp .detailReview__contents.active
    {
        padding: 20px 0;
    }
}

/*
.detailReview .detailReview__warp .detailReview__contents
{
    height: 0;
    padding: 0 40px;
    -webkit-transition: .5s;
            transition: .5s; 
    border-bottom: 1px dotted #b2b2b2;
    opacity: 0;
    display: none;
}
*/

.detailReview .detailReview__warp .detailReview__contents:first-of-type {
    border-top: 1px dotted #b2b2b2;
}
@media screen and (max-width: 768px)
{
    .detailReview .detailReview__warp .detailReview__contents
    {
        /* padding: 0;*/
        font-family: inherit;
    }
}
.detailReview .detailReview__warp .detailReview__contents .detailReview__ratings
{
    font-size: 18px;

    padding-bottom: 20px; 

    letter-spacing: .2em;

    color: #aa823a;
}
@media screen and (max-width: 768px)
{
    .detailReview .detailReview__warp .detailReview__contents .detailReview__ratings
    {
        padding-bottom: 0;;
    }
}
.detailReview .detailReview__warp .detailReview__contents .detailReview__title
{
    font-size: 18px;
    line-height: 1.8;
    padding-top: 10px;
    font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    font-weight: bold;
}
@media screen and (max-width: 768px)
{
    .detailReview .detailReview__warp .detailReview__contents .detailReview__title
    {
        font-size: 4.6vw;
        line-height: 1.4;
        padding-top: 3vw;
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
        font-weight: bold;
    }
}
.detailReview .detailReview__warp .detailReview__contents .detailReview__comment
{
    font-size: 14px;
    line-height: 1.8; 
    padding-top: 20px;
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
@media screen and (max-width: 768px)
{
    .detailReview .detailReview__warp .detailReview__contents .detailReview__comment
    {
        padding-top: 4vw;
        font-size: 3.2vw;
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        padding-top: 4vw;
    }
}
.detailReview .detailReview__warp .detailReview__contents .detailReview__name
{
    font-size: 14px; 
    padding-top: 30px;
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
@media screen and (max-width: 768px)
{
    .detailReview .detailReview__warp .detailReview__contents .detailReview__name
    {
        /* font-size: 12px;  */
        font-size: 3.2vw;
        padding-top: 6vw;
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

.detailReview .detailReview__moreButton
{
    position: absolute;
    bottom: 100px;
    left: 0;

    width: 100%;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .detailReview .detailReview__moreButton
    {
        bottom: 30px;
    }
}
.detailReview .detailReview__moreButton:hover
{
    cursor: pointer;

    opacity: .7;
}
.detailReview .detailReview__moreButton span
{
    font-size: 14px;
}
.detailReview .detailReview__moreButton span:after
{
    position: relative;
    top: 0;

    display: inline-block; 

    width: 20px;
    height: 8px;
    margin: 0 0 0 5px;

    content: '';

    background: url('../img/common/acc_arrow.png') no-repeat center center;
    background-size: cover;
}
.detailReview .detailReview__moreButton.active span:after
{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.detailReview .spMessage {
    text-align: center;
    padding-bottom: 15px;
}

.detailReview .spMessage .pc_hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .detailReview .spMessage {
        font-size: 3.7vw;
        line-height: 5.6vw;
        text-align: left;
    }
    .detailReview .spMessage .pc_hidden {
        display: block;
    }
}

.detailReview .tblReviewInput tr {
    border-top: 1px solid #dadada;
}

.detailReview .tblReviewInput tr:last-of-type {
    border-bottom: 1px solid #dadada;
}

.detailReview .tblReviewInput th,
.detailReview .tblReviewInput td {
    padding: 25px 0;
}

.detailReview .tblReviewInput th {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .detailReview .tblReviewInput td {
        padding: 0 0 15px;
    }
    .detailReview .tblReviewInput th {
        font-size: 3.7vw;
        line-height: 5.6vw;
        font-weight: bold;
        text-align: left;
        padding: 15px 0 0;
    }
}

.detailReview .tblReviewInput .error_inline {
    font-size: 12px;
    margin-top: 5px;
}

.detailReview .tblReviewInput .error_inline:empty {
    margin-top: 0;
    font-size: 0;
    padding: 0 !important;
}

.detailReview .detailReview_done {
    text-align: center;
    line-height: 1.8;
    border-top: 1px dotted #b2b2b2;
    border-bottom: 1px dotted #b2b2b2;
    padding: 50px 0;
}

.detailReview .detailReview_done .btn {
    margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
    .detailReview .detailReview_done {
        font-size: 3.7vw;
        line-height: 5.6vw;
        padding: 10.6vw 0;
    }

    .detailReview .detailReview_done .btn {
        margin: 5.3vw auto 0;
    }
}

.detailReview .cartstep {
    padding: 25px 0;
}

.detailReviewWrap #pagination:empty {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .detailReviewWrap #pagination:empty {
        padding: 0;
    }
}

@media print, screen and (min-width: 769px) {
    .detailReviewWrap .all-review-link {
        font-size: 14px;
        margin: 20px auto;
    }
}

@media screen and (max-width: 768px) {
    .detailReviewWrap .all-review-link {
        font-size: 3.6vw;
        margin: 5vw auto;
    }
}

.detailReviewWrap .all-review-link:empty {
    display: none;
}

.attentionReview__warp {
    font-size: 13px;
    margin: 20px 0;
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
    .attentionReview__warp {
        font-size: 3.2vw;
        margin: 7vw 0 5vw;
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

.attentionReview__warp:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .imgReviewRating {
        height: 4vw;

    }
    .allReview {
        background-position: left center !important;
    }
}

.detailReviewTitle > .attentionReview__warp {
    display: none;
}

.detailReviewTitle > .addressSearchButton ~ .attentionReview__warp {
    display: block;
}

/* レビュー投稿のご案内モーダル内 */
.review-desc .txt-link {
    border-bottom: 2px solid #f6f2eb;
}

.review-desc .txt-link:hover {
    text-decoration: none;
}

.review-desc .tl {
    font-weight: bold;
}

.review-desc .sub-s {
    font-size: 80%;
}

.detailMove
{
    position: relative; 

    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0 auto;
    padding-top: 56.25%;
}
.detailMove iframe
{
    position: absolute;
    top: 0;
    right: 0;

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

.historySlide
{
    position: relative;

    overflow: hidden;

    -webkit-transition: opacity .3s linear;

    transition: opacity .3s linear; 

    opacity: 0;
}
@media screen and (max-width: 768px)
{
    .historySlide
    {
        margin: 0 20px;
    }
}
.historySlide.slick-initialized
{
    opacity: 1;
}
.historySlide .slick-list
{
    overflow: inherit;

    min-width: 1000px;
}
@media screen and (max-width: 768px)
{
    .historySlide .slick-list
    {
        min-width: 100%;
    }
}
.historySlide .slick-track.item-single
{
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
}
.historySlide .slick-slide
{
    min-width: 500px; 
    margin-top: 0 !important;
}
@media screen and (max-width: 768px)
{
    .historySlide .slick-slide
    {
        min-width: 0; 
        padding: 0 10px;
    }
}
.historySlide .slick-arrow
{
    position: absolute;
    z-index: 1; 
    top: 50%;

    overflow: hidden;

    width: 15px;
    height: 30px;
    margin-top: -15px;

    text-indent: -9999px;

    border: none;
}
.historySlide .slick-arrow.slick-prev
{
    left: 0; 

    background: url('../img/common/slide_prev.png') no-repeat 0 0;
    background-size: 15px 30px;
}
.historySlide .slick-arrow.slick-next
{
    right: 0; 

    background: url('../img/common/slide_next.png') no-repeat 0 0;
    background-size: 15px 30px;
}
.historySlide .slick-arrow:hover
{
    cursor: pointer; 

    opacity: .7;

    filter: alpha(opacity=70);
}

.mainVisualSlide
{
    position: relative;

    overflow: hidden;

    height: 660px;

    -webkit-transition: opacity .3s linear; 

    transition: opacity .3s linear;

    opacity: 0;
}

.mainVisualSlide.slick-initialized.pc
{
    opacity: 1;
}
.mainVisualSlide.slick-initialized.sp
{
    opacity: 0;
}
@media screen and (max-width: 768px)
{
    .mainVisualSlide
    {
        height: auto;
    }
    .mainVisualSlide.slick-initialized.pc
    {
        opacity: 0;
    }
    .mainVisualSlide.slick-initialized.sp
    {
        opacity: 1;
    }
}
.mainVisualSlide .slick-slide
{
    float: left;

    height: 660px;
    margin-top: 0 !important;
}

.mainVisualSlide .slick-slide img
{
    width: 100%;
}
.mainVisualSlide .slick-slide.slide01
{
    background: url('../img/top/main_visual_slide01.jpg') no-repeat center bottom;
    background-size: auto 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .mainVisualSlide .slick-slide.slide01
    {
        background: url('../img/top/main_visual_slide01_tb-l.jpg') no-repeat;
        background-size: 100%;
    }
}
.mainVisualSlide .slick-slide.slide02
{
    background: url('../img/top/main_visual_slide02.jpg') no-repeat center bottom;
    background-size: auto 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .mainVisualSlide .slick-slide.slide02
    {
        background: url('../img/top/main_visual_slide02_tb-l.jpg') no-repeat;
        background-size: 100%;
    }
}
.mainVisualSlide .slick-slide.slide03
{
    background: url('../img/top/main_visual_slide03.jpg') no-repeat center bottom;
    background-size: auto 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .mainVisualSlide .slick-slide.slide03
    {
        background: url('../img/top/main_visual_slide03_tb-l.jpg') no-repeat;
        background-size: 100%;
    }
}
@media screen and (max-width: 768px)
{
    .mainVisualSlide .slick-slide
    {
        height: auto;
    }
    .mainVisualSlide .slick-slide.slide01
    {
        background: none;
    }
    .mainVisualSlide .slick-slide.slide02
    {
        background: none;
    }
    .mainVisualSlide .slick-slide.slide03
    {
        background: none;
    }
}
.mainVisualSlide .slick-arrow
{
    position: absolute;
    z-index: 1; 
    top: 50%;

    overflow: hidden;

    width: 15px;
    height: 30px;
    margin-top: -15px;

    text-indent: -9999px;

    border: none;
}
.mainVisualSlide .slick-arrow.slick-prev
{
    left: 0; 

    background: url('../img/common/slide_prev.png') no-repeat 0 0;
    background-size: 15px 30px;
}
.mainVisualSlide .slick-arrow.slick-next
{
    right: 0; 

    background: url('../img/common/slide_next.png') no-repeat 0 0;
    background-size: 15px 30px;
}
.mainVisualSlide .slick-arrow:hover
{
    cursor: pointer; 

    opacity: .7;

    filter: alpha(opacity=70);
}
.mainVisualSlide ul.slick-dots
{
    font-size: 0;

    position: absolute;
    z-index: 1000; 
    bottom: 43px;
    left: 0;

    display: block !important;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
.mainVisualSlide ul.slick-dots li
{
    font-size: 0; 
    line-height: 1;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 20px 0 0;
    padding: 0;

    list-style: none;

    border-radius: 5px;
    background-color: #eee;
}
.mainVisualSlide ul.slick-dots li.slick-active
{
    background-color: #aa823a;
}
.mainVisualSlide ul.slick-dots li:last-child
{
    margin-right: 0;
}
.mainVisualSlide ul.slick-dots li button
{
    visibility: hidden;
    /*width: 10px;
				height: 10px;
				@include box-sizing(border-box);
				border: 1px solid #ddd;
				border-radius: 5px;
				background: none;
				text-indent: -9999px;
				overflow: hidden;
				-webkit-appearance: none;*/
}
@media screen and (max-width: 768px)
{
    .mainVisualSlide ul.slick-dots
    {
        position: absolute;
        bottom: 20px;
        left: 0;

        display: block !important;

        width: 100%;
        height: 10px;
        margin: 0;
        padding: 0;

        text-align: center;
    }
    .mainVisualSlide ul.slick-dots li
    {
        width: 9px;
        height: 9px;
        margin: 0 18px 0 0;
        padding: 0;
    }
}

.topBnrSlide
{
    position: relative;

    overflow: hidden;

    margin-top: 80px; 

    -webkit-transition: opacity .3s linear; 

    transition: opacity .3s linear;

    opacity: 0;
}
.topBnrSlide.slick-initialized.pc
{
    opacity: 1;
}
.topBnrSlide.slick-initialized.sp
{
    opacity: 0;
}
@media screen and (max-width: 768px)
{
    .topBnrSlide
    {
        margin-top: 0;
    }
    .topBnrSlide.slick-initialized.pc
    {
        opacity: 0;
    }
    .topBnrSlide.slick-initialized.sp
    {
        opacity: 1;
    }
}
.topBnrSlide .slick-slide
{
    float: left;
    width: 844px;

    margin-top: 0 !important;
}
.topBnrSlide .slick-slide > a
{
    display: block;
}
.topBnrSlide .slick-slide img
{
    width: 100%;
}
@media screen and (max-width: 768px)
{
    .topBnrSlide .slick-slide img
    {
        width: 100%;
    }
}
.topBnrSlide .slick-arrow
{
    position: absolute;
    z-index: 1; 
    top: 50%;

    overflow: hidden;

    width: 15px;
    height: 30px;
    margin-top: -15px;

    text-indent: -9999px;

    border: none;
}
.topBnrSlide .slick-arrow.slick-prev
{
    left: 0; 

    background: url('../img/common/slide_prev.png') no-repeat 0 0;
    background-size: 15px 30px;
}
.topBnrSlide .slick-arrow.slick-next
{
    right: 0; 

    background: url('../img/common/slide_next.png') no-repeat 0 0;
    background-size: 15px 30px;
}
.topBnrSlide .slick-arrow:hover
{
    cursor: pointer; 

    opacity: .7;

    filter: alpha(opacity=70);
}
.topBnrSlide ul.slick-dots
{
    font-size: 0;

    position: absolute;
    z-index: 1000; 
    bottom: 30px;
    left: 0;

    display: block !important;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
.topBnrSlide ul.slick-dots li
{
    font-size: 0; 
    line-height: 1;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 20px 0 0;
    padding: 0;

    list-style: none;

    border-radius: 5px;
    background-color: #eee;
}
.topBnrSlide ul.slick-dots li.slick-active
{
    background-color: #aa823a;
}
.topBnrSlide ul.slick-dots li:last-child
{
    margin-right: 0;
}
.topBnrSlide ul.slick-dots li button
{
    visibility: hidden;
    /*width: 10px;
				height: 10px;
				@include box-sizing(border-box);
				border: 1px solid #ddd;
				border-radius: 5px;
				background: none;
				text-indent: -9999px;
				overflow: hidden;
				-webkit-appearance: none;*/
}
@media screen and (max-width: 768px)
{
    .topBnrSlide ul.slick-dots
    {
        position: absolute;
        bottom: 20px;
        left: 0;

        display: block !important;

        width: 100%;
        height: 10px;
        margin: 0;
        padding: 0;

        text-align: center;
    }
    .topBnrSlide ul.slick-dots li
    {
        width: 9px;
        height: 9px;
        margin: 0 18px 0 0;
        padding: 0;
    }
}

.top #main
{
    position: relative;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media print, screen and (min-width: 769px)
{
    .top #main
    {
        height: calc(100vh - 150px);
        min-height: 550px;
        margin: 0 0 100px;

        background-image: url('../img/top/mainvisual.jpg');
    }
}

@media screen and (max-width: 768px)
{
    .top #main
    {
        height: 146.2vw;
        margin: 0 0 16vw;

        background-image: url('../img/top/mainvisual_sp.jpg');
    }
}

.top #main section
{
    position: absolute;
}

@media print, screen and (min-width: 769px)
{
    .top #main section
    {
        top: 50%;
        left: 50%;

        margin: 0 0 0 -500px;

        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .top #main section
    {
        bottom: 8vw;
        left: 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #main section h2
    {
        margin: 0 0 34px;
    }
}

@media screen and (max-width: 768px)
{
    .top #main section h2
    {
        margin: 0 0 5.3vw;
    }
}

@media screen and (max-width: 768px)
{
    .top #main section h2 img
    {
        width: 71.1vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands
    {
        overflow: hidden;

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

@media screen and (max-width: 768px)
{
    .top #pickupBrands
    {
        width: 100%;
        padding: 0 12vw;
    }
}

.top #pickupBrands .item
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item
    {
        left: 50%;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1080px;

        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        pointer-events: none;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top #pickupBrands .item:before
    {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;

        display: block;

        width: 450px;
        height: 650px;

        content: '';

        border: 6px solid #f8f8f9;
    }
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item
    {
        margin-top: 13.3vw;
    }
    .top #pickupBrands .item:before
    {
        position: absolute;
        z-index: 1;
        top: 17.7vw;
        left: 16vw;

        display: block;

        width: 66.6vw;
        height: 90.7vw;

        content: '';

        border: .8vw solid #f8f8f9;
    }
}

.top #pickupBrands .item > img
{
    position: relative;
    z-index: 2;

    display: block;

    cursor: pointer;
    pointer-events: auto;
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item > img
    {
        width: 100%;
        margin: 0 0 4.8vw;
    }
}

.top #pickupBrands .item section
{
    position: relative;
    z-index: 2;
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item section
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item section
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item section
    {
        padding: 90px;

        cursor: pointer;
        pointer-events: auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item section h2
    {
        margin: 0 0 50px;

        white-space: nowrap;
    }
    .top #pickupBrands .item section h2:after
    {
        display: block;
        clear: both;
        overflow: hidden;

        height: 0;

        content: '';
    }
}

.top #pickupBrands .item section h2 span:nth-child(1)
{
    display: table;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item section h2 span:nth-child(1)
    {
        font-size: 16px;

        position: relative;

        margin: 0 0 15px;
        padding: 0 0 5px;
    }
    .top #pickupBrands .item section h2 span:nth-child(1):after
    {
        position: absolute;
        right: 0;
        bottom: -1px;
        left: -90px;

        display: block;

        height: 1px;

        content: '';

        background: #aa823a;
    }
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item section h2 span:nth-child(1)
    {
        font-size: 3.7vw;

        margin: 0 auto 2.6vw;

        text-align: center;
    }
}

.top #pickupBrands .item section h2 span:nth-child(2)
{
    display: table;
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item section h2 span:nth-child(2)
    {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item section h2 span:nth-child(2)
    {
        font-size: 8vw;

        margin: 0 auto 5.3vw;

        text-align: center;
        word-break: break-word;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item section p
    {
        font-size: 14px;
        line-height: 24px;

        margin: 0 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item section p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin: 0 auto 3.4vw;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item section .btn
    {
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(1):before
    {
        top: 74px;
        left: 256px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(1) img
    {
        width: 540px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(1) section
    {
        width: 540px;
    }
}

.top #pickupBrands .item:nth-child(2)
{
        flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(2):before
    {
        top: 550px;
        left: 410px;

        width: 440px;
        height: 540px;
    }
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item:nth-child(2):before
    {
        left: -6.7vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(2) img
    {
        width: 540px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(2) section
    {
        width: 540px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(2) section h2 span,
    .top #pickupBrands .item:nth-child(2) section p
    {
        float: right;
        clear: both;

        text-align: right;
    }
}

.top #pickupBrands .item:nth-child(2) section h2 span:nth-child(1):after
{
    right: -90px;
    left: 0;
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(2) section .btn
    {
        float: right;
        clear: both;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(3)
    {
        width: 1000px;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .top #pickupBrands .item:nth-child(3):before
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(3) img
    {
        width: 420px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(3) section
    {
        width: 580px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(4)
    {
            flex-direction: row-reverse;

        width: 1000px;
        margin-top: -140px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .top #pickupBrands .item:nth-child(4):before
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .top #pickupBrands .item:nth-child(4):before
    {
        left: -6.7vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(4) img
    {
        width: 420px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(4) section
    {
        width: 580px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(4) section h2 span,
    .top #pickupBrands .item:nth-child(4) section p
    {
        float: right;
        clear: both;

        text-align: right;
    }
}

.top #pickupBrands .item:nth-child(4) section h2 span:nth-child(1):after
{
    right: -90px;
    left: 0;
}

@media print, screen and (min-width: 769px)
{
    .top #pickupBrands .item:nth-child(4) section .btn
    {
        float: right;
        clear: both;
    }
}

.top #contents #news
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news
    {
        margin-top: 120px;
        /* padding-bottom: 30px; */
        border-top: 1px solid #dadada;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news
    {
        padding: 6.6vw 0 0;
    }
}

.top #contents #news .inner
{
    position: relative;
}
.top #contents #news .inner .column2Warp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;
}
.top #contents #news .inner .column2Warp .column2Warp__contents
{
    width: 496px;
}
@media screen and (max-width: 768px)
{
    .top #contents #news .inner .column2Warp
    {
        display: block;
    }
    .top #contents #news .inner .column2Warp .column2Warp__contents
    {
        width: auto;
    }
}
/*
@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner
    {
        min-height: 660px;
    }
}
*/

@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner h2.ttl,
    .top #contents #trialset .inner h2.ttl
    {
        padding-top: 72px;

        text-align: left;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner .texts
    {
        width: 440px;
    }
    .top #contents #news .inner .col1 .texts
    {
        width: auto;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .inner .texts .btn
    {
        margin: 0 auto;
    }
}

.top #contents #news .inner .texts ul
{
    border-bottom: 1px solid rgba(51, 51, 51, .4);
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner .texts ul
    {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .inner .texts ul
    {
        margin-bottom: 6.6vw;
    }
}

.top #contents #news .inner .texts ul li
{
    position: relative;

    border-top: 1px solid rgba(51, 51, 51, .4);
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner .texts ul li:after
    {
        font-size: 24px;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner .texts ul li
    {
        padding: 25px 0;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .inner .texts ul li
    {
        padding: 5.3vw 6.6vw 5.3vw 0;
    }
}

.top #contents #news .inner .texts ul li .date
{
    font-family: 'Bentham', serif;

    color: #7b7b7b;
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner .texts ul li .date
    {
        font-size: 16px;

        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .inner .texts ul li .date
    {
        font-size: 3.7vw;

        margin-bottom: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner .texts ul li p
    {
        font-size: 14px;
        line-height: 1.71;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .inner .texts ul li p
    {
        font-size: 3.4vw;
        line-height: 1.62;
    }
}

.top #contents #news .inner .texts .banners
{
    display: none;
}

.top #contents #news .inner .texts .banners.show
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .inner .texts .banners
    {
        margin: 48px 0 70px 0;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .inner .texts .banners
    {
        margin: 40px 0 0 0;
    }
}

.top #contents #news .inner .texts .banners .bnr img
{
    width: 100%;
}

.top #contents #news .photo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top #contents #news .photo img
{
    height: auto;
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .photo
    {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 50%;

        width: 50%;
        height: 100%;
        padding: 0 0 45px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .photo
    {
        height: 86.4vw;
        margin: 0 5.3vw;
        padding: 0 0 5.3vw 5.3vw;
    }
}

.top #contents #news .photo h3
{
    font-family: 'Bentham', serif;
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .photo h3
    {
        font-size: 50px;

        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .photo h3
    {
        font-size: 8vw;

        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .photo p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .photo p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #contents #news .photo p
    {
        font-size: 16px;
        line-height: 1.63;
    }
}

@media screen and (max-width: 768px)
{
    .top #contents #news .photo p
    {
        font-size: 2.9vw;
        line-height: 1.73;
    }
}

.top #BeautyInformation
{
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation
    {
        padding: 120px 0;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation
    {
        width: 100%;
        padding: 13.3vw 0;
    }
}

.top #BeautyInformation .inner
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner header
    {
        width: 360px;
    }
}

.top #BeautyInformation .inner header h2.ttl
{
    padding-top: 0;
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner header h2.ttl
    {
        text-align: left;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner .btn
    {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation .inner .btn
    {
        margin: 0 auto;
    }
}

.top #BeautyInformation .inner .info
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background: white;

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

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner .info
    {
        width: 640px;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation .inner .info
    {
        margin-bottom: 6.6vw;
        padding: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner .info .thumb
    {
        width: 269px;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation .inner .info .thumb
    {
        width: 32vw;
    }
}

.top #BeautyInformation .inner .info .thumb img
{
    width: 100%;
    height: auto;
}

.top #BeautyInformation .inner .info .date
{
    font-family: 'Bentham', serif;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    vertical-align: baseline;

    color: #7b7b7b;

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

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner .info .date
    {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation .inner .info .date
    {
        font-size: 3.7vw;

        margin-bottom: 2.6vw;
    }
}

.top #BeautyInformation .inner .info .date .icnNew
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner .info .date .icnNew
    {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation .inner .info .date .icnNew
    {
        font-size: 2.6vw;
    }
}

.top #BeautyInformation .inner .info .text
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner .info .text
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation .inner .info .text
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner .info .text
    {
        margin-right: 36px;
        padding: 0 0 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation .inner .info .text
    {
        width: 52vw;
        padding: 0 2vw 0 3.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .top #BeautyInformation .inner .info .text p
    {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 768px)
{
    .top #BeautyInformation .inner .info .text p
    {
        font-size: 3.4vw;
        line-height: 1.46;
    }
}

.moonpearl #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/skincare/series/moonpearl/mainvisual1_product.png'), url('../img/skincare/series/moonpearl/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%, cover;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/moonpearl/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 320px;

        -webkit-transform: translate(-395px, -50%);
                transform: translate(-395px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 53.8vw;
        margin: 0 0 0 -27vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.moonpearl #main section h1 img
{
    width: 100%;
}

.moonpearl #main section .btn
{
    margin: 0 auto;
}

.moonpearl #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #description
    {
        height: 670px;

        background: url('../img/skincare/series/moonpearl/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #description
    {
        height: 204.3vw;

        text-align: center;

        background: url('../img/skincare/series/moonpearl/mainvisual2_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #description section
    {
        position: absolute;
        top: 120px;
        left: 50%;

        width: 500px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #description section
    {
        margin: 0 auto;
        padding-top: 20vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #description section h2
    {
        font-size: 5vw;
        font-weight: bold;

        margin: 0 0 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #description section .btn
    {
        margin: 60px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #description section .btn
    {
        width: 66.6vw;
        margin: 12vw auto 0;
    }
}

.moonpearl #bestSeller .content
{
    position: relative;
}

.moonpearl #bestSeller .content:before
{
    position: absolute;
    z-index: 0;

    display: block;

    content: '';
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row-reverse;

        width: 1000px;
        margin: 0 auto;
        padding: 0 0 90px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .moonpearl #bestSeller .content.top_1st
    {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .moonpearl #bestSeller .content.top_1st h3
    {
        text-align: left !important;
    }
    .moonpearl #bestSeller .content.top_1st .text
    {
        padding-left: 50px;
    }
    .moonpearl #bestSeller .content.top_1st .subTitle
    {
        font-size: 12px;
        line-height: 1.2;

        margin: 0 0 5px 0;

        letter-spacing: 0;
    }
    .moonpearl #bestSeller .content.top_1st .bestMainText
    {
        font-size: 13px;
    }
    .moonpearl #bestSeller .content.top_1st .bestMainText2
    {
        font-size: 12px; 

        margin-top: 40px;
    }
    .moonpearl #bestSeller .content.top_1st .btn
    {
        float: none !important;
    }
    .moonpearl #bestSeller .content.top_1st:before
    {
        top: 50px;
        right: 280px;
        left: auto;

        height: 520px;
    }
    .moonpearl #bestSeller .content.top_2nd
    {
        margin-top: -117px;

        -webkit-box-pack: start;

            -ms-flex-pack: start;

                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .moonpearl #bestSeller .content.top_2nd:before
    {
        bottom: auto; 
        left: auto;

        width: auto;
        height: auto;

        border: none;
    }
    .moonpearl #bestSeller .content.top_2nd .text
    {
        padding-right: 50px;
    }
    .moonpearl #bestSeller .content.top_2nd .subTitle
    {
        font-size: 12px;
        line-height: 1.2;

        margin: 0 0 5px 0;

        text-align: right;
        letter-spacing: 0;
    }
    .moonpearl #bestSeller .content.top_2nd .bestMainText
    {
        font-size: 13px;

        text-align: right;
    }
    .moonpearl #bestSeller .content.top_2nd .bestMainText2
    {
        font-size: 12px;

        margin-top: 40px;

        text-align: right;
    }
    .moonpearl #bestSeller .content .flex_1st_pc
    {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .moonpearl #bestSeller .content .flex_2nd_pc
    {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .moonpearl #bestSeller .content:before
    {
        bottom: 0;
        left: 184px;

        width: 460px;
        height: 700px;

        border: 6px solid #f8f8f9;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content
    {
        margin: 0 5.3vw;
    }
    .moonpearl #bestSeller .content.top_1st
    {
        padding-bottom: 60px;
    }
    .moonpearl #bestSeller .content.top_1st .subTitle
    {
        font-size: 12px;

        margin: 0 0 5px 0;

        text-align: center; 
        letter-spacing: 0;
    }
    .moonpearl #bestSeller .content.top_1st .bestMainText
    {
        font-size: 13px;
        line-height: 1.8;
    }
    .moonpearl #bestSeller .content.top_1st .bestMainText2
    {
        font-size: 12px;

        margin-top: 10px;

        text-align: center;
    }
    .moonpearl #bestSeller .content.top_1st .buttonBox
    {
        padding-top: 20px; 

        text-align: center;
    }
    .moonpearl #bestSeller .content.top_1st .btn
    {
        display: inline-block !important;
    }
    .moonpearl #bestSeller .content.top_2nd
    {
        padding-bottom: 0;
    }
    .moonpearl #bestSeller .content.top_2nd .subTitle
    {
        font-size: 12px;

        margin: 0 0 5px 0;

        text-align: center; 
        letter-spacing: 0;
    }
    .moonpearl #bestSeller .content.top_2nd .bestMainText
    {
        font-size: 13px;
        line-height: 1.8;
    }
    .moonpearl #bestSeller .content.top_2nd .bestMainText2
    {
        font-size: 12px;

        margin-top: 10px;

        text-align: center;
    }
    .moonpearl #bestSeller .content.top_2nd .buttonBox
    {
        padding-top: 20px; 

        text-align: center;
    }
    .moonpearl #bestSeller .content.top_2nd .btn
    {
        display: inline-block !important;
    }
    .moonpearl #bestSeller .content:before
    {
        top: 8vw;
        left: 2.6vw;

        width: 58.6vw;
        height: 92vw;

        border: .8vw solid #f8f8f9;
    }
}

.moonpearl #bestSeller .content .photo
{
    position: relative;
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .photo
    {
        width: 66.6vw;
        margin: 0 auto 8.6vw;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .photo img
    {
        width: 100%;
    }
}

.moonpearl #bestSeller .content .text
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text
    {
        /* width: 450px; */
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text h3
    {
        margin: 0 0 30px;

        text-align: right;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .text h3
    {
        margin: 0 0 10vw;

        text-align: center;
    }
}

.moonpearl #bestSeller .content .text h3 span
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text h3 span:nth-child(1)
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .text h3 span:nth-child(1)
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text h3 span:nth-child(1)
    {
        font-size: 23px;

        margin: 0 0 15px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .text h3 span:nth-child(1)
    {
        font-size: 4.2vw;
        font-weight: bold;

        margin: 0 0 2.6vw;

        letter-spacing: .1em;
    }
}

.moonpearl #bestSeller .content .text h3 span:nth-child(2)
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text h3 span:nth-child(2)
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .text h3 span:nth-child(2)
    {
        font-size: 3.2vw;

        letter-spacing: .1em;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text .btn
    {
        float: right;

        margin: 0 0 60px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .text .btn
    {
        display: none;
    }
}

.moonpearl #bestSeller .content .text h4
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text h4
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .text h4
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text h4
    {
        font-size: 18px;

        position: relative;

        float: right;
        clear: both;

        margin: 0 0 45px;
        padding: 0 0 10px;

        letter-spacing: .12em;
    }
    .moonpearl #bestSeller .content .text h4:after
    {
        position: absolute;
        right: -50px;
        bottom: -1px;
        left: 0;

        display: block;

        height: 1px;

        content: '';

        background: #aa823a;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .text h4
    {
        font-size: 4vw;
        font-weight: bold;

        margin: 0 0 5.3vw;

        letter-spacing: .1em;
    }
}

.moonpearl #bestSeller .content .text p
{
    word-break: break-word;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #bestSeller .content .text p
    {
        font-size: 15px;
        line-height: 28px;

        clear: both;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #bestSeller .content .text p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin: 0 0 2.6vw;

        letter-spacing: .1em;
    }
}

.moonpearl #bestSeller .content .text p:last-child
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 .inner
    {
        padding: 80px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 .inner
    {
        padding: 10.2vw 5.3vw;
    }
}

.moonpearl #modal1 .inner.gold
{
    background: #fbf9f6;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 .inner.gold
    {
        padding: 80px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 .inner.gold
    {
        padding: 10.2vw 5.3vw;
    }
}

.moonpearl #modal1 .inner.gold .ttlLine span
{
    background: #fbf9f6;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section
    {
        margin: 0 0 70px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section
    {
        margin: 0 0 6.6vw;
    }
}

.moonpearl #modal1 section:last-child
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section h2
    {
        font-size: 30px;

        margin: 0 0 18px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section h2
    {
        font-size: 5vw;
        font-weight: bold;

        margin: 0 0 3.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section h2 ruby
    {
        font-size: 50px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section h2 ruby
    {
        font-size: 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section h2 ruby rt,
    .moonpearl #modal1 section h2 ruby rp
    {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section h2 ruby rt,
    .moonpearl #modal1 section h2 ruby rp
    {
        font-size: 2.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section .ttlLine
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section .ttlLine
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section .ttlLine.short
    {
        width: 405px;
    }
}

.moonpearl #modal1 section p.gold
{
    font-weight: bold;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section p.gold
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section p.gold
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section p.gold
    {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section p.gold
    {
        font-size: 3.3vw;
    }
}

.moonpearl #modal1 section p.strong
{
    font-weight: bold;
    line-height: 1.87;

    margin: 0 0 .6em;
}

.moonpearl #modal1 section p.strong:last-child
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section p.strong
    {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section p.strong
    {
        font-size: 3.4vw;
    }
}

.moonpearl #modal1 section p.lead
{
    line-height: 1.87;

    margin: 0 0 .6em;
}

.moonpearl #modal1 section p.lead:last-child
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section p.lead
    {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section p.lead
    {
        font-size: 3.4vw;
    }
}

.moonpearl #modal1 section p.note
{
    line-height: 1.5;

    padding-left: .7em;

    text-indent: -.7em;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section p.note
    {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section p.note
    {
        font-size: 2.4vw !important;
    }
}

.moonpearl #modal1 section sup
{
    display: inline-block;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 section sup
    {
        font-size: 10px !important;

        -webkit-transform: translate(0, -5px);
                transform: translate(0, -5px);
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 section sup
    {
        font-size: 2.2vw !important;

        -webkit-transform: translate(0, -1.1vw);
                transform: translate(0, -1.1vw);
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block1
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block1 .text
    {
        width: 495px;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block1 .photo
    {
        width: 345px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block1 .photo
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 50px;

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

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block2
    {
        margin-top: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block2 li
    {
        width: 210px;
        margin: 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block2 li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 5.3vw;

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

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block2 li .ingredient
    {
        margin-right: 2.6vw;
    }
}

.moonpearl #modal1 #block2 li .ingredient div
{
    font-weight: bold;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 auto;

    text-align: center;

    color: #aa823a;
    border-radius: 50%;
    background: rgba(170, 130, 58, .1);

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

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block2 li .ingredient div
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block2 li .ingredient div
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block2 li .ingredient div
    {
        font-size: 18px;
        line-height: 22px;

        width: 140px;
        height: 140px;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block2 li .ingredient div
    {
        font-size: 2.6vw;
        line-height: 3.4vw;

        width: 24vw;
        height: 24vw;
    }
}

.moonpearl #modal1 #block2 li .ingredient div span
{
    position: absolute;
    top: 0;
    left: 50%;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block2 li .ingredient div span
    {
        font-size: 13px;

        margin: 5px 0 0 53px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block2 li .ingredient div span
    {
        font-size: 2.4vw;

        margin: 0 0 0 9vw;
    }
}

.moonpearl #modal1 #block2 li p
{
    margin: 0 0 .5em;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block2 li p
    {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block2 li p
    {
        font-size: 2.9vw;
        line-height: 4.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block3
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block3
    {
        margin: 0 0 10.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block3 .text
    {
        width: 495px;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block3 .photo
    {
        width: 306px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block3 .photo
    {
        width: 58.2vw;
        margin: 6.6vw auto 0;
    }
}

.moonpearl #modal1 #block3 .photo img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block4
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

.moonpearl #modal1 #block4 > div
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block4 > div:first-child
    {
        width: 392px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block4 > div:first-child
    {
        margin: 0 0 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block4 > div:first-child img
    {
        width: 145px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block4 > div:first-child img
    {
        width: 25.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block4 > div:last-child
    {
        width: 380px;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block4 > div:last-child img
    {
        width: 138px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block4 > div:last-child img
    {
        width: 24.2vw;
    }
}

.moonpearl #modal1 #block5
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.moonpearl #modal1 #block5 .note
{
    white-space: nowrap;
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block5 > div:first-child
    {
        width: 47.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block5 > div:last-child
    {
        width: 180px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block5 > div:last-child
    {
        width: 24vw;
        margin: 8vw 0 0;
    }
}

.moonpearl #modal1 #block5 > div:last-child img
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block5 > div:last-child img
    {
        width: 24vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block6
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 80px;

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

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block6 .text
    {
        width: 446px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block6 .photo
    {
        margin: 5.3vw 0 10.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block6 .photo img
    {
        width: 330px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block6 .photo img
    {
        width: 58.6vw;
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .moonpearl #modal1 #block6 + .note
    {
        font-size: 10px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .moonpearl #modal1 #block6 + .note
    {
        font-size: 2.4vw;
        line-height: 3.4vw;
    }
}

.pearlbright #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/skincare/series/pearlbright/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/pearlbright/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 320px;

        -webkit-transform: translate(-467px, -50%);
                transform: translate(-467px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 53.8vw;
        margin: 0 0 0 -27vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #main section h1
    {
        margin: 0 0 42px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.pearlbright #main section h1 img
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .pearlbright #main section .btn
    {
        margin: 0 auto;
    }
}

.pearlbright #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description
    {
        height: 760px;

        background: url('../img/skincare/series/pearlbright/mainvisual2.jpg') no-repeat center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description
    {
        height: 245.7vw;

        text-align: center;

        background: #fbe4ea url('../img/skincare/series/pearlbright/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section
    {
        position: absolute;
        top: 100px;
        left: 50%;

        width: 427px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section
    {
        margin: 0 auto;
        padding-top: 20vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 33px;

        letter-spacing: .12em;
    }
    .pearlbright #description section h2 sup
    {
        font-size: 11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 6.6vw;
    }
    .pearlbright #description section h2 sup
    {
        font-size: 2.5vw;

        margin-right: -1.9vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section .btns
    {
        margin: 9.3vw 0 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section .btn
    {
        margin: 30px 0 70px;
    }
    .pearlbright #description section .btn:first-of-type
    {
        margin-right: 10px;
    }
    .pearlbright #description section .btn a
    {
        border-color: #333;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;

        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section .note
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section .note
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #description section .note
    {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #description section .note
    {
        font-size: 2.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal1 .inner
    {
        padding: 80px 80px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #modal1 .inner
    {
        padding: 9.3vw 6.6vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal1 .inner .columns
    {
        width: 800px;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal1 .inner .columns .column .ttlLine
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #modal1 .inner .columns .column .ttlLine
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal1 .inner .columns .column
    {
        width: 354px;
        margin: 0 0 40px;
    }
    .pearlbright #modal1 .inner .columns .column .illust
    {
        margin: 0 0 20px;
    }
    .pearlbright #modal1 .inner .columns .column .illust img
    {
        width: 100%;
    }
    .pearlbright #modal1 .inner .columns .column p
    {
        font-size: 15px;
        line-height: 28px;

        padding: 0 9px 0 22px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #modal1 .inner .columns .column .illust img
    {
        width: 100%;
    }
    .pearlbright #modal1 .inner .columns .column p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin: 4vw 0 8vw;
    }
}

.pearlbright #modal1 .inner .btn
{
    margin: 0 auto;
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal2 .inner
    {
        padding: 60px 80px 40px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #modal2 .inner
    {
        padding: 8.6vw 6.6vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal2 section
    {
        margin: 0 0 80px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #modal2 section
    {
        margin: 0 0 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal2 .ttlLine
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #modal2 .ttlLine
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal2 #block3
    {
        overflow: hidden;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #modal2 #block3
    {
        margin: 0 0 11.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal2 #block3 div
    {
        position: relative;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal2 #block3 div > div
    {
        float: left;

        width: 485px;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlbright #modal2 #block3 div .illust
    {
        float: right;

        width: 320px;
        margin: 20px 0 0;
    }
    .pearlbright #modal2 #block3 div .illust img
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .pearlbright #modal2 #block3 div .illust
    {
        margin: 7.3vw 0 0;
    }
    .pearlbright #modal2 #block3 div .illust img
    {
        width: 100%;
    }
}

.laferiena #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        color: #fff;
        background-color: #000;
        background-image: url('../img/skincare/series/laferiena/mainvisual1_product.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/laferiena/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 336px;

        -webkit-transform: translate(80px, -50%);
                transform: translate(80px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 53.8vw;
        margin: 0 0 0 -27vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #main section h1
    {
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.laferiena #main section h1 img
{
    width: 100%;
}

.laferiena #main section .btn
{
    margin: 0 auto;
}

.laferiena #description
{
    position: relative;

    width: 100%;

    color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description
    {
        height: 670px;

        background: #000 url('../img/skincare/series/laferiena/mainvisual2.png') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description
    {
        height: 241.7vw;

        text-align: center;

        background: #000 url('../img/skincare/series/laferiena/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section
    {
        position: absolute;
        top: 115px;
        left: 50%;

        margin-left: -500px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description section
    {
        margin: 0 auto;
        padding-top: 20vw;
    }
}

.laferiena #description section h2
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 34px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
    .laferiena #description section p sup
    {
        font-size: 7px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
    .laferiena #description section p sup
    {
        font-size: 1.7vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 50px 0 70px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description section .btns
    {
        margin: 9.3vw 0 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section .btn:first-of-type
    {
        margin-right: 10px;
    }
}

.laferiena #description section .btn a
{
    color: #fff;
    border-color: rgba(255, 255, 255, .7);
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section .btn a:hover
    {
        color: #333;
        background: white;
    }
    .laferiena #description section .btn a:hover:before,
    .laferiena #description section .btn a:hover:after
    {
        background: #333;
    }
}

.laferiena #description section .btn a:before
{
    -webkit-transition: .5s;
            transition: .5s;

    background: #fff;
}

.laferiena #description section .btn a:after
{
    -webkit-transition: .5s;
            transition: .5s;

    background: #fff;
}

@media screen and (max-width: 768px)
{
    .laferiena #description section .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;

        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section .note
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description section .note
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #description section .note
    {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #description section .note
    {
        font-size: 2.4vw;
        line-height: 4vw;

        margin: 0 5.3vw;

        text-align: left;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #lineup ul
    {
        margin: 0 auto 100px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #lineup ul
    {
        margin-bottom: 20.4vw;
    }
}

.laferiena #useStep
{
    background: #000;
}

.laferiena #useStep .ttl
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #useStep .ttl
    {
        padding-top: 75px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #useStep .ttl
    {
        padding-top: 15.3pxvw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #useStep .inner
    {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #useStep .inner
    {
        padding: 0 8vw 16vw;
    }
}

.laferiena #useStep .inner p
{
    text-align: center;

    color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #useStep .inner p
    {
        font-size: 15px;
        line-height: 29px;

        margin-bottom: 45px;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    .laferiena #useStep .inner p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (min-width: 769px) and (max-width: 768px)
{
    .laferiena #useStep .inner p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #useStep .inner p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin: 0 0 8.6vw;

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

.laferiena #howto
{
    background: #f2f2f1;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #howto
    {
        padding-bottom: 70px !important;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto
    {
        padding-bottom: 12vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #howto .ttl
    {
        font-size: 24px;

        margin-bottom: 66px;
        padding-top: 102px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto .ttl
    {
        font-size: 4.5vw;
        line-height: 6.9vw;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto .inner
    {
        padding: 0 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #howto ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media screen and (max-width: 768px)
{
    .laferiena #howto ul
    {
        margin-top: -4.1vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #howto ul li
    {
        width: 225px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto ul li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 4vw 0;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #howto ul li .photo
    {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto ul li .photo
    {
        width: 26.6vw;
    }
    .laferiena #howto ul li .photo img
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto ul li .text
    {
        width: 54.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #howto ul li h3
    {
        font-size: 21px;

        margin: 40px 0 15px;

        text-align: center;

        color: #aa823a;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    .laferiena #howto ul li h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (min-width: 769px) and (max-width: 768px)
{
    .laferiena #howto ul li h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto ul li h3
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #howto ul li p
    {
        font-size: 14px;
        line-height: 28px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto ul li p
    {
        font-size: 2.9vw;
        line-height: 4.8vw;

        letter-spacing: .12em;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #howto ul li p span
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #howto ul li p span
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.laferiena #howto ul li p span:after
{
    content: ' : ';
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner
    {
        padding: 80px 80px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal1 .inner
    {
        padding: 9.3vw 6.6vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner header h2
    {
        margin: 0 !important;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal1 .inner header h2
    {
        margin: 0 !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner .single
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 70px;

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

@media screen and (max-width: 768px)
{
    .laferiena #modal1 .inner .single
    {
        margin: 0 0 10.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner .single h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal1 .inner .single h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner .single h3
    {
        font-size: 20px;
        line-height: 38px;

        margin: 0 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal1 .inner .single h3
    {
        font-size: 4.5vw;
        line-height: 6.6vw;

        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner .single > div
    {
        width: 395px;
    }
}

.laferiena #modal1 .inner .single .graph img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner .single .graph
    {
        width: 370px;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner > h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal1 .inner > h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .inner > h3
    {
        font-size: 24px;

        margin: 0 0 60px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal1 .inner > h3
    {
        font-size: 4.5vw;
        line-height: 6.6vw;

        margin: 0 0 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .columns
    {
        width: 842px;
        margin: 0 0 60px !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .columns .column
    {
        position: relative;

        width: 395px;
        min-height: 485px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal1 .columns .column
    {
        margin: 0 0 9.3vw;
    }
}

.laferiena #modal1 .columns .column .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal1 .columns .column .illust
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 390px;
    }
}

.laferiena #modal1 .btn
{
    margin: 0 auto;
}

.laferiena #modal2 .inner
{
    color: #fff;
    background: #0d0d0d !important;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .inner
    {
        padding: 60px 80px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .inner
    {
        padding: 9.3vw 6.6vw;
    }
}

.laferiena #modal2 .inner.cream
{
    background: #f5eace !important;
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .inner.cream
    {
        padding: 6.6vw 6.6vw 8vw;
    }
}

.laferiena #modal2 .inner.cream h2
{
    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .inner.cream h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .inner.cream h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .inner.cream h2
    {
        font-size: 26px;
        line-height: 38px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .inner.cream h2
    {
        font-size: 4vw;
        line-height: 5.6vw;
    }
}

.laferiena #modal2 header
{
    padding: 0 !important;
}

.laferiena #modal2 header h2
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .ingredients
    {
        width: 504px;
        margin: 25px auto 0 !important;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .ingredients
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 3.2vw !important;

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

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .ingredients li
    {
        margin: 0 20px !important;
    }
}

.laferiena #modal2 .ingredients li .ingredient div
{
    margin-bottom: 0 !important;

    background: rgba(255, 255, 255, .9) !important;
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .ingredients li
    {
        margin-bottom: 0 !important;
    }
}

.laferiena #modal2 .block .inner h2
{
    position: relative;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .block .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.laferiena #modal2 .block .inner h2 span
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;
}

.laferiena #modal2 .block .inner h2 span:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block .inner h2
    {
        font-size: 22px;
        line-height: 32px;

        margin-bottom: 35px;
        padding: 0 0 0 45px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .block .inner h2
    {
        font-size: 3.7vw;
        line-height: 6.6vw;

        margin: 0 0 4vw;
        padding: 0 0 0 7.3vw;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .block .inner .lead
    {
        font-size: 2.9vw !important;
    }
}

.laferiena #modal2 .block#block1
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block1 .inner
    {
        height: 462px;
        padding-top: 90px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .block#block1 .inner
    {
        height: 93.3vw;
    }
}

.laferiena #modal2 .block#block1 .inner .text
{
    position: relative;
    z-index: 2;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block1 .lead
    {
        width: 480px;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block1 .photo
    {
        position: absolute;
        right: 0;
        bottom: 0;

        width: 452px;
    }
    .laferiena #modal2 .block#block1 .photo img
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .block#block1 .photo
    {
        position: absolute;
        right: 0;
        bottom: 0;

        width: 100%;
    }
    .laferiena #modal2 .block#block1 .photo img
    {
        width: 100%;
    }
}

.laferiena #modal2 .block#block2 .inner
{
    background: #121212 !important;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block2 .inner
    {
        padding: 50px 80px;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block2 .inner .columns
    {
            flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block2 .inner .columns .text
    {
        width: 485px;
    }
}

.laferiena #modal2 .block#block2 .inner .columns .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block2 .inner .columns .illust
    {
        width: 270px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .block#block2 .inner .columns .illust
    {
        width: 49.3vw;
        margin: 6.6vw auto 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block3 .inner
    {
        position: relative;

        height: 530px;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block3 .inner h2
    {
        margin-top: 50px;
    }
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block3 .inner .photo
    {
        position: absolute;
        right: 0;
        bottom: 0;

        width: 423px;
    }
}

.laferiena #modal2 .block#block3 .inner .photo img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block3 .inner .lead
    {
        width: 475px;
    }
}

@media screen and (max-width: 768px)
{
    .laferiena #modal2 .block#block3 .inner .lead
    {
        margin: 0 0 9.3vw !important;
    }
}

.laferiena #modal2 .block#block3 .inner .note
{
    padding-left: 0;

    text-indent: 0;
}

@media print, screen and (min-width: 769px)
{
    .laferiena #modal2 .block#block3 .inner .note
    {
        position: absolute;
        z-index: 2;
        bottom: 40px;
        left: 80px;

        width: 590px;
    }
}

.ultimate #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .ultimate #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/skincare/series/ultimate/mainvisual1_product.png'), url('../img/skincare/series/ultimate/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%, cover;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/ultimate/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .ultimate #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 493px;

        -webkit-transform: translate(-465px, -50%);
                transform: translate(-465px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 72vw;
        margin: 0 0 0 -36.1vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .ultimate #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.ultimate #main section h1 img
{
    width: 100%;
}

.ultimate #main section .btn.white a
{
    background: rgba(255, 255, 255, .8);
}

@media print, screen and (min-width: 769px)
{
    .ultimate #main section .btn.white a:hover
    {
        color: white;
        background: #333;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #main section .btn
    {
        margin: 0 auto;
    }
}

.ultimate #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .ultimate #description
    {
        height: 703px;

        background: url('../img/skincare/series/ultimate/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #description
    {
        height: 220.1vw;

        text-align: center;

        background: #e4ded6 url('../img/skincare/series/ultimate/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .ultimate #description section
    {
        position: absolute;
        top: 120px;
        left: 50%;

        width: 500px;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #description section
    {
        margin: 0 auto;
        padding-top: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .ultimate #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .ultimate #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .ultimate #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .ultimate #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .ultimate #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

.herche #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .herche #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/skincare/series/herche/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .herche #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/herche/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 170px;

        -webkit-transform: translate(-428px, -50%);
                transform: translate(-428px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .herche #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 34.6vw;
        margin: 0 0 0 -17.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #main section h1
    {
        width: 169px;
        height: 61px;
        margin: 0 0 42px;
    }
}

@media screen and (max-width: 768px)
{
    .herche #main section h1
    {
        width: 28.5vw;
        height: 10.6vw;
        margin: 0 auto 8.5vw;

        border-radius: 6.6vw;
        background: rgba(255, 255, 255, .8);
        -webkit-box-shadow: 0 0 2vw 2vw rgba(255, 255, 255, .7);
                box-shadow: 0 0 2vw 2vw rgba(255, 255, 255, .7);
    }
}

.herche #main section h1 img
{
    width: 100%;
}

.herche #main section .btn
{
    margin: 0 auto;
}

@media screen and (max-width: 580px)
{
    .herche #main section .btn a
    {
        border: none;
        background: rgba(255, 255, 255, .8);
    }
}

.herche #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .herche #description
    {
        height: 550px;

        background: url('../img/skincare/series/herche/mainvisual2.jpg') no-repeat center bottom;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .herche #description
    {
        text-align: center;
        background: -webkit-gradient(linear, left top, right top, from(#f1cbd8), to(#f7e0e7));
        background: linear-gradient(to right, #f1cbd8 0%, #f7e0e7 100%);
        background-image: url('../img/skincare/series/herche/mainvisual2_sp.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #description section
    {
        position: absolute;
        top: 84px;
        left: 50%;

        width: 683px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .herche #description section
    {
        margin: 0 auto;
        padding: 24vw 0 61.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .herche #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 44px;
    }
}

@media screen and (max-width: 768px)
{
    .herche #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 7.7vw;

        margin: 0 0 10.9vw;
    }
}

.herche #description section h2 sup
{
    display: inline-block;
}

@media print, screen and (min-width: 769px)
{
    .herche #description section h2 sup
    {
        font-size: 11px;

        -webkit-transform: translate(0, -11px);
                transform: translate(0, -11px);
    }
}

@media screen and (max-width: 768px)
{
    .herche #description section h2 sup
    {
        font-size: 2.5vw;

        -webkit-transform: translate(0, -2.6vw);
                transform: translate(0, -2.6vw);
    }
}

.herche #description section p
{
    letter-spacing: .12em;
}

@media print, screen and (min-width: 769px)
{
    .herche #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .herche #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 40px; 

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .herche #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 9.7vw; 

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #description section p.note
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .herche #description section p.note
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #description section p.note
    {
        font-size: 12px;
        line-height: 12px;

        margin-top: 45px;
    }
}

@media screen and (max-width: 768px)
{
    .herche #description section p.note
    {
        font-size: 2.4vw;

        margin-top: 12vw;
        margin-bottom: 0;
    }
}

.herche #description section .btn
{
    margin: 0 auto;
}

.herche #modals .modal .outer .inner.pink
{
    background: #fcf8f6;
}

.herche #modals .modal .outer .inner.pink .ttlLine span
{
    background: #fbf9f6;
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner.noteArea
    {
        padding: 40px 72px;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner.noteArea
    {
        padding: 5.8vw 6.6vw;
    }
}

.herche #modals .modal .outer .inner.noteArea .note
{
    padding: 0;

    text-indent: 0;
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner.noteArea .note
    {
        font-size: 10px;
        line-height: 22px;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner.noteArea .note
    {
        font-size: 2.4vw;
        line-height: 3.7vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner header
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row-reverse;

        padding-bottom: 0;

        background: url('../img/skincare/series/herche/modal_main.jpg') no-repeat center center;
        background-size: cover;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner header
    {
        padding: 13.3vw 6.6vw 10.6vw;

        background: url('../img/skincare/series/herche/modal_main_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner header .text
    {
        width: 500px;
        padding: 130px 72px 125px 32px;

        text-align: left;
    }
}

.herche #modals .modal .outer .inner header .text h2
{
    text-align: left !important;
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner header .text h2 sup
    {
        font-size: 15px !important;

        -webkit-transform: translate(0, -15px) !important;
                transform: translate(0, -15px) !important;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner header .text h2 sup
    {
        font-size: 2.5vw !important;

        -webkit-transform: translate(0, -1.7vw) !important;
                transform: translate(0, -1.7vw) !important;
    }
}

.herche #modals .modal .outer .inner header .text p
{
    text-align: left !important;
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner header .text p
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner header .text p
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner header .text p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        width: 43.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section
    {
        padding: 70px 72px;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner section
    {
        padding: 12vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section h2
    {
        font-size: 30px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner section h2
    {
        font-size: 5vw;
        font-weight: bold;

        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section h2 sup
    {
        font-size: 15px !important;

        -webkit-transform: translate(0, -15px);
                transform: translate(0, -15px);
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner section h2 sup
    {
        font-size: 2.5vw !important;

        -webkit-transform: translate(0, -1.7vw) !important;
                transform: translate(0, -1.7vw) !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section .ttlLine
    {
        margin-bottom: 40px;
    }
    .herche #modals .modal .outer .inner section .ttlLine:before
    {
        content: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section .ingredients
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: -50px;

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

.herche #modals .modal .outer .inner section .ingredients .ingredient
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient
    {
        width: 406px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient
    {
        margin-bottom: 10.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient.single
    {
        width: 812px;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient.single
    {
        width: 47.3vw;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient:last-child
    {
        margin-bottom: 0;
    }
}

.herche #modals .modal .outer .inner section .ingredients .ingredient .text h3
{
    font-weight: bold;
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient .text h3
    {
        font-size: 15px;
        line-height: 15px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient .text h3
    {
        font-size: 3.4vw;
        line-height: 3.4vw;

        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient .text p
    {
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient .text p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.herche #modals .modal .outer .inner section .ingredients .ingredient .thumb
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient .thumb
    {
        width: 144px;
        height: 144px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .herche #modals .modal .outer .inner section .ingredients .ingredient .thumb
    {
        width: 27.6vw;
        height: 27.6vw;
        margin-left: 4.8vw;
    }
}

.herche #modals .modal .outer .inner section .ingredients .ingredient .thumb img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section#block1
    {
        padding: 70px 72px 130px;

        background: url('../img/skincare/series/herche/modal1_bg.jpg') no-repeat right bottom;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner section#block1
    {
        background: url('../img/skincare/series/herche/modal1_bg_sp.jpg') no-repeat right bottom;
        background-size: 38.9vw 80.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section#block3
    {
        padding: 160px 72px;

        background: url('../img/skincare/series/herche/modal3.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner section#block3
    {
        padding: 12vw 6.6vw 37.3vw;

        background: url('../img/skincare/series/herche/modal3_sp.jpg') no-repeat right bottom;
        background-size: cover;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner section#block3 h2
    {
        font-size: 5vw;
        line-height: 5.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .herche #modals .modal .outer .inner section#block3 p
    {
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (max-width: 580px)
{
    .herche #modals .modal .outer .inner section#block3 p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        width: 43.7vw;

        letter-spacing: .12em;
    }
}

.special-care #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .special-care #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/skincare/series/special-care/mainvisual1_product.png'), url('../img/skincare/series/special-care/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%, cover;
    }
}

@media screen and (max-width: 768px)
{
    .special-care #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/special-care/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .special-care #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 304px;

        -webkit-transform: translate(-430px, -50%);
                transform: translate(-430px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .special-care #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 52.6vw;
        margin: 0 0 0 -26.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .special-care #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .special-care #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.special-care #main section h1 img
{
    width: 100%;
}

.special-care #main section .btn
{
    margin: 0 auto;
}

.special-care #description
{
    position: relative;

    width: 100%;

    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .special-care #description
    {
        padding-top: 70px;
    }
}

@media screen and (max-width: 768px)
{
    .special-care #description
    {
        padding-top: 18vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .special-care #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .special-care #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .special-care #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .special-care #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .special-care #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .special-care #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .special-care #description section p
    {
        font-size: 15px;
        line-height: 30px;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .special-care #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media print, screen and (min-width: 769px)
{
    .special-care #description section p.note
    {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .special-care #description section p.note
    {
        font-size: 2.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .special-care #lineup .ttl
    {
        padding-top: 95px;
    }
}

.pearlradiance #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-color: #212042;
        background-image: url('../img/skincare/series/pearlradiance/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/pearlradiance/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 378px;

        -webkit-transform: translate(-440px, -50%);
                transform: translate(-440px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 66.6vw;
        margin: 0 0 0 -33.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.pearlradiance #main section h1 img
{
    width: 100%;
}

.pearlradiance #main section .btn
{
    margin: 0 auto;
}

.pearlradiance #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description
    {
        height: 730px;

        background: url('../img/skincare/series/pearlradiance/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description
    {
        height: 223.8vw;

        text-align: center;

        background: #080f24 url('../img/skincare/series/pearlradiance/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

.pearlradiance #description section
{
    text-align: center;

    color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section
    {
        position: absolute;
        top: 110px;
        left: 50%;

        width: 500px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description section
    {
        margin: 0 auto;
        padding-top: 20vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 33px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
    .pearlradiance #description section p sup
    {
        font-size: 7px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
    .pearlradiance #description section p sup
    {
        font-size: 1.7vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media screen and (max-width: 768px)
{
    .pearlradiance #description section .btns
    {
        margin: 9.3vw 0 8vw;
    }
}

.pearlradiance #description section .btn a
{
    color: #fff;
    border-color: rgba(255, 255, 255, .7);
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section .btn a:hover
    {
        color: #333;
        background: white;
    }
    .pearlradiance #description section .btn a:hover:before,
    .pearlradiance #description section .btn a:hover:after
    {
        background: #333;
    }
}

.pearlradiance #description section .btn a:before
{
    -webkit-transition: .5s;
            transition: .5s;

    background-color: #fff;
}

.pearlradiance #description section .btn a:after
{
    -webkit-transition: .5s;
            transition: .5s;

    background-color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section .btn
    {
        margin: 30px 0 70px;
    }
    .pearlradiance #description section .btn:first-of-type
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description section .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;

        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section .note
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description section .note
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #description section .note
    {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #description section .note
    {
        font-size: 2.4vw;
    }
}

.pearlradiance #modal1 .inner
{
    background: #f8f8f9 !important;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner
    {
        padding: 80px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner
    {
        padding: 10vw 6.6vw 6.6vw;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner header
    {
        padding: 0 0 6vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner > .columns
    {
        margin: 0 0 70px !important;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner > .columns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 8vw;

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

.pearlradiance #modal1 .inner > .columns > .column
{
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner > .columns > .column
    {
        width: 390px;
        padding: 35px 35px 30px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner > .columns > .column
    {
        width: 36.8vw;
        padding: 4vw;

        text-align: center;
        letter-spacing: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner > .columns > .column .strong
    {
        font-size: 18px;

        margin: 0 0 5px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner > .columns > .column .strong
    {
        font-size: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner > .columns > .column .lead
    {
        margin: 0 0 14px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner > .columns > .column .lead
    {
        font-size: 2.4vw;
        line-height: 3.2vw;

        margin: 0 0 2.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner > .columns > .column .illust
    {
        width: 322px;
    }
}

.pearlradiance #modal1 .inner > .columns > .column .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner section
    {
        margin: 0 0 40px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner section
    {
        margin: 0 0 8vw;
    }
}

.pearlradiance #modal1 .inner section .ttlLine
{
    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner section .ttlLine
    {
        margin: 0 0 25px;
    }
}

.pearlradiance #modal1 .inner section .ttlLine span
{
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner section .ttlLine span
    {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner section .ttlLine span
    {
        padding: 0 2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner section .columns .column
    {
        margin-right: 2px;
    }
}

.pearlradiance #modal1 .inner section .columns .column ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background: #e7e1cb;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner section .columns .column ul
    {
            flex-direction: column;

        height: 60px;
        padding: 0 26px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner section .columns .column ul
    {
        height: 10.6vw;
        padding: 0 3.7vw;

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

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner section .columns .column ul li
    {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner section .columns .column ul li
    {
        font-size: 2.6vw;
        font-weight: bold;

        margin-right: 3.2vw;
    }
}

.pearlradiance #modal1 .inner section .columns .column ul li:before
{
    display: inline-block;

    content: '';

    border-radius: 50%;
    background: #f5f3ea;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner section .columns .column ul li:before
    {
        position: relative;
        top: -2px;

        width: 8px;
        height: 8px;
        margin-right: 7px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner section .columns .column ul li:before
    {
        width: 1.8vw;
        height: 1.8vw;
        margin-right: 2vw;
    }
}

.pearlradiance #modal1 .inner section .columns .column p
{
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal1 .inner section .columns .column p
    {
        font-size: 14px;
        line-height: 20px;

        padding: 10px 25px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal1 .inner section .columns .column p
    {
        font-size: 2.6vw;
        line-height: 3.8vw;

        padding: 2vw 4vw;
    }
}

.pearlradiance #modal1 .inner .btn
{
    margin: 0 auto;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner
    {
        padding: 70px 80px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner
    {
        padding: 10.4vw 6.6vw;
    }
}

.pearlradiance #modal2 .inner header h2
{
    margin: 0 !important;
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner header
    {
        padding-bottom: 4vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner .columns .illust
    {
        width: 306px;
        margin: 10px 0 0 35px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner .columns .illust
    {
        width: 40.5vw;
        margin: 0 auto 6.6vw;
    }
}

.pearlradiance #modal2 .inner .columns .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner .columns .text
    {
        width: 420px;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner .columns .text .ttlLine
    {
        font-size: 20px;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner .columns .text .lead
    {
        line-height: 28px;

        margin: 0 0 50px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner .columns .text .lead
    {
        margin: 0 0 8vw;
    }
}

.pearlradiance #modal2 .inner .columns .text .gold
{
    color: #aa823a;
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner .columns .text .gold
    {
        margin-top: -4.7vw;
    }
}

.pearlradiance #modal2 .inner .columns .text .note
{
    padding: 0;

    text-indent: 0;
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner .columns .text .note
    {
        line-height: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner.cream
    {
        position: relative;

        padding-top: 60px;
    }
}

.pearlradiance #modal2 .inner.cream h2
{
    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner.cream h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner.cream h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner.cream h2
    {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner.cream h2
    {
        font-size: 4.5vw;
        line-height: 6.6vw;
    }
}

.pearlradiance #modal2 .inner.cream .pearl
{
    position: absolute;
    top: -50px;
    right: 140px;

    width: 145px;
}

.pearlradiance #modal2 .inner.cream .pearl img
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner.cream .pearl
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner.cream .ingredients li
    {
        width: 220px;
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner.cream .ingredients li:last-child
    {
        margin-bottom: 0;
    }
}

.pearlradiance #modal2 .inner.cream .ingredients li .ingredient div
{
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner.cream .ingredients li .ingredient div
    {
        width: 180px;
        height: 180px;
        margin-bottom: 10px;
    }
}

.pearlradiance #modal2 .inner.cream .ingredients li div
.gold
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .pearlradiance #modal2 .inner.cream .ingredients li div
    .gold
    {
        font-size: 11px;
        line-height: 15px;

        min-height: 45px;
        margin-bottom: 5px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .pearlradiance #modal2 .inner.cream .ingredients li div
    .gold
    {
        font-size: 2.4vw;
    }
}

.liquid-crystal #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;
        background-image: url('../img/skincare/series/liquid-crystal/mainvisual1_product_190801.png'), url('../img/skincare/series/liquid-crystal/mainvisual1_190801.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%, cover;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/liquid-crystal/mainvisual1_sp_190801.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 378px;

        -webkit-transform: translate(-440px, -50%);
                transform: translate(-440px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 53.3vw;
        margin: 0 0 0 -26.7vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.liquid-crystal #main section h1 img
{
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .liquid-crystal #main section h1 img.copy {
        margin-bottom: 40px;
    }
    
    .liquid-crystal #main section h1 img.logo {
        width: 50%;
        margin: 0 auto;
    }
}

.liquid-crystal #main section .btn
{
    margin: 0 auto;
}

.liquid-crystal #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #description
    {
        height: 676px;
        /*
        background: url('../img/skincare/series/liquid-crystal/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
        */
        background: url('../img/skincare/series/liquid-crystal/mainvisual2.jpg'),#fdf7fb;
        background-size: auto 95%;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #description
    {
        height: 223.8vw;

        text-align: center;

        background: #fdf7fb url('../img/skincare/series/liquid-crystal/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

.liquid-crystal #description section
{
    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #description section
    {
        position: absolute;
        top: 110px;
        left: 50%;

        width: 456px;
        margin-left: -475px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #description section
    {
        margin: 0 auto;
        padding-top: 20vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 33px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #description section p
    {
        font-size: 15px;
        line-height: 30px;
        margin: 0 0 1em;
        letter-spacing: .12em;
        text-align: center;
    }
    .liquid-crystal #description section p sup
    {
        font-size: 7px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
    .liquid-crystal #description section p sup
    {
        font-size: 1.7vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #description section .btns
    {
        margin: 9.3vw 0 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #description section .btn
    {
        margin: 30px 0 70px;
    }
    .liquid-crystal #description section .btn:first-of-type
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #description section .btn
    {
        margin: 4vw auto 0;
    }
    .liquid-crystal #description section .btn a
    {
        width: 66.6vw;

        white-space: nowrap;
        letter-spacing: -.02em;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #useStep ul#stepList li
    {
        width: 250px;
    }
}

.liquid-crystal #useStep ul#stepList li.cur:before
{
    position: absolute;

    display: block;

    content: '';

    background: #f1cbd9;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #useStep ul#stepList li.cur:before
    {
        top: 157px;
        right: 0;
        left: 0;

        width: 100%;
        height: 4px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #useStep ul#stepList li.cur:before
    {
        top: 0;
        left: 0;

        width: 1vw;
        height: 100%;
    }
}

.liquid-crystal #useStep .note
{
    background: #fbf9f5;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #useStep .note ul
    {
        padding: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #useStep .note ul
    {
        padding: 5.3vw 6.6vw;
    }
}

.liquid-crystal #useStep .note ul li:before
{
    content: '';

    border-radius: 50%;
    background: #ebe1d0;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #useStep .note ul li:before
    {
        display: inline-block;

        width: 11px;
        height: 11px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #useStep .note ul li:before
    {
        position: absolute;
        top: 3px;
        left: 0;

        display: block;

        width: 2.9vw;
        height: 2.9vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #useStep .note ul li
    {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #useStep .note ul li
    {
        font-size: 3.2vw;
        line-height: 5vw;

        position: relative;

        padding-left: 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal1 .inner
    {
        padding: 75px 250px 70px;

        background: url('../img/skincare/series/liquid-crystal/modal1_base.jpg') no-repeat center center !important;
        background-size: cover !important;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal1 .inner
    {
        padding: 9.3vw 6.6vw 8vw;

        background: url('../img/skincare/series/liquid-crystal/modal1_base_sp.jpg') no-repeat center center !important;
        background-size: cover !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal1 .inner header
    {
        padding-bottom: 40px !important;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal1 .inner header
    {
        padding-bottom: 8vw !important;
    }
}

.liquid-crystal #modal1 .inner header h2
{
    margin-bottom: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal1 .inner .text section
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal1 .inner .text section
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal1 .inner .text section ul
    {
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal1 .inner .text section ul
    {
        margin: 0 0 6vw;
    }
}

.liquid-crystal #modal1 .inner .text section ul li
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal1 .inner .text section ul li
    {
        font-size: 18px;
        line-height: 40px;

        padding: 0 0 0 25px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal1 .inner .text section ul li
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin: 0 0 2.6vw;
        padding: 0 0 0 5.8vw;
    }
    .liquid-crystal #modal1 .inner .text section ul li:last-child
    {
        margin: 0;
    }
}

.liquid-crystal #modal1 .inner .text section ul li:before
{
    position: absolute;

    display: block;

    content: '';

    border-radius: 50%;
    background: #efe8dd;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal1 .inner .text section ul li:before
    {
        top: 50%;
        left: 0;

        width: 16px;
        height: 16px;

        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal1 .inner .text section ul li:before
    {
        top: 1vw;
        left: 0;

        width: 3.2vw;
        height: 3.2vw;
    }
}

.liquid-crystal #modal1 .inner .text section .gold
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal1 .inner .text section .gold
    {
        font-size: 24px;
        line-height: 24px;

        margin: 0 0 60px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal1 .inner .text section .gold
    {
        font-size: 4.2vw;
        line-height: 6.9vw;

        margin: 0 0 9.3vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal1 .inner .btn
    {
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner
    {
        padding: 0 80px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner
    {
        padding: 0 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner header
    {
        padding-top: 70px !important;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner header
    {
        padding-top: 10.6vw !important;

        text-align: center;
    }
}

.liquid-crystal #modal2 .inner header h2
{
    margin-bottom: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner .block
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 70px;

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

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner .block
    {
        margin: 0 0 9.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner .block#block2
    {
        margin: 0 0 50px;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner .block .text
    {
        width: 420px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner .block .text
    {
        margin-bottom: 2.6vw;
    }
}

.liquid-crystal #modal2 .inner .block .photo img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner .block .photo
    {
        width: 380px;
        margin-left: 40px;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner.cream
    {
        padding: 40px 80px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner.cream
    {
        padding: 9.3vw 6.6vw;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner.cream .columns
    {
        position: relative;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner.cream .columns .column > p
    {
        width: 47.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner.cream h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner.cream h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner.cream h2
    {
        font-size: 22px;
        line-height: 22px;

        margin: 40px 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner.cream h2
    {
        margin-bottom: 6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner.cream .lead
    {
        line-height: 28px;

        margin: 0 0 90px !important;
    }
}

.liquid-crystal #modal2 .inner.cream .note
{
    padding-left: 0 !important;

    text-indent: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner.cream .note
    {
        font-size: 10px !important;
        line-height: 22px !important;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner.cream .note
    {
        margin-top: 8.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .liquid-crystal #modal2 .inner.cream .photo
    {
        margin-right: 60px;
    }
}

@media screen and (max-width: 768px)
{
    .liquid-crystal #modal2 .inner.cream .photo
    {
        position: absolute;
        right: 0;
        bottom: 1vw;

        width: 26.2vw;
    }
}

.liquid-crystal #modal2 .inner.cream .photo img
{
    width: 100%;
}

.essence-mask-lx #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-color: #020202;
        background-image: url('../img/skincare/series/essence-mask-lx/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/essence-mask-lx/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 340px;

        -webkit-transform: translate(-425px, -50%);
                transform: translate(-425px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 66.6vw;
        margin: 0 0 0 -33.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.essence-mask-lx #main section h1 img
{
    width: 100%;
}

.essence-mask-lx #main section .btn
{
    margin: 0 auto;
}

.essence-mask-lx #main section .btn.white a
{
    background: rgba(255, 255, 255, .8);
}

.essence-mask-lx #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description
    {
        height: 837px;

        background: url('../img/skincare/series/essence-mask-lx/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description
    {
        height: 181.4vw;

        text-align: center;

        background: #f8f8f9;
        background-size: contain;
    }
}

.essence-mask-lx #description section
{
    text-align: center;

    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section
    {
        position: absolute;
        top: 115px;
        left: 50%;

        width: 500px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section
    {
        margin: 0 auto;
        padding-top: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 33px;

        letter-spacing: .12em;
    }
    .essence-mask-lx #description section h2 sup
    {
        font-size: 11px;

        margin-right: -11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 4vw;
    }
    .essence-mask-lx #description section h2 sup
    {
        font-size: 2.5vw;

        margin-right: -1.9vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
    .essence-mask-lx #description section p sup
    {
        font-size: 7px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
    .essence-mask-lx #description section p sup
    {
        font-size: 1.7vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section .btns
    {
        margin: 9.3vw 0 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section .btn
    {
        margin: 45px 0 70px;
    }
    .essence-mask-lx #description section .btn:first-of-type
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;

        white-space: nowrap;
    }
    .essence-mask-lx #description section .btn a
    {
        border-color: #333;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section .note
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section .note
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #description section .note
    {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #description section .note
    {
        font-size: 2.4vw;

        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner
    {
        padding: 80px 80px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner
    {
        padding: 9.3vw 6.6vw 8.5vw;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner header
    {
        padding-bottom: 3vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner header h2
    {
        margin: 0 !important;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner header h2
    {
        margin: 0 !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner .single
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 0 70px;

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

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner .single h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner .single h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner .single h3
    {
        font-size: 20px;
        line-height: 38px;

        margin: 0 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner .single h3
    {
        font-size: 3.7vw;
        line-height: 6.6vw;

        margin-bottom: 2.6vw;

        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner .single > div
    {
        width: 525px;
    }
}

@media screen and (max-width: 768px) and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner .single > div .disc
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner .single > div .disc
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner .single > div .disc li
    {
        font-size: 3.4vw;

        padding-left: 3.3vw;
    }
    .essence-mask-lx #modal1 .inner .single > div .disc li:before
    {
        top: 1.6vw;

        width: 2.1vw;
        height: 2.1vw;
    }
}

.essence-mask-lx #modal1 .inner .single .graph img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner .single .graph
    {
        width: 290px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner .single .graph
    {
        width: 46.4vw;
        margin: 4vw auto 0;

        -webkit-transform: translate(5.3vw, 0);
                transform: translate(5.3vw, 0);
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner .single .graph p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner .single .graph p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner .single .graph p
    {
        font-size: 14px;
        line-height: 1;

        margin-top: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner .single .graph p
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner > h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner > h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner > h3
    {
        font-size: 24px;

        margin: 0 0 60px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner > h3
    {
        font-size: 4.5vw;
        line-height: 6.6vw;

        margin: 0 0 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner.cream
    {
        padding-top: 74px;
        padding-right: 140px;
        padding-left: 140px;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner.cream section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner.cream section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner.cream section h2
    {
        font-size: 30px;
        line-height: 42px;

        margin-bottom: 50px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner.cream section h2
    {
        font-size: 4.5vw;
        line-height: 6.6vw;

        margin-bottom: 6.6vw;

        text-align: center;
    }
}

.essence-mask-lx #modal1 .inner.cream section > .lead .gold
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .inner.cream section > .lead
    {
        margin-bottom: 54px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .inner.cream section > .lead
    {
        line-height: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .columns
    {
        width: 700px;
        margin: 0 0 60px !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .columns .column
    {
        width: 300px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .columns .column
    {
        margin: 0 0 6.6vw;
    }
}

.essence-mask-lx #modal1 .columns .column h3
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .columns .column h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .columns .column h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .columns .column h3
    {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .columns .column h3
    {
        font-size: 3.4vw;
        line-height: 3.4vw;

        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal1 .columns .column .illust
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 300px;
        height: 262px;
        margin-bottom: 20px;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal1 .columns .column .illust
    {
        width: 41.6vw;
        margin: 0 auto 4vw;
    }
}

.essence-mask-lx #modal1 .columns .column .illust img
{
    width: 100%;
}

.essence-mask-lx #modal1 .btn
{
    margin: 0 auto;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 .inner
    {
        padding: 75px 80px 65px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 .inner
    {
        padding: 9.3vw 6.6vw 8.5vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 .inner.cream
    {
        padding: 70px 80px 35px;
    }
}

.essence-mask-lx #modal2 header h2
{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 header
    {
        padding: 0 0 9.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section > h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section > h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section > h2
    {
        font-size: 30px;
        line-height: 1;

        margin-bottom: 35px;
    }
    .essence-mask-lx #modal2 section > h2 sup
    {
        font-size: 11px;

        margin-right: -11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section > h2
    {
        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section h3.ttlLine
    {
        font-size: 20px;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block1 .columns:first-of-type
    {
        margin-bottom: 45px !important;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block1 .columns:first-of-type
    {
        margin-bottom: 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block1 .text
    {
        width: 685px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block1 .text
    {
        margin-bottom: 4vw;
    }
}

.essence-mask-lx #modal2 section.block1 .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block1 .illust
    {
        width: 135px;
        margin-left: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block1 .illust
    {
        width: 30.1vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block2
    {
        margin: 0 0 9.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block2 .ingredients
    {
        margin-right: -15px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block2 .ingredients
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 4vw -1.8vw 0;

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

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block2 .ingredients li
    {
        width: 100px;
        margin: 0 15px;
    }
    .essence-mask-lx #modal2 section.block2 .ingredients li .ingredient div
    {
        font-size: 14px;
        line-height: 16px;

        width: 100px;
        height: 100px;
    }
    .essence-mask-lx #modal2 section.block2 .ingredients li .ingredient div span
    {
        font-size: 10px;

        margin: -2px 0 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block2 .ingredients li
    {
        width: 22.6vw;
        margin: 0 1.7vw;
    }
    .essence-mask-lx #modal2 section.block2 .ingredients li .ingredient div
    {
        white-space: nowrap;
    }
    .essence-mask-lx #modal2 section.block2 .ingredients li .ingredient div sup
    {
        font-size: 3.6vw;

        margin-right: -3.7vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block2 .text
    {
        width: 430px;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block2 .text h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block2 .text h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block2 .text h2
    {
        font-size: 30px;
        line-height: 1;

        margin-bottom: 35px;
    }
    .essence-mask-lx #modal2 section.block2 .text h2 sup
    {
        font-size: 11px;

        margin-right: -11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block2 .text h2
    {
        font-size: 4.5vw;

        margin-bottom: 3.3vw;
    }
}

.essence-mask-lx #modal2 section.block2 .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 section.block2 .illust
    {
        width: 263px;
        margin-top: 50px;
        margin-right: 100px;
    }
}

@media screen and (max-width: 768px)
{
    .essence-mask-lx #modal2 section.block2 .illust
    {
        width: 61.8vw;
        margin: 3.3vw auto 1.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .essence-mask-lx #modal2 .note
    {
        font-size: 10px !important;
        line-height: 22px !important;

        margin-top: 80px;
        padding-left: 0 !important;

        text-indent: 0 !important;
    }
}

.white-treatment-essence #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/skincare/series/white-treatment-essence/mainvisual1_product.png'), url('../img/skincare/series/white-treatment-essence/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%,cover;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/white-treatment-essence/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 295px;

        -webkit-transform: translate(-368px, -50%);
                transform: translate(-368px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 49.6vw;
        margin: 0 0 0 -24.9vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.white-treatment-essence #main section h1 img
{
    width: 100%;
}

.white-treatment-essence #main section .btn
{
    margin: 0 auto;
}

.white-treatment-essence #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description
    {
        height: 704px;

        background: url('../img/skincare/series/white-treatment-essence/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description
    {
        height: 220.1vw;

        text-align: center;

        background: url('../img/skincare/series/white-treatment-essence/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: cover;
    }
}

.white-treatment-essence #description section
{
    text-align: center;

    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section
    {
        position: absolute;
        top: 115px;
        left: 50%;

        width: 500px;

        text-align: left;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section
    {
        margin: 0 auto;
        padding-top: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 33px;

        letter-spacing: .12em;
    }
    .white-treatment-essence #description section h2 sup
    {
        font-size: 11px;

        margin-right: -11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 4vw;
    }
    .white-treatment-essence #description section h2 sup
    {
        font-size: 2.5vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
    .white-treatment-essence #description section p sup
    {
        font-size: 7px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
    .white-treatment-essence #description section p sup
    {
        font-size: 1.7vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section .btns
    {
        margin: 9.3vw 0 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section .btn
    {
        margin: 45px 0 70px;
    }
    .white-treatment-essence #description section .btn:first-of-type
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;

        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section .note
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section .note
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #description section .note
    {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #description section .note
    {
        font-size: 2.4vw;

        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #useStep ul#stepList
    {
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #useStep ul#stepList li
    {
        width: 250px;
        margin-bottom: 0;
    }
}

.white-treatment-essence #useStep ul#stepList li.cur:before
{
    position: absolute;

    display: block;

    content: '';

    background: #b9d8ed;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #useStep ul#stepList li.cur:before
    {
        top: 157px;
        right: 0;
        left: 0;

        width: 100%;
        height: 4px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #useStep ul#stepList li.cur:before
    {
        top: 0;
        left: 0;

        width: 1vw;
        height: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .inner
    {
        padding: 75px 80px 65px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .inner
    {
        padding: 9.3vw 6.6vw 8.5vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .inner.cream
    {
        position: relative;

        padding: 58px 174px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 header
    {
        padding-bottom: 7.3vw !important;
    }
}

.white-treatment-essence #modal1 header h2
{
    margin: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block1
    {
        position: relative;

        width: 660px;
        margin: 0 auto;
    }
    .white-treatment-essence #modal1 .block1:after
    {
        position: absolute;
        top: 95px;
        left: 50%;

        display: block;

        width: 116px;
        height: 10px;
        margin-left: -58px;

        content: '';

        background: url('../img/skincare/series/white-treatment-essence/modal1_arrow.svg');
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block1 .column
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .white-treatment-essence #modal1 .block1 .column:first-of-type
    {
        position: relative;

        margin: 0 0 6.6vw;
    }
    .white-treatment-essence #modal1 .block1 .column:first-of-type:after
    {
        position: absolute;
        bottom: -6.7vw;
        left: 14.6vw;

        display: block;

        width: 0;
        height: 0;

        content: '';

        border: 2.6vw solid transparent;
        border-top: 2.1vw solid #efe9dd;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block1 .column
    {
        width: 238px;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block1 .column .illust
    {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block1 .column .illust
    {
        width: 33.8vw;
    }
}

.white-treatment-essence #modal1 .block1 .column .illust img
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block1 .column .lead
    {
        font-size: 3.4vw !important;
        line-height: 5.6vw !important;

        width: 38vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 h2
    {
        font-size: 22px;
        line-height: 1;

        position: absolute;
        top: -11px;
        right: 0;
        left: 0;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 h2
    {
        font-size: 4.5vw;

        margin-bottom: 6vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 652px;
        margin: 0 auto 40px;

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

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 ul
    {
        padding: 0 12vw 8.6vw;
    }
}

.white-treatment-essence #modal1 .block2 ul li
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 ul li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 130px;
        height: 130px;

        text-align: center;

        border-radius: 50%;
        background: #fff;

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

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 ul li
    {
        font-size: 2.9vw;
        line-height: 2.9vw;

        margin-bottom: 4.4vw;
        padding: .5vw 0 .5vw 6vw;
    }
    .white-treatment-essence #modal1 .block2 ul li:last-child
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 ul li:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        display: block;

        width: 4vw;
        height: 4vw;
        margin-top: -2.1vw;

        content: '';

        border-radius: 50%;
        background: #fff;
    }
}

.white-treatment-essence #modal1 .block2 ul li:after
{
    position: absolute;

    display: block;

    content: '';
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 ul li:after
    {
        top: 40px;
        right: -40px;

        width: 32px;
        height: 10px;

        background: url('../img/skincare/series/white-treatment-essence/modal2_arrow.svg');
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 ul li:after
    {
        bottom: -3.5vw;
        left: 1.2vw;

        display: block;

        width: 0;
        height: 0;

        content: '';

        border: 1vw solid transparent;
        border-top: 1vw solid #dae0e8;
    }
}

.white-treatment-essence #modal1 .block2 ul li:last-child:after
{
    content: none;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 ul li:nth-child(2)
    {
        background: #f5f3f0;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 ul li:nth-child(2):before
    {
        background: #ebe9e6;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 ul li:nth-child(3)
    {
        background: #f1efec;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 ul li:nth-child(3):before
    {
        background: #dfddda;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 ul li:nth-child(4)
    {
        background: #e7e5e2;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 ul li:nth-child(4):before
    {
        background: #d3d1ce;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 ul p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .block2 ul p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal1 .block2 ul p
    {
        font-size: 14px;
        line-height: 20px;

        width: 100%;

        text-align: center;
    }
}

.white-treatment-essence #modal1 .btn
{
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal1 .btn
    {
        min-width: 66.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner
    {
        padding: 75px 80px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner
    {
        padding: 9.3vw 6.6vw 8.5vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner.cream
    {
        position: relative;

        padding: 75px 80px 50px;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner header
    {
        padding: 0 0 44px !important;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner header
    {
        padding: 0 !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner header h2 sup
    {
        font-size: 30px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner header h2 sup
    {
        font-size: 2.5vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns
    {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns
    {
        margin: 0 0 8vw;
    }
}

.white-treatment-essence #modal2 .inner .block1 .columns:last-child
{
    margin-bottom: 0;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns .text
    {
        width: 540px;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns .text h3.ttlLine
    {
        font-size: 20px;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(1) .illust
    {
        width: 258px;
        margin-top: -32px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(1) .illust
    {
        width: 52.5vw;
        margin: 2.6vw auto 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(2)
    {
        margin-bottom: 60px;
    }
}

.white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(2) .text img
{
    display: inline-block;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(2) .text img
    {
        position: relative;
        top: 2px;

        width: 15px;
        margin: 0 2px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(2) .text img
    {
        position: relative;
        top: .2vw;

        width: 3vw;
        height: 3.2vw;
        margin: 0 .6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(2) .illust
    {
        width: 211px;
        margin: -13px 24px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(2) .illust
    {
        width: 51.8vw;
        margin: 2.6vw auto 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(3) .illust
    {
        width: 255px;
        margin-top: 18px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block1 .columns:nth-of-type(3) .illust
    {
        width: 54.6vw;
        margin: 4vw auto 0;
    }
}

.white-treatment-essence #modal2 .inner .block1 .columns .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column
    {
        width: 390px;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column .ttlLine
{
    text-align: center;
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column .ttlLine
    {
        margin: 0 0 3.3vw;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column .ttlLine span
{
    padding: 0 16px;

    text-align: center;

    background: #fbf9f6;
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1)
    {
        margin: 0 0 8.6vw;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients
{
    margin-top: 0;

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

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients li
{
    margin: 0;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients li
    {
        width: 180px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients li
    {
            flex-direction: column;

        width: 35.4vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients p
{
    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients .ingredient
    {
        margin-right: 0vw;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients .ingredient div
{
    margin: 0;

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

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients .ingredient div
    {
        font-size: 14px;
        line-height: 16px;

        width: 180px;
        height: 100px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients .ingredient div
    {
        font-size: 3.7vw;
        line-height: 5.3vw;

        width: 35.4vw;
        height: 24vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients .ingredient div span
    {
        font-size: 10px;
        line-height: 10px;

        top: auto;
        bottom: 9px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(1) .ingredients .ingredient div span
    {
        top: auto;
        right: 0;
        right: .9vw;
        bottom: 0;
        bottom: .9vw;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) > p
{
    margin: 0 0 20px;

    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) > p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) > p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) > p
    {
        font-size: 3.2vw;

        margin-bottom: 0 0 3.6vw;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients
{
    margin-top: 0;
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients li
    {
        width: 100px;
        margin: 0 13px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients li
    {
        margin-bottom: 8.6vw;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients li .ingredient
    {
        margin-right: 0vw;
    }
}

.white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients li .ingredient div
{
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients li .ingredient div
    {
        font-size: 14px;
        line-height: 16px;

        width: 100px;
        height: 100px;
        margin: 0;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients li .ingredient div
    {
        font-size: 2.6vw;
        line-height: 3vw;

        width: 22.6vw;
        height: 22.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients li .ingredient div span
    {
        font-size: 10px;

        top: auto;
        bottom: 0;

        margin: 0 0 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .columns .column:nth-of-type(2) .ingredients li .ingredient div span
    {
        font-size: 2.4vw;

        top: -.3vw;
        right: -.7vw;
    }
}

.white-treatment-essence #modal2 .inner .block2 .note
{
    padding-left: 0 !important;

    text-indent: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .white-treatment-essence #modal2 .inner .block2 .note
    {
        font-size: 10px !important;
        line-height: 22px !important;

        margin-top: 75px;
    }
}

@media screen and (max-width: 768px)
{
    .white-treatment-essence #modal2 .inner .block2 .note
    {
        font-size: 2.4vw;
        line-height: 4vw;
    }
}

.eye-concentrate #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/skincare/series/eye-concentrate/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/eye-concentrate/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 404px;

        -webkit-transform: translate(-453px, -50%);
                transform: translate(-453px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 75.9vw;
        margin: 0 0 0 -37.9vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.eye-concentrate #main section h1 img
{
    width: 100%;
}

.eye-concentrate #main section .btn
{
    margin: 0 auto;
}

.eye-concentrate #main section .btn.white a
{
    background: rgba(255, 255, 255, .8);
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #main section .btn.white a:hover
    {
        color: white;
        background: #333;
    }
}

.eye-concentrate #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #description
    {
        height: 704px;

        background: url('../img/skincare/series/eye-concentrate/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #description
    {
        height: 157.4vw;

        text-align: center;

        background: #edf2f6;
    }
}

.eye-concentrate #description section
{
    text-align: center;

    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #description section
    {
        position: absolute;
        top: 115px;
        left: 50%;

        width: 500px;
        padding-left: 62px;

        text-align: left;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #description section
    {
        margin: 0 auto;
        padding-top: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 33px;

        letter-spacing: .12em;
    }
    .eye-concentrate #description section h2 sup
    {
        font-size: 11px;

        margin-right: -11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 4vw;
    }
    .eye-concentrate #description section h2 sup
    {
        font-size: 2.5vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
    .eye-concentrate #description section p sup
    {
        font-size: 7px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
    .eye-concentrate #description section p sup
    {
        font-size: 1.7vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 70px;
    }
    .eye-concentrate #description section .btns .btn
    {
        margin-top: 10px;
    }
    .eye-concentrate #description section .btns .btn:first-of-type
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #description section .btns
    {
        margin: 0 auto;
    }
    .eye-concentrate #description section .btns .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;
    }
    .eye-concentrate #description section .btns .btn a
    {
        border-color: #6a6c6d;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #description section > .btn
    {
        margin: 45px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #description section > .btn
    {
        width: 66.6vw;
        margin: 9.3vw auto 0;

        white-space: nowrap;
    }
    .eye-concentrate #description section > .btn a
    {
        border-color: #6a6c6d;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner
    {
        padding: 72px 80px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner
    {
        padding: 9.3vw 6.6vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner header
    {
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner header
    {
        padding: 0 !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner header h2
    {
        margin-bottom: 54px !important;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner header h2
    {
        margin-bottom: 7.3vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section
    {
        width: 547px;
        margin: 0 auto 35px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner section
    {
        margin-bottom: 6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section:nth-of-type(2)
    {
        margin-bottom: 80px;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section:last-of-type
    {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner section:last-of-type
    {
        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section .ttlLine
    {
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner section .ttlLine
    {
        margin-bottom: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section .ttlLine span
    {
        font-size: 20px;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section p
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner section p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.eye-concentrate #modal1 .inner section p.influence
{
    position: relative;

    background: #fbf9f6;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section p.influence
    {
        font-weight: bold;
        line-height: 1;

        margin-top: 60px;
        padding: 18px 20px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner section p.influence
    {
        font-size: 2.6vw;
        font-weight: bold;
        line-height: 3.8vw;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 12.6vw;
        padding: 4vw;

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

.eye-concentrate #modal1 .inner section p.influence:before
{
    position: absolute;

    display: block;

    content: '';

    background: url('../img/skincare/series/eye-concentrate/modal_arrrow.png');
    background-size: contain;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section p.influence:before
    {
        top: -38px;
        left: 50%;

        width: 38px;
        height: 17px;
        margin: 0 0 0 -19px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner section p.influence:before
    {
        top: -8.1vw;
        left: 50%;

        width: 6.2vw;
        height: 2.8vw;
        margin: 0 0 0 -3.1vw;
    }
}

.eye-concentrate #modal1 .inner section p.influence span
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner section p.influence span
    {
        display: inline-block;

        margin-right: 8px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner section p.influence span
    {
        display: block;

        width: 9.3vw;
        margin-right: 3.3vw;

        white-space: nowrap;
    }
}

.eye-concentrate #modal1 .inner .btns
{
    white-space: nowrap;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal1 .inner .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .eye-concentrate #modal1 .inner .btns .btn
    {
        margin-top: 10px;
    }
    .eye-concentrate #modal1 .inner .btns .btn:first-of-type
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal1 .inner .btns
    {
        margin: 10.6vw auto 0;
    }
    .eye-concentrate #modal1 .inner .btns .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;
    }
}

.eye-concentrate #modal2 .modalMain
{
    position: relative;
    z-index: 101;
}

.eye-concentrate #modal2 .modalMain:after
{
    position: absolute;
    z-index: 2;

    display: block;

    content: '';

    background: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .modalMain
    {
        width: 100%;
        height: 400px;

        background-image: url('../img/skincare/series/eye-concentrate/modal_main2.jpg');
        background-size: cover;
    }
    .eye-concentrate #modal2 .modalMain:after
    {
        bottom: -45px;
        left: 50%;

        width: 1px;
        height: 90px;
        margin: 0 0 0 -1px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .modalMain
    {
        width: 100%;
        height: 106.7vw;

        background-image: url('../img/skincare/series/eye-concentrate/modal_main2_sp.jpg');
        background-size: cover;
    }
    .eye-concentrate #modal2 .modalMain:after
    {
        bottom: -5.4vw;
        left: 50%;

        width: 2px;
        height: 10.6vw;
        margin: 0 0 0 -1px;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .modalMain section
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .modalMain section
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .modalMain section
    {
        position: absolute;
        top: 0;
        left: 50%;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 500px;
        height: 400px;

        text-align: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .modalMain section
    {
        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .modalMain section h2
    {
        font-size: 24px;
        line-height: 24px;

        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .modalMain section h2
    {
        font-size: 5vw;
        line-height: 5vw;

        margin-bottom: 6.6vw;
        padding-top: 10.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .modalMain section p
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .modalMain section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner
    {
        padding: 75px 80px 48px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner
    {
        padding: 13.3vw 6.6vw 8.5vw;
    }
}

.eye-concentrate #modal2 .inner header
{
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner header h2
    {
        font-size: 4.2vw !important;
    }
}

.eye-concentrate #modal2 .inner section h3
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section h3
    {
        font-size: 20px;
        line-height: 20px;

        margin: 0 0 20px;
    }
    .eye-concentrate #modal2 .inner section h3 sup
    {
        font-size: 11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section h3
    {
        font-size: 3.7vw;
        line-height: 3.7vw;

        margin-bottom: 3.3vw;
    }
    .eye-concentrate #modal2 .inner section h3 sup
    {
        font-size: 2.5vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section .text
    {
        width: 380px;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section .illust
    {
        width: 420px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .illust
    {
        margin-top: 4.6vw;
    }
}

.eye-concentrate #modal2 .inner section .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section .columns
    {
        margin: 0 auto 45px !important;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .columns
    {
        margin: 0 auto 9.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section .single
    {
        text-align: center;
    }
}

.eye-concentrate #modal2 .inner section .single h3
{
    text-align: center;
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .single h3
    {
        font-size: 3.7vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section .single .ingredients
    {
        width: 513px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .single .ingredients
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .single .ingredients li
    {
        margin: 0 0 4vw;
    }
}

.eye-concentrate #modal2 .inner section .single .ingredients li .ingredient
{
    margin-right: 0;
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .single .ingredients li .ingredient div
    {
        font-size: 2.6vw;

        width: 21.3vw;
        height: 21.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section .single p
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .single p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.eye-concentrate #modal2 .inner section .note
{
    text-indent: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal2 .inner section .note
    {
        font-size: 11px !important;
        line-height: 18px !important;

        padding: 75px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .note
    {
        font-size: 2.4vw;
        line-height: 3.4vw;

        padding: 8vw 0 0;
    }
}

.eye-concentrate #modal2 .inner section .btn
{
    margin: 30px auto 0;
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal2 .inner section .btn
    {
        width: 66.6vw;
    }
}

.eye-concentrate #modal3 .modalMain
{
    position: relative;
    z-index: 101;
}

.eye-concentrate #modal3 .modalMain:after
{
    position: absolute;
    z-index: 2;

    display: block;

    content: '';

    background: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .modalMain
    {
        width: 100%;
        height: 400px;

        background-image: url('../img/skincare/series/eye-concentrate/modal_main3.jpg');
        background-size: cover;
    }
    .eye-concentrate #modal3 .modalMain:after
    {
        bottom: -45px;
        left: 50%;

        width: 1px;
        height: 90px;
        margin: 0 0 0 -1px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .modalMain
    {
        width: 100%;
        height: 106.7vw;

        background-image: url('../img/skincare/series/eye-concentrate/modal_main3_sp.jpg');
        background-size: cover;
    }
    .eye-concentrate #modal3 .modalMain:after
    {
        bottom: -5.4vw;
        left: 50%;

        width: 2px;
        height: 10.6vw;
        margin: 0 0 0 -1px;
    }
}

.eye-concentrate #modal3 .modalMain section
{
    color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .modalMain section
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .modalMain section
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .modalMain section
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 500px;
        height: 400px;

        text-align: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .modalMain section
    {
        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .modalMain section h2
    {
        font-size: 24px;
        line-height: 24px;

        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .modalMain section h2
    {
        font-size: 5vw;
        line-height: 5vw;

        margin-bottom: 6.6vw;
        padding-top: 10.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .modalMain section p
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .modalMain section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .inner
    {
        padding: 75px 80px 48px;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .inner
    {
        padding: 13.3vw 6.6vw 8.5vw;
    }
}

.eye-concentrate #modal3 .inner header
{
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .inner header h2
    {
        font-size: 4.2vw !important;

        text-align: left !important;
    }
}

.eye-concentrate #modal3 .inner section h3
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .inner section h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .inner section h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .inner section h3
    {
        font-size: 20px;
        line-height: 20px;

        margin: 0 0 27px;
    }
    .eye-concentrate #modal3 .inner section h3 sup
    {
        font-size: 11px;

        margin-right: -11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .inner section h3
    {
        font-size: 3.7vw;
        line-height: 3.7vw;

        margin-bottom: 3.3vw;
    }
    .eye-concentrate #modal3 .inner section h3 sup
    {
        font-size: 2.5vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .inner section img
    {
        width: 592px;
        margin: 60px auto 0;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .inner section img
    {
        width: 100%;
        margin: 4vw auto 0;
    }
}

.eye-concentrate #modal3 .inner section .note
{
    text-indent: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .eye-concentrate #modal3 .inner section .note
    {
        font-size: 11px;
        line-height: 18px;

        padding: 75px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .eye-concentrate #modal3 .inner section .note
    {
        font-size: 2.4vw;
        line-height: 3.4vw;

        padding: 8vw 0 0;
    }
}

.night-wrinkle-essence #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-color: #020214;
        background-image: url('../img/skincare/series/night-wrinkle-essence/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #main
    {
        width: 100%;
        height: 146.2vw;

        background: #020214 url('../img/skincare/series/night-wrinkle-essence/mainvisual1_sp.jpg') no-repeat center top;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 288px;

        -webkit-transform: translate(95px, -50%);
                transform: translate(95px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 50.1vw;
        margin: 0 0 0 -25.1vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.night-wrinkle-essence #main section h1 img
{
    width: 100%;
}

.night-wrinkle-essence #main section .btn
{
    margin: 0 auto;
}

.night-wrinkle-essence #main section .btn.white a
{
    background: rgba(255, 255, 255, .8);
}

.night-wrinkle-essence #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #description
    {
        height: 710px;

        background: url('../img/skincare/series/night-wrinkle-essence/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #description
    {
        height: 212.3vw;

        text-align: center;

        background: #0b0b0b url('../img/skincare/series/night-wrinkle-essence/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

.night-wrinkle-essence #description section
{
    text-align: center;

    color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #description section
    {
        position: absolute;
        top: 115px;
        left: 50%;

        width: 500px;
        margin: 0 0 0 -500px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #description section
    {
        margin: 0 auto;
        padding-top: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 33px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 4vw;
    }
    .night-wrinkle-essence #description section h2 sup
    {
        font-size: 2.5vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
    .night-wrinkle-essence #description section p sup
    {
        font-size: 7px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
    .night-wrinkle-essence #description section p sup
    {
        font-size: 1.7vw;

        vertical-align: super;
    }
}

.night-wrinkle-essence #description section .btn a
{
    color: #fff;
    border: 1px solid #fff;
}

.night-wrinkle-essence #description section .btn a:before
{
    background: #fff;
}

.night-wrinkle-essence #description section .btn a:after
{
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #description section .btn
    {
        margin: 45px auto 70px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #description section .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;

        white-space: nowrap;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #useStep ul#stepList
    {
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #useStep ul#stepList li
    {
        width: 250px;
        margin-bottom: 0;
    }
}

.night-wrinkle-essence #useStep ul#stepList li.cur:before
{
    position: absolute;

    display: block;

    content: '';

    background: #8989b3;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #useStep ul#stepList li.cur:before
    {
        top: 157px;
        right: 0;
        left: 0;

        width: 100%;
        height: 4px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #useStep ul#stepList li.cur:before
    {
        top: 0;
        left: 0;

        width: 1vw;
        height: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .inner
    {
        padding: 75px 80px 60px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 .inner
    {
        padding: 9.3vw 6.6vw 8.5vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .inner.cream
    {
        position: relative;

        padding: 65px 80px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 .inner.cream
    {
        padding: 9.3vw 6.6vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 header
    {
        padding: 0 0 50px !important;
    }
}

.night-wrinkle-essence #modal1 header h2
{
    text-align: left !important;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 header h2
    {
        margin: 0 0 10px !important;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 header h2
    {
        font-size: 4.2vw !important;

        margin-bottom: 4vw !important;

        text-align: left !important;
    }
}

.night-wrinkle-essence #modal1 header p
{
    text-align: left !important;
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 header p
    {
        font-size: 3.4vw !important;
        line-height: 5.6vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .ttlLine span
    {
        font-size: 20px;
    }
}

.night-wrinkle-essence #modal1 .block1 .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .block1 .illust
    {
        width: 300px;
    }
    .night-wrinkle-essence #modal1 .block1 .illust p
    {
        font-size: 13px;
        line-height: 24px;

        margin-top: 10px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 .block1 .illust
    {
        width: 60vw;
        margin: 8vw auto 0;
    }
    .night-wrinkle-essence #modal1 .block1 .illust p
    {
        font-size: 2.5vw;
        line-height: 4.8vw;

        margin-top: 4.8vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .block1 .text
    {
        width: 482px;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .block2
    {
        margin: 0 auto 50px !important;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 .block2
    {
        margin-bottom: 10.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .block2 .text
    {
        width: 480px;
    }
}

.night-wrinkle-essence #modal1 .block2 .text .ttlLine span
{
    background: #fbf9f6;
}

.night-wrinkle-essence #modal1 .block2 .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .block2 .illust
    {
        width: 260px;
        margin-top: 5px;
        margin-right: 45px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 .block2 .illust
    {
        width: 64vw;
        margin: 6.6vw auto 0;
    }
}

.night-wrinkle-essence #modal1 .block2:nth-of-type(2)
{
    margin-bottom: 0;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .block2:nth-of-type(2) .illust
    {
        width: 176px;
        margin-top: -10px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 .block2:nth-of-type(2) .illust
    {
        width: 44.6vw;
        margin: 3.3vw auto 0;
    }
}

.night-wrinkle-essence #modal1 .note
{
    text-indent: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .night-wrinkle-essence #modal1 .note
    {
        font-size: 11px;
        line-height: 18px;
    }
}

@media screen and (max-width: 768px)
{
    .night-wrinkle-essence #modal1 .note
    {
        font-size: 2.6vw;
        line-height: 4.2vw;

        padding: 10vw 0 0;
    }
}

.beauty-skin-powder #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/skincare/series/beauty-skin-powder/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/skincare/series/beauty-skin-powder/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 400px;

        -webkit-transform: translate(-425px, -50%);
                transform: translate(-425px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 66.6vw;
        margin: 0 0 0 -33.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.beauty-skin-powder #main section h1 img
{
    width: 100%;
}

.beauty-skin-powder #main section .btn
{
    margin: 0 auto;
}

.beauty-skin-powder #main section .btn.white a
{
    background: rgba(255, 255, 255, .8);
}

.beauty-skin-powder #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description
    {
        height: 618px;

        background: url('../img/skincare/series/beauty-skin-powder/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description
    {
        height: 136.8vw;

        text-align: center;

        background: url('../img/skincare/series/beauty-skin-powder/mainvisual2_sp.jpg') no-repeat center center;
        background-size: contain;
    }
}

.beauty-skin-powder #description section
{
    text-align: center;

    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section
    {
        position: absolute;
        top: 90px;
        left: 50%;

        width: 450px;
        margin-left: -225px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section
    {
        margin: 0 auto;
        padding-top: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 33px;

        letter-spacing: .12em;
    }
    .beauty-skin-powder #description section h2 sup
    {
        font-size: 11px;

        margin-right: -11px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 4vw;
    }
    .beauty-skin-powder #description section h2 sup
    {
        font-size: 2.5vw;

        margin-right: -1.9vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
    .beauty-skin-powder #description section p sup
    {
        font-size: 7px;

        vertical-align: super;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
    .beauty-skin-powder #description section p sup
    {
        font-size: 1.7vw;

        vertical-align: super;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section .btns
    {
        margin: 9.3vw 0 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section .btn
    {
        margin: 45px 0 70px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;

        white-space: nowrap;
    }
    .beauty-skin-powder #description section .btn a
    {
        border-color: #333;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section .note
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section .note
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #description section .note
    {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #description section .note
    {
        font-size: 2.4vw;

        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner
    {
        padding: 75px 100px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner
    {
        padding: 9.3vw 6.6vw 8.5vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner header
    {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner header
    {
        padding-bottom: 10.6vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner header h2
    {
        margin: 0 !important;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner header h2
    {
        margin: 0 !important;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner > section > div .ttlLine
    {
        line-height: 5vw;

        white-space: nowrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner > section > div
    {
        margin: 30px 0 0;
    }
    .beauty-skin-powder #modal1 .inner > section > div:first-child
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner > section > div
    {
        margin: 8vw 0 0;
    }
    .beauty-skin-powder #modal1 .inner > section > div:first-child
    {
        margin-top: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner > section > div .ttlLine
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner > section > div .ttlLine
    {
        font-size: 3.7vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner > section > div p
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner > section > div p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner > section > div ul
    {
        margin-top: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner > section > div ul li
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner > section > div ul li
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner.cream
    {
        padding: 50px 100px 30px;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns
    {
        width: 770px;
        margin: 0 auto 45px !important;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns
    {
        margin: 0 0 9.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row-reverse;

        width: 100%;
        margin: 7.2vw 0 0;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .beauty-skin-powder #modal1 .inner.cream .columns .column:first-child
    {
        margin-top: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column .text
    {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column .text
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 40vw;
        margin-left: 5.3vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.beauty-skin-powder #modal1 .inner.cream .columns .column h3
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column h3
    {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column h3
    {
        font-size: 3.7vw;
        line-height: 3.7vw;

        margin-bottom: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column p
    {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.beauty-skin-powder #modal1 .inner.cream .columns .column .thumb
{
    overflow: hidden;

    border-radius: 50%;
}

@media print, screen and (min-width: 769px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column .thumb
    {
        width: 214px;
        height: 214px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-skin-powder #modal1 .inner.cream .columns .column .thumb
    {
        width: 34.6vw;
    }
}

.beauty-skin-powder #modal1 .inner.cream .columns .column .thumb img
{
    width: 100%;
}

.beauty-skin-powder #modal1 .btn
{
    margin: 0 auto;
}

.pearlprecious-aura #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/makeup/series/pearlprecious-aura/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/makeup/series/pearlprecious-aura/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 404px;

        -webkit-transform: translate(54px, -50%);
                transform: translate(54px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 69.3vw;
        margin: 0 0 0 -33.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #main section h1
    {
        margin: 0 0 47px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.pearlprecious-aura #main section h1 img
{
    width: 100%;
}

.pearlprecious-aura #main section .btn
{
    margin: 0 auto;
}

.pearlprecious-aura #main section .btn.white a
{
    background: rgba(255, 255, 255, .8);
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #main section .btn.white a:hover
    {
        color: white;
        background: #333;
    }
}

.pearlprecious-aura #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description
    {
        height: 720px;

        background: url('../img/makeup/series/pearlprecious-aura/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description
    {
        text-align: center;

        background: #faf1f0 url('../img/makeup/series/pearlprecious-aura/mainvisual2_sp.jpg') no-repeat center bottom !important;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description section
    {
        position: absolute;
        top: 120px;
        left: 50%;

        width: 500px;
        margin-left: -500px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description section
    {
        margin: 0 auto;
        padding: 10vw 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

.pearlprecious-aura #description section .btns
{
    white-space: nowrap;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 70px;
    }
    .pearlprecious-aura #description section .btns .btn
    {
        margin-top: 10px;
    }
    .pearlprecious-aura #description section .btns .btn:first-of-type
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description section .btns
    {
        margin: 10.6vw auto 0;
    }
    .pearlprecious-aura #description section .btns .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;
    }
}

.pearlprecious-aura #description2
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description2
    {
        height: 680px;

        background: url('../img/makeup/series/pearlprecious-aura/mainvisual3.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description2
    {
        height: 188.3vw;

        text-align: center;

        background: #faf1f0 url('../img/makeup/series/pearlprecious-aura/mainvisual3_sp.jpg') no-repeat center top;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description2 section
    {
        position: absolute;
        top: 165px;
        left: 50%;

        width: 500px;
        margin-left: 107px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description2 section
    {
        margin: 0 auto;
        padding-top: 92vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description2 section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description2 section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description2 section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description2 section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description2 section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description2 section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description2 section p
    {
        font-size: 15px;
        line-height: 30px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description2 section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

.pearlprecious-aura #description2 section .btns
{
    white-space: nowrap;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #description2 section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 495px;
        margin-top: 60px;

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

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #description2 section .btns
    {
        margin: 10.6vw auto 0;
    }
    .pearlprecious-aura #description2 section .btns .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #lineup .ttl
    {
        margin-bottom: 60px;
    }
}

.pearlprecious-aura #lineup .tabs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #lineup .tabs
    {
        width: 1000px;
        margin: 0 auto 110px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #lineup .tabs
    {
        padding: 0 5.3vw;
    }
}

.pearlprecious-aura #lineup .tabs .tab
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #7b7b7b;
    background: #f8f8f9;

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

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #lineup .tabs .tab
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #lineup .tabs .tab
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #lineup .tabs .tab
    {
        font-size: 22px;

        width: 480px;
        height: 70px;

        cursor: pointer;
        -webkit-transition: .3s;
                transition: .3s;
    }
}

.pearlprecious-aura #lineup .tabs .tab:after
{
    position: absolute;
    left: 50%;

    display: block;

    width: 1px;

    content: '';

    background: #333;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #lineup .tabs .tab:after
    {
        top: 100%;

        height: 0;

        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: translate(-50%, -10px);
                transform: translate(-50%, -10px);
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #lineup .tabs .tab:hover
    {
        color: white;
        background: #333;
    }
    .pearlprecious-aura #lineup .tabs .tab:hover:after
    {
        height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #lineup .tabs .tab
    {
        font-size: 4.8vw;

        width: 42vw;
        height: 14.6vw;
        margin-top: 10.6vw;
        margin-bottom: 8vw;
    }
}

.pearlprecious-aura #lineup .tabs .tab.cur
{
    color: #333;
    border: 1px solid rgba(51, 51, 51, .4);
    background: none;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #lineup .tabs .tab.cur:after
    {
        height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #lineup .tabs .tab.cur:after
    {
        bottom: 2.6vw;

        height: 6.6vw;

        -webkit-transform: translate(-50%, 6.6vw);
                transform: translate(-50%, 6.6vw);
    }
}

.pearlprecious-aura #lineup .tabContents .tabContent
{
    display: none;
}

.pearlprecious-aura #lineup .tabContents .tabContent:first-child
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal1 .inner
    {
        padding: 75px 80px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal1 .inner
    {
        padding: 9.3vw 6.6vw 8.5vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal1 header
    {
        padding: 0 0 70px !important;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal1 header
    {
        padding-bottom: 4vw !important;
    }
}

.pearlprecious-aura #modal1 header h2
{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal1 header h2
    {
        font-size: 5vw;
        line-height: 6.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal1 .columns
    {
        margin-bottom: 60px !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal1 .text
    {
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal1 .text
    {
        margin-bottom: 6.6vw;
    }
}

.pearlprecious-aura #modal1 .text p:last-child
{
    margin-bottom: 0;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal1 .text p
    {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal1 .text p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 2.6vw;
    }
}

.pearlprecious-aura #modal1 .illust img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal1 .illust
    {
        width: 320px;
        margin-top: -20px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal1 .illust
    {
        width: 62.6vw;
        margin: 0 auto 12vw;
    }
}

.pearlprecious-aura #modal1 .btn
{
    margin: 0 auto;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .inner
    {
        padding: 75px 80px 55px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .inner
    {
        padding: 9.3vw 6.6vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .inner.cream
    {
        position: relative;
        z-index: 101;

        padding: 75px 80px 50px;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .inner.cream h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .inner.cream h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .inner.cream h2
    {
        font-size: 30px;
        line-height: 44px;

        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .inner.cream h2
    {
        font-size: 5vw;
        line-height: 7.7vw;

        margin-bottom: 6.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .inner.cream p
    {
        font-size: 15px;
        line-height: 30px;

        margin-bottom: 15px;
    }
}

.pearlprecious-aura #modal2 .inner.cream p:last-child
{
    margin-bottom: 0;
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .inner.cream p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        width: 43.4vw;
        margin-bottom: 2.6vw;
    }
}

.pearlprecious-aura #modal2 .inner.cream .photo
{
    position: absolute;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .inner.cream .photo
    {
        top: 47px;
        right: 44px;

        width: 357px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .inner.cream .photo
    {
        top: 26.6vw;
        right: 0;

        width: 36.2vw;
        height: 71.2vw;
    }
}

.pearlprecious-aura #modal2 .inner.cream .photo img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .columns .column
    {
        width: 387px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .columns .column
    {
        margin-bottom: 4vw;
    }
    .pearlprecious-aura #modal2 .columns .column:first-child
    {
        margin-bottom: 7.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .columns .column .ttlLine span
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .columns .column .strong
    {
        line-height: 5.6vw;

        margin-bottom: 0 !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .columns .column ul
    {
        margin: 0 0 38px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .columns .column ul
    {
        margin-bottom: 4vw;
    }
}

.pearlprecious-aura #modal2 .columns .column ul li
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .columns .column ul li
    {
        font-size: 15px;
        line-height: 28px;

        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .columns .column ul li
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        padding: 0 0 0 6vw;
    }
}

.pearlprecious-aura #modal2 .columns .column ul li span
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .columns .column ul li span
    {
        width: 15px;
        height: 16px;
        margin-top: -8px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .columns .column ul li span
    {
        width: 3.2vw;
        height: 3.2vw;
        margin-top: -1.7vw;
    }
}

.pearlprecious-aura #modal2 .columns .column ul li span img
{
    width: 100%;
}

.pearlprecious-aura #modal2 .illust
{
    margin: 0 auto;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .illust
    {
        width: 606px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .illust
    {
        margin: 0 -4.1vw;
    }
}

.pearlprecious-aura #modal2 .illust img
{
    width: 100%;
}

.pearlprecious-aura #modal2 .note
{
    padding-left: 0 !important;

    text-indent: 0 !important;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal2 .note
    {
        font-size: 10px !important;
        line-height: 22px !important;

        margin-top: 70px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal2 .note
    {
        font-size: 2.4vw;
        line-height: 3.4vw;

        margin-top: 9.3vw;
    }
}

.pearlprecious-aura #modal3 header
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 header
    {
        height: 500px;

        background: url('../img/makeup/series/pearlprecious-aura/modal3_main.jpg') no-repeat center center;
        background-size: contain;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 header
    {
        height: 56vw;

        background: url('../img/makeup/series/pearlprecious-aura/modal3_main_sp.jpg') no-repeat center center;
        background-size: contain;
    }
}

.pearlprecious-aura #modal3 header h2
{
    position: absolute;
    top: 50%;
    left: 50%;

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

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 header h2
    {
        margin: 0 0 0 30px !important;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 header h2
    {
        margin: 0 0 0 3vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner
    {
        padding: 70px 80px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner
    {
        padding: 10vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .ttlLine
    {
        font-size: 30px;

        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .ttlLine
    {
        font-size: 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns
    {
        margin-bottom: 60px !important;
    }
    .pearlprecious-aura #modal3 .inner .columns:last-child
    {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns:last-child .column:last-child
    {
        margin-bottom: 0;
    }
}

.pearlprecious-aura #modal3 .inner .columns .column
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column
    {
        width: 405px;
        min-height: 200px;
    }
    .pearlprecious-aura #modal3 .inner .columns .column:last-child
    {
        width: 366px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column
    {
        margin-bottom: 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#eye .product
    {
        width: 194px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#eye .product
    {
        width: 32.2vw;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#eyeblow ul
    {
        min-height: 27.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#eyeblow .product
    {
        width: 161px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#eyeblow .product
    {
        width: 26.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#lip .product
    {
        width: 167px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#lip .product
    {
        width: 27.8vw;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#face ul
    {
        min-height: 19.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#face .product
    {
        right: 70px;

        width: 90px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column#face .product
    {
        width: 15vw;
    }
}

.pearlprecious-aura #modal3 .inner .columns .column ul li
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li
    {
        z-index: 2;

        margin-bottom: 26px;
        padding-left: 30px;
    }
    .pearlprecious-aura #modal3 .inner .columns .column ul li:last-child
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li
    {
        font-size: 3.4vw;

        margin-bottom: 4.6vw;
        padding-left: 4vw;
    }
    .pearlprecious-aura #modal3 .inner .columns .column ul li:last-child
    {
        margin-bottom: 0vw;
    }
}

.pearlprecious-aura #modal3 .inner .columns .column ul li:before
{
    position: absolute;
    left: 0;

    display: block;

    content: '';

    background: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li:before
    {
        top: 7px;

        width: 20px;
        height: 1px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li:before
    {
        top: 1.3vw;

        width: 2.6vw;
        height: .2vw;
    }
}

.pearlprecious-aura #modal3 .inner .columns .column ul li span
{
    display: block;

    color: #7b7b7b;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li span
    {
        font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li span
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li span
    {
        font-size: 10px;

        margin-top: 7px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious-aura #modal3 .inner .columns .column ul li span
    {
        font-size: 2.6vw;

        margin-top: 1.3vw;
    }
}

.pearlprecious-aura #modal3 .inner .columns .column .product
{
    position: absolute;
    right: 0;
    bottom: 0;
}

.pearlprecious-aura #modal3 .inner .columns .column .product img
{
    width: 100%;
}

.pearlprecious #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/makeup/series/pearlprecious/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/makeup/series/pearlprecious/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 361px;

        -webkit-transform: translate(-430px, -50%);
                transform: translate(-430px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 66.6vw;
        margin: 0 0 0 -33.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #main section h1
    {
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.pearlprecious #main section h1 img
{
    width: 100%;
}

.pearlprecious #main section .btn
{
    margin: 0 auto;
}

.pearlprecious #main section .btn.white a
{
    background: rgba(255, 255, 255, .8);
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #main section .btn.white a:hover
    {
        color: white;
        background: #333;
    }
}

.pearlprecious #description
{
    position: relative;

    width: 100%;

    color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #description
    {
        height: 577px;

        background: url('../img/makeup/series/pearlprecious/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #description
    {
        height: 122vw;

        text-align: center;

        background: #000;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #description section
    {
        position: absolute;
        top: 120px;
        left: 50%;

        width: 500px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #description section
    {
        margin: 0 auto;
        padding-top: 18.6vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        letter-spacing: .12em;
    }
}

.pearlprecious #description section .btns
{
    white-space: nowrap;
}

.pearlprecious #description section .btns a
{
    color: #fff;
    border-color: rgba(255, 255, 255, .7);
}

.pearlprecious #description section .btns a:before
{
    background-color: #fff;
}

.pearlprecious #description section .btns a:after
{
    background-color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .pearlprecious #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 70px;
    }
    .pearlprecious #description section .btns .btn
    {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .pearlprecious #description section .btns
    {
        margin: 10.6vw auto 0;
    }
    .pearlprecious #description section .btns .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;
    }
}

.moist-plus #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/hair-body/series/moist-plus/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #main
    {
        width: 100%;
        height: 146.2vw;

        background: url('../img/hair-body/series/moist-plus/mainvisual1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 351px;

        -webkit-transform: translate(-430px, -50%);
                transform: translate(-430px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 53.3vw;
        margin: 0 0 0 -26.7vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #main section h1
    {
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.moist-plus #main section h1 img
{
    width: 100%;
}

.moist-plus #main section .btn
{
    margin: 0 auto;
}

.moist-plus #main .btn + .btn {
    margin-top: 20px;
}

@media print, screen and (max-width: 768px) {
    .moist-plus #main .btn + .btn {
        margin-top: 3.5vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #main section .btn a:hover
    {
        color: white;
        background: #aa823a;
    }
}

.moist-plus #description
{
    position: relative;

    width: 100%;

    text-align: center;

    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #description
    {
        height: 577px;

        background: url('../img/hair-body/series/moist-plus/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #description
    {
        height: 122vw;

        text-align: center;

        background: #fbfaf8;
    }
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #description section
    {
        position: absolute;
        top: 120px;
        left: 50%;

        width: 500px;
        margin: 0 0 0 -250px;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #description section
    {
        margin: 0 auto;
        padding-top: 18.6vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #description section h2
    {
        font-size: 22px;
        line-height: 1.6;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

.moist-plus #description section .btns
{
    white-space: nowrap;
}

.moist-plus #description section .btns a
{
    color: #fff;
    border-color: rgba(255, 255, 255, .7);
}

.moist-plus #description section .btns a:before
{
    background-color: #fff;
}

.moist-plus #description section .btns a:after
{
    background-color: #fff;
}

@media print, screen and (min-width: 769px)
{
    .moist-plus #description section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 495px;
        margin-bottom: 70px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .moist-plus #description section .btns .btn
    {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .moist-plus #description section .btns
    {
        margin: 10.6vw auto 0;
    }
    .moist-plus #description section .btns .btn
    {
        width: 66.6vw;
        margin: 4vw auto 0;
    }
}

/* モイストプラスキャンペーン　クーポン */
.moist-plus #campaign {
    background: #f8f6f3;
    text-align: center;
  }

  @media print, screen and (min-width: 769px) {
    .moist-plus #campaign {
      width: 900px;
      margin: 75px auto 0;
      padding: 45px 40px;
      font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign {
      padding: 10vw 5vw;
      font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
  }

  .moist-plus #campaign .inner {
    background: #fff;
    padding: 70px 60px;
    border: 3px solid #e2d4ae;
    position: relative;
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .inner {
      padding: 10vw 5vw;
    }
  }

  .moist-plus #campaign .inner::after {
    content: "";
    border: 1px solid #e2d4ae;
    position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
  }

  @media screen and (max-width: 768px) {
      
    .moist-plus #campaign .inner::after {
        top: -7px;
        left: -7px;
        width: calc(100% + 14px);
        height: calc(100% + 14px);
      }
  }

  .moist-plus #campaign .inner h2 {
    color: #aa823a;
    font-size: 33px;
    text-align: center;
    padding-bottom: 40px;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .inner h2 {
      font-size: 5.5vw;
      line-height: 8.5vw;
      padding-bottom: 6vw;
      font-weight: bold;
    }
  }

  .moist-plus #campaign .inner h3 {
    font-size: 23px;
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .inner h3 {
      font-size: 4.2vw;
      font-weight: bold;
      line-height: 7.8vw;
    }
  }

  .moist-plus #campaign .campaign_period {
    position: relative;
    text-align: center;
    padding: 28px;
    color: #aa823a;
    font-weight: bold;
    font-size: 24px;
    background:
      url(../img/hair-body/series/moist-plus/campaign/border.png),
      url(../img/hair-body/series/moist-plus/campaign/border.png);
    background-repeat: no-repeat;
    background-position:
      center top,
      center bottom;
    margin-bottom: 60px;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .campaign_period {
      background-size: 100% .5vw;
      font-size: 4vw;
      padding: 6vw 0;
      margin-bottom: 6vw;
    }
  }

  .moist-plus #campaign .campaign_period p {
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
    background: #fff;
    padding: 0 20px;
    font-size: 18px;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .campaign_period p {
      font-size: 3.5vw;
    }
  }

  .moist-plus #campaign .desc {
    font-size: 17px;
    line-height: 2;
    padding: 30px 0;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .desc {
      font-size: 3.4vw;
      line-height: 6.6vw;
      padding: 4vw 0 6vw;
    }
  }

  .moist-plus #campaign .coupon_img img {
    margin: 0 auto;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .coupon_img img {
      width: 100%;
    }
  }

  .moist-plus #campaign .annotation {
    width: 520px;
    margin: 0 auto;
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .annotation {
      width: auto;
      font-size: 2.6vw;
      padding-top: 2vw;
    }
  }

  .moist-plus #campaign .howto {
    text-align: left;
    padding-top: 60px;
    line-height: 1.8;
    font-size: 14px;
    width: 630px;
    margin: 0 auto;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .howto {
      width: auto;
      font-size: 3.2vw;
      line-height: 6vw;
      padding-top: 10vw;
    }
  }

  .moist-plus #campaign .howto p {
    font-size: 23px;
    text-align: center;
    line-height: 1;
    color: #aa823a;
    padding-bottom: 20px;
  }

  @media screen and (max-width: 768px) {
    .moist-plus #campaign .howto p {
      font-size: 4.2vw;
      padding-bottom: 5vw;
      font-weight: bold;
    }
  }

/*=====================================================
 お客様サポート
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .support #contents > section:first-child .ttl
    {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px)
{
    .support #contents > section:first-child .ttl
    {
        margin-bottom: 45px;
    }
}

@media print, screen and (min-width: 769px)
{
    #supportIndex
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media print, screen and (min-width: 769px)
{
    #supportIndex .fatBorder
    {
        width: 560px;
        padding: 35px;
    }
}

@media screen and (max-width: 768px)
{
    #supportIndex .fatBorder
    {
        margin-top: 5.3vw;
        padding: 10.6vw 0;
    }
}

#supportIndex .fatBorder .btn
{
    margin: 0 auto;
}

#supportIndex .fatBorder .tel
{
    font-family: 'Crimson Text', serif;
}

@media print, screen and (min-width: 769px)
{
    #supportIndex .fatBorder .tel
    {
        font-size: 60px;

        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px)
{
    #supportIndex .fatBorder .tel
    {
        font-size: 12vw;

        margin-bottom: 30px;
    }
}

@media print, screen and (min-width: 769px)
{
    #supportIndex .fatBorder .caption
    {
        font-size: 12px;
        line-height: 1.83;
    }
}

@media screen and (max-width: 768px)
{
    #supportIndex .fatBorder .caption
    {
        font-size: 2.4vw;
        line-height: 1.67;
    }
}

@media print, screen and (min-width: 769px)
{
    #supportIndex .right
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 420px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

@media print, screen and (min-width: 769px)
{
    #supportIndex .right .fatBorder
    {
        width: 420px;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    #supportIndex .right .fatBorder:nth-of-type(1)
    {
        margin-bottom: 17px;
    }
}

@media screen and (min-width: 769px) and (max-width: 768px)
{
    #supportIndex .right .fatBorder:nth-of-type(1)
    {
        margin-bottom: 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm
    {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm
    {
        padding-bottom: 75px;
    }
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .lead
    {
        font-size: 15px;
        line-height: 1.87;

        margin-bottom: 60px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .lead
    {
        font-size: 3.4vw;
        line-height: 1.62;

        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .address .line1
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .address .line1 .zipText
    {
        width: 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .address .line1 .zip
    {
        width: 140px;
        margin-left: 10px;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .address .line1 .zip
    {
        width: 36.8vw;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .address .line1 .autoAddress
    {
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .address .line1 .autoAddress
    {
        margin-left: 4vw;
    }
}

#inquiryInForm .address .line1 .autoAddress :after
{
    content: none;
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .address .line1 .note
    {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .address .line1 .note
    {
        margin-top: 1.3vw;
        margin-left: 4vw;
    }
}

#inquiryInForm .address .line2,
#inquiryInForm .address .line3
{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#inquiryInForm .address .line2 input,
#inquiryInForm .address .line3 input
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .address .line2 input,
    #inquiryInForm .address .line3 input
    {
        width: 485px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .address .line2 input,
    #inquiryInForm .address .line3 input
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .address .line2 .note,
    #inquiryInForm .address .line3 .note
    {
        margin-top: 1.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .agree
    {
        font-size: 15px;
        line-height: 1.87;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 40px;

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

@media screen and (max-width: 768px)
{
    #inquiryInForm .agree
    {
        font-size: 3.4vw;
        line-height: 1.62;

        margin-top: 6.6vw;
    }
}

#inquiryInForm .agree a
{
    text-decoration: underline;

    color: #aa823a;
}

#inquiryInForm .btns
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .btns
    {
        width: 460px;
        margin: 30px auto 80px;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .btns
    {
        margin: 9.3vw auto;
    }
}

#inquiryInForm .btns .btn
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .btns .btn
    {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .btns .btn
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .btns .btn.back a
    {
        min-width: 150px;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .btns .btn.back a
    {
        min-width: 32vw;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .btns .btn.send a
    {
        min-width: 54.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #inquiryInForm .note
    {
        font-size: 12px;
        line-height: 1.83;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    #inquiryInForm .note
    {
        font-size: 2.4vw !important;
        line-height: 1.67;
    }
}

.support #faq
{
    background: #f8f8f9;
}

.support #faq h4
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    .support #faq h4
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .support #faq h4
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .support #faq h4
    {
        font-size: 22px;

        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .support #faq h4
    {
        font-size: 4.2vw;
        font-weight: bold;

        margin-top: 40px;
        margin-bottom: 5.3vw;
    }
}

.support #faq h4:before
{
    display: block;

    height: 1px;

    content: '';

    background: #333;
}

@media print, screen and (min-width: 769px)
{
    .support #faq h4:before
    {
        width: 38px;
        margin-right: 12px;
    }
}

@media screen and (max-width: 768px)
{
    .support #faq h4:before
    {
        width: 6.6vw;
        margin-right: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .support #faq dl
    {
        font-size: 14px;
        line-height: 1.86;
    }
}

@media screen and (max-width: 768px)
{
    .support #faq dl
    {
        font-size: 3.7vw;
        line-height: 1.43;
    }
}

.support #faq dl dt
{
    position: relative;

    display: block;

    background: white;
}

@media print, screen and (min-width: 769px)
{
    .support #faq dl dt
    {
        margin-top: 20px;
        padding: 20px 30px 20px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .support #faq dl dt
    {
        margin-top: 15px;
        padding: 4vw 6.6vw 4vw 9.3vw;
    }
}

.support #faq dl dt:before
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;

    content: '\e900';
    -webkit-transition: .3s;
            transition: .3s;
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px)
{
    .support #faq dl dt:before
    {
        line-height: 1.86;

        top: 20px;
        left: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .support #faq dl dt:before
    {
        font-size: 3.7vw;
        line-height: 1.43;

        top: 4vw;
        left: 2.6vw;

        width: 4vw;

        text-align: center;
    }
}

.support #faq dl dt.open:before
{
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.support #faq dl dd
{
    overflow: hidden;

    margin-top: 1px;
}

.support #faq dl dd .accd
{
    background: white;
}

@media print, screen and (min-width: 769px)
{
    .support #faq dl dd .accd
    {
        padding: 24px 30px 24px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .support #faq dl dd .accd
    {
        padding: 4vw 6.6vw 4vw 9.3vw;
    }
}

/*=====================================================
 サポート確認
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .support.confirm #contents > section:first-child .ttl
    {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px)
{
    .support.confirm #contents > section:first-child .ttl
    {
        margin-bottom: 10.6vw;
    }
}

/*=====================================================
 サポート送信完了
=====================================================*/
/*=====================================================
 ビューティーインフォメーション
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .beauty-info #contents > section:first-child .ttl
    {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-info #contents > section:first-child .ttl
    {
        margin-bottom: 10.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media print, screen and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList li
    {
        width: 480px;
        margin-top: 70px;
    }
    .beauty-info ul#beautyInfoList li:nth-child(1)
    {
        margin: 0;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList li:nth-child(2)
    {
        margin: 0;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-info ul#beautyInfoList li
    {
        margin-top: 10.6vw;
    }
    .beauty-info ul#beautyInfoList li:nth-child(1)
    {
        margin: 0;
    }
}

.beauty-info ul#beautyInfoList li a
{
    position: relative;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.beauty-info ul#beautyInfoList li a .thumb
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media print, screen and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList li a .thumb
    {
        width: 211px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-info ul#beautyInfoList li a .thumb
    {
        width: 32vw;
        min-height: 21.3vw;
    }
}

.beauty-info ul#beautyInfoList li a .thumb img
{
    width: 100%;
    height: 100%;
}

.beauty-info ul#beautyInfoList li a .text
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList li a .text
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-info ul#beautyInfoList li a .text
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList li a .text
    {
        min-width: 269px;
        padding: 0 0 0 18px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-info ul#beautyInfoList li a .text
    {
        min-width: 54vw;
        padding: 0 0 0 3.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList li a .text p
    {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-info ul#beautyInfoList li a .text p
    {
        font-size: 3.4vw;
        line-height: 1.46;
    }
}

.beauty-info ul#beautyInfoList li a .text .date
{
    font-family: 'Bentham', serif;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    vertical-align: baseline;

    color: #7b7b7b;

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

@media print, screen and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList li a .text .date
    {
        font-size: 16px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-info ul#beautyInfoList li a .text .date
    {
        font-size: 3.7vw;

        margin-bottom: 2.6vw;
    }
}

.beauty-info ul#beautyInfoList li a .text .date .icnNew
{
    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .beauty-info ul#beautyInfoList li a .text .date .icnNew
    {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px)
{
    .beauty-info ul#beautyInfoList li a .text .date .icnNew
    {
        font-size: 2.6vw;
    }
}

/*=====================================================
 news
=====================================================*/
#news #selectMenu li a
{
    font-family: 'Bentham', serif;
}

@media print, screen and (min-width: 769px)
{
    #news #selectMenu li a
    {
        font-size: 16px;
    }
}

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul
    {
        margin-top: 40px;
    }
}

#news #newsIndex ul li
{
    position: relative;

    border-bottom: 1px solid rgba(51, 51, 51, .4);
}

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul li:after
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px)
{
    #news #newsIndex ul li:after
    {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icon' !important;
        font-size: 4vw;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;

        position: absolute;
        top: 50%;
        right: 0;

        display: block;
        display: none;

        content: '\e902';
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        text-transform: none;

        speak: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul li
    {
        padding: 25px 0;
    }
}

@media screen and (max-width: 768px)
{
    #news #newsIndex ul li
    {
        padding: 5.3vw 6.6vw 5.3vw 0;
    }
}

#news #newsIndex ul li .info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul li .info
    {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px)
{
    #news #newsIndex ul li .info
    {
        margin-bottom: 2.6vw;
    }
}

#news #newsIndex ul li .info .date
{
    font-family: 'Bentham', serif;

    position: relative;

    color: #7b7b7b;
}

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul li .info .date
    {
        font-size: 18px;

        top: -2px;

        display: inline-block;

        width: 120px;
    }
}

@media screen and (max-width: 768px)
{
    #news #newsIndex ul li .info .date
    {
        font-size: 3.7vw;

        top: -2px;

        display: inline-block;
    }
}

#news #newsIndex ul li .info .date:after
{
    position: relative;

    content: '｜';
}

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul li .info .date:after
    {
        font-size: 12px;

        top: 1px;

        padding-left: 12px;
    }
}

@media screen and (max-width: 768px)
{
    #news #newsIndex ul li .info .date:after
    {
        font-size: 2.6vw;

        padding: 0 1.3vw;
    }
}

#news #newsIndex ul li .info .cate
{
    color: #7b7b7b;
}

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul li .info .cate
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px)
{
    #news #newsIndex ul li .info .cate
    {
        font-size: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul li .text
    {
        font-size: 15px;
        line-height: 1.87;

        margin-left: 120px;
    }
}

@media screen and (max-width: 768px)
{
    #news #newsIndex ul li .text
    {
        font-size: 3.4vw;
        line-height: 1.62;
    }
}

#news #newsIndex ul li .text a
{
    border-bottom: 2px solid #f6f2eb;
}

@media print, screen and (min-width: 769px)
{
    #news #newsIndex ul li .text .icn
    {
        position: relative;
        top: 2px;

        display: inline-block;

        width: 16px;
        height: 14px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 768px)
{
    #news #newsIndex ul li .text .icn
    {
        position: absolute;
        top: 50%;
        right: 0;

        height: 4.2vw;

        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

/*=====================================================
 企業理念
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .philosophy h1.ttl
    {
        margin-bottom: 70px;
        padding-top: 64px !important;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy h1.ttl
    {
        margin-bottom: 12vw;
        padding-top: 12vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .philosophy #philosophy
    {
        padding-bottom: 16vw;

        text-align: center;

        background: #eefbff url('../img/company/philosophy_pc.jpg') no-repeat center bottom;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #philosophy
    {
        padding-bottom: 45.3vw !important;

        background: #eefbff url('../img/company/philosophy_sp.jpg') no-repeat center bottom;
        background-size: 100% auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .philosophy #philosophy h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #philosophy h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .philosophy #philosophy h3
    {
        font-size: 22px;

        margin: 0 0 40px;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #philosophy h3
    {
        font-size: 4vw;
        font-weight: bold;

        margin: 8vw 0 6.6vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .philosophy #philosophy p
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #philosophy p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.philosophy #bnrBrandStory
{
    background: url('../img/common/bnr_brandstory_lrg.jpg') no-repeat center center;
}

@media print, screen and (min-width: 769px)
{
    .philosophy #bnrBrandStory
    {
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #bnrBrandStory
    {
        background-position: 45% center;
        background-size: auto 100%;
    }
}

.philosophy #bnrBrandStory .inner
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .philosophy #bnrBrandStory .inner
    {
        height: 390px;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #bnrBrandStory .inner
    {
        height: 36vw;
    }
}

.philosophy #bnrBrandStory section
{
    position: absolute;

    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .philosophy #bnrBrandStory section
    {
        top: 50%;
        left: 140px;

        width: 225px;

        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #bnrBrandStory section
    {
        top: 50%;
        left: 9.3vw;

        width: 40vw;

        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}

@media print, screen and (min-width: 769px)
{
    .philosophy #bnrBrandStory section h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #bnrBrandStory section h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .philosophy #bnrBrandStory section h3
    {
        font-size: 22px;
        line-height: 36px;

        margin-bottom: 30px;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 768px)
{
    .philosophy #bnrBrandStory section h3
    {
        font-size: 3.4vw;
        font-weight: bold;
        line-height: 5.3vw;

        margin-bottom: 2.6vw;
    }
}

.philosophy #bnrBrandStory section .btn
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .philosophy #bnrBrandStory section .btn a
    {
        font-size: 2.6vw;

        min-height: 8vw;
        padding: 0 0 0 0 !important;
    }
}

/*=====================================================
 研究・成果
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .study h1.ttl
    {
        margin-bottom: 70px;
        padding-top: 64px !important;
    }
}

@media screen and (max-width: 768px)
{
    .study h1.ttl
    {
        margin-bottom: 12vw;
        padding-top: 12vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .study #contents #studyHeader
    {
        height: 487px;
        margin-bottom: 95px;

        text-align: center;

        background: #eefbff url('../img/company/study_pc.jpg') no-repeat center top;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents #studyHeader
    {
        margin-bottom: 15.3vw;
        padding-bottom: 45.3vw;

        background: #eefbff url('../img/company/study_sp.jpg') no-repeat center bottom;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents #studyHeader h2
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .study #contents #studyHeader h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents #studyHeader h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .study #contents #studyHeader h3
    {
        font-size: 22px;

        margin: 0 0 40px;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents #studyHeader h3
    {
        font-size: 4vw;
        font-weight: bold;
        line-height: 6.4vw;

        padding: 13.3vw 0 6.6vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .study #contents #studyHeader p
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents #studyHeader p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.study #contents .ttlLine
{
    color: #000;
}

@media print, screen and (min-width: 769px)
{
    .study #contents .ttlLine
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents .ttlLine
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.study #contents .ttlLine:before
{
    background: #000;
}

@media print, screen and (min-width: 769px)
{
    .study #contents .ttlLine
    {
        font-size: 22px;

        margin-bottom: 35px;
        padding-left: 50px;
    }
    .study #contents .ttlLine:before
    {
        width: 40px;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents .ttlLine
    {
        font-size: 4.2vw;
        line-height: 6.4vw;

        padding-left: 9.3vw;
    }
    .study #contents .ttlLine:before
    {
        top: 3vw;

        width: 5.3vw;
        margin-top: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .study #contents .basicTb
    {
        margin-bottom: 70px;
    }
    .study #contents .basicTb:last-of-type
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents .basicTb
    {
        margin-bottom: 14.9vw;
    }
    .study #contents .basicTb:last-of-type
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents .basicTb tr
    {
        display: table-row;
    }
}

@media print, screen and (min-width: 769px)
{
    .study #contents .basicTb tr th
    {
        width: 120px;
        min-width: 120px;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents .basicTb tr th
    {
        display: table-cell;

        width: 20vw;
        padding: 6.6vw 0;
    }
}

@media screen and (max-width: 768px)
{
    .study #contents .basicTb tr td
    {
        display: table-cell;

        padding: 5.3vw 0;
    }
}

/*=====================================================
 CSR
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .csr #contents h1.ttl
    {
        margin-bottom: 70px;
        padding-top: 64px !important;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents h1.ttl
    {
        margin-bottom: 12vw;
        padding-top: 12vw !important;
    }
}

.csr #contents p.shoulder
{
    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .csr #contents p.shoulder
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents p.shoulder
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .csr #contents p.shoulder
    {
        font-size: 22px;
        line-height: 34px;

        margin-bottom: 26px;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents p.shoulder
    {
        font-size: 4vw;
        line-height: 5.6vw;

        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .csr #contents p.lead
    {
        font-size: 15px;
        line-height: 28px;

        margin-bottom: 100px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents p.lead
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 13.3vw;
    }
}

.csr #contents h3
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    .csr #contents h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .csr #contents h3
    {
        font-size: 22px;

        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents h3
    {
        font-size: 4.2vw;
        font-weight: bold;

        margin-top: 9.3vw;
        margin-bottom: 5.3vw;
    }
}

.csr #contents h3:before
{
    display: block;

    height: 1px;

    content: '';

    background: #333;
}

@media print, screen and (min-width: 769px)
{
    .csr #contents h3:before
    {
        width: 38px;
        margin-right: 12px;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents h3:before
    {
        width: 6.6vw;
        margin-right: 2.6vw;
    }
}

.csr #contents .gray
{
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .gray
    {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents .gray
    {
        padding-bottom: 16vw;
    }
}

.csr #contents .gray p
{
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .gray p
    {
        font-size: 15px;
        line-height: 28px;

        padding: 20px 30px;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents .gray p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        padding: 4vw 5.3vw;
    }
}

.csr #contents .gray ol
{
    counter-reset: number;
}

.csr #contents .gray ol li
{
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .gray ol li
    {
        font-size: 15px;
        line-height: 28px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents .gray ol li
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        position: relative;

        margin-bottom: 4vw;
        padding: 4vw 5.3vw 4vw 12vw;
    }
}

.csr #contents .gray ol li:before
{
    font-family: 'Bentham', serif !important;

    display: block;

    content: counter(number) '.';
    counter-increment: number;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .gray ol li:before
    {
        font-size: 30px;

        width: 40px;
        height: 1px;
        margin-top: -5px;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents .gray ol li:before
    {
        font-size: 5.3vw;

        position: absolute;
        top: 4vw;
        left: 5.3vw;

        margin-top: -5px;
    }
}

.csr #contents .gray dl
{
    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .gray dl
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 20px;

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

@media screen and (max-width: 768px)
{
    .csr #contents .gray dl
    {
        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .gray dl dt
    {
        line-height: 28px;

        width: 230px;
        padding: 20px 30px;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents .gray dl dt
    {
        font-size: 3.7vw;
        font-weight: bold;
        line-height: 5.6vw;

        padding: 4vw 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .gray dl dd
    {
        padding: 20px;

        border-left: 2px solid #f8f8f9;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents .gray dl dd
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        padding: 4vw 5.3vw;

        border-top: 2px solid #f8f8f9;
    }
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .gray dl dd ul li
    {
        line-height: 28px;

        margin-bottom: 5px;
    }
}

.csr #contents .gray dl dd ul li:last-child
{
    margin-bottom: 0;
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .regional
    {
        width: 673px;
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .csr #contents .regional .photo
    {
        margin: 0 0 40px;
    }
}

@media screen and (max-width: 768px)
{
    .csr #contents .regional .photo
    {
        margin: 0 0 5.3vw;
    }
}

.csr #contents .regional .photo img
{
    width: 100%;
}

.csr #contents .regional p.lead
{
    margin: 0;

    text-align: left;
}

/*=====================================================
 沿革
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .history #contents h1.ttl
    {
        margin-bottom: 70px;
        padding-top: 64px !important;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents h1.ttl
    {
        margin-bottom: 12vw;
        padding-top: 12vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .history #contents p.lead
    {
        font-size: 15px;
        line-height: 28px;

        margin-bottom: 50px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents p.lead
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 9.3vw;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents .basicTb tr
    {
        display: table-row;
    }
}

@media print, screen and (min-width: 769px)
{
    .history #contents .basicTb tr th
    {
        width: 120px;
        min-width: 120px;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents .basicTb tr th
    {
        display: table-cell;

        width: 20vw;
        padding: 6.6vw 0;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents .basicTb tr td
    {
        display: table-cell;

        padding: 6.6vw 0;
    }
}

.history #contents #bnrBrandStory
{
    background: url('../img/common/bnr_brandstory_lrg.jpg') no-repeat center center;
}

@media print, screen and (min-width: 769px)
{
    .history #contents #bnrBrandStory
    {
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents #bnrBrandStory
    {
        background-position: 45% center;
        background-size: auto 100%;
    }
}

.history #contents #bnrBrandStory .inner
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .history #contents #bnrBrandStory .inner
    {
        height: 390px;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents #bnrBrandStory .inner
    {
        height: 36vw;
    }
}

.history #contents #bnrBrandStory section
{
    position: absolute;

    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .history #contents #bnrBrandStory section
    {
        top: 50%;
        left: 140px;

        width: 225px;

        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .history #contents #bnrBrandStory section
    {
        top: 50%;
        left: 9.3vw;

        width: 40vw;

        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}

@media print, screen and (min-width: 769px)
{
    .history #contents #bnrBrandStory section h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents #bnrBrandStory section h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .history #contents #bnrBrandStory section h3
    {
        font-size: 22px;
        line-height: 36px;

        margin-bottom: 30px;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 768px)
{
    .history #contents #bnrBrandStory section h3
    {
        font-size: 3.4vw;
        font-weight: bold;
        line-height: 5.3vw;

        margin-bottom: 2.6vw;
    }
}

.history #contents #bnrBrandStory section .btn
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .history #contents #bnrBrandStory section .btn a
    {
        font-size: 2.6vw;

        min-height: 8vw;
        padding: 0 0 0 0 !important;
    }
}

/*=====================================================
 事業紹介
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .business h1.ttl
    {
        margin-bottom: 70px;
        padding-top: 64px !important;
    }
}

@media screen and (max-width: 768px)
{
    .business h1.ttl
    {
        margin-bottom: 12vw;
        padding-top: 12vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section.cut
    {
        overflow: hidden;

        width: 100%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section.cut
    {
        padding-right: 5.3vw;
        padding-left: 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block
    {
        position: relative;
        left: 50%;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1200px;
        margin-bottom: 150px;
        margin-left: -600px;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section > section.block
    {
        margin-bottom: 20vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block:before
    {
        position: absolute;
        top: 70px;
        left: 220px;

        display: block;

        width: 660px;
        height: 440px;

        content: '';

        border: 6px solid #f8f8f9;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block .photo
    {
        position: relative;
        z-index: 1;

        width: 660px;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section > section.block .photo
    {
        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block .photo img
    {
        width: 660px;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section > section.block .photo img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block .text
    {
        position: relative;
        z-index: 1;

        width: 540px;
        padding: 0 100px 30px 60px;
    }
}

.business #contents > section > section.block .text h4
{
    line-height: 1.4;
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block .text h4
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section > section.block .text h4
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block .text h4
    {
        font-size: 26px;

        margin-bottom: 34px;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section > section.block .text h4
    {
        font-size: 5vw;
        font-weight: bold;

        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block .text p
    {
        font-size: 15px;
        line-height: 28px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section > section.block .text p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 4.8vw;
    }
}

.business #contents > section > section.block .text p.strong
{
    font-weight: bold;
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block .text .btn
    {
        margin-top: 30px;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block:nth-of-type(2),
    .business #contents > section > section.block:nth-of-type(4)
    {
            flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block:nth-of-type(2) .text,
    .business #contents > section > section.block:nth-of-type(4) .text
    {
        padding: 0 60px 30px 100px;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section > section.block:nth-of-type(2):before,
    .business #contents > section > section.block:nth-of-type(4):before
    {
        top: 70px;
        left: 320px;
    }
}

.business #contents > section.oem
{
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section.oem
    {
        padding-top: 100px;
        padding-bottom: 100px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section.oem
    {
        padding-top: 16vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section.oem .ttlCtrLine
    {
        margin-bottom: 30px;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section.oem p
    {
        font-size: 15px;
        line-height: 28px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .business #contents > section.oem p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 4.8vw;
    }
}

.business #contents > section.oem p.strong
{
    font-weight: bold;
}

@media screen and (max-width: 768px)
{
    .business #contents > section.oem p.strong
    {
        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .business #contents > section.oem p.lead
    {
        margin-bottom: 23px;
    }
}

.business #contents > section.oem .btn
{
    margin: 0 auto;
}

/*=====================================================
 会社情報
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .company h1.ttl
    {
        margin-bottom: 70px;
        padding-top: 64px !important;
    }
}

@media screen and (max-width: 768px)
{
    .company h1.ttl
    {
        margin-bottom: 12vw;
        padding-top: 12vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .company .basicTb .map:first-of-type
    {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .company .basicTb .map:first-of-type
    {
        margin-bottom: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .company .basicTb .map
    {
        height: 360px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .company .basicTb .map
    {
        height: 62.6vw;
        margin-top: 1.3vw;
    }
}

.company .basicTb strong
{
    font-weight: bold;
}

.company .basicTb a
{
    border-bottom: 2px solid #f6f2eb;
}

@media print, screen and (min-width: 769px)
{
    .company .basicTb a
    {
        position: relative;
    }
}

@media print, screen and (min-width: 769px)
{
    .company .basicTb .icn
    {
        position: relative;
        top: 2px;

        display: inline-block;

        width: 16px;
        height: 14px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 768px)
{
    .company .basicTb .icn
    {
        position: relative;

        display: inline-block;

        height: 3.2vw;
        margin-left: 1.3vw;
    }
}

/*=====================================================
 recruit
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .recruit h1.ttl
    {
        margin-bottom: 70px;
        padding-top: 64px !important;
    }
}

@media screen and (max-width: 768px)
{
    .recruit h1.ttl
    {
        margin-bottom: 12vw;
        padding-top: 12vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit #contents > section:first-child .ttl
    {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit #contents > section:first-child .ttl
    {
        margin-bottom: 10.6vw;
    }
}

.recruit .tabs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    .recruit .tabs
    {
        margin-bottom: 40px;
    }
}

.recruit .tabs .tab
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #7b7b7b;
    background: #f8f8f9;

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

@media print, screen and (min-width: 769px)
{
    .recruit .tabs .tab
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .tabs .tab
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .tabs .tab
    {
        font-size: 22px;

        width: 480px;
        height: 70px;

        -webkit-transition: .3s;
                transition: .3s;
    }
}

.recruit .tabs .tab:after
{
    position: absolute;
    left: 50%;

    display: block;

    width: 1px;

    content: '';

    background: #333;
}

@media print, screen and (min-width: 769px)
{
    .recruit .tabs .tab:after
    {
        top: 100%;

        height: 0;

        -webkit-transition: .3s;
                transition: .3s;
        -webkit-transform: translate(-50%, -10px);
                transform: translate(-50%, -10px);
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .tabs .tab:hover
    {
        color: white;
        background: #333;
    }
    .recruit .tabs .tab:hover:after
    {
        height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .tabs .tab
    {
        font-size: 4.8vw;

        width: 42vw;
        height: 14.6vw;
        margin-top: 10.6vw;
        margin-bottom: 8vw;
    }
}

.recruit .tabs .tab.cur
{
    color: #333;
    border: 1px solid rgba(51, 51, 51, .4);
    background: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .tabs .tab.cur.curLink:hover
    {
        color: white;
        background: #333;
    }
    .recruit .tabs .tab.cur.curLink:hover:after
    {
        height: 30px;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .tabs .tab.cur:after
    {
        height: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .tabs .tab.cur:after
    {
        bottom: 2.6vw;

        height: 6.6vw;

        -webkit-transform: translate(-50%, 6.6vw);
                transform: translate(-50%, 6.6vw);
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .basicTb td p
    {
        margin-top: 10px;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    .recruit .basicTb td p:first-child
    {
        margin-top: 0;
    }
}

.recruit .basicTb td p a
{
    text-decoration: underline;

    color: #aa823a;
}

@media print, screen and (min-width: 769px)
{
    .recruit .lead
    {
        font-size: 15px;
        line-height: 1.87;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .lead
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.recruit .entry .notice
{
    border: 5px solid #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .notice
    {
        font-size: 15px;
        line-height: 1.87;

        margin: 30px 0 60px;
        padding: 45px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .notice
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-top: 6.6vw;
        margin-bottom: 10.6vw;
        padding: 6.6vw 5.3vw 6.6vw;
    }
}

.recruit .entry .notice h4
{
    font-weight: bold;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .notice h4
    {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .notice h4
    {
        font-size: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .notice ul
    {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .notice ul
    {
        margin-top: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .notice ul li
    {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .notice ul li
    {
        font-size: 3.4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .notice p
    {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .notice p
    {
        margin-top: 2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .notice p:first-child
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .occupation .radioText
    {
        display: block;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .occupation .radioText label
    {
        margin-top: 2.6vw;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .desiredType .note
    {
        width: 100%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .desiredType .note
    {
        width: 100%;
        margin-top: 1.3vw;
    }
}

.recruit .entry .desiredType .checkboxText
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    .recruit .entry .desiredType .checkboxText
    {
        margin-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .desiredType .checkboxText
    {
        width: 50%;
        padding-top: 0;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .desiredType .checkboxText .checkbox
    {
        margin-right: 10px;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .desiredType .line1
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: auto;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .desiredType .line1
    {
        display: block;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .desiredType .line1 .desired_type_text
    {
        margin-top: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .desiredType .line2
    {
        display: block;

        margin-top: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .desiredType .line2
    {
        display: block;

        margin-top: 5.3vw;
    }
}

.recruit .entry .workLocation .note
{
    margin-top: 5px;
}

.recruit .entry .birthday .year
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .birthday .year
    {
        width: 90px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .birthday .year
    {
        width: 30.6vw;
        margin-right: 1.3vw;
    }
}

.recruit .entry .birthday .month
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .birthday .month
    {
        width: 60px;
        margin-right: 10px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .birthday .month
    {
        width: 16vw;
        margin-right: 1.3vw;
        margin-left: 5vw;
    }
}

.recruit .entry .birthday .day
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .birthday .day
    {
        width: 60px;
        margin-left: 20px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .birthday .day
    {
        width: 16vw;
        margin-right: 1.3vw;
        margin-left: 5vw;
    }
}

.recruit .entry .education .year
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .year
    {
        width: 90px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .year
    {
        width: 30.6vw;
        margin-right: 1.3vw;
    }
}

.recruit .entry .education .month
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .month
    {
        width: 60px;
        margin-right: 10px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .month
    {
        width: 16vw;
        margin-right: 1.3vw;
        margin-left: 5vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .select
    {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .select
    {
        width: 100%;
    }
    .recruit .entry .education .select select
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line2
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line2 .radioText
    {
        margin-top: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .line3
    {
        height: auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .line3 p
    {
        margin: 10px 0;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line3 p
    {
        margin-top: 6.6vw;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line4
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .line4 .name
    {
        width: 64px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line4 .name
    {
        width: 21.3vw;

        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .line4 .department
    {
        width: 136px;
        padding-right: 20px;

        text-align: right;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line4 .department
    {
        width: 21.3vw;
        margin-top: 4vw;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .line4 input[type='text']
    {
        width: 285px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line4 input[type='text']
    {
        width: 68vw;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
    .recruit .entry .education .line4 input[type='text']:nth-of-type(2)
    {
        margin-top: 4vw;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line5
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media print, screen and (min-width: 769px)
{
    .recruit .entry .education .line5 .major
    {
        display: inline-block;

        width: 64px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .education .line5 .major
    {
        width: 21.3vw;
    }
    .recruit .entry .education .line5 .major input
    {
        width: 68vw;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .address .line1
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .address .line1 .zipText
    {
        width: 8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .address .line1 .zip
    {
        width: 140px;
        margin-left: 10px;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .address .line1 .zip
    {
        width: 36.8vw;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .address .line1 .autoAddress
    {
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .address .line1 .autoAddress
    {
        margin-left: 4vw;
    }
}

.recruit .entry .address .line1 .autoAddress :after
{
    content: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .address .line1 .note
    {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .address .line1 .note
    {
        margin-top: 1.3vw;
        margin-left: 4vw;
    }
}

.recruit .entry .address .line2,
.recruit .entry .address .line3
{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.recruit .entry .address .line2 input,
.recruit .entry .address .line3 input
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .address .line2 input,
    .recruit .entry .address .line3 input
    {
        width: 485px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .address .line2 input,
    .recruit .entry .address .line3 input
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .address .line2 .note,
    .recruit .entry .address .line3 .note
    {
        margin-top: 1.3vw;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .contactInfo .line
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .contactInfo .line span
    {
        display: inline-block;

        width: 170px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .contactInfo .line span
    {
        width: 29.3vw;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .contactInfo .line input[type='text']
    {
        width: 285px;
        margin-right: 10px;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .contactInfo .line input[type='text']
    {
        width: 60vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .contactInfo .line select
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .contactInfo .line .note
    {
        width: 60vw;
        margin-top: 1.3vw;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .contactInfo .line.line4 span,
    .recruit .entry .contactInfo .line.line5 span
    {
        width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .contactInfo .line.line4 input[type='text'],
    .recruit .entry .contactInfo .line.line5 input[type='text']
    {
        width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

.recruit .entry .biography .nega
{
    margin-top: 0;
}

@media screen and (max-width: 768px)
{
    .recruit .entry .biography .line
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .biography .line:first-of-type
    {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .biography .line:first-of-type
    {
        margin-top: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .biography .line span
    {
        width: 40px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .biography .line span
    {
        width: 10.6vw;
        padding-left: 2vw;
    }
}

.recruit .entry .biography .line span:first-child
{
    padding-left: 0;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .biography .line span.month
    {
        width: 70px;
    }
}

.recruit .entry .biography input[type='text']
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .biography input[type='text']
    {
        width: 60px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .biography input[type='text']
    {
        width: 16vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .biography input[type='text'].name
    {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .biography input[type='text'].name
    {
        width: 78.7vw;
        margin-top: 4vw;
        margin-left: 10.6vw;

        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
}

.recruit .entry .career span,
.recruit .entry .career input
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .career .name
    {
        width: 130px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .career .name
    {
        width: 32vw;
    }
}

.recruit .entry .career .year
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .career .year
    {
        width: 60px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .career .year
    {
        width: 16vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .career .yearText
    {
        width: 40px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .career .yearText
    {
        margin-right: 5vw;
        margin-left: 1.3vw;
    }
}

.recruit .entry .career .month
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .career .month
    {
        width: 60px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .career .month
    {
        width: 16vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .career .monthText
    {
        width: 80px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .career .monthText
    {
        margin-left: 1.3vw;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .career .line3
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .career .otherText
    {
        width: 80px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .career .otherText
    {
        width: 18vw;
        margin: 4vw;
        margin-left: 32vw;
    }
}

.recruit .entry .career .other
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

@media screen and (max-width: 768px)
{
    .recruit .entry .career .other
    {
        margin: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .freeSpace .nega
    {
        margin-top: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .freeSpace .nega p.hdText
    {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .freeSpace .nega p.hdText
    {
        margin-bottom: 1.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .agree
    {
        font-size: 15px;
        line-height: 1.87;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-top: 40px;

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

@media screen and (max-width: 768px)
{
    .recruit .entry .agree
    {
        font-size: 3.4vw;
        line-height: 1.62;

        margin-top: 6.6vw;
    }
}

.recruit .entry .agree a
{
    text-decoration: underline;

    color: #aa823a;
}

.recruit .entry .btns
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    .recruit .entry .btns
    {
        width: 460px;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .btns
    {
        margin-top: 9.3vw;
    }
}

.recruit .entry .btns .btn
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .btns .btn
    {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .btns .btn
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .entry .btns .btn.back a
    {
        min-width: 150px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .btns .btn.back a
    {
        min-width: 32vw;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .entry .btns .btn.send a
    {
        min-width: 54.6vw;
    }
}

/*=====================================================
 recruit.career.index
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .recruit .fatBorder
    {
        padding: 55px 75px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .fatBorder
    {
        display: block;

        padding: 9.3vw 6.6vw;
    }
}

.recruit .fatBorder .ttl
{
    padding-top: 0;
}

@media print, screen and (min-width: 769px)
{
    .recruit .fatBorder .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;

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

@media print, screen and (min-width: 769px)
{
    .recruit .fatBorder .btns .btn
    {
        /* width: 405px; */
        width: 260px !important;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .fatBorder .btns .btn
    {
        width: 100% !important;
        margin-top: 2.6vw !important;
    }
}

.fatBorder .cream
{
    background: #fbf9f5;
}

@media screen and (max-width: 768px)
{
    .fatBorder .cream
    {
        margin-top: 20px;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .fatBorder .cream
    {
        width: 100%;
        margin-top: 30px;
        padding: 25px;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .fatBorder .cream .btn
    {
        width: 405px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    .recruit .fatBorder .cream .btn
    {
        width: 100% !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .fatBorder .cream .btn a
    {
        border: 1px solid #c2a572;
        background: white;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit .fatBorder .cream .btn a:hover,
    .recruit .fatBorder .cream .btn a.hover
    {
        color: white;
        background: #aa823a;
    }
}

/*=====================================================
 recruit career beauty_staff
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .recruit.beauty_staff #contents .fatBorder
    {
        padding: 55px 75px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit.beauty_staff #contents .fatBorder
    {
        padding: 9.3vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit.beauty_staff #contents .fatBorder > .ttl
    {
        font-size: 26px;

        padding-top: 0;
    }
}

@media screen and (max-width: 768px)
{
    .recruit.beauty_staff #contents .fatBorder > .ttl
    {
        padding-top: 0;
    }
}

/*=====================================================
 recruit career estheticians
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .recruit.estheticians #contents .fatBorder
    {
        padding: 55px 75px;
    }
}

@media screen and (max-width: 768px)
{
    .recruit.estheticians #contents .fatBorder
    {
        padding: 9.3vw 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .recruit.estheticians #contents .fatBorder > .ttl
    {
        font-size: 26px;

        padding-top: 0;
    }
}

@media screen and (max-width: 768px)
{
    .recruit.estheticians #contents .fatBorder > .ttl
    {
        padding-top: 0;
    }
}

/*=====================================================
 shoplist
=====================================================*/
@media print, screen and (min-width: 769px)
{
    #shoplist #contents > section:first-child .ttl
    {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #contents > section:first-child .ttl
    {
        margin-bottom: 10.6vw;
    }
}

#shoplist #main
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #main
    {
        height: 500px;
        margin-bottom: 80px;

        background: url(../img/shoplist/mainvisual.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #main
    {
        height: 157.4vw;

        background: url(../img/shoplist/mainvisual_sp.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #main .inner
    {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #main .inner
    {
        padding-bottom: 12.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #main .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #main .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #main .inner h2
    {
        font-size: 22px;
        line-height: 1.64;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #main .inner h2
    {
        font-size: 5vw;
        line-height: 8.2vw;

        text-align: center;
    }
}

#shoplist #main .inner p
{
    text-align: justify;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #main .inner p
    {
        font-size: 15px;
        line-height: 1.87;

        margin-top: 35px;

        letter-spacing: .1em;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #main .inner p
    {
        font-size: 3.2vw;
        line-height: 5.6vw;

        margin-top: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist ul.service
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* ↓2カラム用にサイズ調整 */
        width: 650px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist ul.service
    {
        margin-top: 16vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist ul.service li
    {
        width: 290px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist ul.service li
    {
        margin-top: 12.2vw;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist ul.service li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist ul.service li .thumb
    {
        width: 290px;
        height: 190px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist ul.service li .thumb
    {
        width: 44.5vw;
        height: 30.4vw;
    }
}

#shoplist ul.service li .thumb img
{
    width: 100%;
    height: 100%;
}

@media print, screen and (min-width: 769px)
{
    #shoplist ul.service li h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist ul.service li h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist ul.service li h3
    {
        font-size: 18px;
        line-height: 2;

        margin-top: 31px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist ul.service li h3
    {
        font-size: 4.2vw;
        font-weight: bold;
        line-height: 6.1vw;

        width: 44.6vw;
        padding-left: 4vw;

        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
}

#shoplist ul.service li p
{
    text-align: justify;
}

@media print, screen and (min-width: 769px)
{
    #shoplist ul.service li p
    {
        font-size: 15px;
        line-height: 1.87;

        margin-top: 15px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist ul.service li p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-top: 5.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

@media screen and (max-width: 768px)
{
    #shoplist .counterList
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .info h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .info h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .info h3
    {
        font-size: 18px;
        line-height: 1.56;

        width: 460px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .info h3
    {
        font-size: 4.2vw;
        font-weight: bold;
        line-height: 5.6vw;

        margin-bottom: 6.6vw;
    }
}

#shoplist .counterList .item .info .infoTb
{
    border-top: 1px solid rgba(51, 51, 51, .4);
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .info .infoTb
    {
        font-size: 14px;
        line-height: 1.71;

        width: 460px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .info .infoTb
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        width: 89.3vw;
    }
}

#shoplist .counterList .item .info .infoTb tr
{
    border-bottom: 1px solid rgba(51, 51, 51, .4);
}

#shoplist .counterList .item .info .infoTb tr th
{
    font-weight: bold;

    text-align: left;
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .info .infoTb tr th
    {
        width: 90px;
        padding: 15px 0;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .info .infoTb tr th
    {
        width: 20vw;
        padding: 4.2vw 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .info .infoTb tr td
    {
        padding: 15px 0;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .info .infoTb tr td
    {
        padding: 4.2vw 0;
    }
}

#shoplist .counterList .item .info .btns
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .info .btns
    {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .info .btns
    {
        margin-top: 5.3vw;

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

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .info .btns .btn
    {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .info .btns .btn
    {
        font-size: 2.6vw;
        font-weight: bold;

        width: 43.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .info .btns .btn:first-child
    {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .info .btns .btn.gold
    {
        width: 100%;
        margin-bottom: 2.6vw;
    }
    #shoplist .counterList .item .info .btns .btn.gold a
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist .counterList .item .thumb
    {
        width: 480px;
        height: 380px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .counterList .item .thumb
    {
        width: 89.3vw;
        height: 70.7vw;
        margin-bottom: 7.3vw;
    }
}

#shoplist .counterList .item .thumb img
{
    width: 100%;
    height: 100%;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #headOffice
    {
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #headOffice
    {
        margin-top: 14.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #headOffice .item
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #counter .ttl.ja
    {
        letter-spacing: .1em;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #counter .mainVisual
    {
        width: 1000px;
        height: 370px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #counter .mainVisual
    {
        width: 100%;
        height: auto;
    }
}

#shoplist #counter .mainVisual img
{
    width: 100%;
    height: 100%;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #counter .counterList .item
    {
        margin-top: 100px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #counter .counterList .item
    {
        margin-top: 20vw;
    }
    #shoplist #counter .counterList .item:first-of-type
    {
        margin-top: 13.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #esthetic .ttl.ja
    {
        letter-spacing: .1em;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #esthetic .item
    {
        width: 100%;
        margin-top: 100px;
    }
    #shoplist #esthetic .item:first-child
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #esthetic .item
    {
        margin-top: 20vw;
    }
    #shoplist #esthetic .item:first-of-type
    {
        margin-top: 0vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #agency .fatBorder
    {
        padding: 40px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #agency .fatBorder
    {
        margin-top: 5.3vw;
        padding: 10vw 0;
    }
}

#shoplist #agency .fatBorder .btn
{
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    #shoplist #agency .fatBorder p
    {
        font-size: 2.4vw;
        line-height: 1.67;
    }
}

#shoplist #agency .fatBorder .tel
{
    font-family: 'Crimson Text', serif;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #agency .fatBorder .tel
    {
        font-size: 60px;

        margin: 20px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #agency .fatBorder .tel
    {
        font-size: 12vw;

        margin: 4vw 0 1vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #agency .fatBorder #openHour
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #agency .fatBorder #openHour
    {
        margin-top: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #agency .fatBorder .caption
    {
        font-size: 12px;
        line-height: 1.83;

        margin-top: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #agency .fatBorder .caption
    {
        font-size: 2.4vw;
        line-height: 1.67;

        margin-top: 6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopSearch
    {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopSearch
    {
        margin-top: 9.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopSearch > p
    {
        font-size: 15px;

        margin-bottom: 30px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopSearch > p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 4.6vw;

        text-align: left;
    }
}

#shoplist #shopSearch #areaSelect
{
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopSearch #areaSelect
    {
        padding: 30px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopSearch #areaSelect
    {
        padding: 6.6vw 5.3vw;
    }
}

#shoplist #shopSearch #areaSelect .trigger
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media screen and (max-width: 768px)
{
    #shoplist #shopSearch #areaSelect .trigger
    {
        font-size: 3.4vw;
    }
}

#shoplist #shopSearch #areaSelect .trigger .select select
{
    background: white;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopSearch #areaSelect .trigger .select
    {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopSearch #areaSelect .trigger .select
    {
        margin-left: 4vw;
    }
}

#shoplist #shopSearch #areaResult .area
{
    display: none;
    overflow: hidden;

    background: white;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopSearch #areaResult .area
    {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopSearch #areaResult .area
    {
        margin-top: 5.3vw;
    }
}

#shoplist #shopSearch #areaResult .area .group
{
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopSearch #areaResult .area .group
    {
        padding: 5px 30px 25px 30px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopSearch #areaResult .area .group
    {
        padding: 4vw;
        padding-top: 0;
    }
}

#shoplist #shopSearch #areaResult .area .group .checkboxText
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

@media print, screen and (min-width: 769px)
{
    #shoplist #shopSearch #areaResult .area .group .checkboxText
    {
        margin-top: 20px;
        margin-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopSearch #areaResult .area .group .checkboxText
    {
        width: 50%;
        margin-top: 4vw;
        padding-top: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopSearch #areaResult .area .group .checkboxText .checkbox
    {
        margin-right: 10px;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopListTb
    {
        width: 100%;
        margin-top: 30px;

        border: 1px solid rgba(51, 51, 51, .4);
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopListTb
    {
        width: 100%;
        margin-top: 10.6vw;

        border-bottom: 1px solid rgba(51, 51, 51, .4);
    }
}

#shoplist #shopListTb thead
{
    display: none;
}

@media screen and (max-width: 768px)
{
    #shoplist #shopListTb tr
    {
        border-top: 1px solid rgba(51, 51, 51, .4);
    }
}

#shoplist #shopListTb th
{
    font-weight: bold;

    text-align: left;

    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopListTb th
    {
        font-size: 15px;
        line-height: 1.87;

        padding: 14px 19px;

        border: 1px solid rgba(51, 51, 51, .4);
    }
    #shoplist #shopListTb th:nth-of-type(1)
    {
        width: 220px;
    }
    #shoplist #shopListTb th:nth-of-type(4)
    {
        width: 370px;
    }
    #shoplist #shopListTb th:nth-of-type(5)
    {
        width: 210px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopListTb th
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    #shoplist #shopListTb td
    {
        font-size: 14px;
        line-height: 1.71;

        padding: 14px 19px;

        border: 1px solid rgba(51, 51, 51, .4);
    }
}

@media screen and (max-width: 768px)
{
    #shoplist #shopListTb td
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 2.9vw 0;

        border-top: 1px dashed rgba(51, 51, 51, .4);
    }
    #shoplist #shopListTb td:first-of-type
    {
        padding-top: 5.6vw;

        border: none;
    }
    #shoplist #shopListTb td:last-of-type
    {
        padding-bottom: 5.6vw;
    }
    #shoplist #shopListTb td:before
    {
        font-weight: bold;

        display: block;

        width: 20vw;
        min-width: 20vw;

        content: attr(data-th);
    }
}

#shoplist .block:first-child
{
    margin-top: 50px;
}

@media print, screen and (min-width: 769px)
{
    #shoplist .block p
    {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    #shoplist .block p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.amenity #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .amenity #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;
        margin-bottom: 120px;

        background-image: url('../img/amenity/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .amenity #main
    {
        width: 100%;
        height: 154.7vw;

        background: url('../img/amenity/mainvisual1_sp.jpg') no-repeat center top;
        background-size: contain;
    }
}

.amenity #main section
{
    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .amenity #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 500px;

        -webkit-transform: translate(-500px, -50%);
                transform: translate(-500px, -50%);
    }
}

.amenity #main section h1
{
    font-family: 'Bentham', serif;
}

@media print, screen and (min-width: 769px)
{
    .amenity #main section h1
    {
        font-size: 50px;
        line-height: 50px;

        margin: 0 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity #main section h1
    {
        font-size: 8vw;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 100%;
        height: 58.6vw;
        padding: 0 6vw;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

@media screen and (max-width: 768px)
{
    .amenity #main section > div
    {
        padding: 14.6vw 0 12.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity #main section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .amenity #main section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity #main section p
    {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity #main section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin-bottom: 2vw;

        text-align: center;
    }
    .amenity #main section p:last-child
    {
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity #main section p.lead
    {
        font-size: 16px;
        line-height: 16px;

        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity #main section p.lead
    {
        font-size: 4vw;
        font-weight: bold;

        margin-bottom: 6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut
    {
        overflow: hidden;

        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .cut
    {
        padding-right: 5.3vw;
        padding-left: 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block
    {
        position: relative;
        left: 50%;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1200px;
        margin-bottom: 150px;
        margin-left: -600px;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .cut > section.block
    {
        margin-bottom: 20vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block:before
    {
        position: absolute;
        top: 70px;
        left: 220px;

        display: block;

        width: 660px;
        height: 440px;

        content: '';

        border: 6px solid #f8f8f9;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block .photo
    {
        position: relative;
        z-index: 1;

        width: 660px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .cut > section.block .photo
    {
        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block .photo img
    {
        width: 660px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .cut > section.block .photo img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block .text
    {
        position: relative;
        z-index: 1;

        width: 540px;
        padding: 0 100px 30px 60px;
    }
}

.amenity .cut > section.block .text h4
{
    line-height: 1.4;
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block .text h4
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .cut > section.block .text h4
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block .text h4
    {
        font-size: 26px;

        margin-bottom: 34px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .cut > section.block .text h4
    {
        font-size: 5vw;
        font-weight: bold;

        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block .text p
    {
        font-size: 15px;
        line-height: 28px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .cut > section.block .text p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 4.8vw;
    }
}

.amenity .cut > section.block .text p.strong
{
    font-weight: bold;
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block .text .btn
    {
        margin-top: 30px;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block:nth-of-type(2)
    {
            flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block:nth-of-type(2) .text
    {
        padding: 0 60px 30px 100px;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .cut > section.block:nth-of-type(2):before
    {
        top: 70px;
        left: 320px;
    }
}

.amenity .tiles
{
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles
    {
        padding: 110px 0 160px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles
    {
        padding: 16vw 0 20vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles h3
    {
        font-size: 22px;
        line-height: 36px;

        margin-bottom: 30px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles h3
    {
        font-size: 4vw;
        line-height: 6.6vw;

        margin-bottom: 4vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles > .lead
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles > .lead
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles > .lead
    {
        font-size: 15px;
        line-height: 15px;

        margin-bottom: 90px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles > .lead
    {
        font-size: 2.6vw;
        line-height: 2.6vw;

        margin-bottom: 10.6vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile
    {
        position: relative;

        width: 1000px;
        margin: 0 auto 100px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles .tile
    {
        position: relative;
        z-index: 1;

        width: 89.3vw;
        margin: 0 auto 13.3vw;
    }
    .amenity .tiles .tile:last-child
    {
        margin: 0 auto;
    }
}

.amenity .tiles .tile .photo img
{
    width: 100%;
}

.amenity .tiles .tile .photo p
{
    position: absolute;
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile .photo p
    {
        font-size: 13px;
        line-height: 13px;

        right: 0;
        bottom: -22px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles .tile .photo p
    {
        font-size: 2.6vw;
        line-height: 2.6vw;

        position: absolute;
        right: 0;
        bottom: -4.1vw;
        left: 0;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile .photo
    {
        position: relative;

        width: 660px;
    }
}

.amenity .tiles .tile .text
{
    display: block;

    background: #fff;
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile .text
    {
        position: absolute;
        right: 0;
        bottom: 40px;

        width: 420px;
        padding: 40px 45px 38px 50px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles .tile .text
    {
        position: relative;
        z-index: 2;

        width: 78.7vw;
        margin: -6.7vw auto 0;
        padding: 6.4vw 6vw 6.4vw 6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile .text h4
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles .tile .text h4
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile .text h4
    {
        font-size: 24px;
        line-height: 32px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles .tile .text h4
    {
        font-size: 4.8vw;
        line-height: 6.1vw;

        margin-bottom: 3.6vw;
    }
    .amenity .tiles .tile .text h4:after
    {
        display: inline-block;

        width: 4.2vw;
        height: 3.7vw;
        margin-left: 2vw;

        content: '';

        background: url(../img/common/icn_blank_l.svg) no-repeat;
        background-size: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile .text p
    {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles .tile .text p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles .tile:nth-of-type(2)
    {
        margin-bottom: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile:nth-of-type(2) .photo
    {
        margin-left: 340px;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .tiles .tile:nth-of-type(2) .text
    {
        left: 0;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .tiles .tile:nth-of-type(3)
    {
        margin-bottom: 10.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .fatBorder
    {
        width: 1000px;
        margin: 0 auto;
        padding-top: 40px !important;
        padding-bottom: 40px !important;

        border: 5px solid #fff !important;
    }
    .amenity .fatBorder p strong
    {
        font-size: 15px;
        font-weight: bold;

        display: block;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .fatBorder
    {
        margin: 0 5.3vw;
        padding: 4.6vw 5.3vw !important;

        border: 1.3vw solid #fff !important;
    }
    .amenity .fatBorder p strong
    {
        font-size: 3.2vw;
        font-weight: bold;

        display: block;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners .banner
    {
        width: 50%;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners .banner:first-child a
    {
        background: url('../img/amenity/banner1.jpg') center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .banners .banner:first-child a
    {
        background: url('../img/amenity/banner1_sp.jpg') center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners .banner:last-child a
    {
        background: url('../img/amenity/banner2.jpg') center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .banners .banner:last-child a
    {
        background: url('../img/amenity/banner2_sp.jpg') center center;
        background-size: cover;
    }
}

.amenity .banners .banner a
{
    position: relative;

    display: block;
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners .banner a
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .banners .banner a
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners .banner a
    {
        height: 390px;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .banners .banner a
    {
        height: 35.6vw;
    }
}

.amenity .banners .banner a .text
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners .banner a .text
    {
        font-size: 22px;
        line-height: 36px;

        width: 64%;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .banners .banner a .text
    {
        font-size: 3.4vw;
        line-height: 5.3vw;

        width: 69.3vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners .banner a .text .btn
    {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 768px)
{
    .amenity .banners .banner a .text .btn
    {
        margin: 4vw auto 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .amenity .banners .banner a .text .btn span
    {
        font-size: 14px;

        width: 225px;
        height: 38px;
        padding: 0 35px;

        text-align: center;

        border: 1px solid rgba(51, 51, 51, .4);
    }
}

@media screen and (max-width: 768px)
{
    .amenity .banners .banner a .text .btn span
    {
        font-size: 2.6vw;

        width: 42.4vw;

        white-space: nowrap;
    }
}

/*=====================================================
 privacy
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .privacy #contents .ttl
    {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .ttl
    {
        margin-bottom: 10vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner
    {
        width: 700px;
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner .block
    {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner .block
    {
        margin: 0 0 8.6vw;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner .block .ttlLine
    {
        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner .block p
    {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner .block p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.privacy #contents .inner .block ol li
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner .block ol li
    {
        font-size: 16px;
        line-height: 28px;

        margin-top: 10px;
        padding-left: 20px;
    }
    .privacy #contents .inner .block ol li:first-child
    {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner .block ol li
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-top: 2.6vw;
        padding-left: 6.6vw;
    }
}

.privacy #contents .inner .block ol li span
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    color: #aa823a;
}

.privacy #contents .inner .author
{
    text-align: right;
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner .author
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 45px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner .author
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 7.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner #informaitonLead
    {
        font-size: 14px;
        line-height: 26px;

        margin-bottom: 23px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner #informaitonLead
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner #information
    {
        padding: 25px;

        border: 5px solid #f8f8f9;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner #information
    {
        padding: 6vw 5.3vw;

        border: 1.3vw solid #f8f8f9;
    }
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner #information h3
    {
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;

        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner #information h3
    {
        font-size: 3.4vw;
        font-weight: bold;
        line-height: 5.6vw;
    }
}

.privacy #contents .inner #information dl
{
    overflow: hidden;
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner #information dl
    {
        font-size: 14px;
        line-height: 18px;

        margin-bottom: 10px;
    }
    .privacy #contents .inner #information dl:last-child
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner #information dl
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.privacy #contents .inner #information dl dt
{
    float: left;
    overflow: hidden;
}

.privacy #contents .inner #information dl dt:after
{
    display: inline-block;

    content: ' : ';
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner #information dl dt:after
    {
        padding: 0 5px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner #information dl dt:after
    {
        padding: 0 1.3vw;
    }
}

.privacy #contents .inner #information dl dd
{
    overflow: hidden;
}

.privacy #contents .inner #information dl dd span
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    .privacy #contents .inner #information dl dd span.note
    {
        font-size: 12px;

        margin-top: 5px;
    }
}

@media screen and (max-width: 768px)
{
    .privacy #contents .inner #information dl dd span.note
    {
        font-size: 2.6vw;
    }
}

/*=====================================================
 terms
=====================================================*/
@media print, screen and (min-width: 769px)
{
    .terms #contents .ttl
    {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px)
{
    .terms #contents .ttl
    {
        margin-bottom: 10vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .terms #contents .inner
    {
        width: 700px;
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 769px)
{
    .terms #contents .inner .block
    {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 768px)
{
    .terms #contents .inner .block
    {
        margin: 0 0 8.6vw;
    }
    .terms #contents .inner .block:last-child
    {
        margin: 0;
    }
}

@media screen and (max-width: 768px)
{
    .terms #contents .inner .block .ttlLine
    {
        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .terms #contents .inner .block p
    {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .terms #contents .inner .block p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .terms #contents .inner .block h4
    {
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;

        margin: 50px 0 10px 0;
    }
}

@media screen and (max-width: 768px)
{
    .terms #contents .inner .block h4
    {
        font-size: 3.7vw;
        font-weight: bold;
        line-height: 5.6vw;

        margin: 10.6vw 0 2.6vw 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .terms #contents .inner .block h5
    {
        font-size: 16px;
        line-height: 28px;

        margin: 10px 0;
    }
}

@media screen and (max-width: 768px)
{
    .terms #contents .inner .block h5
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin: 2.6vw 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .terms #contents .inner .block table.basicTb
    {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px)
{
    .terms #contents .inner .block table.basicTb
    {
        margin-bottom: 10.6vw;
    }
}

.terms #contents .inner .block ol li
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .terms #contents .inner .block ol li
    {
        font-size: 16px;
        line-height: 28px;

        margin-top: 10px;
        padding-left: 20px;
    }
    .terms #contents .inner .block ol li:first-child
    {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .terms #contents .inner .block ol li
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-top: 2.6vw;
        padding-left: 6.6vw;
    }
}

.terms #contents .inner .block ol li span
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    color: #aa823a;
}

/*=====================================================
 ヘア＆ボディその他
=====================================================*/
@media print, screen and (min-width: 769px)
{
    body.other #lineup h2
    {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px)
{
    body.other #lineup h2
    {
        padding-top: 8vw;
    }
}

.esthetic #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/esthetic/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #main
    {
        width: 100%;

        background: url('../img/esthetic/mainvisual1_sp.jpg') no-repeat center top;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 500px;

        -webkit-transform: translate(-500px, -50%);
                transform: translate(-500px, -50%);
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #main section h1
    {
        width: 236px;
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #main section h1
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 37.6vw;
        height: 58.6vw;
        margin-left: 5.3vw;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.esthetic #main section h1 img
{
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .esthetic #main section > div
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        padding: 12.2vw 0 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #main section .lead
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #main section .lead
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #main section .lead
    {
        font-size: 16px;
        line-height: 26px;

        margin-bottom: 34px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #main section .lead
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        text-align: center;
    }
}

.esthetic #main section .btns
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #main section .btns
    {
        width: 300px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .esthetic #main section .btns .btn
    {
        font-size: 15px;
    }
    .esthetic #main section .btns .btn a
    {
        min-height: 36px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #main section .btns
    {
        margin: 5.3vw auto 0;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .esthetic #main section .btns .btn
    {
        margin: 0 1.3vw;
    }
}

.esthetic #description
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #description
    {
        height: 684px;
        margin: 0 0 120px;

        background: url('../img/esthetic/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #description
    {
        height: 166.2vw;

        text-align: center;

        background: url('../img/esthetic/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #description section
    {
        position: absolute;
        top: 130px;
        left: 50%;

        width: 500px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #description section
    {
        margin: 0 auto;
        padding-top: 18vw;
    }
}

.esthetic #description section h2
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #description section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #description section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #description section h2
    {
        font-size: 22px;
        line-height: 36px;

        margin: 0 0 24px;
        padding: 0 0 70px;

        text-align: center;
    }
    .esthetic #description section h2 img
    {
        width: 340px;
        margin: 0 auto 42px;
    }
    .esthetic #description section h2:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 40px;
        height: 40px;
        margin: 0 0 0 -20px;

        content: '';

        background: url('../img/esthetic/mainvisual_pearl.png') no-repeat center center;
        background-size: contain;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #description section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 6.6vw;
        padding: 0 0 15.6vw;
    }
    .esthetic #description section h2 img
    {
        width: 66.6vw;
        margin: 0 auto 7.6vw;
    }
    .esthetic #description section h2:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 40px;
        height: 40px;
        margin: 0 0 0 -20px;

        content: '';

        background: url('../img/esthetic/mainvisual_pearl.png') no-repeat center center;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #description section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #description section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #description section p
    {
        font-size: 15px;
        line-height: 30px;

        margin: 0 0 1em;

        letter-spacing: .12em;
    }
    .esthetic #description section p:last-child
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #description section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #description section .btn
    {
        margin: 60px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #description section .btn
    {
        width: 66.6vw;
        margin: 12vw auto 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #menuList
    {
        width: 1000px;
        margin: 0 auto 165px;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #menuList ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #menuList ul
    {
        margin: 13.3vw 5.3vw 16vw;
    }
}

.esthetic #menuList ul li
{
    color: #333;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #menuList ul li
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #menuList ul li
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #menuList ul li
    {
        text-align: center;
    }
    .esthetic #menuList ul li:nth-child(odd)
    {
        padding: 0 40px 90px 0;
    }
    .esthetic #menuList ul li:nth-child(even)
    {
        padding: 100px 0 0 40px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #menuList ul li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-bottom: 8vw;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .esthetic #menuList ul li:last-child
    {
        margin-bottom: 0;
    }
    .esthetic #menuList ul li img
    {
        width: 44.8vw;
        /* height: 29vw; */
        height: auto;
        margin: 0 auto;

    }
}

@media screen and (max-width: 768px)
{
    .esthetic #menuList ul li .text
    {
        margin-left: 4vw;
    }
}

.esthetic #menuList ul li h3
{
    font-family: 'Bentham', serif;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #menuList ul li h3
    {
        font-size: 40px;
        line-height: 40px;

        margin: -20px 0 15px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #menuList ul li h3
    {
        font-size: 5.8vw;
        line-height: 5.8vw;

        margin-bottom: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #menuList ul li p
    {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #menuList ul li p
    {
        font-size: 3.2vw;
        line-height: 4.8vw;
    }
}

.esthetic #shop
{
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row-reverse;

        width: 1000px;
        margin: 0 auto;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .columns
    {
        margin: 0 5.3vw;
        padding-bottom: 16vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns .column:first-child
    {
        padding: 0 0 123px 60px;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .columns h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns h3
    {
        font-size: 26px;
        line-height: 36px;

        padding: 93px 0 50px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .columns h3
    {
        font-size: 5vw;
        line-height: 5vw;

        padding: 16vw 0 7.6vw;

        text-align: center;
    }
}

.esthetic #shop .columns h3 span
{
    font-family: 'Bentham', serif;

    display: block;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns h3 span
    {
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .columns h3 span
    {
        font-size: 4.5vw;
        line-height: 4.5vw;

        margin-top: 3.3vw;
    }
}

.esthetic #shop .columns ul
{
    border-top: 1px solid #dadada;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns ul
    {
        width: 500px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .columns ul
    {
        margin-bottom: 6.6vw;
    }
}

.esthetic #shop .columns ul li
{
    border-bottom: 1px solid #dadada;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns ul li
    {
        font-size: 15px;
        line-height: 28px;

        position: relative;

        padding: 24px 0 24px 85px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .columns ul li
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        padding: 6vw 0;
    }
}

.esthetic #shop .columns ul li span
{
    font-weight: bold;

    display: block;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns ul li span
    {
        position: absolute;
        top: 24px;
        left: 0;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .columns ul li span
    {
        font-size: 3.4vw;
        line-height: 3.4vw;

        margin-bottom: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .columns .btn a
    {
        padding: 20px 80px;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .photo
    {
        width: 440px;
        height: 620px;
        margin-top: -70px;
    }
    .esthetic #shop .photo img
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .photo
    {
        display: none;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .btn
    {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .btn
    {
        min-width: 100%;
    }
}

.esthetic #shop .btn a
{
    text-align: center;

    border: 1px solid #aa823a;
    background: #f8f8f9;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #shop .btn a
    {
        font-size: 18px;

        min-width: 440px;
        min-height: 56px;
        padding: 0 80px;
    }
    .esthetic #shop .btn a:before
    {
        right: 14px;

        width: 16px;
        height: 14px;
    }
    .esthetic #shop .btn a:after
    {
        right: 14px;

        width: 16px;
        height: 14px;
    }
    .esthetic #shop .btn a:hover
    {
        background: #aa823a;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #shop .btn a
    {
        font-size: 3.4vw;

        width: 100%;
        min-width: 100%;
        padding: 0 16.6vw;

        white-space: nowrap;
    }
}

.esthetic #resort h2
{
    font-weight: bold;

    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort h2
    {
        font-size: 22px;
        line-height: 36px;

        padding: 120px 0 30px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort h2
    {
        font-size: 5vw;
        line-height: 9vw;

        padding: 16vw 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort h2 img
    {
        width: 240px;
        margin: 0 auto 42px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort h2 img
    {
        width: 42.2vw;
        margin: 0 auto 9.3vw;
    }
}

.esthetic #resort > .lead
{
    text-align: center;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort > .lead
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort > .lead
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort > .lead
    {
        font-size: 15px;
        line-height: 30px;

        margin-bottom: 90px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort > .lead
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin-bottom: 12.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut
    {
        overflow: hidden;

        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort .cut
    {
        padding-right: 5.3vw;
        padding-left: 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block
    {
        position: relative;
        left: 50%;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 1200px;
        margin-bottom: 150px;
        margin-left: -600px;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort .cut > section.block
    {
        margin-bottom: 16vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block:before
    {
        position: absolute;
        top: 70px;
        left: 220px;

        display: block;

        width: 660px;
        height: 440px;

        content: '';

        border: 6px solid #f8f8f9;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block .photo
    {
        position: relative;
        z-index: 1;

        width: 660px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort .cut > section.block .photo
    {
        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block .photo img
    {
        width: 660px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort .cut > section.block .photo img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block .text
    {
        position: relative;
        z-index: 1;

        width: 540px;
        padding: 0 100px 30px 60px;
    }
}

.esthetic #resort .cut > section.block .text h4
{
    line-height: 1.4;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block .text h4
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort .cut > section.block .text h4
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block .text h4
    {
        font-size: 26px;

        margin-bottom: 34px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort .cut > section.block .text h4
    {
        font-size: 5vw;
        font-weight: bold;

        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block .text p
    {
        font-size: 15px;
        line-height: 28px;

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort .cut > section.block .text p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 4.8vw;
    }
}

.esthetic #resort .cut > section.block .text p.strong
{
    font-weight: bold;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block .text .btn
    {
        margin-top: 30px;
    }
    .esthetic #resort .cut > section.block .text .add_side
    {
        display: inline-block;
        margin: 30px 20px 0 0;
    }
}
@media screen and (max-width: 768px)
{
    .esthetic #resort .cut > section.block .text .add_side
    {
        margin: 20px 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block:nth-of-type(2)
    {
            flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block:nth-of-type(2) .text
    {
        padding: 0 60px 30px 100px;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort .cut > section.block:nth-of-type(2):before
    {
        top: 70px;
        left: 320px;
    }
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort #otherResort
    {
        width: 1000px;
        margin: 0 auto 150px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort #otherResort
    {
        margin-bottom: 20vw;
    }
}

.esthetic #resort #otherResort h3
{
    font-weight: bold;

    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort #otherResort h3
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort #otherResort h3
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.esthetic #resort #otherResort h3:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    content: '';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    background: #333;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort #otherResort h3
    {
        font-size: 22px;
        line-height: 22px;

        margin-bottom: 40px;
        padding-left: 50px;
    }
    .esthetic #resort #otherResort h3:before
    {
        width: 38px;
        height: 1px;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort #otherResort h3
    {
        margin-bottom: 5.2vw;
        padding-left: 9.3vw;
    }
    .esthetic #resort #otherResort h3:before
    {
        width: 6.6vw;
        height: .2vw;
    }
}

.esthetic #resort #otherResort ul
{
    border-top: 1px solid #dadada;
}

.esthetic #resort #otherResort ul li
{
    border-bottom: 1px solid #dadada;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort #otherResort ul li
    {
        font-size: 15px;
        line-height: 15px;
    }
}

.esthetic #resort #otherResort ul li a
{
    display: block;
}

@media print, screen and (min-width: 769px)
{
    .esthetic #resort #otherResort ul li a
    {
        padding: 20px 0;
    }
}

@media screen and (max-width: 768px)
{
    .esthetic #resort #otherResort ul li a
    {
        font-size: 3.4vw;
        line-height: 3.4vw;

        padding: 5vw 0;
    }
}

.brand-story #main
{
    position: relative;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main
    {
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url('../img/brand-story/mainvisual1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #main
    {
        width: 100%;
        height: 141.4vw;

        background: url('../img/brand-story/mainvisual1_1_sp.jpg') no-repeat center center;
        background-size: cover;
    }
    .brand-story #main #spMainBg
    {
        width: 100%;
        height: 141.4vw;

        opacity: 0;
        background: url('../img/brand-story/mainvisual1_2_sp.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main section
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 340px;

        -webkit-transform: translate(-395px, -50%);
                transform: translate(-395px, -50%);
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #main section
    {
        position: absolute;
        bottom: 16vw;
        left: 50%;

        width: 53.4vw;
        margin: 0 0 0 -27vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main section h1
    {
        margin: 0 0 40px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #main section h1
    {
        margin: 0 0 5.3vw;
    }
}

.brand-story #main section h1 img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main section .btn
    {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main section .btn a
    {
        width: 260px;
        padding: 7px;

        -webkit-transition: .5s;
                transition: .5s;

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

@media screen and (max-width: 768px)
{
    .brand-story #main section .btn a
    {
        padding-right: 3.7vw;
        padding-left: 10.1vw;
    }
}

.brand-story #main section .btn a:before
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    background: url(../img/common/icn_arrow_movie_white.svg) center center no-repeat;
    background-size: contain;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main section .btn a:before
    {
        right: auto;
        left: 106px;

        width: 16px;
        height: 16px;

        opacity: 0;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #main section .btn a:before
    {
        right: auto;
        left: 4.2vw;

        visibility: hidden;

        width: 4vw;
        height: 4vw;
    }
}

.brand-story #main section .btn a:after
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation: none;
            animation: none;

    background: url(../img/common/icn_arrow_movie.svg) center center no-repeat;
    background-size: contain;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main section .btn a:after
    {
        right: auto;
        left: 106px;

        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #main section .btn a:after
    {
        right: auto;
        left: 4.2vw;

        width: 4vw;
        height: 4vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main section .btn a:hover:before
    {
        opacity: 1;
    }
    .brand-story #main section .btn a:hover:after
    {
        opacity: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #main section .btn a img
    {
        display: block;

        margin-right: 40px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #main section .btn a img
    {
        display: none;
    }
}

.brand-story #panel1
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel1
    {
        height: 700px;

        background: url('../img/brand-story/mainvisual2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel1
    {
        height: 141.4vw;

        text-align: center;

        background: url('../img/brand-story/mainvisual2_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel1 section
    {
        position: absolute;
        top: 127px;
        left: 50%;

        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel1 section
    {
        margin: 0 auto;
        padding-top: 20vw;
    }
}

.brand-story #panel1 section h2
{
    font-family: 'Bentham', serif;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel1 section h2
    {
        font-size: 38px;
        line-height: 1.32;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel1 section h2
    {
        font-size: 5.8vw;
        font-weight: bold;
        line-height: 8.1vw;

        margin: 0 0 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel1 section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel1 section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel1 section p
    {
        font-size: 15px;
        line-height: 30px;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel1 section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel1 section p.lead
    {
        font-size: 22px;
        line-height: 22px;

        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel1 section p.lead
    {
        font-size: 4.2vw;
        font-weight: bold;
        line-height: 4.2vw;

        margin-bottom: 6.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel1 section .btn
    {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel1 section .btn
    {
        width: 70.7vw;
        margin: 12vw auto 0;
    }
}

.brand-story #panel2
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel2
    {
        height: 700px;

        background: url('../img/brand-story/mainvisual3.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel2
    {
        height: 166vw;

        text-align: center;

        background: url('../img/brand-story/mainvisual3_sp.jpg') no-repeat center bottom;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel2 section
    {
        position: absolute;
        top: 190px;
        left: 50%;

        margin-left: -500px;

        text-align: left;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel2 section
    {
        margin: 0 auto;
        padding-top: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel2 section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel2 section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel2 section h2
    {
        font-size: 30px;
        line-height: 1.32;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel2 section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 5vw;

        margin: 0 0 6.6vw;
    }
}

@media screen and (max-width: 768px)
{
    body.recruit.career.index #contents .fatBorder .btns .btn
    {
        width: 100%;
        margin-top: 2.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel2 section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel2 section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .btn.xlrg span,
    .btn.xlrg a
    {
        font-size: 4vw !important;

        min-width: 34.6vw !important;
        min-height: 13.3vw !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel2 section p
    {
        font-size: 15px;
        line-height: 30px;

        margin-bottom: 25px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel2 section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin: 0 0 2.6vw;

        text-align: center;
        letter-spacing: .12em;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel2 section .btns
    {
        margin-top: 45px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel2 section .btns
    {
        margin-top: 10.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel2 section .btn
    {
        width: 234px;
        margin: 10px 0 0;
    }
    .brand-story #panel2 section .btn a
    {
        width: 234px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel2 section .btn
    {
        width: 70.7vw;
        margin: 4vw auto 0;
    }
}

.brand-story #panel3
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel3
    {
        height: 700px;

        background: url('../img/brand-story/mainvisual4.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel3
    {
        height: 184vw;

        text-align: center;

        background: url('../img/brand-story/mainvisual4_sp.jpg') no-repeat center bottom;
        background-size: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel3 section
    {
        position: absolute;
        top: 190px;
        left: 50%;

        margin-left: -500px;

        text-align: left;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel3 section
    {
        margin: 0 auto;
        padding-top: 18.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel3 section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel3 section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel3 section h2
    {
        font-size: 30px;
        line-height: 1.32;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel3 section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel3 section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel3 section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel3 section p
    {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 25px;
        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel3 section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;
        margin: 0 0 2.6vw;
        letter-spacing: .12em;
        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel3 section .btns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 600px;
        margin-top: 45px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel3 section .btns
    {
        margin-top: 10.6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel3 section .btn
    {
        width: 268px;
        margin: 10px 0 0;
    }
    .brand-story #panel3 section .btn:nth-of-type(1),
    .brand-story #panel3 section .btn:nth-of-type(3)
    {
        margin-right: 10px;
    }
    .brand-story #panel3 section .btn a
    {
        width: 268px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel3 section .btn
    {
        width: 70.7vw;
        margin: 4vw auto 0;
    }
    .brand-story #panel3 section .btn a
    {
        white-space: nowrap;
        letter-spacing: -.02em;
    }
}

.brand-story #panel4
{
    position: relative;

    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel4
    {
        height: 700px;

        background: url('../img/brand-story/mainvisual5.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel4
    {
        padding-top: 89.3vw;

        text-align: center;

        background: #f9f9fa url('../img/brand-story/mainvisual5_sp.jpg') no-repeat center top;
        background-size: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel4 section
    {
        position: absolute;
        top: 160px;
        left: 50%;

        width: 500px;

        text-align: left;

        color: #fff;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel4 section
    {
        position: relative;

        margin: 0 auto;
        padding: 18.6vw 0 13.3vw;

        color: #fff;
        background: #000;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel4 section h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel4 section h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel4 section h2
    {
        font-size: 30px;
        line-height: 1.32;

        margin: 0 0 40px;

        letter-spacing: .12em;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel4 section h2
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 8.5vw;

        margin: 0 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel4 section p
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel4 section p
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.brand-story #panel4 section p sup
{
    display: inline-block;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel4 section p sup
    {
        font-size: 10px !important;

        -webkit-transform: translate(0, -5px);
                transform: translate(0, -5px);
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel4 section p sup
    {
        font-size: 2.2vw !important;

        -webkit-transform: translate(0, -1.1vw);
                transform: translate(0, -1.1vw);
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel4 section p.note
    {
        font-size: 11px;
        line-height: 11px;

        margin-top: 100px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel4 section p.note
    {
        font-size: 2.4vw;
        line-height: 2.4vw;

        margin-top: 13.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #panel4 section p
    {
        font-size: 15px;
        line-height: 30px;

        margin-bottom: 20px;

        letter-spacing: .12em;
    }
    .brand-story #panel4 section p:last-child
    {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #panel4 section p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;
        margin-top: 2.6vw;
        letter-spacing: .12em;
        text-align: center;
    }
}

.brand-story #modalVideo
{
    display: none;
}

.brand-story #modalVideo .inner
{
    height: 0;
    padding-top: 56%;
}

.brand-story #modalVideo .inner iframe
{
    position: absolute;
    top: 0;
    left: 0;

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

@media screen and (max-width: 768px)
{
    .brand-story #modal1 .inner
    {
        padding: 10.2vw 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal1 .inner section
    {
        padding: 80px 80px;

        background: url('../img/brand-story/modal1.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal1 .inner .block
    {
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal1 .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal1 .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal1 .inner h2
    {
        font-size: 30px;
        line-height: 30px;

        margin-bottom: 48px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal1 .inner h2
    {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 4.8vw;

        margin-bottom: 8vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal1 .inner .photo
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal1 .inner .photo
    {
        margin: 0 -5.4vw 9vw;
    }
    .brand-story #modal1 .inner .photo img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal1 .inner p
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal1 .inner p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin-bottom: 3.7vw;
    }
}

.brand-story #modal1 .inner p:last-child
{
    margin-bottom: 0;
}

@media screen and (max-width: 768px)
{
    .brand-story #modal2 .inner
    {
        padding-bottom: 12.2vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal2 .inner section
    {
        padding: 0 80px 70px;

        background: url('../img/brand-story/modal2.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal2 .inner .block
    {
        margin-top: 45px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal2 .inner .block
    {
        margin-top: 5.7vw;
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal2 .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal2 .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal2 .inner h2
    {
        font-size: 30px;
        line-height: 30px;

        margin: 0 0 40px;
        padding-top: 90px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal2 .inner h2
    {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 4.8vw;

        padding: 10.2vw 0 8vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal2 .inner .photo
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal2 .inner .photo
    {
        overflow: hidden;

        width: 89.3vw;
        margin: 0 0 9vw;
    }
    .brand-story #modal2 .inner .photo img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal2 .inner p
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal2 .inner p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin-bottom: 3.7vw;
    }
}

.brand-story #modal2 .inner p:last-child
{
    margin-bottom: 0;
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner
    {
        padding-bottom: 11.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner section
    {
        padding: 90px 80px 70px;

        background: url('../img/brand-story/modal3.jpg') no-repeat center top;
        background-size: contain;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner .block
    {
        margin-top: 45px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner .block
    {
        margin-top: 5.7vw;
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner h2
    {
        font-size: 30px;
        line-height: 30px;

        margin: 0 0 40px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner h2
    {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 4.8vw;

        padding: 10.2vw 0 8vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner .lead
    {
        font-size: 16px !important;
        line-height: 28px !important;

        margin-bottom: 50px !important;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px)
{
    .brand-story #modal3 .inner .lead
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (min-width: 769px) and (max-width: 768px)
{
    .brand-story #modal3 .inner .lead
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner .lead
    {
        margin-bottom: 6vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner .photo
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner .photo
    {
        overflow: hidden;

        width: 89.3vw;
        margin: 0 0 9vw;
    }
    .brand-story #modal3 .inner .photo img
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner .icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 6vw;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .brand-story #modal3 .inner .icon li
    {
        font-weight: bold;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 24vw;
        height: 24vw;
        margin: 0 2.6vw;

        color: #aa823a;
        border-radius: 50%;
        background: rgba(170, 130, 58, .1);

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

@media screen and (max-width: 768px) and (min-width: 769px)
{
    .brand-story #modal3 .inner .icon li
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px)
{
    .brand-story #modal3 .inner .icon li
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.brand-story #modal3 .inner .columns
{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner .columns
    {
        padding-bottom: 40px;
    }
    .brand-story #modal3 .inner .columns:last-child
    {
        padding: 0;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner .columns
    {
        padding-bottom: 3.4vw;
    }
    .brand-story #modal3 .inner .columns:last-child
    {
        padding: 0;
    }
}

.brand-story #modal3 .inner .columns span
{
    font-size: 28px;
    line-height: 28px;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 140px;
    height: 140px;
    margin-right: 30px;

    text-align: center;

    color: #aa823a;
    border-radius: 50%;
    background: rgba(170, 130, 58, .1);

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

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner .columns span
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner .columns span
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal3 .inner p
    {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal3 .inner p
    {
        font-size: 3.4vw;
        line-height: 6.6vw;

        margin-bottom: 1.3vw;
    }
    .brand-story #modal3 .inner p:last-child
    {
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal4 .inner section
    {
        padding: 0 80px 50px;

        background: url('../img/brand-story/modal4.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal4 .inner section
    {
        padding-bottom: 7.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal4 .inner .block
    {
        margin-top: 45px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal4 .inner .block
    {
        margin-top: 5.7vw;
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal4 .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal4 .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal4 .inner h2
    {
        font-size: 30px;
        line-height: 46px;

        margin: 82px 0 35px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal4 .inner h2
    {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 8.5vw;

        padding: 10.2vw 0 5.3vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal4 .inner .photo
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal4 .inner .photo
    {
        overflow: hidden;

        width: 89.3vw;
        margin: 0 0 9vw;
    }
    .brand-story #modal4 .inner .photo img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal4 .inner p
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal4 .inner p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 1.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal4 .inner p.note
    {
        font-size: 10px !important;
        line-height: 10px !important;

        margin-top: 135px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal4 .inner p.note
    {
        font-size: 2.6vw;
        line-height: 3.8vw;

        margin-top: 9.3vw;
    }
}

.brand-story #modal4 .inner p:last-child
{
    margin-bottom: 0;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal5 .inner section
    {
        padding: 0 80px 90px;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal5 .inner section
    {
        padding-bottom: 12vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal5 .inner .block
    {
        margin-top: 48px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal5 .inner .block
    {
        margin-top: 5.7vw;
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal5 .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal5 .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal5 .inner h2
    {
        font-size: 30px;
        line-height: 30px;

        margin: 80px 0 50px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal5 .inner h2
    {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 8.5vw;

        padding: 10.2vw 0 5.3vw;

        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal5 .inner .photo
    {
        overflow: hidden;

        width: 89.3vw;
        margin: 0 0 9vw;
    }
}

.brand-story #modal5 .inner .photo img
{
    width: 100%;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal5 .inner p
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal5 .inner p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 1.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal5 .inner p.note
    {
        font-size: 10px !important;
        line-height: 10px !important;

        margin-top: 135px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal5 .inner p.note
    {
        font-size: 2.6vw;
        line-height: 3.8vw;

        margin-top: 9.3vw;
    }
}

.brand-story #modal5 .inner p:last-child
{
    margin-bottom: 0;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal6 .inner section
    {
        padding: 80px 80px;

        background: url('../img/brand-story/modal6.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal6 .inner section
    {
        padding-bottom: 12vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal6 .inner .block
    {
        margin-top: 48px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal6 .inner .block
    {
        margin-top: 5.7vw;
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal6 .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal6 .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal6 .inner h2
    {
        font-size: 30px;
        line-height: 30px;

        margin: 0 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal6 .inner h2
    {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 8.5vw;

        padding: 10.2vw 0 5.3vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal6 .inner .photo
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal6 .inner .photo
    {
        overflow: hidden;

        width: 89.3vw;
        margin: 0 0 9vw;
    }
    .brand-story #modal6 .inner .photo img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal6 .inner p
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal6 .inner p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 1.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal6 .inner p.note
    {
        font-size: 10px !important;
        line-height: 10px !important;

        margin-top: 135px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal6 .inner p.note
    {
        font-size: 2.6vw;
        line-height: 3.8vw;

        margin-top: 9.3vw;
    }
}

.brand-story #modal6 .inner p:last-child
{
    margin-bottom: 0;
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal7 .inner section
    {
        padding: 80px 80px 80px 500px;

        background: url('../img/brand-story/modal7.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal7 .inner section
    {
        padding-bottom: 12vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal7 .inner .block
    {
        margin-top: 48px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal7 .inner .block
    {
        margin-top: 5.7vw;
        padding: 0 5.3vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal7 .inner h2
    {
        font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal7 .inner h2
    {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal7 .inner h2
    {
        font-size: 30px;
        line-height: 30px;

        margin: 0 0 0;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal7 .inner h2
    {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 8.5vw;

        padding: 10.2vw 0 5.3vw;

        text-align: center;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal7 .inner .photo
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal7 .inner .photo
    {
        overflow: hidden;

        width: 89.3vw;
        margin: 0 0 9vw;
    }
    .brand-story #modal7 .inner .photo img
    {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal7 .inner p
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal7 .inner p
    {
        font-size: 3.4vw;
        line-height: 5.6vw;

        margin-bottom: 1.8vw;
    }
}

@media print, screen and (min-width: 769px)
{
    .brand-story #modal7 .inner p.note
    {
        font-size: 10px !important;
        line-height: 10px !important;

        margin-top: 135px;
    }
}

@media screen and (max-width: 768px)
{
    .brand-story #modal7 .inner p.note
    {
        font-size: 2.6vw;
        line-height: 3.8vw;

        margin-top: 9.3vw;
    }
}

.brand-story #modal7 .inner p:last-child
{
    margin-bottom: 0;
}

/*=====================================================
 notFound
=====================================================*/
@media print, screen and (min-width: 769px)
{
    body.notFound .ttl
    {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px)
{
    body.notFound .ttl
    {
        margin-bottom: 10vw;
    }
}

.topUnderBnr
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 40px; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
}
@media screen and (max-width: 768px)
{
    .topUnderBnr
    {
        display: block;

        padding-top: 0;
    }
}
.topUnderBnr .topUnderBnr__contents
{
    width: 33.3333%;
    padding-top: 40px;
}
@media screen and (max-width: 768px)
{
    .topUnderBnr .topUnderBnr__contents
    {
        width: auto;
        padding: 60px 20px 0 20px;
    }
}
.topUnderBnr .topUnderBnr__contents a
{
    display: block;

    width: 100%;
    height: 100%;
}
.topUnderBnr .topUnderBnr__contents .topUnderBnr__contents__imgBox
{
    font-size: 0;
}
.topUnderBnr .topUnderBnr__contents .topUnderBnr__contents__imgBox img
{
    width: 100%;
}
.topUnderBnr .topUnderBnr__contents .topUnderBnr__contents__title
{
    font-size: 26px;
    font-weight: bold; 

    margin: 0 20px;
    padding: 40px 0 0 0;
}
@media screen and (max-width: 768px)
{
    .topUnderBnr .topUnderBnr__contents .topUnderBnr__contents__title
    {
        margin: 0;
        padding-top: 20px;
    }
}
.topUnderBnr .topUnderBnr__contents .topUnderBnr__contents__text
{
    font-size: 14px;
    line-height: 1.8; 

    margin: 0 20px;
    padding: 20px 0 0 0;
}
@media screen and (max-width: 768px)
{
    .topUnderBnr .topUnderBnr__contents .topUnderBnr__contents__text
    {
        margin: 0;
    }
}
.qr-td{
	text-align: center !important;
}
@media screen and (max-width: 768px)
{
	.qr-td{
	text-align: center !important;
}
	}


.as-modal-content {
    opacity: 0;
    transition: all .4s;
}
.as-modal-content.as-onModal {
    opacity: 1;
}

.as-modal-content.as-onModal#modals_footer  #overlay_footer {
    display: block;
}

.as-modal-content.as-onModal#modals_footer .modal {
    visibility: visible;
}

.as-modal-content.as-onModal#modals_footer .modal .outer .inner .content {
    display: block;
}

#modals .modal.footer section,
#modals_footer .modal.footer section  {
	padding: 80px;
}
#modals .modal.footer section p,
#modals_footer .modal.footer section p {
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width: 768px) {
    #modals .modal.footer section,
    #modals_footer .modal.footer section {
		padding: 12vw 5.3vw;
	}
    #modals .modal.footer section p,
    #modals_footer .modal.footer section p {
		font-size: 3.4vw;
		line-height: 5.6vw;
	}
}


.recruit .radio_label {
    display: flex;
    align-items: center;
}
.recruit .radio_label > span {
    display: flex;
    align-items: center;
}
.recruit .radio_label input + label {
    margin-left: 0;
    margin-right: 20px;
}
.recruit .radio_label input + label:last-of-type {
    margin-right: 0;
}
.recruit .radio_label input[type='radio'] {
    position: relative;
    border: 1px solid #dadada;
    border-radius: 50%;
    outline: none;
    -webkit-appearance: none;
}
.radioText .radio_label input[type='radio']::after {
    position: absolute;
    display: block;
    content: '';
    transition: .3s;
    border-radius: 50%;
    background: #454545;
}
.recruit .btn.send {
    position: relative;
}
.recruit .btn.send::after {
    background-image: none;
    content: '\e902';
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    transform: translate(0, -50%);
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
}
.recruit .btn.send input[type="submit"] {
    background: #333 !important;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.recruit .btn.back input[type="submit"] {
    background: #f8f8f9;
    border: none;
    color: #333 !important;
}
.recruit .error_input  {
    color: #df6565;
    background: #fdf0f0 !important;
}
.recruit .fatBorder p {
    /* text-align: center; */
}
.recruit .conf_back {
    margin: 30px auto 0;
    display: flex;
}
.recruit .comp_back {
    position: relative;
}
.recruit .conf_back .btn.back {
    position: relative;
}
.recruit .comp_back input[type='submit'] {
    font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    width: 225px;
    min-height: 36px;
    border: 1px solid rgba(51, 51, 51, .4);
    padding: 5px 30px;
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
    transition: .5s;
}
.recruit .conf_back .btn.back::after,
.recruit .comp_back::after {
    background-image: none;
    content: '\e901';
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    transform: translate(0, -50%);
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 5px;
}

@media print, screen and (max-width: 768px) {
    .recruit .bio-begin {
        width: 10.6vw;
    }
    .recruit .radio_label input[type='radio'] {
        width: 8vw;
        height: 8vw;
        margin-right: 2.6vw;
    }
    .recruit .radio_label input[type='radio']::after,
    .recruit .radio_label input[type='radio']:checked::after {
        top: 50%;
        left: 50%;
        width: 4vw;
        height: 4vw;
        transform: translate(-50%, -50%) scale(0)
    }
    .recruit .radio_label input[type='radio']:checked::after {
        transform: translate(-50%, -50%) scale(1)
    }
    .recruit .education .line.line1 {
        flex-wrap: wrap;
    }
    .recruit .btns {
        margin-top: 9.3vw;
    }
    .recruit .btns .btn {
        width: 100%;
    }
    .recruit .conf_back .btn.back {
        padding-right: 10px;
    }
    .recruit .conf_back .btn.back input[type="submit"] {
        width: 32vw;
        font-size: 4.8vw !important;
        padding: 20px;
        color: #333;
        letter-spacing: .12em;
        line-height: 1;
        transition: .5s;
        position: relative;
        justify-content: center;
        height: 100%;
    }
    .recruit .btn.send input[type="submit"] {
        font-size: 4.8vw !important;
        padding: 20px;
        line-height: 1;
        justify-content: center;
        height: 100%;
    }
    .recruit .conf_back .btn.send input[type="submit"] {
        width: 54.6vw;
    }
    .recruit .comp_back {
        width: 66.6vw;
        margin-top: 10.6vw;
    }
    .recruit .comp_back input[type='submit'] {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
        padding: 5px 6.6vw;
        font-size: 3.4vw;
        min-height: 9.6vw;
        font-weight: bold;
        width: 100%;
    }
    .recruit.conf .line span,
    .recruit.conf .biography .line span {
        width: 29.3vw;
        flex: none;
    }
    .recruit.conf .education .line3 p {
        margin-top: 0;
    }
    .recruit.conf .biography .line span.bio-begin {
        width: 10.6vw;

    }
}

@media print, screen and (min-width: 769px) {
    .recruit span.bio-begin {
        width: 40px;
    }
    .recruit .basicTb tr td .line {
        flex-wrap: wrap;
        height: auto;
    }
    .recruit .radio_label input[type='radio'] {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        cursor: pointer;
    }
    .recruit .radio_label input[type='radio']::after,
    .recruit .radio_label input[type='radio']:checked::after {
        top: 5px;
        left: 5px;
        width: 13px;
        height: 13px;
        transform: scale(0);
    }
    .recruit .radio_label input[type='radio']:checked::after {
        transform: scale(1);
    }
    .recruit .error_inline.error {
        font-size: 12px;
        width: 100%;
    }
    .recruit .entry .contactInfo .line.line4 span.error_inline.error,
    .recruit .entry .contactInfo .line.line5 span.error_inline.error {
        width: 100%;
    }
    .recruit .btns {
        width: 280px;
        margin: 30px auto 0;
    }
    .recruit .btn.send input[type="submit"] {
        font-size: 18px;
        width: 280px;
        min-width: 280px;
        padding: 18px 30px;
        letter-spacing: .12em;
        line-height: 1;
        transition: .5s;
        position: relative;
        justify-content: center;
    }
    .recruit .conf_back .btn.back input[type="submit"] {
        width: 150px;
        font-size: 18px;
        color: #333;
        letter-spacing: .12em;
        line-height: 1;
        transition: .5s;
        position: relative;
        justify-content: center;
    }
    .recruit .btn.send::after {
        right: 5px;
    }
    .recruit .btn.send input[type="submit"]:hover {
        background: #aa823a !important;
        opacity: 1 !important;
    }
    .recruit .btn.send:hover::after,
    .recruit .conf_back .btn.back:hover::after,
    .recruit .conf_back .btn.send:hover::after,
    .recruit .comp_back:hover::after {
        -webkit-animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
        animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
    }
    .recruit.conf .line span {
        margin-top: 10px;
        width: 170px;
    }
    .recruit.conf .biography .line:first-of-type {
        margin-top: 0;
    }
    .recruit.conf .biography .line span.bio {
        width: 170px;
    }

    .recruit.comp .comp_back {
        margin-top: 60px;
    }
}

/* 医薬部外品　表記アイコン */
.label-quasi_drug {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
}

@media print, screen and (max-width: 768px) {
    .label-quasi_drug {
        font-size: 2.6vw;
    }
}

.en .note {
    color: initial;
}

.soldout {
	display: block;
	padding-top: 20px;
}

.error.interval {
    padding-top: 10px;
}

.error.interval:empty,
.btnCart:empty {
    padding: 0;
}

/* 空の場合の余計な余白削除 */
.addCart p.btnCart {
    padding-bottom: 0;
}

/* 商品詳細 youtube埋め込み */
@media screen and (min-width: 769px) {
    .accd.movie iframe {
        width: 100%;
        height: 543px;
    }
}

@media screen and (max-width: 768px) {
    .accd.movie {
        position: relative;
        padding-bottom: 56.25% !important;
        height: 0;
        overflow: hidden;
    }

    .accd.movie iframe {
        width: calc(100% - 6.4vw);
        height: calc(100% - 6.4vw);
        position: absolute;
        top: 0;
        right: 0;
	}
}

/* btn size custom */
.btn.size_m {
    width: 150px;
}

@media print, screen and (max-width: 768px) {
    .btn.size_m {
        width: 36vw
    }
}

/* ショッピングガイド　new */
.guide #pagination {
    text-align: center;
}

.guide #contents .subheading {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 30px 0;
    margin-bottom: 70px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .guide #contents .subheading {
        padding: 6vw 0;
        margin-bottom: 16vw;
    }
}

.guide #contents .subheading ul {
    display: flex;
    flex-wrap: wrap;
}

.guide #contents .subheading li {
    width: 50%;
    line-height: 2.2;
}

@media screen and (max-width: 768px) {
    .guide #contents .subheading li {
        width: 100%;
        line-height: 2.5;
        font-size: 3.4vw;
    }
}

.guide #contents .subheading a {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    transition: .5s;
}

.guide #contents .subheading a::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '\e902';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
}

.guide #contents .subheading a:hover::before {
    -webkit-animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
    animation: 'arrowCenterToRight' .25s ease 0s alternate forwards, 'arrowLeftToCenter' .25s ease .25s alternate forwards;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.guide #contents .desc > dl {
    line-height: 1.8;
    border-bottom: 1px solid #dadada;
}

.guide #contents .desc > dl > dt {
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 50px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .guide #contents .desc > dl > dt {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
        font-size: 4.5vw;
        padding-bottom: 10vw;
        line-height: 1.6;
    }
}

.guide #contents .desc > dl:not(:first-of-type) > dt {
    padding-top: 60px;
}

@media screen and (max-width: 768px) {
    .guide #contents .desc > dl:not(:first-of-type) > dt {
        padding-top: 10vw;
    }
}

.guide #contents .desc > dl > dd {
    font-size: 14px;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .guide #contents .desc > dl > dd {
        font-size: 3.4vw;
        padding-bottom: 10vw;
    }
}

.guide #contents .txt_block {
    padding-bottom: 1em;
}

.guide #contents ol > li {
    padding-bottom: 1.4em;
}

.guide #contents ol > li:last-of-type {
    padding-bottom: 0;
}

.guide #contents h4 {
    font-weight: bold;
    color: #333;
}

.guide #contents .table dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .guide #contents .table dl {
        margin: 3vw 0;
        align-items: center;
        border: 2px solid #f8f8f9;
    }
}

.guide #contents .table dl > dt {
    flex: 150px 0 0;
}

@media screen and (max-width: 768px) {
    .guide #contents .table dl > dt {
        background: #f8f8f9;
        padding: 1vw;
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: #333;
    }

    .guide #contents .table dl > dd {
        padding: 1vw 3vw;
    }
}

.guide #contents .table dl > dd:nth-of-type(1) {
    flex: 1;
}

.guide #contents .table dl > dd:nth-of-type(2) {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .guide #contents .table dl > dt,
    .guide #contents .table dl > dd:nth-of-type(1),
    .guide #contents .table dl > dd:nth-of-type(2) {
        flex: auto;
    }

    .guide #contents .table dl > dd:nth-of-type(1) {
        width: 70%;
    }

    .guide #contents .table dl > dd:nth-of-type(2) {
        width: 30%;
    }

    .guide #contents .table dl > dd:nth-of-type(2) {
        text-align: right;
    }
}

.guide #contents .note {
    margin-top: 1em;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .guide #contents .note {
        font-size: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .guide #contents .btn {
        margin: 0 auto;
    }

    .guide #contents .tb {
        color: #aa823a;
        text-decoration: underline;
        display: inline !important;
    }
}

@media print, screen and (min-width: 769px)
{
    .ppauraaw #main
    {
        position: relative;
        width: 100%;
        height: calc(100vh - 190px);
        min-height: 550px;

        background-image: url("../../assets/img/lp/ppAuraAW2019/main.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }


    .ppauraaw #main section
    {
        position: absolute;
        top: 50%;
        left: 65%;

        -webkit-transform: translate(-467px, -50%);
                transform: translate(-467px, -50%);
    }
}

/* 共通campaign枠 */
@media print, screen and (min-width: 769px) {
    .common-campaign {
        padding-top: 85px;
        line-height: 1;
        font-weight: normal;
    }
}
@media screen and (max-width:768px) {
    .common-campaign {
        padding-top: 16vw;
        padding-right: 5.3vw;
        padding-left: 5.3vw;
    }
}

.common-campaign .for_sp {
    display: none;
}

.common-campaign .for_pc {
    display: block;
}

@media screen and (max-width:768px) {
    .common-campaign .for_sp {
        display: block;
    }
    .common-campaign .for_pc {
        display: none;
    }
}

.common-campaign .tac {
    text-align: center;
}

.common-campaign .mgc {
    margin: 0 auto;
}

.common-campaign .small {
    font-size: 12px;
}

.common-campaign .super {
    vertical-align: super;
}

@media screen and (max-width:768px) {
    .common-campaign .small {
        font-size: 2.6vw;
        line-height: 4.2vw;
    }
}

.common-campaign .txt_ll {
    font-size: 40px;
}

@media screen and (max-width:768px) {
    .common-campaign .txt_ll {
        font-size: 6vw
    }
}

.common-campaign .txt_l {
    font-size: 26px;
}

@media screen and (max-width:768px) {
    .common-campaign .txt_l {
        font-size: 4vw;
    }
}

.common-campaign .txt_ml {
    font-size: 24px;
}

@media screen and (max-width:768px) {
    .common-campaign .txt_ml {
        font-size: 4vw;
    }
}

.common-campaign .txt_m {
    font-size: 20px;
}

@media screen and (max-width:768px) {
    .common-campaign .txt_m {
        font-size: 3.8vw;
    }
}

.common-campaign .txt_ms {
    font-size: 18px;
}

.common-campaign .txt_sm {
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .common-campaign .txt_ms,
    .common-campaign .txt_sm {
        font-size: 2.6vw;
    }
}

.common-campaign .txt_s {
    font-size: 14px;
}

.common-campaign .txt_ss {
    font-size: 12px;
}

@media screen and (max-width:768px) {
    .common-campaign .txt_s,
    .common-campaign .txt_ss {
        font-size: 2.6vw
    }
}

.common-campaign .lh_s {
    line-height: 1.4;
}

.common-campaign .lh_ms {
    line-height: 1.6;
}

.common-campaign .lh_m {
    line-height: 1.8;
}

.common-campaign .txt_min {
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.common-campaign .txt_gothic {
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif
}

@media screen and (max-width:768px) {
    .common-campaign .txt_min {
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    }
}

.common-campaign .date span {
    font-size: 13px;
}

@media print, screen and (min-width: 769px) {
    .common-campaign .block.detail {
        width: 1000px;
        margin: 0 auto;
    }
}

.common-campaign .tl-head {
    text-align: center;
}

.common-campaign .tl-head .ttl-main {
    padding: 15px 0 10px;
    /*
    padding: 15px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    */
}

@media screen and (max-width:768px) {
    .common-campaign .tl-head .ttl-main {
        padding: 4vw 0 2vw;
        /*
        padding: 4vw 0 2vw;
        */
    }
}
/*
.common-campaign .tl-head .ttl-main::before,
.common-campaign .tl-head .ttl-main::after {
    content: "";
    background: #dadada;
    height: 1px;
    flex: 1;
}

.common-campaign .tl-head .ttl-main::before {
    margin-right: 40px;
}

.common-campaign .tl-head .ttl-main::after {
    margin-left: 40px;
}

@media screen and (max-width:768px) {
    .common-campaign .tl-head .ttl-main::before {
        margin-right: 3vw;
    }

    .common-campaign .tl-head .ttl-main::after {
        margin-left: 3vw;
    }
}
*/

.common-campaign .tl-head .ttl-sub {
    padding-bottom: 40px;
}

@media screen and (max-width:768px) {
    .common-campaign .tl-head .ttl-sub {
        padding-bottom: 6vw;
        font-size: 3.8vw;
    }
}

@media print, screen and (min-width: 769px) {
    .common-campaign .block.product {
        background: #fff;
    }

    .common-campaign .block.product {
        border: 4px double #dadada;
        padding: 60px 40px;
    }
}

.common-campaign .block.product > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:768px) {
    .common-campaign .block.product > ul {
        display: block;
    }
}

@media print, screen and (min-width: 769px) {
    .common-campaign .block.product > ul > li {
        flex: 1
    }
}

.common-campaign .main-copy {
    padding-bottom: 20px;
}

@media screen and (max-width:768px) {
    .common-campaign .block.product .desc {
        padding-top: 6vw;
        text-align: center;
    }

    .common-campaign .main-copy {
        font-size: 3.4vw;
        padding-bottom: 4vw;
        text-align: center;
    }

    .common-campaign .sub-copy {
        font-size: 3.4vw;
        text-align: center;
    }
}

.common-campaign .block.product .img > img {
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .common-campaign .block.product .img > img {
        width: 80%;
    }
}

.common-campaign .block.product .size {
    padding-top: 20px;
    line-height: 24px;
}

@media screen and (max-width:768px) {
    .common-campaign .block.product .size {
        padding-top: 4vw;
        line-height: 4.2vw;
    }
}

@media print, screen and (min-width: 769px) {
    .common-campaign .block.product .size > ul {
        display: flex;
    }

    .common-campaign .block.product .size > ul > li:first-child {
        padding-right: 5px;
    }
}

@media print, screen and (min-width: 769px) {
    .common-campaign .block.sup {
        padding: 40px 0;
    }
}

@media screen and (max-width:768px) {
    .common-campaign .block.sup {
        padding: 7vw 5vw;
        margin: 0 5.3vw;
    }

    .common-campaign .block.sup .txt_sm {
        font-size: 3.8vw;
    }
}

.common-campaign .shoplist {
    padding: 15px 0 25px;
}

@media screen and (max-width:768px) {
    .common-campaign .shoplist {
        padding: 5vw 0;
        text-align: left;
        line-height: 4.2vw;
    }
}

@media print, screen and (min-width: 769px) {
    .common-campaign .note {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .common-campaign .note {
        padding-bottom: 0;
    }
}

/* カート画面 キャンペーンバナー */
.cam_banner_cart img {
    width: 100%;
}
.cam_banner_cart .for-pc {
    display: block;
}
.cam_banner_cart .for-sp {
    display: none;
}
.cam_banner_cart .small {
    font-size: 12px;
}
.cam_banner_cart .note {
    padding-top: 10px;
}

@media print, screen and (min-width: 769px) {
    .cam_banner_cart {
        width: 844px;
        margin: 80px auto 0;
        line-height: 1.8;
    }
}

@media screen and (max-width:768px) {
    .cam_banner_cart .for-pc {
        display: none;
    }
    .cam_banner_cart .for-sp {
        display: block;
    }
    .cam_banner_cart {
        margin: 20vw 10px 0;
        line-height: 1.6;
    }
    .cam_banner_cart img {
        width: 100%;
    }
    #CartList p.sum {
        width: auto;
    }
    .cam_banner_cart .small {
        font-size: 2.6vw;
    }
    .cam_banner_cart .note {
        padding-top: 5vw;
    }
}

/* 増税対応お知らせページ　201910 */
@media screen and (max-width:768px) {
    .tax-desc_201910 .for-pc {
      display: none;
    }
    .tax-desc_201910 .for-sp {
      display: block;
    }
  }
  @media screen and (min-width:769px) {
    .tax-desc_201910 .for-pc {
      display: block;
    }
    .tax-desc_201910 .for-sp {
      display: none;
    }
  }

  .tax-desc_201910 strong {
    font-weight: bold;
  }

  .tax-desc_201910 .tax-desc {
    width: 60%;
    margin: 30px auto;
  }

  .tax-desc_201910 .sup {
    vertical-align: super;
    font-size: 60%;
  }

  .tax-desc_201910 .small {
    font-size: 80%;
  }

  .tax-desc_201910 table {
    width: 100%;
    margin-bottom: 5px;
  }

  .tax-desc_201910 th {
    font-weight: bold;
    white-space: nowrap;
    background: #f8f8f9;
  }

  .tax-desc_201910 th,
  .tax-desc_201910 td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.6;
  }

  .tax-desc_201910 td:not(:first-of-type) {
    text-align: center;
  }

  @media screen and (max-width:768px) {
    .tax-desc_201910 .tax-desc {
      width: auto;
      margin: 5vw 0;
      font-size: 3.4vw;
    }
    .tax-desc_201910 th,
    .tax-desc_201910 td {
      padding: 2.6vw;
      font-size: 3.4vw;
    }
  }

/* キャッシュレス・ポイント還元事業加盟点のお知らせ　201911 */
 @media screen and (max-width:768px) {
    .tax-cashless-point_201910 .for-pc {
      display: none;
    }
    .tax-cashless-point_201910 .for-sp {
      display: block;
    }
  }
  @media screen and (min-width:769px) {
    .tax-cashless-point_201910 .for-pc {
      display: block;
    }
    .tax-cashless-point_201910 .for-sp {
      display: none;
    }
  }

  .tax-cashless-point_201910 strong {
    font-weight: bold;
  }

  .tax-cashless-point_201910 .sup {
    vertical-align: super;
    font-size: 60%;
  }

  .tax-cashless-point_201910 .small {
    font-size: 80%;
  }

  .tax-cashless-point_201910 img {
      width: 100%;
  }

  .tax-cashless-point_201910 a,
  .cartDelivContents__lead.add_style_201911 a {
      text-decoration: underline;
  }

@media screen and (min-width:769px) {
    /* IE11のお支払い情報選択画面で崩れるための対処 */
    .tax-cashless-point_201910 #modals .modal .outer, #modals_footer .modal .outer {
        display: block;
        width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (min-width:769px) {
  .tax-cashless-point_201910 img {
    margin: 30px 0;
  }
 #CartList .cartDelivWarp .cartDelivContents .cartDelivContents__lead.add_style_201911 {
    height: 135px;
 }
}

@media screen and (max-width:768px) {
    .tax-cashless-point_201910 img {
    margin: 3.5vw 0;
  }
    #CartList .cartDelivWarp .cartDelivContents .cartDelivContents__lead.add_style_201911 a {
        text-decoration: underline;
        font-size: inherit !important;
    }
 }

 /* モーダル内汎用　202006 */
 @media screen and (max-width:768px) {
    #modals_footer .for-pc {
      display: none;
    }
    #modals_footer .for-sp {
      display: block;
    }
  }
  @media screen and (min-width:769px) {
    #modals_footer .for-pc {
      display: block;
    }
    #modals_footer .for-sp {
      display: none;
    }
  }

  #modals_footer strong {
    font-weight: bold;
  }


  /* グロナビ内　イベントバナー追加 */
@media screen and (max-width:768px) {
    .special_bn {
        padding: 5.3vw;
    }

    .special_bn img {
        width: 100%;
    }
}

@media screen and (min-width:769px) {
    .special_bn {
        padding-top: 20px;
    }

    .special_bn img {
        width: 300px;
    }
}

  /* 会員登録画面　見た目調整　UserRegistcheck.aspx */
@media screen and (max-width:768px) {
    #dvUserBox #dvUserRegistInput.unit tr {
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

    #dvUserBox #dvUserRegistInput table th,
    #dvUserBox #dvUserRegistInput table td {
        width: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 0;
    }

    #dvUserBox #dvUserRegistInput table tr:last-of-type td:last-of-type {
        border-bottom: 1px solid #dadada;
    }

    #dvUserBox #dvUserRegistInput table tr:first-of-type th:first-of-type {
        border-top: 0;
    }

    #dvUserBox #dvUserRegistInput td input {
        width: 100% !important;
    }
}

/* カート　PC　予約商品対応　2カラム→1カラムへ修正　201911 */
#CartList div.productList dl.name dd:first-of-type
#CartList .orderBox div.box div,
#CartList .orderBox div.box dl,
#CartList .orderBox div.box dd p {
    width: auto;
}
#CartList .orderBox div.userProduct dl:after {
    font-size: 0;
}
#CartList .orderBox div.userProduct dl {
    display: table;
}
#CartList .orderBox div.userProduct dd {
    width: auto;
}
#CartList .btn_change a {
    margin: 5px 0 5px auto;
}
#CartList .orderBox div.box dl {
    padding-bottom: 0;
}
#CartList .orderBox h4 {
    text-align: unset;
}
#CartList .orderBox div.userProduct .priceList dt {
    text-align: left;
}
#CartList .orderBox div.box div {
    width: auto;
}

@media screen and (max-width:768px) {
    #CartList .orderBox div.box dt {
        padding-top: 3.5vw;
    }
    #CartList.pc-col1 .cartDelivWarp .orderBox {
        margin-top: 20px;
    }
    #CartList .input_widthD {
        width: 250px;
    }
    #CartList .cartDelivWarp .payment_information {
        margin-top: 0;
    }
}

@media screen and (min-width:769px) {
    #CartList div.productList dl.name dd:first-of-type {
        flex: 1;
    }
    #CartList .priceList dl {
        width: 45%;
        margin: 0 0 0 auto;
    }
    #CartList .sumBox {
        width: 45%;
        margin: 0 0 0 auto;
        padding: 10px;
        padding-left: 0;
    }
    #CartList .orderBox div.box dt {
        width: 250px;
        padding-bottom: 15px;
    }
    #CartList .orderBox div.box dd {
        padding-bottom: 15px;
    }
    #CartList .orderBox div.box em {
        padding: 15px 0;
    }
    #CartList .singleProduct + .priceList {
        border-top: 1px solid #ccc;
        margin-top: 20px;
    }
    #CartList .singleProduct + #CartList .productList {
        padding-top: 20px;
    }
    #CartList.pc-col1 .cartDelivWarp {
        flex-wrap: wrap;
    }
    #CartList.pc-col1 .cartDelivWarp .cartDelivContents {
        width: 800px;
        margin: 0 auto;
    }
    #CartList.pc-col1 .cartDelivWarp .cartDelivContents:not(:first-of-type) {
        padding-top: 55px;
    }
    #CartList.pc-col1 .cartDelivWarp .cartDelivContents .cartDelivContents__lead {
        height: auto;
    }
    #CartList.pc-col1 .orderBox div.list {
        padding: 20px 10px;
    }
    #CartList .userBox dt:first-of-type {
        padding-top: 0;
    }
    #CartList .orderBox div.userProduct dt img {
        max-width: 80px;
        max-height: 80px;
    }
    #CartList .orderBox div.userProduct dt {
        width: 120px;
    }
    #CartList .orderBox div.userProduct .priceList dt {
        width: 150px;
    }
    #CartList .cartDelivWarp .cartDelivContents .cartDelivContents__title {
        font-size: 20px;
    }
    #CartList div.productList div.product .product__warp .product__warp__heading,
    #CartList .orderBox div.box em,
    #CartList .userBox dt,
    #CartList .userList dt,
    #CartList .priceList dt,
    #CartList .priceList dd,
    #CartList .sumBox dd {
        font-size: 16px;
    }
    #CartList .sumBox small {
        font-size: 14px;
    }
    #CartList .shipping_address:nth-of-type(n+3) .orderBox,
    #CartList .payment_information .orderBox.btop {
        margin-top: 0;
    }
    #CartList.comp .cartstep {
        width: 797px;
        margin: 50px auto 20px;
    }
    #CartList input.input_widthE {
        width: 350px;
    }
}

#CartList .cartDelivWarp .cartDelivContents textarea {
    background: #fff;
    border: 1px solid #ccc;
}

#CartList .cartDelivWarp .cartDelivContents .column h2.cartDelivContents__title.shopping_cart,
#CartList.order_contents .cartDelivWarp .cartDelivContents .column h2.cartDelivContents__title  {
    padding-bottom: 0;
}

#CartList .alert-reservation {
    padding: 20px 10px 10px;
}

/* 複数商品の場合、1つ目以降の見出し非表示 */
#CartList .shipping_address:nth-of-type(n+3) .cartDelivContents__title,
#CartList .shipping_address:nth-of-type(n+3) .cartDelivContents__lead {
    display: none;
}

/* 既存調整 */
#pagination:empty {
    display: none;
}

/* フッター追従ボタン 商品詳細 */
.footer-fixed-btn .pagetop {
	background: #333;
	color: #fff;
    border-radius: 100px;
	text-decoration: none;
	padding: 5px;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    transition: .3s;
}

.footer-fixed-btn .pagetop::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media print, screen and (max-width: 768px) {
    .footer-fixed-btn .for_sp {
        display: block;
    }
    .footer-fixed-btn .for_pc {
        display: none;
    }
}

@media print, screen and (min-width: 769px) {
    .footer-fixed-btn .pagetop:hover {
        opacity: .7;
    }
    .footer-fixed-btn .for_sp {
        display: none;
    }
    .footer-fixed-btn .for_pc {
        display: block;
    }
}


.btn_anker a::after {
    display: none;
}

@media print, screen and (min-width: 769px) {
    .detailReview_done .note {
        font-size: 12px;
    }
}

@media print, screen and (max-width: 768px) {
    .detailReview_done .note {
        font-size: 10px;
    }
}

/* ページ内設置　重要なお知らせ 202006 */
.info-important {
    text-align: center;
    margin-bottom: 60px;
}

.info-important a {
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    .info-important a:hover {
        opacity: .8;
        text-decoration: none;
    }
}

@media screen and (max-width: 768px) {
    .info-important {
        margin-bottom: 10.6vw;
    }
}

/* ヘッダー　キャンペーンバナー　メニューと横並び 202006 */
#menu .layer0 > ul > li .base > ul > li.cam-banner {
    flex: 1;
}
#menu .cam-banner img {
    width: 100%;
}
@media screen and (min-width: 769px) {
    #menu .layer0 > ul > li .base > ul > li.cam-banner > a {
    border: 0;
    }
}
@media screen and (max-width: 768px) {
    #menu .layer0 > ul > li .base > ul > li.cam-banner > a {
    height: auto;
    padding: 20px;
    }
}

/* top_fixed bnr　送料無料ポップアップバナー */

.top_fixed_bnr {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 3;
	display: none;
}
@media screen and (min-width:769px) {
    .top_fixed_bnr img {
        width: 390px;
    }
}
.top_fixed_bnr .btn_close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -35px;
	right: 0;
}
.top_fixed_bnr .btn_close:hover {
	opacity: .7;
	cursor: pointer;
}
.top_fixed_bnr .btn_close:before {
	content: "";
	width: 1px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 14px;
	transform: rotate(-45deg);
	background: #333333;
}
.top_fixed_bnr .btn_close:after {
	content: "";
	width: 1px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 14px;
	transform: rotate(45deg);
	background: #333333;
}
.top_fixed_bnr.hidden {
	display: none;
}

@media screen and (max-width:768px) {
	.top_fixed_bnr {
		bottom: 5.3vw;
		right: 50%;
		transform: translateX(50%);
		width: 80%;
	}
	.top_fixed_bnr .btn_close {
		top: -35px;
		right: 0;
	}
	.top_fixed_bnr img{
		width: 100%;
	}
}
/*
@media only screen and (min-width: 559px) and (max-width: 768px) {
	.top_fixed_bnr {
    width: 70%;
    right: 2vw;
    transform: translateX(0);
	}
}
*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.pearlprecious-aura .top_fixed_bnr {
		right: 110px;
	}
}

/* Quolva チャットフォーム調整 */
.qualvaHeader .icon-close:before {
	content: "";
}

/*スタッフコンテンツグロナビ内 モイストプラス高さ調整*/
@media screen and (min-width:769px) {
    .moist_nav{
        height: 170px;
    }
}

/* 240604 add */
/* SPグロナビ　キャンペーンバナー　メニュー下追加 */
#menu .sp.gnavfoot {
    padding: 20px 20px 0;
}

#menu .sp.gnavfoot img {
    width: 100%;;
}

/* グロナビ スキンケアステップ入り口ボタン用 */
.skincarestep_btn{
    width: 200px;
    margin-top: 15px;
}
.skincarestep_btn a{
    padding: 12px 0 12px 0;
    font-size: 12px!important;
    display: block;
    text-align: center;
}

/* 202504 add */
.for-sp {
    display: none;
}
.for-pc {
    display: block;
}

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