* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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,
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,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font: inherit;
    word-wrap: break-word;
    border: 0;
    vertical-align: baseline;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 3.4vw;
    font-family: source-han-sans-japanese, Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯Ã¤Â½â€œ, YuGothic, 'Yu Gothic', "Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium", "Yu Gothic Medium", 'Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro', 'Hiragino Kaku Gothic Pro', Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo, Osaka, 'Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    line-height: 1;
}

_:-ms-lang(x)::-ms-backdrop,
body {
    font-family: "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

blockquote,
q {
    quotes: none;
}

strong,
b {
    font-weight: bold;
}

ul,
ol,
li {
    list-style: none;
}

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

img,
video,
object {
    height: auto;
    border: none;
    display: block;
}

ins {
    background: none;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

a {
    color: #333;
    text-decoration: none;
    display: block;
    -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

a:hover {
    opacity: 1.6;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

/* common
----------------------------------------------- */
.mb0 {
    margin-bottom: 0 !important;
}

.mb30 {
    margin-bottom: 6%;
}

.ast {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.2vw !important;
    font-feature-settings: "palt"1;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.container {
    width: 100%;
    padding-top: 50px;
    background: url(../image/body-bg.png) no-repeat top 50px right;
    background-size: 85vw;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

.top-container {
    background: none;
}

.google-map {
    width: 100%;
    position: relative;
}

.google-map iframe,
.google-map object,
.google-map embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fade {
    opacity: 1;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.fade-left {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.fade-right {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.fade-bottom {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.fade-active {
    opacity: 1;
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
}

.js-curtain {
    overflow: hidden;
}

.js-curtain.first-anime .js-curtain-inner:after {
    transition-property: transform, opacity;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate3d(0, 0, 0);
}

.js-curtain.second-anime .js-curtain-inner:after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate3d(103%, 0, 0);
}

.js-curtain.second-anime img {
    opacity: 1;
    left: 0;
}

.js-curtain img {
    opacity: 1;
    position: relative;
    left: -4%;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.js-curtain-inner {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.js-curtain-inner:after {
    content: '';
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #afa4a0;
    transform: translate3d(-101%, 0, 0);
}

.mincho {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
}

.gothic {
    font-family: source-han-sans-japanese, Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯Ã¤Â½â€œ, YuGothic, 'Yu Gothic', "Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium", "Yu Gothic Medium", 'Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro', 'Hiragino Kaku Gothic Pro', Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo, Osaka, 'Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯', 'MS PGothic', sans-serif;
}

/*more*/
.more01,
.more02,
.more03 {
    width: 60vw;
    height: 13vw;
    padding-top: 4vw;
    margin: auto;
    color: #fff;
    font-size: 3.8vw;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5vw;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}

.more01:hover,
.more02:hover,
.more03:hover {
    color: #817673;
    opacity: 1;
}

.more01:hover .deco01,
.more02:hover .deco01,
.more03:hover .deco01 {
    left: -1px;
}

.more01:hover .deco02,
.more02:hover .deco02,
.more03:hover .deco02 {
    right: -1px;
}

.more01 .text,
.more02 .text,
.more03 .text {
    z-index: 1;
    position: relative;
}

.more01 .arrow,
.more02 .arrow,
.more03 .arrow {
    margin-left: 1vw;
    z-index: 1;
    position: relative;
}

.more01 .deco01,
.more02 .deco01,
.more03 .deco01 {
    width: 32vw;
    height: 14vw;
    background: #fff;
    position: absolute;
    top: -1px;
    left: -39vw;
    -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.more01 .deco01:before,
.more02 .deco01:before,
.more03 .deco01:before {
    content: '';
    border-top: 3.5vw solid #fff;
    border-right: 3.5vw solid transparent;
    border-bottom: 3.5vw solid transparent;
    border-left: 3.5vw solid #fff;
    position: absolute;
    top: 0;
    right: calc(-7vw + 1px);
}

.more01 .deco01:after,
.more02 .deco01:after,
.more03 .deco01:after {
    content: '';
    border-top: 3.5vw solid transparent;
    border-right: 3.5vw solid transparent;
    border-bottom: 3.5vw solid #fff;
    border-left: 3.5vw solid #fff;
    position: absolute;
    bottom: 0;
    right: calc(-7vw + 1px);
}

.more01 .deco02,
.more02 .deco02,
.more03 .deco02 {
    width: 32vw;
    height: 14vw;
    background: #fff;
    position: absolute;
    top: -1px;
    right: -39vw;
    -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.more01 .deco02:before,
.more02 .deco02:before,
.more03 .deco02:before {
    content: '';
    border-top: 3.5vw solid #fff;
    border-right: 3.5vw solid #fff;
    border-bottom: 3.5vw solid transparent;
    border-left: 3.5vw solid transparent;
    position: absolute;
    top: 0;
    left: calc(-7vw + 1px);
}

.more01 .deco02:after,
.more02 .deco02:after,
.more03 .deco02:after {
    content: '';
    border-top: 3.5vw solid transparent;
    border-right: 3.5vw solid #fff;
    border-bottom: 3.5vw solid #fff;
    border-left: 3.5vw solid transparent;
    position: absolute;
    bottom: 0;
    left: calc(-7vw + 1px);
}

.more02 {
    color: #fff;
    background: #afa4a0;
    border: 1px solid #afa4a0;
}

.more02 .deco01 {
    background: #fff;
}

.more02 .deco01:before {
    border-top: 3.5vw solid #fff;
    border-left: 3.5vw solid #fff;
}

.more02 .deco01:after {
    border-bottom: 3.5vw solid #fff;
    border-left: 3.5vw solid #fff;
}

.more02 .deco02 {
    background: #fff;
}

.more02 .deco02:before {
    border-top: 3.5vw solid #fff;
    border-right: 3.5vw solid #fff;
}

.more02 .deco02:after {
    border-right: 3.5vw solid #fff;
    border-bottom: 3.5vw solid #fff;
}

.more03 {
    color: #757677;
    border: 1px solid #f0a5a5;
}

.more03:hover {
    color: #494949;
}

.more03 .deco01 {
    background: #f0a5a5;
}

.more03 .deco01:before {
    border-top: 3.5vw solid #f0a5a5;
    border-left: 3.5vw solid #f0a5a5;
}

.more03 .deco01:after {
    border-bottom: 3.5vw solid #757677;
    border-left: 3.5vw solid #757677;
}

.more03 .deco02 {
    background: #f0a5a5;
}

.more03 .deco02:before {
    border-top: 3.5vw solid #f0a5a5;
    border-right: 3.5vw solid #f0a5a5;
}

.more03 .deco02:after {
    border-right: 3.5vw solid #f0a5a5;
    border-bottom: 3.5vw solid #f0a5a5;
}


.more04 {
    width: 80vw;
    height: 18vw;
    padding-top: 4vw;
    margin: 0 auto 10%;
    color: #afa4a0;
    background: #fff;
    border: 1px solid #afa4a0;
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: .02em;
    font-feature-settings: "palt";
    overflow: hidden;
    position: relative;
}

.more04:hover {
    color: #fff;
    background: #afa4a0;
    opacity: 1;
}

.more04:hover .deco01 {
    left: -1px;
}

.more04:hover .deco02 {
    right: -1px;
}

.more04 .text {
    z-index: 1;
    position: relative;
}

.more04 .arrow {
    margin-left: 1vw;
    z-index: 1;
    position: relative;
}

.more04 .deco01 {
    width: 32vw;
    height: 14vw;
    background: #afa4a0;
    position: absolute;
    top: -1px;
    left: -39vw;
    -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.more04 .deco01:before {
    content: '';
    border-top: 3.5vw solid #afa4a0;
    border-right: 3.5vw solid transparent;
    border-bottom: 3.5vw solid transparent;
    border-left: 3.5vw solid #afa4a0;
    position: absolute;
    top: 0;
    right: calc(-7vw + 1px);
}

.more04 .deco01:after {
    content: '';
    border-top: 3.5vw solid transparent;
    border-right: 3.5vw solid transparent;
    border-bottom: 3.5vw solid #afa4a0;
    border-left: 3.5vw solid #afa4a0;
    position: absolute;
    bottom: 0;
    right: calc(-7vw + 1px);
}

.more04 .deco02 {
    width: 32vw;
    height: 14vw;
    background: #afa4a0;
    position: absolute;
    top: -1px;
    right: -39vw;
    -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.more04 .deco02:before {
    content: '';
    border-top: 3.5vw solid #afa4a0;
    border-right: 3.5vw solid #afa4a0;
    border-bottom: 3.5vw solid transparent;
    border-left: 3.5vw solid transparent;
    position: absolute;
    top: 0;
    left: calc(-7vw + 1px);
}

.more04 .deco02:after {
    content: '';
    border-top: 3.5vw solid transparent;
    border-right: 3.5vw solid #afa4a0;
    border-bottom: 3.5vw solid #afa4a0;
    border-left: 3.5vw solid transparent;
    position: absolute;
    bottom: 0;
    left: calc(-7vw + 1px);
}


.link {
    margin: 0 auto 8%;
}

.link a {
    position: relative;
    color: #422c2c;
    margin: 0 auto 4.6%;
    width: 100%;
    padding: 20px;
    text-align: center;
    border: 1px solid #a0918c;
    transition: all 0.4s ease;
    font-size: 4vw;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    border-radius: 50px;
}

.link a:hover {
    color: #fff;
    opacity: 1;
    transition: all 0.4s ease;
}

.link a:before {
    content: "";
    background: #f3eceae3;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    border-radius: 50px;
}

.link a:hover:before {
    top: 0;
    left: 0;
    background: #a0918c;
    transition: all 0.4s ease;
}

.link a span {
    margin-left: 10px;
}

/*midashi*/
.midashi01 {
    width: 100%;
    margin-bottom: 7vw;
    font-size: 8vw;
    font-family: operetta-12;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.4vw;
}

.midashi01.active span {
    opacity: 1;
}

.midashi01 span {
    opacity: 1;
    -moz-transition: all 0.5s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.5s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.5s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.5s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.midashi02 {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 55%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.midashi02 .en {
    font-size: 36px;
    font-family: operetta-12;
    font-weight: 400;
    letter-spacing: 1vw;
}

.midashi02 .jp {
    font-size: 14px;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
}

.midashi03-en {
    margin-bottom: 5%;
    border-left: 4px solid #cab5aa;
    padding-left: 3%;
    line-height: 1.4;
    font-size: 4.8vw;
    font-family: operetta-12;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

.midashi03-jp {
    margin-bottom: 3%;
    border-left: 4px solid #cab5aa;
    padding-left: 3%;
    line-height: 1.6;
    font-size: 4vw;
}

.midashi04 {
    margin: 0 auto 14%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.midashi04:before,
.midashi04:after {
    content: '';
    height: 1px;
    background: #D3C3BB;
    display: block;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.midashi04:before {
    margin-right: 30px;
}

.midashi04:after {
    margin-left: 30px;
}

.midashi04 .jp {
    font-size: 6vw;
    display: block;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
}

.midashi04 .en {
    font-size: 3.4vw;
    font-family: operetta-12;
    font-weight: 400;
    letter-spacing: .1em;
    position: absolute;
    bottom: -22px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #a58776;
}

.midashi05 {
    background: url("../image/midashi05-bg.jpg")no-repeat top center;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 4.2vw;
    margin: 0 auto 4%;
    padding-top: 3.4%;
    font-feature-settings: "palt"1;
    letter-spacing: 0.02em;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
}

.midashi06 {
    text-align: center;
    margin: 0 auto 14%;
    position: relative;
    font-feature-settings: "palt"1;
    letter-spacing: .2em;
}

.midashi06 .en {
    display: block;
    margin-bottom: 2vw;
    font-size: 3.2vw;
    font-family: operetta-12;
    font-weight: 400;
    letter-spacing: .1em;
    color: #d46f6f;
}

.midashi06 .jp {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-size: 6.4vw;
    line-height: 1.3;
}

.midashi06:after {
    content: '';
    width: 15vw;
    height: 1px;
    background: #c5abab;
    position: absolute;
    left: 50%;
    bottom: -4vw;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* header
----------------------------------------------- */
.header {
    width: 100%;
    height: auto;
    z-index: 10;
    position: relative;
    background: url('../image/nav_bg.jpg') no-repeat center;
}

.sp-header {
    width: 100%;
    height: 50px;
    background: url('../image/nav_bg.jpg') no-repeat center;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
}

.pc-header {
    display: none;
}

.header-logo {
    width: 110px;
    position: absolute;
    top: 10px;
    left: 12px;
}

.header-logo img {
    width: 100%;
}

.header-mail {
    width: 50px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 0;
    right: 112px;
}

.header-mail img {
    width: 100%;
}

.header-tel {
    width: 50px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 0;
    right: 55px;
}

.header-tel img {
    width: 100%;
}

.header-navi-button {
    width: 50px;
    height: 50px;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
}

.header-navi-button .line {
    width: 28px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 11px;
    -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.header-navi-button .line-top {
    top: 12px;
}

.header-navi-button .line-middle {
    top: 19px;
}

.header-navi-button .line-bottom {
    top: 26px;
}

.header-navi-button .line-text {
    width: 100%;
    font-size: 10px;
    font-family: operetta-12;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    bottom: 8px;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.header-navi-button .line-text:before {
    /*content: 'CLOSE';
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);*/
}

.header-navi {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    z-index: 9;
    opacity: 1;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -20vw;
    -moz-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.header-navi.header-closed {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.header-navi.header-closed .animation {
    opacity: 1;
    -moz-animation-name: header-navi-out;
    -webkit-animation-name: header-navi-out;
    animation-name: header-navi-out;
    -moz-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -moz-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.header-navi.header-closed .animation01 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.header-navi.header-closed .animation02 {
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.header-navi.header-closed .animation03 {
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.header-navi.header-closed .animation04 {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.header-navi.header-closed .animation05 {
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.header-navi.header-closed .animation06 {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.header-navi.header-closed .animation07 {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.header-navi.header-closed .animation08 {
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.header-navi.header-closed .animation09 {
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.header-navi.header-closed .animation10 {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.header-navi-inner {
    width: 85%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    box-shadow: 6px 6px 6px rgba(169, 150, 126, 0.40);
}

.header-navi-inner::-webkit-scrollbar {
    display: none;
}

.header-navi-scroll {
    width: 100%;
    padding-bottom: 1px;
    background: url(../image/header-navi-bg.jpg) no-repeat top center;
    background-size: contain;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.header-navi-scroll::-webkit-scrollbar {
    display: none;
}

.header-navi-logo {
    width: 110px;
    margin: 14px auto 8vw;
}

.header-navi-logo img {
    width: 100%;
}

.header-navi-category {
    width: 90%;
    margin: 0 auto 6vw;
    overflow: hidden;
}

.header-navi-items {
    width: calc(100% + 2px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-navi-item {
    width: 50%;
    padding: 2.5vw 0;
    font-size: 3.95vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
}

.header-navi-item .arrow {
    position: absolute;
    top: 50%;
    right: 3vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navi-item-text {
    height: 10vw;
    padding: 0 2.5vw;
    border-right: 1px dashed #ccc;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header-navi-item-accordion {
    width: 100%;
}

.header-navi-item-accordion .accordion {
    width: 100%;
}

.header-navi-item-accordion .accordion .arrow {
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    top: 50%;
    right: 3vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navi-item-accordion .accordion .arrow:before {
    content: '';
    width: 2.5vw;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-navi-item-accordion .accordion .arrow:after {
    content: '';
    width: 1px;
    height: 2.5vw;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-navi-item-accordion .accordion.open .arrow:after {
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.header-navi-item-accordion .accordion-box {
    width: calc(100% - 4px);
    padding: 2vw 0;
    margin: auto;
    display: none;
}

.header-navi-item-accordion .accordion-items {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-navi-item-accordion .accordion-items li {
    width: 48%;
    margin-bottom: 4%;
    position: relative;
}

.header-navi-item-accordion .accordion-items li:first-child {
    width: 100%;
}

.header-navi-item-accordion .accordion-items img {
    width: 100%;
}

.header-navi-mail {
    width: 90%;
    margin: 0 auto 4vw;
}

.header-navi-mail img {
    width: 100%;
}

.header-navi-trial {
    width: 90%;
    margin: 0 auto 6vw;
}

.header-navi-trial img {
    width: 100%;
}

.header-navi-social-items {
    margin-bottom: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.header-navi-social-items li {
    width: calc(100% / 4 - 2%);
    margin: 0 1%;
    text-align: center;
}

.header-navi-social-items li:nth-child(3) a {
    color: #bba1c2;
}

.header-navi-social-items img {
    width: 100%;
}

.header-navi-open {
    width: 100%;
    height: 100%;
    position: fixed;
}

.header-navi-open .header-navi-button .line {
    width: 24px;
    left: 13px;
}

.header-navi-open .header-navi-button .line-top {
    top: 18px;
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.header-navi-open .header-navi-button .line-middle {
    opacity: 1;
}

.header-navi-open .header-navi-button .line-bottom {
    top: 18px;
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.header-navi-open .header-navi-button .line-text:before {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-navi-open .header-navi-button .line-text span {
    opacity: 1;
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.header-navi-open .header-navi {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.header-navi-open .animation {
    opacity: 1;
    -moz-animation-name: header-navi-in;
    -webkit-animation-name: header-navi-in;
    animation-name: header-navi-in;
    -moz-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -moz-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.header-navi-open .animation01 {
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.header-navi-open .animation02 {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.header-navi-open .animation03 {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.header-navi-open .animation04 {
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.header-navi-open .animation05 {
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.header-navi-open .animation06 {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.header-navi-open .animation07 {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header-navi-open .animation08 {
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.header-navi-open .animation08 {
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.header-navi-open .animation09 {
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-webkit-keyframes header-navi-in {
    0% {
        opacity: 1;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes header-navi-in {
    0% {
        opacity: 1;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes header-navi-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes header-navi-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/* hero
----------------------------------------------- */
.hero {
    width: 100%;
    position: relative;
}

.add-hero {
    height: 35vw;
}

.top-hero-image {
    width: 100%;
    position: relative;
}

.top-hero-image img {
    width: 100%;
}

.top-hero-text {
    width: 40vw;
    z-index: 1;
    position: absolute;
    right: 4vw;
    bottom: 8vw;
}

.top-hero-text img {
    width: 100%;
}

.top-hero-text-copy {
    position: absolute;
    bottom: 6vw;
    left: 50%;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-104%);
    width: 45%;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-size: 3.2vw;
    color: #fff;
    line-height: 1.6;
    text-shadow: #a78b7d 2px 2px 3px, #a78b7d -2px 2px 3px, #a78b7d 1px -2px 3px, #a78b7d -2px -2px 3px;
    font-feature-settings: "palt";
    letter-spacing: .04em;
    text-align: justify;
}

/* bread
----------------------------------------------- */
.breadcrumb {
    background: #ece7e3;
    position: relative;
}

.breadcrumb-items {
    width: 100%;
    margin: 0 auto;
}

.breadcrumb-items li {
    font-size: 3vw;
    background: url(../image/arrow01.png) no-repeat center right;
    background-size: contain;
    position: relative;
    display: inline-block;
}

.breadcrumb-items li.current a {
    color: #8c6852;
}

.breadcrumb-items li:last-child {
    background: none;
}

.breadcrumb-items li:last-child a {
    padding: 2vw 2.5vw;
}

.breadcrumb-items a {
    padding: 3vw 5.5vw 3vw 2.5vw;
    display: inline-block;
}

/* footer
----------------------------------------------- */
.footer {
    padding-bottom: 12vw;
    background: url(../image/nav_bg.jpg) repeat top center;
    background-size: 300vw;
    position: relative;
}

.footer-contact {
    padding: 8vw 0 6vw;
    background: #fbe7e5;
    background-size: cover;
}

.footer-contact-title {
    color: #494949;
}

.footer-contact-items {
    width: 80vw;
    margin: auto;
}

.footer-contact-items li {
    width: 100%;
    margin-bottom: 4vw;
    color: #494949;
    text-align: center;
    border: 1px solid #494949;
    position: relative;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

.footer-contact-items li:nth-child(1) .text {
    background: url(../image/icon-mail.png) no-repeat left center;
    background-size: 6vw;
}

.footer-contact-items li:nth-child(2) .text {
    background: url(../image/icon-tel.png) no-repeat left center;
    background-size: 6vw;
}

.footer-contact-items a {
    padding: 4vw 0;
    color: #494949;
}

.footer-contact-items .text {
    padding: 0 10vw;
    margin: auto;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    display: table;
}

.footer-contact-items .main {
    font-size: 4vw;
    display: block;
}

.footer-contact-items .number {
    font-size: 5.4vw;
    font-family: operetta-12;
    font-weight: 400;
    display: block;
}

.footer-contact-items .sub {
    margin-top: 2vw;
    font-size: 3.2vw;
    display: block;
}

.footer-contact-items .arrow {
    font-size: 6.58vw;
    position: absolute;
    top: 50%;
    right: 8vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagetop {
    width: 100%;
    padding: 3.4vw 0;
    color: #494949;
    font-size: 4.2vw;
    font-family: operetta-12;
    text-align: center;
    background: #fff;
    position: relative;
}

.pagetop:before {
    content: '';
    border-right: 4vw solid transparent;
    border-bottom: 4vw solid #fff;
    border-left: 4vw solid transparent;
    position: absolute;
    top: -4vw;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pagetop:hover {
    background: #fff;
    opacity: 1;
}

.pagetop:hover:before {
    border-bottom-color: #fff;
}

.footer-content {
    padding: 9vw 0 4vw;
}

.footer-logo {
    width: 40vw;
    margin: 0 auto;
}

.footer-logo img {
    width: 80%;
    margin: 0 auto;
}

.copyright {
    width: 100%;
    padding: 4vw;
    font-size: 3vw;
    font-family: operetta-12;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2vw;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-navi {
    width: 80%;
    margin: 0 auto 10vw;
}

.footer-navi-box {
    width: 100%;
}

.footer-navi-title {
    padding: 3.5vw 1vw 3.2vw;
    color: #af998c;
    font-size: 4vw;
    font-family: operetta-12;
    font-weight: 300;
    letter-spacing: 0.5vw;
    border-bottom: 1px solid #c5b9bb;
    position: relative;
}

.footer-navi-title.open .arrow:after {
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.footer-navi-title .arrow {
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    top: 50%;
    right: 2.2vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-navi-title .arrow:before {
    content: '';
    width: 2.5vw;
    height: 1px;
    background: #c5b9bb;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-navi-title .arrow:after {
    content: '';
    width: 1px;
    height: 2.5vw;
    background: #c5b9bb;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-navi-items {
    width: 100%;
    display: none;
}

.footer-navi-items li {
    width: 100%;
    font-size: 3.4vw;
    border-bottom: 1px solid #c5b9bb;
    position: relative;
}

.footer-navi-items a {
    padding: 4vw 1vw 3.5vw;
    color: #af998c;
}

.footer-navi-items .arrow {
    position: absolute;
    top: 50%;
    right: 2.5vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-social-items {
    margin-bottom: 6vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer-social-items li {
    width: 8vw;
    margin: 0 2vw;
}

.footer-social-items img {
    width: 100%;
}

/* top
----------------------------------------------- */
.top-concept {
    padding: 12vw 0;
    color: #fff;
    background: #817673;
}

.top-concept-text {
    width: 80vw;
    margin: auto;
}

.top-concept-text p {
    margin-bottom: 4vw;
    font-size: 3.6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    text-justify: auto;
    font-feature-settings: "palt"1;
    letter-spacing: 0.02em;
}

.top-concept-more {
    margin-top: 8vw;
}

.top-campaign {
    padding: 12vw 6vw 15vw;
    position: relative;
}

.top-campaign-items li {
    width: 100%;
    opacity: 1.5;
}

.top-campaign-items li img {
    width: 100%;
}

.top-campaign-items li .ttl {
    background: #af9d9a;
    margin: 0 auto 5%;
    padding: 4% 0 4.5%;
    text-align: center;
    line-height: 1.2;
    font-size: 5vw;
    min-width: 100%;
    color: #fff;
}

.top-campaign-items li .ttl span {
    font-family: operetta-12;
    font-weight: 300;
    display: block;
    color: #ecded6;
    font-size: 60%;
}

.top-campaign-items li .ttl span.text-mini {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    display: inline-block;
    font-size: 80%;
    color: #fff;
}

.top-campaign-items li[aria-hidden="false"] {
    opacity: 1;
}

.top-campaign .bx-viewport {
    overflow: visible !important;
}


.slide p {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 3%;
    font-size: 3.8vw;
    font-feature-settings: "palt"1;
    letter-spacing: 0.05em;
}

.slide p:before {
    content: "////";
    font-size: 3vw;
    letter-spacing: .05em;
    color: #C4C4C4;
    margin-right: 1%;
}

.slide p:after {
    content: "////";
    font-size: 3vw;
    letter-spacing: .05em;
    color: #C4C4C4;
    margin-left: .5%;
}

.slide img {
    width: 100%;
}

.top-trouble {
    margin: 0 auto 12vw;
    background: #f0ebe8;
    padding: 14% 6% 8%;
}

.top-trouble p.ttl {
    font-size: 5vw;
    text-align: center;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    margin-bottom: 6%;
}

.top-trouble p.trouble-ttl {
    text-align: center;
    margin-bottom: 4%;
}

.top-trouble p.trouble-ttl span.en {
    margin-top: -5vw;
    font-size: 5.26vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    display: block;
}

.top-trouble p.trouble-ttl span.ja {
    color: #ffffff;
    font-size: 8.42vw;
    font-family: operetta-12;
    font-weight: 300;
    letter-spacing: 0.2vw;
    display: block;
}

.front-menu-content {
    position: relative;
}

.front-menu-image {
    width: 100%;
    margin-bottom: 8vw;
}

.front-menu-image img {
    width: 100%;
}

.front-menu-items li {
    font-size: 3.16vw;
    text-align: center;
    z-index: 1;
    position: absolute;
}

.front-menu-items li:before {
    content: '';
    height: 1px;
    background: #817572;
    z-index: -1;
    position: absolute;
}

.front-menu-items li:after {
    content: '';
    width: 2.5vw;
    height: 2.5vw;
    background: #817572;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.front-menu-items a {
    min-width: 20vw;
    padding: 1.8vw 2vw 2vw;
    background: #fff;
    border: 1px solid #817572;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 2px 2px 0 #d9dde6;
    -webkit-box-shadow: 2px 2px 0 #d9dde6;
    box-shadow: 2px 2px 0 #cfc3c0;
}

.front-menu-type01 {
    margin-bottom: 6vw;
}

/* Ã£Æ’â€¢Ã£â€šÂ§Ã£â€šÂ¤Ã£â€šÂ·Ã£Æ’Â£Ã£Æ’Â« */
.front-menu-type01 li:nth-child(1) {
    top: 7vw;
    left: 5vw;
}

.front-menu-type01 li:nth-child(1):before {
    width: 18vw;
    top: 5vw;
    left: 16vw;
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(12deg);
}

.front-menu-type01 li:nth-child(1):after {
    top: 6vw;
    left: 33vw;
}

.front-menu-type01 li:nth-child(2) {
    top: 37vw;
    right: 8vw;
}

.front-menu-type01 li:nth-child(2):before {
    width: 12vw;
    top: 0vw;
    left: -9vw;
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    transform: rotate(47deg);
}

.front-menu-type01 li:nth-child(2):after {
    top: -6.5vw;
    left: -8.5vw;
}

.front-menu-type01 li:nth-child(3) {
    top: 36vw;
    right: 56vw;
}

.front-menu-type01 li:nth-child(3):before {
    width: 14vw;
    top: 0vw;
    left: 18vw;
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
}

.front-menu-type01 li:nth-child(3):after {
    top: -6.5vw;
    left: 30vw;
}

.front-menu-type01 li:nth-child(4) {
    top: 22vw;
    right: 56vw;
}

.front-menu-type01 li:nth-child(4):before {
    width: 12vw;
    top: 3.5vw;
    left: 19vw;
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.front-menu-type01 li:nth-child(4):after {
    top: 2vw;
    left: 29vw;
}

.front-menu-type01 li:nth-child(5) {
    top: 13vw;
    right: 3vw;
}

.front-menu-type01 li:nth-child(5):before {
    width: 9vw;
    top: 5vw;
    left: -7vw;
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(341deg);
}

.front-menu-type01 li:nth-child(5):after {
    top: 5.5vw;
    left: -8vw;
}

.front-menu-type01 li:nth-child(6) {
    top: 24vw;
    right: 5vw;
}

.front-menu-type01 li:nth-child(6):before {
    width: 8vw;
    top: 3vw;
    left: -6vw;
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
}

.front-menu-type01 li:nth-child(6):after {
    top: 1vw;
    left: -8vw;
}

/* Ã£Æ’Å“Ã£Æ’â€¡Ã£â€šÂ£ */
.front-menu-type02 li:nth-child(1) {
    top: 5vw;
    left: 35vw;
}

.front-menu-type02 li:nth-child(1):before {
    width: 9vw;
    top: 5vw;
    right: -8vw;
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.front-menu-type02 li:nth-child(1):after {
    top: 4.5vw;
    right: -9vw;
}

.front-menu-type02 li:nth-child(2) {
    top: 39vw;
    left: 64vw;
}

.front-menu-type02 li:nth-child(2):before {
    width: 12vw;
    top: -3.5vw;
    right: 5vw;
    -moz-transform: rotate(77deg);
    -ms-transform: rotate(77deg);
    -webkit-transform: rotate(77deg);
    transform: rotate(77deg);
}

.front-menu-type02 li:nth-child(2):after {
    top: -11.5vw;
    right: 11.5vw;
}

.front-menu-type02 li:nth-child(3) {
    top: 39vw;
    left: 8vw;
}

.front-menu-type02 li:nth-child(3):before {
    width: 8vw;
    top: 2vw;
    right: -6vw;
    -moz-transform: rotate(305deg);
    -ms-transform: rotate(305deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(305deg);
}

.front-menu-type02 li:nth-child(3):after {
    top: -2.5vw;
    right: -5.5vw;
}

.front-menu-type02 li:nth-child(4) {
    top: 12vw;
    left: 3vw;
}

.front-menu-type02 li:nth-child(4):before {
    width: 14vw;
    top: 10.5vw;
    right: 3vw;
    -moz-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -webkit-transform: rotate(39deg);
    transform: rotate(39deg);
}

.front-menu-type02 li:nth-child(4):after {
    top: 13.5vw;
    right: 3.5vw;
}

.top-trial {
    margin-bottom: 10%;
}

.top-trial .top-trial-items {
    width: 90%;
    margin: 0vw auto 40vw;
}

.top-trial .top-trial-items li {
    width: 100%;
    margin-bottom: 6%;
    background: #fff;
    border: 6px solid #efe4dd;
    padding: 6%;
}

.top-trial .top-trial-items li:nth-child(2),
.top-trial .top-trial-items li:nth-child(3) {
    border: 6px solid #e7e3e1;
}

.top-trial .top-trial-items li p.trial-ttl {
    text-align: center;
    margin-bottom: 6%;
}

.top-trial .top-trial-items li p.trial-ttl span.en {
    margin-top: -5vw;
    font-size: 5.26vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    display: block;
}

.top-trial .top-trial-items li p.trial-ttl span.ja {
    color: #f1ece8;
    font-size: 8.42vw;
    font-family: operetta-12;
    font-weight: 300;
    letter-spacing: 0.2vw;
    display: block;
}

.top-trial .top-trial-items li img {
    width: 100%;
    margin-bottom: 4%;
}

.top-trial .top-trial-items li .top-trial-items-inner {
    width: 90%;
    margin: 0 auto;
}

.top-trial .top-trial-items li .top-trial-items-inner img {
    margin-bottom: 4%;
    /* display: inline-block; */
    width: 100%;
}

.top-trial .top-trial-more {
    margin: 8% auto 2%;
}

.top-trial .top-trial-items li .top-trial-items-inner .ttl {
    background: #af9d9a;
    margin: 0 auto 5%;
    padding: 4% 0 4.5%;
    text-align: center;
    line-height: 1.2;
    font-size: 4vw;
    min-width: 100%;
    color: #fff;
}

.top-trial .top-trial-items li .top-trial-items-inner .ttl span {
    font-family: operetta-12;
    font-weight: 300;
    display: block;
    color: #ecded6;
    font-size: 80%;
}

.top-trial .top-trial-items li .top-trial-items-inner .ttl span.text-mini {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    display: inline-block;
    font-size: 80%;
    color: #fff;
}


.top-menu {
    padding: 1px 0 4vw;
    margin-top: 40%;
    margin-bottom: 2% !important;
    background: #fbe7e5;
    margin-bottom: 10vw;
}

.top-menu-title {
    margin-top: -28vw;
}

.top-menu-big01,
.top-menu-big02 {
    margin-bottom: 8vw;
    position: relative;
}

.top-menu-big01 .image {
    width: 50vw;
    z-index: 1;
    position: relative;
}

.top-menu-big01 .image img {
    width: 100%;
}

.top-menu-big01 .title {
    width: 45vw;
    padding-bottom: 4vw;
    position: absolute;
    top: 25vw;
    right: 0;
}

.top-menu-big01 .title:after {
    content: '';
    width: 100vw;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-menu-big01 .title .en {
    color: #fef6f5;
    font-size: 40px;
    font-family: operetta-12;
    font-weight: 300;
    line-height: 0.9;
    display: block;
}

.top-menu-big01 .title .jp {
    margin-top: -6vw;
    font-size: 24px;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    display: block;
}

.top-menu-big01 .text {
    width: 86vw;
    padding: 5vw 0;
    margin: 0 auto;
}

.top-menu-big01 .text p {
    margin-bottom: 2vw;
    font-size: 3.6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    font-feature-settings: "palt"1;
    letter-spacing: .04em;
}

.top-menu-big02 .image {
    width: 50vw;
    margin-left: auto;
    z-index: 1;
    position: relative;
}

.top-menu-big02 .image img {
    width: 100%;
}

.top-menu-big02 .title {
    width: 45vw;
    padding-bottom: 4vw;
    position: absolute;
    top: 25vw;
    left: 5vw;
}

.top-menu-big02 .title:after {
    content: '';
    width: 100vw;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-menu-big02 .title .en {
    color: #fef6f5;
    font-size: 40px;
    font-family: operetta-12;
    font-weight: 300;
    line-height: 0.9;
    display: block;
}

.top-menu-big02 .title .jp {
    margin-top: -6vw;
    font-size: 24px;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    display: block;
}

.top-menu-big02 .text {
    width: 86vw;
    padding: 5vw 0;
    margin: 0 auto;
}

.top-menu-big02 .text p {
    margin-bottom: 2vw;
    font-size: 3.6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    font-feature-settings: "palt"1;
    letter-spacing: .04em;
}

.top-menu-more {
    margin-top: 5vw;
}

.top-menu-items {
    width: 86vw;
    margin: auto;
}

.top-menu-items li {
    width: 100%;
    margin-bottom: 8vw;
}

.top-menu-item-image {
    width: 100%;
}

.top-menu-item-image img {
    width: 100%;
}

.top-menu-item-heading {
    padding: 3vw 0;
    margin-bottom: 4vw;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.top-menu-item-title .en {
    color: #fff;
    font-size: 8.42vw;
    font-family: operetta-12;
    font-weight: 300;
    letter-spacing: 0.2vw;
    display: block;
}

.top-menu-item-title .jp {
    margin-top: -5vw;
    font-size: 5.26vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    display: block;
}

.top-menu-item-more {
    width: 40vw;
    height: 10vw;
    padding-top: 3vw;
    margin-right: 0;
    font-size: 3.2vw;
}

.top-menu-item-text p {
    font-size: 3.6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

.open_bnr {
    width: 90%;
    margin: 0 auto;
}

.open_bnr a img {
    width: 100%;
}

.top-news {
    padding: 12vw 0 10vw;
}

.top-news-items {
    width: 90vw;
    padding: 2vw 6vw 6vw;
    margin: auto;
    border: 1px solid #d0c7c8;
}

.top-news-items li {
    border-bottom: 1px dashed #dbd1d4;
    position: relative;
}

.top-news-items a {
    padding: 5vw 0;
}

.top-news-item-status {
    margin-bottom: 2vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.top-news-item-time {
    padding-top: 0.2vw;
    margin-right: 2vw;
    color: #846c68;
    font-size: 3.2vw;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0.2vw;
}

.top-news-item-category {
    padding: 1vw 4vw;
    color: #fff;
    font-size: 3.2vw;
    font-family: 'Montserrat';
    font-weight: 400;
    background: #f0a5a5;
}

.top-news-item-text p {
    font-size: 3.4vw;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top-social {
    padding: 2vw 0 6vw;
}

.top-social-items {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.top-social-items li {
    margin: 0 3% 6%;
    width: calc(100% / 4 - 6%);
}

.top-social-items li.instagram a {
    border-color: #bba1c2;
}

.top-social-items li.instagram .top-social-item-icon {
    background: #bba1c2;
}

.top-social-items li.instagram .top-social-item-title {
    color: #bba1c2;
}

.top-social-items li.instagram .top-social-item-id {
    color: #bba1c2;
    border-color: #e6dbe8;
}

.top-social-items li.line a {
    border-color: #98ca8c;
}

.top-social-items li.line .top-social-item-icon {
    background: #98ca8c;
}

.top-social-items li.line .top-social-item-title {
    color: #98ca8c;
}

.top-social-items li.line .top-social-item-id {
    color: #98ca8c;
    border-color: #dfedda;
}

.top-social-items li.fb a {
    border-color: #7f87c7;
}

.top-social-items li.fb .top-social-item-icon {
    background: #7f87c7;
}

.top-social-items li.fb .top-social-item-title {
    color: #7f87c7;
}

.top-social-items li.hpb a {
    border-color: #b76482;
}

.top-social-items li.hpb .top-social-item-icon {
    /* background: #b76482; */
}

.top-social-items li.hpb .top-social-item-title {
    color: #b76482;
}

.top-insta p {
    text-align: center;
    margin: -2% auto 4%;
}

.top-insta img {
    width: 90%;
    margin: 0 auto 14%;
}

.top-social-items a {}

.top-social-items a:after {
    content: '';
    width: 3vw;
    height: 3vw;
    position: absolute;
    right: 0;
    bottom: 0;
}

.top-social-item-icon {
    width: 18vw;
    height: 18vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.top-social-item-icon .icon {
    width: 100%;
    color: #fff;
    font-size: 9.21vw;
}

.top-social-item-text {
    text-align: center;
    flex: 1;
}

.top-social-item-title {
    font-size: 4.4vw;
    font-family: operetta-12;
    font-weight: 400;
    letter-spacing: 0.2vw;
}

.top-social-item-id {
    width: 85%;
    padding: 1vw 0;
    margin: 1.5vw auto 0;
    font-size: 3.22vw;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: center;
    border: 1px solid;
    display: table;
}

.top-access {
    background: #dfd8d4;
}

.top-access-map {
    height: 55vw;
}

.top-access-text {
    padding: 12vw 0;
    text-align: center;
}

.top-access-store {
    margin-bottom: 4vw;
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    letter-spacing: 0.2vw;
}

.top-access-address {
    margin-bottom: 2vw;
    font-size: 3.4vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    line-height: 1.4;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

.top-access-tel {
    margin: 0 auto 2.6vw;
    color: #817673;
    font-size: 9vw;
    font-family: operetta-12;
    font-weight: 400;
    display: table;
    font-feature-settings: "palt"1;
    letter-spacing: .03em;
}

.top-access-tel .icon {
    margin-right: 0.5vw;
    font-size: 6vw;
    position: relative;
    top: 0.5vw;
}

.top-access-open {
    margin-bottom: 6vw;
    font-size: 3.4vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

/* second
----------------------------------------------- */
.second-content {
    width: 86vw;
    min-height: 250px;
    padding-bottom: 10vw;
    margin: auto;
}

.second-content-text p {
    margin-bottom: 4vw;
    font-size: 3.4vw;
    line-height: 1.6;
    text-align: justify;
    text-justify: auto;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

/* first
----------------------------------------------- */
.first .concept {
    margin: 0 auto 10%;
}

.first .concept img {
    width: 80%;
    margin: 0 auto 4%;
}

.first .concept p {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
}

.first .reason {
    background: url("../image/first-reason-bg-t.png") no-repeat top -160px left -128px, url("../image/first-reason-bg-b.png")no-repeat bottom -60px right -90px #fcf8f5;
    margin: 0 auto 12%;
    padding: 12% 0 2%;
    background-size: 80%;
}

.first .reason .inner {
    width: 80%;
    margin: 0 auto;
}

.first .reason .ttl {
    margin: 0px auto 10%;
    width: 70%;
}

.first .reason li {
    margin-bottom: 15%;
}

.first .reason li img {
    margin: 0 auto 6%;
    width: 80%;
}

.first .reason dl {
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

.first .reason dt {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.first .reason dd {
    font-size: 14px;
    text-align: justify;
    text-justify: auto;
    line-height: 1.7;
}

.first .flow {
    width: 80%;
    margin: 0 auto 12%;
}

.first .flow li {
    margin-bottom: 16%;
    position: relative;
}

.first .flow li .step {
    width: 25%;
    position: absolute;
    top: -20px;
    left: -20px;
}

.first .flow li .img {
    margin: 0 auto 5%;
    width: 100%;
}

.first .flow dl {
    width: 100%;
    margin: 30 auto 4%;
}

.first .flow dt {
    font-size: 5.2vw;
    line-height: 1.2;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: 0.05em;
    margin-bottom: 3%;
}

.first .flow dd {
    text-align: justify;
    text-justify: auto;
    font-feature-settings: "palt"1;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 3.4vw;
}

.first .flow .step {
    z-index: 9;
}

.first .flow li a {
    margin: 6% auto;
}

.first .flow li .more02 {
    padding-top: 12px;
}

/* menu
----------------------------------------------- */
.menutop-tab {
    margin: 0 auto 10%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.menutop-tab li {
    width: 48%;
    margin-bottom: 3%;
}

.menutop-tab img {
    width: 100%;
}

.menu .area {
    margin: 0 auto 16%;
}

.menu .intro {
    margin: 0 auto 8%;
}

.menu .intro img {
    width: 40%;
    margin-bottom: 4%;
    max-width: 400px;
}

.menu .intro .text {
    padding: 0 3%;
    text-align: justify;
    text-justify: auto;
    font-feature-settings: "palt"1;
    letter-spacing: 0.02em;
}

.menu .intro .text p {
    font-size: 3.6vw;
}

.menu .box {
    background: #f7f3f2;
    margin: 0 auto 8%;
    padding: 6%;
    text-align: center;
}

.menu .box .ttl {
    background: #af9d9a;
    margin: 0 auto 5%;
    padding: 4% 0 4.5%;
    text-align: center;
    line-height: 1.2;
    font-size: 5vw;
    min-width: 100%;
    color: #fff;
}

.menu .box .ttl span {
    font-family: operetta-12;
    font-weight: 300;
    display: block;
    color: #ecded6;
    font-size: 60%;
}

.menu .box .ttl span.text-mini {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    display: inline-block;
    font-size: 80%;
    color: #fff;
}

.menu .box .read {
    font-size: 4.4vw;
    margin-bottom: 5%;
    border-left: 4px solid #cab5aa;
    padding-left: 3%;
    line-height: 1.4;
    font-weight: bold;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
}

.partslist-img {
    background: #fff;
    margin: 0 auto 5%;
}

.partslist-img img {
    margin: 0 auto;
    width: 90%;
}

.paragraph-03 li {
    margin-bottom: 8%;
}

.paragraph-03 li:last-child {
    margin-bottom: 0;
}

.parts {
    margin-bottom: 5%;
}

.parts dt {
    color: #fff;
    text-align: center;
    padding: 4% 0 3%;
    border-radius: 6px 6px 0 0;
    font-size: 3.6vw;
}

.parts dt.s {
    background: #ee90a5;
}

.parts dt.m {
    background: #96b8e2;
}

.parts dt.l {
    background: #cad374;
}

.parts dd {
    background: #fff;
    padding: 5%;
    font-size: 3.4vw;
    text-align: left;
    text-align: justify;
    line-height: 1.5;
    font-feature-settings: "palt"1;
    letter-spacing: .04em;
    border-radius: 0 0 6px 6px;
}

p.name {
    font-size: 4vw;
    background: #fff;
    color: #423b3a;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 4% !important;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    line-height: 1.2;
    box-shadow: 0 0 6px #cab5aa45;
}

p.name span {
    font-size: 80%;
}

/*ÃƒÂ¦Ã¢â‚¬â€œÃ¢â€žÂ¢ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã‚Â¡Ã‚Â¨*/
.price-type01 dl,
.price-type02 dl,
.price-type03 dl {
    padding: 0 4px 8px 8px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    clear: both;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    display: table;
    margin-bottom: 8px;
}

.price-type01 dt,
.price-type02 dt,
.price-type03 dt {
    float: left;
    background: #c7aea8;
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 3.6vw;
    line-height: 1.2;
}

.price-type01 dd,
.price-type02 dd,
.price-type03 dd {
    float: right;
    text-align: right;
    line-height: 1.4;
}

.price-type01 dd span,
.price-type02 dd span,
.price-type03 dd span {
    font-size: 65%;
}

.price-type01 dl:last-child,
.price-type02 dl:last-child {
    border-bottom: none;
}

.price-type04 dl {
    padding: 0 2% 8%;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    clear: both;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    margin-bottom: 8%;
}

.price-type04 dt {
    width: 100%;
    background: #c7aea8;
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 3.8vw;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 2%;
}

.price-type04 dd {
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-size: 4.6vw;
}

.price-type04 dd span {
    font-size: 65%;
}

/*.price-type04 dl:last-child { border-bottom:none;}*/
.price-type04:last-child dl {
    border-bottom: none;
    margin-bottom: 0;
    ;
}

.price-type01 dl {
    width: 100%;
}

.price-type01 dd {
    font-size: 4.6vw;
}

.price-type02 dl {
    width: 100%;
}

.price-type02 dd {
    font-size: 4.6vw;
}

.price-type03 dl {
    width: 100%;
}

.price-type03 dd {
    font-size: 4.6vw;
}

dd span.regular {
    font-size: 4vw;
    display: block;
}

dd span.regular:after {
    content: "Ã¢â€“Â¼";
    margin: 0 4px;
    font-size: 3.2vw;
}

dd span.red {
    color: #d03838;
    font-size: 4.6vw;
    line-height: 1.2;
}

/*trial*/
.menu .trial {
    margin: 0 auto 13%;
    text-align: center;
}

.menu .trial img {
    margin: 0 auto 6%;
    width: 100%;
}

.menu .trial a {
    display: inline-block;
}

.menu .trial p {
    text-align: center;
}

.menu .trial .obi {
    background: #d46f6f;
    color: #fff;
    padding: 6px 16px;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: .1em;
}

.menu .trial .text {
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.3;
    margin-bottom: 3%;
}

.price-trial {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.price-trial dl {
    padding: 0 4px 8px 8px;
    text-align: left;
    clear: both;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    display: table;
    margin-bottom: 8px;
    width: 66%;
}

.price-trial dt {
    float: left;
    background: #c7aea8;
    color: #fff;
    padding: 5px 19px;
    border-radius: 50px;
    font-size: 3.8vw;
    line-height: 1.4;
    margin-right: 0;
}

.price-trial dd {
    font-size: 6.2vw;
    text-align: right;
    line-height: 1.2;
}

.price-trial dd span {
    font-size: 70%;
}

.season-cam {
    margin-bottom: 3%;
    width: 100%;
}

.campaign ul.top-trial-items {
    width: 100%;
    margin: 0 auto;
}

.campaign.top-trial .top-trial-items li p.trial-ttl span.en {
    margin-top: -10vw;
}

.campaign .top-trial .top-trial-items li p.sub {
    margin: -2% auto 6vw;
    font-size: 3.6vw;
}

.campaign .top-trial-more {
    padding-top: 4.4vw;
    margin: 8% auto 2%;
}

.campaign .top-trial .top-trial-items li p.trial-ttl span.en {
    margin-top: -10vw;
}

.campaign div.point {
    margin-bottom: 12%;
}

.campaign div.point p {
    background: url(../image/check.svg)no-repeat top 13px left 10px #fff;
    padding: 4% 4% 4% 12%;
    background-size: 5%;
    box-shadow: 0 0 6px rgb(169 150 126 / 40%);
    font-size: 3.6vw;
    margin-bottom: 8px;
    font-feature-settings: "palt";
    letter-spacing: .02em;
}

/*Ã§Â¨Å½Ã¨Â¾Â¼Ã£ÂÂ®Ã§Â¸Â®Ã¥Â°ÂÃ¨Â¨Â­Ã¥Â®Å¡*/
.menu span.price-mini {
    font-size: 90%;
}

.menu span.text-mini {
    font-size: 70%;
}

/* slimming
----------------------------------------------- */
.slimming .intro .ttl {
    background: url("../image/intro-bg.jpg")no-repeat top center;
    height: 118px;
    margin: 0 auto 20%;
    padding-top: 8%;
    background-size: cover;
}

.slimming .intro-pattern02 .ttl {
    margin: 0 auto 26%;
}

.slimming .intro .ttl span {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-shadow: #D6BCBC 2px 2px 3px, #D6BCBC -2px 2px 3px, #D6BCBC 1px -2px 3px, #D6BCBC -2px -2px 3px;
    display: block;
    margin: 0 auto 10px;
}

.slimming .intro .ttl img {
    margin: 0 auto;
    width: 96%;
}

.slimming .intro-pattern02 .ttl img {
    margin: 4vw auto 0;
    width: 96%;
}

.slimming .recommend .ttl {
    margin: 0 auto 6%;
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-align: center;
}

.slimming .recommend .ttl:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 26px;
    background-image: url("../image/slash-l.jpg");
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.slimming .recommend .ttl:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 26px;
    background-image: url("../image/slash-r.jpg");
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

.slimming .recommend div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 4%;
}

.slimming .recommend div img {
    margin: 0 auto 4%;
    width: 47%;
}

.slimming .recommend img.onayami {
    margin: 0 auto;
    width: 100%;
}

.slimming .feature .ttl img {
    margin: 0 auto 4%;
    width: 90%;
}

.slimming .feature .bg {
    background: url("../image/feature-bg.png")no-repeat bottom right #faf7f7;
    padding: 9%;
    margin: 0 auto 10%;
    background-size: contain;
}

.slimming .feature02 .bg {
    background: url("../image/feature-bg02.png")no-repeat bottom right #faf7f7;
    padding: 9%;
    margin: 0 auto 10%;
    background-size: contain;
}

.slimming .feature03 .bg {
    background: url("../image/feature-bg03.png")no-repeat bottom right #faf7f7;
    padding: 9%;
    margin: 0 auto 10%;
    background-size: contain;
}

.slimming .feature .inner {
    width: 100%;
    margin: 0 auto;
}

.slimming .feature .img-r {
    margin: -18% auto 0;
    width: 48%;
}

.slimming .feature .text-l {
    width: 100%;
}

.slimming .feature .read {
    font-size: 6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slimming .feature .read span {
    color: #d46f6f;
}

.slimming .feature li {
    background: url("../image/check.svg")no-repeat top 13px left 13px #fff;
    padding: 4% 4% 4% 14%;
    margin-bottom: 8px;
    box-shadow: 0 0 6px rgba(169, 150, 126, 0.40);
    font-size: 4.6vw;
}

.slimming .trouble {
    margin-bottom: 14%;
}

.slimming .order_by_site {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.slimming .order_contents {
    width: 100%;
    padding-top: 10vw;
    text-align: center;
}

.slimming .order_heading {
    font-size: 8.4vw;
    line-height: 1.2;
}

.slimming .order_heading span {
    color: #ea7e77;
}

.slimming .order_heading_sub {
    font-size: 4.2vw;
    margin-left: -2vw;
    margin-bottom: 2%;
}

.slimming .can_select_txt {
    text-align: center;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
}

.slimming .copy-text {
    color: #ea7e77;
    font-weight: 600;
    font-size: 4.6vw;
    line-height: 1.5;
}

.slimming .order_title {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
}

.slimming .order_texts {
    margin: 2% auto 3%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slimming .order_texts li {
    border: solid 1px #917948;
    font-size: 3.4vw;
    width: 24%;
    background-color: #fff;
    margin: 0 auto;
    padding: 3% 0 2%;
    line-height: 1;
}

.slimming .order_by_site_wrapper {
    background: url("../image/slimming-trouble-human_sp.png") top 0px left 46vw no-repeat;
    background-size: 44%;
}

.slimming .menu-img_3 img {
    width: 100%;
    height: auto;
}

/* epilation
----------------------------------------------- */
.epilation .intro .ttl {
    background: url("../image/intro-bg1.jpg")no-repeat top center;
    height: 118px;
    margin: 0 auto 20%;
    padding-top: 8%;
    background-size: cover;
}

.epilation .intro .ttl span {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-shadow: #D6BCBC 2px 2px 3px, #D6BCBC -2px 2px 3px, #D6BCBC 1px -2px 3px, #D6BCBC -2px -2px 3px;
    display: block;
    margin: 0 auto 10px;
}

.epilation .intro .ttl img {
    margin: 0 auto;
    width: 96%;
}

.epilation .feature p {
    font-size: 3.4vw;
    line-height: 1.6;
    text-align: justify;
    text-justify: auto;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    width: 86vw;
    margin: 0 auto 4vw;
}

.epilation .feature>.ttl {
    position: relative;
    width: 100%;
    margin: 0 auto 10%;
}

.epilation .feature>.ttl {
    background: url("../image/feature-ttl03.png")no-repeat bottom right -60px;
    height: 350px;
    position: relative;
    background-size: 95%;
}

.epilation .feature>.ttl .img01 {
    position: absolute;
    top: -7px;
    left: 8%;
    width: 78%;
}

.epilation .feature>.ttl .img02 {
    position: absolute;
    bottom: -40px;
    right: 40px;
    width: 76%;
}

.epilation .feature .bg {
    background: url("../image/feature-bg1.png")no-repeat bottom right #faf7f7;
    padding: 40% 8% 12%;
    margin: -35% auto 0;
    background-size: contain;
}

.epilation .feature ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.epilation .feature li {
    width: 43%;
    margin: 0 3% 3%;
    line-height: 1.4;
    font-size: 3.6vw;
}

.epilation .feature li img {
    margin: 0 auto;
    width: 100%;
}

.epilation .lumix {
    margin: 16% auto 22%;
}

.epilation .lumix img {
    width: 80%;
    margin: 0 0 0 5%;
}

.epilation .lumix .read {
    font-size: 6.4vw;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    margin-bottom: 4%;
}

.epilation .lumix .read span {
    display: inline-block;
    color: #fff;
    background: #d46f6f;
    padding: 2% 3%;
    font-size: 70%;
    margin-bottom: 2%;
}

.epilation .point {
    margin: 0 auto 18%;
    padding: 12% 8%;
    background: #fff7f7;
}

.epilation .point ul {
    margin: 0 auto;
}

.epilation .point li {
    margin: 0 auto 6%;
}

.epilation .point li img {
    width: 90%;
    margin: 0 auto 3%;
}

.epilation .point dl {
    text-align: center;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

.epilation .point dt {
    color: #d46f6f;
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    margin-bottom: 3%;
}

.epilation .point dd {
    line-height: 1.4;
}

/* facial
----------------------------------------------- */
.facial .intro .ttl {
    background: url("../image/intro-bg2.jpg")no-repeat top center;
    height: 118px;
    margin: 0 auto 20%;
    padding-top: 8%;
    background-size: cover;
}

.facial .intro .ttl span {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-shadow: #D6BCBC 2px 2px 3px, #D6BCBC -2px 2px 3px, #D6BCBC 1px -2px 3px, #D6BCBC -2px -2px 3px;
    display: block;
    margin: 0 auto 10px;
}

.facial .intro .ttl img {
    margin: 0 auto;
    width: 96%;
}

.facial .feature div {
    border: 1px solid #ebdcd9;
    padding: 4% 4% 0;
    margin: 0 auto 10%;
}

.facial .feature div img {
    width: 90%;
    margin: 0 auto;
}

.facial .facial-select-tab ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 5%;
}

.facial .facial-select-tab ul li {
    width: 49%;
}

.facial .facial-select-tab ul li a {
    padding: 6%;
    border: 1px solid #af9d9a;
    text-align: center;
    color: #ab8179;
    background: #f7f3f2;
    font-size: 3.6vw;
}

.facial .facial-select-tab ul li a span {
    margin-left: 10px;
}

.facial .recommend .ttl {
    margin: 0 auto 6%;
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-align: center;
}

.facial .recommend .ttl:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 26px;
    background-image: url("../image/slash-l.jpg");
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.facial .recommend .ttl:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 26px;
    background-image: url("../image/slash-r.jpg");
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

.facial .recommend {
    margin: 0 auto 18%;
}

.facial .recommend ul {
    margin: 0 auto 8%;
}

.facial .recommend li {
    background: url("../image/check.svg")no-repeat top 12px left 12px #fff;
    padding: 4% 4% 4% 12%;
    margin-bottom: 8px;
    box-shadow: 0 0 6px rgba(169, 150, 126, 0.40);
    font-size: 4vw;
}

.facial .recommend li span {
    color: #d46f6f;
}

.facial .recommend img {
    width: 100%;
    margin: 0 auto 8%;
}

.facial .recommend .products {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.facial .hyperknife {
    margin: 16% auto 22%;
}

.facial .hyperknife img.machine {
    width: 80%;
    margin: 0 0 0 5%;
}

.facial .hyperknife img.treatment {
    width: 100%;
    margin: 0 auto 6%;
}

.facial .hyperknife .read {
    font-size: 6.4vw;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    margin-bottom: 4%;
}

.facial .hyperknife .read span {
    display: inline-block;
    color: #fff;
    background: #d46f6f;
    padding: 2% 3%;
    font-size: 70%;
    margin-bottom: 2%;
}

/* eyelash
----------------------------------------------- */
.eyelash .intro .ttl {
    background: url("../image/intro-bg3.jpg")no-repeat top center;
    height: 118px;
    margin: 0 auto 20%;
    padding-top: 8%;
    background-size: cover;
}

.eyelash .intro .ttl span {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-shadow: #ab8686 2px 2px 3px, #ab8686 -2px 2px 3px, #ab8686 1px -2px 3px, #ab8686 -2px -2px 3px;
    display: block;
    margin: 0 auto 10px;
}

.eyelash .intro .ttl img {
    margin: 0 auto;
    width: 96%;
}

.eyelash .recommend .ttl {
    margin: 0 auto 6%;
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-align: center;
}

.eyelash .recommend .ttl:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 26px;
    background-image: url("../image/slash-l.jpg");
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.eyelash .recommend .ttl:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 26px;
    background-image: url("../image/slash-r.jpg");
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

.eyelash .recommend {
    margin: 0 auto 18%;
}

.eyelash .recommend ul {
    margin: 0 auto 8%;
}

.eyelash .recommend li {
    background: url("../image/check.svg")no-repeat top 12px left 12px #fff;
    padding: 4% 4% 4% 12%;
    margin-bottom: 8px;
    box-shadow: 0 0 6px rgba(169, 150, 126, 0.40);
    font-size: 4vw;
}

.eyelash .recommend li span {
    color: #d46f6f;
}

.eyelash .recommend img {
    width: 100%;
    margin: 0 auto 8%;
}

.eyelash .recommend .products {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.eyelash .recommend .products img {
    margin: 0px 2%;
    width: 45%;
}

/* nail
----------------------------------------------- */
.nail .intro .ttl {
    background: url("../image/intro-bg4.jpg")no-repeat top center;
    height: 118px;
    margin: 0 auto 20%;
    padding-top: 8%;
    background-size: cover;
}

.nail .intro .ttl span {
    color: #fff;
    text-align: center;
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-shadow: #c39797 2px 2px 3px, #c39797 -2px 2px 3px, #c39797 1px -2px 3px, #c39797 -2px -2px 3px;
    display: block;
    margin: 0 auto 10px;
}

.nail .intro .ttl img {
    margin: 0 auto;
    width: 96%;
}

.nail .feature {
    margin-bottom: 14%;
}

.nail .feature div {
    border: 1px solid #ebdcd9;
    padding: 4% 4% 0;
    margin: 0 auto 10%;
}

/* kids
----------------------------------------------- */
.kids .intro .ttl {
    background: url("../image/intro-bg5.jpg")no-repeat top center;
    height: 118px;
    margin: 0 auto 20%;
    padding-top: 8%;
    background-size: cover;
}

.kids .intro .ttl span {
    color: #fff;
    text-align: center;
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .02em;
    text-shadow: #c39797 2px 2px 3px, #c39797 -2px 2px 3px, #c39797 1px -2px 3px, #c39797 -2px -2px 3px;
    display: block;
    margin: 0 auto 10px;
}

.kids .intro .ttl img {
    margin: 0 auto;
    width: 96%;
}

.kids .feature {
    margin-bottom: 14%;
}

.kids p.name-set01 {
    font-size: 4vw;
    background: #fff;
    color: #423b3a;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 4% !important;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    line-height: 1.2;
    box-shadow: 0 0 6px #cab5aa45;
}

/* access
----------------------------------------------- */
.access .slide {
    margin-bottom: 8%;
}

.access-tel {
    color: #817673;
    font-size: 9vw;
    font-family: operetta-12;
    font-weight: 400;
    display: table;
    font-feature-settings: "palt"1;
    letter-spacing: .03em;
}

.access-tel .icon {
    margin-right: 0.5vw;
    font-size: 5vw;
    position: relative;
    top: 0.5vw;
}

.access-open {
    margin-bottom: 6vw;
    font-size: 3.4vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
}

.table {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 3.4vw;
}

.table:before {
    content: "";
    width: 90px;
    position: absolute;
    background: #fbe7e5;
    height: 2px;
    top: 0px;
}

.table th,
.table td {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
    font-feature-settings: "palt"1;
    letter-spacing: 0.02em;
    padding: 4%;
}

.table th {
    text-align: center;
    width: 30%;
    color: #866957;
}

.table tr:first-child {
    border-top: 2px solid #eee;
}

.table td a {
    color: #817673;
    font-size: 7vw;
}

.table .read {
    background: #c6b6ac;
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    padding: 1%;
    margin-bottom: 2%;
}

.map-box {
    width: 100%;
    height: 280px;
    margin: 8% auto 5%;
}

.root {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.root li {
    width: 49%;
    text-align: center;
    letter-spacing: .05em;
    font-size: 3.4vw;
}

.root a {
    padding: 8%;
    color: #817673;
    border: 1px solid #c1b6b3;
    border-radius: 28px;
}

.root span {
    margin: 0 5px 0 3px;
    display: inline-block;
}

.access .link {
    margin-top: 10%;
}

/* qa
----------------------------------------------- */
.qa_list {
    margin: 0 auto;
}

.qa_list dl {
    margin: 0 auto 3%;
}

.qa_list dt {
    position: relative;
    padding: 3% 12% 3% 11%;
    border: 1px solid #ddd;
    cursor: pointer;
    line-height: 1;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    font-size: 3.6vw;
    display: inline-block;
    width: 100%;
    text-indent: -1.8em;
}

.qa_list dt span {
    font-size: 4vw;
    color: #816666;
    line-height: 1.8;
    font-family: operetta-12;
    font-weight: 400;
    margin-right: 3%;
}

.qa_list dt:before,
.qa_list dt:after {
    content: '';
    background: #888;
    position: absolute;
    top: 0;
    right: 0;
}

.qa_list dt:before {
    width: 20px;
    height: 2px;
    top: 50%;
    right: 12px;
}

.qa_list dt:after {
    width: 2px;
    height: 20px;
    top: 50%;
    right: 21px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: -12px;
    transform: translate(0, 3px);
}

.qa_list dt.open:after {
    -moz-transform: rotate(90deg) translate(3px, 0);
    -ms-transform: rotate(90deg) translate(3px, 0);
    -webkit-transform: rotate(90deg) translate(3px, 0);
    transform: rotate(90deg) translate(3px, 0);
}

.qa_list dd {
    display: none;
    padding: 4%;
    font-size: 3.4vw;
    line-height: 1.6;
    text-align: justify;
    font-feature-settings: "palt"1;
    letter-spacing: 0.02em;
    background: #f7f7f7;
}

.qa_list dd .set {
    padding: 6%;
    background: #fff;
}

.qa_list dd .set p {
    text-align: center;
    margin-bottom: 3%;
}

.qa_list dd li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 4%;
    line-height: 1.5;
}

/* voice
----------------------------------------------- */
.voice-select-tab ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto 8%;
}

.voice-select-tab ul li {
    width: 49%;
}

.voice-select-tab ul li a {
    padding: 6%;
    border: 1px solid #af9d9a;
    text-align: center;
    color: #ab8179;
    background: #f7f3f2;
    font-size: 3.6vw;
}

.voice-select-tab ul li a span {
    margin-left: 10px;
}

.photo {
    width: 100%;
    margin: 0 auto 16%;
}

.photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photo ul li {
    width: 46%;
    position: relative;
    margin: 0 2% 3%;
}

.photo ul li a:after {
    content: url("../image/zoom.jpg");
    position: absolute;
    right: 0;
    bottom: -2px;
}

.photo ul li img {
    width: 100%;
}


/* case
----------------------------------------------- */
.case .photo {
    width: 100%;
    margin: 0 auto 16%;
}

.case .photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.case .photo ul li {
    width: 46%;
    position: relative;
    margin: 0 2% 3%;
}

.case .photo ul li a:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("../image/zoom.jpg");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
}

.case .photo ul li img {
    width: 100%;
}

/* staff
----------------------------------------------- */
.staff li {
    margin-bottom: 20%;
}

.staff li img {
    width: 64%;
    margin: 0 auto 7%;
}

.staff li .name {
    margin-bottom: 4%;
}

.staff li .name span.ja {
    margin-top: -6vw;
    font-size: 5vw;
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-weight: 400;
    display: block;
}

.staff li .name span.en {
    color: #c7b6ac78;
    font-size: 11vw;
    font-family: operetta-12;
    font-weight: 300;
    letter-spacing: 0.2vw;
    display: block;
}

.staff li .read {
    font-family: source-han-serif-japanese, Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSÃ¦ËœÅ½Ã¦Å“ÂE, Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª, Meiryo;
    font-size: 4.4vw;
    margin-bottom: 1%;
}

/* recruit aaa
----------------------------------------------- */
.recruit {
    padding: 0;
}

.recruit p {
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    line-height: 1.8;
    text-align: justify;
}

.recruit .top {
    width: 100%;
    margin-bottom: 10vw;
}

.recruit .top img {
    width: 100%;
}

.recruit .intro {
    position: relative;
    margin-bottom: 10vw;
}

.recruit .intro .ttl {
    line-height: 1.7;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    width: 90%;
    padding-left: 6vw;
}

.recruit .intro span {
    padding: 1% 1.4%;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2%;
    z-index: 1;
    position: relative;
    display: inline-block;
    font-size: 5vw;
}

.recruit .intro span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fe988b;
    background: -moz-linear-gradient(left, #f78a9e 0%, #fe988b 100%);
    background: -webkit-gradient(linear, left center, right center, from(#f78a9e), to(#fe988b));
    background: -webkit-linear-gradient(left, #f78a9e 0%, #fe988b 100%);
    background: -o-linear-gradient(left, #f78a9e 0%, #fe988b 100%);
    background: linear-gradient(to right, #f78a9e 0%, #fe988b 100%);
}

.recruit .intro img {
    width: 80%;
}

.recruit .intro img.img01 {
    margin: 0 0 0 auto;
    position: relative;
    right: -10vw;
    top: -5vw;
}

.recruit .intro img.img02 {
    position: absolute;
    top: 52vw;
    left: -12vw;
}

.recruit .intro img.img03 {
    position: absolute;
    bottom: 73vw;
    right: 0;
    width: 50vw;
}

.recruit .intro .read {
    width: 90%;
    margin: 47vw auto 4vw;
    font-size: 3.6vw;
    line-height: 2;
}

.recruit .intro .sub {
    width: 90%;
    margin: 0 auto;
    color: #d46f6f;
    font-size: 4.4vw;
    line-height: 1.6;
}

.recruit .sec-wap {
    padding: 10vw 0 12vw;
    background: url("../image/sec-bg01.png") no-repeat top -230px left 292px, url("../image/sec-bg02.png") no-repeat bottom 160vw right 60vw, url("../image/first-reason-bg-b.png")no-repeat bottom -60px right -20px, #fcf8f5;
    background-size: 80%;
    margin-bottom: 12vw;
}

.recruit .sec-wap-inner {
    margin: 0 auto;
}

.recruit .sec-wap p.ttl {
    color: #d46f6f;
    font-size: 5vw;
    line-height: 1.6;
    text-align: center;
    width: 90%;
    margin: 0 auto 4vw;
}

.recruit .sec-wap p.sub {
    font-size: 3.6vw;
    width: 90%;
    margin: 0 auto 8vw;
}

.recruit .flex {
    margin: 0 auto 4vw;
}

.recruit .flex li {
    margin-bottom: 6vw;
}

.recruit .flex li:last-child {
    margin-bottom: 0;
}

.recruit .flex li img {
    width: 80%;
    position: relative;
    z-index: 1;
}

.recruit .flex li .text {
    background: #fff;
    padding: 16vw 6vw 6vw;
    position: relative;
    top: -8vw;
    width: 93%;
    margin: 0 0 0 auto;
}

.recruit .flex li .text dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
}

.recruit .flex li .text dt {
    margin-right: 4vw;
    width: 30%;
}

.recruit .flex li .text dt img {
    width: 100%;
}

.recruit .flex li .text dd {
    font-feature-settings: "palt"1;
    letter-spacing: .05em;
    line-height: 1.4;
    text-align: justify;
    font-size: 4.2vw;
}

.recruit .flex li:nth-child(2) img,
.recruit .flex li:nth-child(4) img {
    margin: 0 0 0 auto;
}

.recruit .flex li:nth-child(2) .text,
.recruit .flex li:nth-child(4) .text {
    margin: 0 auto 0 0;
}

.recruit .plan {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

.recruit .plan-inner {
    margin: 0 auto;
    background: #fff;
    padding: 8vw;
    border: 1px solid #fad3d2;
    position: relative;
}

.recruit .plan .circle {
    background: #fcf8f5;
    border: 1px solid #fad3d2;
}

.recruit .plan .circle {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.recruit .plan .top-left {
    left: -9px;
    top: -9px;
}

.recruit .plan .top-rigt {
    right: -9px;
    top: -9px;
}

.recruit .plan .btm-left {
    left: -9px;
    bottom: -9px;
}

.recruit .plan .btm-rigt {
    right: -9px;
    bottom: -9px;
}

.recruit .plan img {
    width: 100%;
}

.recruit .plan img.ttl {
    width: 80%;
    text-align: center;
}

.recruit .plan .scroll-inner {
    width: 700px;
}

.recruit .message {
    position: relative;
    margin-bottom: 12vw;
}

.recruit .message img {
    width: 60%;
}

.recruit .message img.img01 {
    z-index: 1;
    position: relative;
    width: 76%;
    margin-left: 3vw;
}

.recruit .message img.img02 {
    padding: 0;
    margin: -3vw 0 0 auto;
    z-index: 1;
    position: absolute;
    right: -9vw;
}

.recruit .message .text {
    width: 82%;
    margin: 30vw auto 0;
}

.recruit .message .read {
    color: #d46f6f;
    font-size: 6vw;
    margin-bottom: 3vw;
}

.recruit .message p {
    margin-bottom: 4vw;
}

.recruit .group {
    margin-bottom: 12vw;
}

.recruit .group p.ttl {
    color: #d46f6f;
    font-size: 5vw;
    line-height: 1.6;
    text-align: center;
    width: 90%;
    margin: 0 auto 4vw;
}

.recruit .group p.sub {
    font-size: 3.6vw;
    width: 90%;
    margin: 0 auto 8vw;
}

.recruit .group ul li {
    position: relative;
    margin-bottom: 4vw;
}

.recruit .group ul li img {
    width: 100%;
}

.recruit .group ul li p {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 2vw 3vw 0 0;
    font-size: 3.8vw;
}

.recruit .group ul li p span {
    font-size: 80%;
    margin-right: 4px;
}

table.recruit-box {
    width: 100%;
    margin-bottom: 10%;
}

table.recruit-box tr th {
    width: 100%;
    display: block;
    background: #cbb5a9;
    padding: 4%;
    font-size: 3.8vw;
    color: #fff;
    letter-spacing: 1px;
}

table.recruit-box tr td {
    width: 100%;
    display: block;
    padding: 4% 3%;
    border: 1px solid #cbb5a9;
}

table.recruit-box tr td p {
    font-size: 3.4vw;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 3%;
    position: relative;
}

table.recruit-box tr td p span.b {
    font-weight: bold;
}

table.recruit-box tr td p span.gray {
    color: #4f4f4f;
    font-size: 90%;
}

table.recruit-box tr td .sub {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1%;
}

table.recruit-box tr td ul {
    margin-top: 3vw;
}

table.recruit-box tr td li {
    width: auto;
    display: inline-block;
    padding: 1%;
    color: #d46f6f;
    border: 1px solid #e8bcbc;
    margin-right: 2%;
    margin-bottom: 2%;
}

/* contact
----------------------------------------------- */
.contact-tel {
    text-align: center;
}

.contact-mail {
    line-height: 1.4;
    font-size: 4vw;
    background: #fbe7e5;
    padding: 3%;
    color: #49494e;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.contact-mail span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../image/icon-mail.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.contact .top-access-open {
    margin-bottom: 2vw;
}

.contact-midashi {
    line-height: 1.4;
    font-size: 4vw;
    background: #fbe7e5;
    padding: 3%;
    color: #49494e;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.white-area {
    padding: 6%;
    margin: 0 auto 8%;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 0 10px rgb(210 209 208 / 40%);
}

.formbox {
    padding: 4% 7%;
    margin: 0 auto;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 0 10px rgb(210 209 208 / 40%);
}

.formbox table {
    width: 100%;
    color: #666;
}

.formbox ul.select li {
    width: 100%;
}

.formbox ul.select li:first-child {
    margin-bottom: 2%;
}

.formbox .mailformproTable th {
    display: block;
    width: 100%;
    font-size: 3.6vw;
    padding: 0;
    margin: 6% 0 4%;
}

.formbox .mailformproTable td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 3.4vw;
    margin-bottom: 4%;
}

#mfp_buttons {
    width: 100% !important;
}

.formbox input {
    width: 100% !important;
}

.formbox textarea.w100 {
    width: 100% !important;
    height: 150px !important;
}

input#button_mfp_goconfirm {
    width: 100% !important;
}

input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    background-image: none !important;
    box-shadow: none;
    overflow: hidden !important;
    cursor: pointer;
}

.formbox .contact-att {
    font-size: 3.2vw;
    line-height: 1.5;
    font-feature-settings: "palt"1;
    letter-spacing: 0.02em;
    text-align: justify;
    text-justify: auto;
}

.formbox .contact-att span.bold {
    display: block;
    font-weight: bold;
}

.formbox .contact-att span.red {
    color: #c12f2f;
    background: #FFEDED;
    padding: 1px 2px;
}

.privacy-in {
    padding: 0;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 10px auto;
}

.privacy-in iframe {
    width: 100%;
}

/* sitemap
----------------------------------------------- */
.sitemap ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 3%;
}

.sitemap li {
    width: 48%;
    border-bottom: 1px dotted #ccc;
    padding: 0% 2% 4.2%;
    margin-bottom: 5%;
    position: relative;
}

.sitemap li:nth-child(odd) {
    margin-right: 3%;
}

.sitemap li a:after {
    content: "\f105";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 4%;
    color: #af998c;
}

/* privacy
----------------------------------------------- */
.privacy {
    text-align: justify;
    line-height: 1.6;
    padding: 4%;
}

.privacy p {
    font-size: 12px;
    margin-bottom: 5%;
}

.privacy dl {
    margin-bottom: 5%;
}

.privacy dt {
    font-size: 12px;
    margin-bottom: 2%;
    background: #f5f5f5;
    padding: 1% 2% 1%;
}

.privacy dd {
    font-size: 12px;
    margin-bottom: 4%;
}

/* news
----------------------------------------------- */
.news .news-items {
    width: 90vw;
    margin: auto;
}

.news .news-items li {
    border-bottom: 1px dashed #dbd1d4;
    position: relative;
    padding: 5vw 0;
}

.news .news-item-status {
    margin-bottom: 2vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.news .news-item-time {
    padding-top: 0.2vw;
    margin-right: 2vw;
    color: #846c68;
    font-size: 3.2vw;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0.2vw;
}

.news .news-item-category a {
    padding: 1vw 4vw;
    color: #fff;
    font-size: 3.2vw;
    font-family: 'Montserrat';
    font-weight: 400;
    background: #a99487;
}

.news .news-item-text p {
    font-size: 3.4vw;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

article.campaign {
    margin-top: 6%;
}

.news .de-padding,.hotel{
    padding: 0;
    max-width: 900px;
    margin: 0 auto 4% auto;
}

.news .grid-3 {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}

.news .blog-box {
    padding: 4%;
    box-shadow: 0px 0px 1px 0px rgba(7, 14, 39, 0.5);
    border-radius: 5px;
    transition: all .5s ease;
}

.news .blog-box:hover {
    box-shadow: 0px 20px 50px 0px rgba(7, 14, 39, 0.07);
}

.news .blog-box .blog-pic img {
    width: 100%;
    border-radius: 5px;
}

.news .blog-box .blog-meta ul {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 1.8rem;
    width: 100%;
}


.news .blog-box .blog-meta ul li{
}

.news .blog-box .blog-desc {
    padding: 1rem;
}

.news .blog-box .blog-desc h5 {
    margin-bottom: 5%;
    font-weight: bold;
}

.news .blog-box .blog-desc p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.005em;
}

.news .blog-box .blog-meta li i,
.news .blog-box .blog-meta li span{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .news .blog-wpr.grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
}
.pagination {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 8%;
}

.pagination a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  transition: all .5s ease;
  border: 1px solid;
}

.pagination a:hover,
.pagination a.page-num-current {
  background-color: #fbe7e5;
  color: #fff;
}

.cnt {
  justify-content: center;
}


.news .theme-single.blog-single {
  padding: 2rem;
}

.news .blog-single-area {
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 0;
  box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
  border-radius: 5px;
}

.news .theme-info {
  padding: 0rem 3rem 1rem 3rem;
}

.news .theme-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(7, 14, 39, 0.1);
  margin-bottom: 3rem;
}


.btn-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.0015em;
  color: #e6a295;
  margin-top: 5%;
}

.btn-2 i {
  margin-left: 7px;
  display: inline-block;
}

.hotel h2.font4{
    margin-right: 10px;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: operetta-12;
}

.hotel ul{
    margin-top: 2%;
    font-family: operetta-12;
}

.hotel ul li{
    padding: 2% 1%;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.hotel ul li .cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hotel ul li .cont .chunk{}
.hotel ul li .cont .upper{}
.hotel ul li .cont .upper h3{}
.hotel ul li .cont .upper .btn{}
