body {
    font-size: 16px;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

/* common
----------------------------------------------- */
.mb30 {
    margin-bottom: 30px;
}

.ast {
    font-size: 13px !important;
}

.container {
    padding: 0;
    background: url(../image/pc-body-bg.png) no-repeat top left calc(50% + 290px);
    background-size: 1200px;
}

.top-container {
    padding: 0;
}

/*more*/
.more01,
.more02,
.more03 {
    width: 200px;
    height: 50px;
    padding-top: 16px;
    font-size: 14px;
    letter-spacing: 3px;
}

.more01 .arrow,
.more02 .arrow,
.more03 .arrow {
    margin-left: 3px;
}

.more01 .deco01,
.more02 .deco01,
.more03 .deco01 {
    width: 100px;
    height: 50px;
    left: -120px;
}

.more01 .deco01:before,
.more01 .deco01:after,
.more02 .deco01:before,
.more02 .deco01:after,
.more03 .deco01:before,
.more03 .deco01:after {
    border-width: 10px;
    right: calc(-20px + 1px);
}

.more01 .deco02,
.more02 .deco02,
.more03 .deco02 {
    width: 100px;
    height: 50px;
    right: -120px;
}

.more01 .deco02:before,
.more01 .deco02:after,
.more02 .deco02:before,
.more02 .deco02:after,
.more03 .deco02:before,
.more03 .deco02:after {
    border-width: 10px;
    left: calc(-20px + 1px);
}

.more04 {
    width: 440px;
    height: 80px;
    padding-top: 26px;
    font-size: 22px;
    margin: 0 auto 120px;
}

.more04 .arrow {
    margin-left: 3px;
}

.more04 .deco01 {
    width: 80px;
    height: 100px;
    left: -120px;
}

.more04 .deco01:before,
.more04 .deco01:after {
    border-width: 10px;
    right: calc(-20px + 1px);
}

.more04 .deco02 {
    width: 100px;
    height: 80px;
    right: -120px;
}

.more04 .deco02:before,
.more04 .deco02:after {
    border-width: 10px;
    left: calc(-20px + 1px);
}


.link {
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.link a {
    margin: 0 15px;
    width: 30%;
    font-size: 16px;
}

/*midashi*/
.midashi01 {
    margin-bottom: 40px;
    font-size: 38px;
    letter-spacing: 2px;
}

.midashi02 {
    width: 100%;
    left: 0;
}

.midashi02 .en {
    margin-right: 10px;
    font-size: 50px;
    letter-spacing: 4px;
}

.midashi02 .jp {
    font-size: 14px;
}

.midashi03-en {
    font-size: 22px;
    padding-left: 10px;
}

.midashi03-jp {
    font-size: 22px;
    padding-left: 10px;
}

.midashi04 {
    margin: 0 auto 70px;
}

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

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

.midashi04 .jp {
    font-size: 26px;
}

.midashi04 .en {
    font-size: 14px;
}

.midashi05 {
    height: 50px;
    font-size: 18px;
    margin: 0 auto 20px;
    padding-top: 15px;
}

.midashi06 {
    margin: 0 auto 70px;
    letter-spacing: .1em;
}

.midashi06 .en {
    margin-bottom: 10px;
    font-size: 16px;
}

.midashi06 .jp {
    font-size: 36px;
}

.midashi06:after {
    width: 8vw;
    bottom: -2vw;
}

/* header
----------------------------------------------- */
.sp-header {
    display: none;
}

.pc-header {
    display: block;
    background: url('../image/nav_bg.jpg') no-repeat center;
    background-size: 100% auto;
}

.header-content {
    width: 960px;
    padding: 34px 0 20px;
    margin: auto;
    position: relative;
    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: flex-end;
    align-items: flex-end;
}

.header-logo {
    width: 170px;
    margin-right: auto;
    position: relative;
    top: auto;
    left: auto;
}

.header-mail {
    width: 180px;
    top: 0;
    right: 190px;
}

.header-tel {
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
}

.header-global-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* width: 820px; */
}

.header-global-items li {
    margin-left: 24px;
    font-size: 18px;
    font-family: operetta-12;
    font-weight: 300;
    text-align: center;
    text-indent: 2px;
    letter-spacing: 1.5px;
    position: relative;
}

.header-global-items li.current a:after {
    height: 1px;
}

.header-global-items a {
    color: #494949;
    font-size: 14px;
    height: 32px;
}

.header-global-items a:after {
    content: '';
    width: 100%;
    height: 0px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    right: 0;
    -moz-transition: all 0s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.header-global-items a:hover {
    opacity: 1;
}

.header-global-items a:hover:after {
    height: 1px;
}

.header-global-items span {
    display: block;
}

.header-global-items span.ja {
    font-size: 13px;
    font-family: source-han-serif-japanese, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
    letter-spacing: -.03em;
    margin-top: 2px;
    color: #f9f6f5;
    font-feature-settings: "palt";
}

/* hero
----------------------------------------------- */
.add-hero {
    width: 900px;
    height: 260px;
    margin: auto;
}

.top-hero-image {
    width: 100%;
    min-width: 2000px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-hero-text {
    width: 420px;
    right: auto;
    bottom: 60px;
    left: calc(50% + 60px);
}

.top-hero-text-copy {
    bottom: 52px;
    left: 50%;
    -moz-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    -webkit-transform: translateX(-380px);
    transform: translateX(-380px);
    width: 350px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
}

/* bread
----------------------------------------------- */
.breadcrumb-items {
    width: 960px;
}

.breadcrumb-items li {
    font-size: 12px;
}

.breadcrumb-items li:last-child a {
    padding: 12px 15px 10px;
}

.breadcrumb-items a {
    padding: 12px 25px 10px 15px;
}

/* footer
----------------------------------------------- */
.footer {
    padding: 0;
    background-size: 920px;
}

.footer-contact {
    padding: 50px 0 70px;
    background-repeat: repeat;
    background-size: 290px;
}

.footer-contact-title {
    font-size: 40px;
}

.footer-contact-items {
    width: 750px;
    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;
}

.footer-contact-items li {
    width: 360px;
    margin: 0;
}

.footer-contact-items li:nth-child(1) .text {
    background-size: 28px;
}

.footer-contact-items li:nth-child(2) .text {
    background-size: 28px;
}

.footer-contact-items a {
    height: 100%;
    padding: 22px 0;
    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;
}

.footer-contact-items .text {
    padding: 0 40px;
}

.footer-contact-items .main {
    font-size: 22px;
}

.footer-contact-items .number {
    margin-bottom: -5px;
    font-size: 26px;
}

.footer-contact-items .sub {
    margin-top: 10px;
    font-size: 14px;
}

.footer-contact-items .arrow {
    font-size: 30px;
    right: 30px;
}

.pagetop {
    padding: 12px 0 6px;
    font-size: 16px;
    font-weight: bold;
}

.pagetop:before {
    border-width: 15px;
    top: -15px;
}

.footer-inner {
    width: 960px;
    padding: 70px 0;
    margin: auto;
    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;
}

.footer-content {
    padding: 0;
    margin-right: 60px;
}

.footer-logo {
    width: 190px;
    margin: 0 0 20px;
}

.copyright {
    padding: 0;
    font-size: 10px;
    letter-spacing: 0;
    background: none;
    position: relative;
    bottom: 0;
    left: 0;
}

.footer-navi {
    width: auto;
    margin: 0;
    flex: 1;
}

.footer-navi .pc {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-navi-box {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-navi-box:last-child {
    margin: 0;
}

.footer-navi-title {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    border: none;
}

.footer-navi-items {
    width: auto;
    margin: 0 40px 0 0;
    display: block;
    overflow: hidden;
}

.footer-navi-items:last-child {
    margin: 0;
}

.footer-navi-items li {
    margin-bottom: 15px;
    font-size: 12px;
    border-bottom: none;
    float: left;
    width: 50%;
}

.footer-navi-items a {
    font-size: 14px;
    padding: 0;
    color: #757677;
    font-weight: bold;
    text-align: center;
}

.footer-navi-items .arrow {
    margin-right: 6px;
    color: #cbbdb3;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* top
----------------------------------------------- */
.top-greeting {
    padding: 150px 0 100px;
}

.top-concept {
    padding: 60px 0;
}

.top-concept-inner {
    width: 960px;
    margin: auto;
    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-concept-heading {
    width: 460px;
}

.top-concept-title {
    margin-bottom: 30px;
}

.top-concept-more {
    margin-top: 30px;
}

.top-concept-text {
    width: 475px;
    margin: 0;
}

.top-concept-text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
}

.slide p {
    padding: 15px;
    font-size: 18px;
}

.slide p:before {
    font-size: 14px;
    margin-right: 5px;
}

.slide p:after {
    font-size: 14px;
    margin-left: 5px;
}

.top-campaign {
    padding: 90px 0 120px;
}

.top-campaign-items li .ttl {
    margin: 0 auto 30px;
    padding: 16px;
    font-size: 26px;
    min-width: 300px;
}

.top-campaign .bx-prev {
    width: 60px;
    left: -80px;
}

.top-campaign .bx-next {
    width: 60px;
    right: -80px;
}

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

.top-trial .top-trial-items {
    width: 960px;
    margin: 0 auto 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-trial .top-trial-items li {
    width: 49%;
    margin-bottom: 30px;
    padding: 20px;
}

.top-trial .top-trial-items li p.trial-ttl {
    margin-bottom: 24px;
}

.top-trial .top-trial-items li p.trial-ttl span.en {
    margin-top: -30px;
    font-size: 22px;
}

.top-trial .top-trial-items li p.trial-ttl span.ja {
    font-size: 50px;
    letter-spacing: 2px;
}

.top-trial .top-trial-items li img {
    margin-bottom: 10px;
}

.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: 12px;
}

.top-trial .top-trial-items li .top-trial-items-inner .ttl {
    margin: 0 auto;
    padding: 12px 0;
    font-size: 18px;
}

.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-trial a.top-trial-more {
    margin: 30px auto 10px;
    padding-top: 16px;
}

.top-trouble {
    width: 100%;
    margin: 0 auto 60px;
    padding: 90px 0 100px;
}

.top-trouble p.ttl {
    font-size: 28px;
    margin-bottom: 30px;
}

.top-trouble p.trouble-ttl {
    margin-bottom: 24px;
}

.top-trouble p.trouble-ttl span.en {
    margin-top: -30px;
    font-size: 22px;
}

.top-trouble p.trouble-ttl span.ja {
    font-size: 50px;
    letter-spacing: 2px;
}

.top-trouble .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}

.front-menu-content {
    padding: 0;
}

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

.front-menu-box {
    width: 49%;
}

.front-menu-items li {
    font-size: 14px;
}

.front-menu-items li:after {
    width: 12px;
    height: 12px;
}

.front-menu-items a {
    min-width: 100px;
    padding: 12px;
    -moz-box-shadow: 3px 3px 0 #d9dde6;
    -webkit-box-shadow: 3px 3px 0 #d9dde6;
    box-shadow: 3px 3px 0 #d9dde6;
}

.front-menu-type01 {
    margin: 0;
}

/* フェイシャル */
.front-menu-type01 li:nth-child(1) {
    top: 30px;
    left: 60px;
}

.front-menu-type01 li:nth-child(1):before {
    width: 70px;
    top: 32px;
    left: 83px;
    -moz-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
}

.front-menu-type01 li:nth-child(1):after {
    top: 40px;
    left: 144px;
}

.front-menu-type01 li:nth-child(2) {
    top: 190px;
    right: 50px;
}

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

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

.front-menu-type01 li:nth-child(3) {
    top: 180px;
    right: 280px;
}

.front-menu-type01 li:nth-child(3):before {
    width: 60px;
    top: 0px;
    left: 91px;
    -moz-transform: rotate(308deg);
    -ms-transform: rotate(308deg);
    -webkit-transform: rotate(308deg);
    transform: rotate(308deg);
}

.front-menu-type01 li:nth-child(3):after {
    top: -32px;
    left: 134px;
}

.front-menu-type01 li:nth-child(4) {
    top: 107px;
    right: 300px;
}

.front-menu-type01 li:nth-child(4):before {
    width: 30px;
    top: 23px;
    left: 108px;
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}

.front-menu-type01 li:nth-child(4):after {
    top: 20px;
    left: 136px;
}

.front-menu-type01 li:nth-child(5) {
    top: 70px;
    right: 30px;
}

.front-menu-type01 li:nth-child(5):before {
    width: 35px;
    top: 25px;
    left: -32px;
    -moz-transform: rotate(339deg);
    -ms-transform: rotate(339deg);
    -webkit-transform: rotate(339deg);
    transform: rotate(339deg);
}

.front-menu-type01 li:nth-child(5):after {
    top: 25px;
    left: -36px;
}

.front-menu-type01 li:nth-child(6) {
    top: 130px;
    right: 40px;
}

.front-menu-type01 li:nth-child(6):before {
    width: 30px;
    top: 15px;
    left: -29px;
    -moz-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
}

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

/* ボディ */
.front-menu-type02 li:nth-child(1) {
    top: 30px;
    left: 190px;
}

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

.front-menu-type02 li:nth-child(1):after {
    top: 27px;
    right: -45px;
}

.front-menu-type02 li:nth-child(2) {
    top: 200px;
    left: 340px;
}

.front-menu-type02 li:nth-child(2):before {
    width: 59px;
    top: -27px;
    right: 33px;
    -moz-transform: rotate(68deg);
    -ms-transform: rotate(68deg);
    -webkit-transform: rotate(68deg);
    transform: rotate(68deg);
}

.front-menu-type02 li:nth-child(2):after {
    top: -61px;
    right: 68px;
}

.front-menu-type02 li:nth-child(3) {
    top: 210px;
    left: 40px;
}

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

.front-menu-type02 li:nth-child(3):after {
    top: -1px;
    right: -40px;
}

.front-menu-type02 li:nth-child(4) {
    top: 76px;
    left: 20px;
}

.front-menu-type02 li:nth-child(4):before {
    width: 68px;
    top: 46px;
    right: -59px;
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    transform: rotate(47deg);
}

.front-menu-type02 li:nth-child(4):after {
    top: 69px;
    right: -57px;
}

.top-menu {
    padding: 1px 0 4% 0;
    margin-top: 10%;
    background-size: 500px;
}

.top-menu-inner {
    width: 960px;
    margin: auto;
}

.top-menu-title {
    margin-top: -45px;
    text-align: right;
    position: relative;
    right: -120px;
}

.top-menu-big01 {
    margin-top: -120px;
    margin-bottom: 0;
    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-big01 .image {
    width: 380px;
}

.top-menu-big01 .text {
    width: 490px;
    padding: 40px 0 0;
    margin-right: 30px;
}

.top-menu-big01 .text p {
    width: 410px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}

.top-menu-big01 .title {
    width: 500px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
}

.top-menu-big01 .title:after {
    width: 530px;
    right: 30px;
    left: auto;
}

.top-menu-big01 .title .en {
    font-size: 66px;
    line-height: 1;
}

.top-menu-big01 .title .jp {
    margin-top: -35px;
    margin-left: 15px;
    font-size: 22px;
}

.top-menu-big02 {
    margin-bottom: 60px;
    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-big02 .image {
    width: 380px;
    margin: 0;
    order: 2;
}

.top-menu-big02 .text {
    width: 490px;
    padding: 0;
    margin-left: 30px;
}

.top-menu-big02 .text p {
    width: 370px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}

.top-menu-big02 .title {
    width: 500px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
}

.top-menu-big02 .title:after {
    width: 550px;
    left: auto;
}

.top-menu-big02 .title .en {
    font-size: 66px;
    line-height: 1;
}

.top-menu-big02 .title .jp {
    margin-top: -35px;
    margin-left: 15px;
    font-size: 22px;
    font-weight: bold;
}

.top-menu-more {
    margin-top: 20px;
    margin-left: 0;
}

.top-menu-more .text {
    margin-right: 0;
}

.top-menu-more {
    margin-top: 20px;
    margin-left: 0;
}

.top-menu-more .text {
    margin: 0;
}

.top-menu-items {
    width: 960px;
    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;
}

.top-menu-items li {
    width: 460px;
    padding-bottom: 70px;
    margin: 0;
    position: relative;
    margin-bottom: 50px;
}

.top-menu-item-heading {
    padding: 25px 0;
    margin-bottom: 20px;
}

.top-menu-item-title .en {
    font-size: 60px;
    letter-spacing: 2px;
}

.top-menu-item-title .jp {
    margin-top: -30px;
    font-size: 22px;
}

.top-menu-item-text p {
    font-size: 14px;
}

.top-menu-item-more {
    position: absolute;
    bottom: 0;
    left: 0;
}

.open_bnr {
    width: auto;
    margin: 0 auto 20px;
}

.open_bnr a {
    width: 780px;
    margin: 0 auto;
}

.open_bnr a img {
    width: auto;
    margin: 0 auto;
}

.top-news {
    padding: 70px 0;
}

.top-news-title {
    font-size: 50px;
}

.top-news-items {
    width: 960px;
    padding: 30px 30px 40px;
}

.top-news-items a {
    padding: 20px 0;
    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-items a:after {
    width: 10px;
    height: 10px;
    bottom: 10px;
}

.top-news-item-status {
    margin-right: 20px;
    margin-bottom: 0;
}

.top-news-item-time {
    width: 120px;
    padding-top: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

.top-news-item-category {
    min-width: 90px;
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
}

.top-news-item-text {
    padding-right: 20px;
    flex: 1;
}

.top-news-item-text p {
    font-size: 14px;
    -webkit-line-clamp: 1;
}

.top-social {
    padding: 0 0 80px;
}

.top-social li {
    margin: 0 20px;
    width: 90px;
}

.top-social-items {
    width: 900px;
}

.top-social-items li:last-child {
    /* margin:0; */
}

.top-social-items a:after {
    width: 12px;
    height: 12px;
}

.top-social-item-icon {
    width: 90px;
    height: 90px;
}

.top-social-item-icon .icon {
    font-size: 48px;
}

.top-social-item-title {
    font-size: 22px;
    letter-spacing: 1px;
}

.top-social-item-id {
    width: 85%;
    padding: 8px 0;
    margin-top: 8px;
    font-size: 13px;
}

.top-insta {
    text-align: center;
}

.top-insta p {
    text-align: center;
    margin: -14px auto 40px;
}

.top-insta a {
    display: inline-block;
}

.top-insta img {
    width: 590px;
    margin: 0 auto 100px;
}

.top-access {
    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-access-map {
    width: 50%;
    height: 460px;
    order: 2;
}

.top-access-text {
    width: 50%;
    padding: 0;
    text-align: left;
}

.top-access-text-inner {
    width: 450px;
    margin-left: auto;
}

.top-access-title {
    font-size: 50px;
    text-align: left;
}

.top-access-store {
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 2px;
}

.top-access-address {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.top-access-tel {
    margin: 0 0 20px;
    font-size: 35px;
}

.top-access-tel .icon {
    margin-right: 0;
    font-size: 22px;
    top: 4px;
}

.top-access-open {
    margin-bottom: 40px;
    font-size: 14px;
}

.top-access-more {
    margin-left: 0;
}

/* second
----------------------------------------------- */
.second-content {
    width: 900px;
    min-height: 500px;
    padding-bottom: 80px;
}

.second-content-text p {
    margin-bottom: 20px;
    font-size: 14px;
}

/* first
----------------------------------------------- */
.first .concept {
    position: relative;
    margin: 0 auto 80px;
    width: 100%;
}

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

.first .concept .text {
    position: absolute;
    right: 0;
    bottom: -80px;
}

.first .concept p {
    font-size: 16px;
}

.first .reason {
    background: url("../image/first-reason-bg-t.png")no-repeat top -160px left -130px, url("../image/first-reason-bg-b.png")no-repeat bottom -100px right -180px #fcf8f5;
    margin: 0 auto 70px;
    padding: 80px 0 0;
}

.first .reason .inner {
    width: 960px;
    margin: 0 auto;
}

.first .reason .ttl {
    margin: 0 auto 80px;
    width: auto;
}

.first .reason ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.first .reason li {
    width: 30%;
    margin-bottom: 100px;
}

.first .reason li img {
    margin-bottom: 6%;
    min-height: 281px;
    width: auto;
}

.first .reason dt {
    font-size: 24px;
    margin-bottom: 15px;
}

.first .reason dd {
    font-size: 14px;
}

.first .flow {
    width: 960px;
    margin: 0 auto 120px;
}

.first .flow li {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.first .flow li .step {
    width: auto;
    position: initial;
}

.first .flow li .img {
    order: 2;
    width: auto;
    margin: 0;
}

.first .flow dl {
    width: 360px;
    margin: 30px 50px 30px 30px;
}

.first .flow dt {
    font-size: 24px;
    margin-bottom: 15px;
}

.first .flow dd {
    font-size: 14px;
}

.first .flow li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 360px;
    background: #e4e0e0;
    position: absolute;
    top: 20px;
    left: 63px;
}

.first .flow li:last-child:after {
    display: none;
}

.first .flow li a {
    margin: 20px 0;
}

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

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

.menutop-tab li {
    width: 200px;
}

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

.menu .area {
    margin: 0 auto 100px;
}

.menu .intro {
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.menu .intro img {
    width: auto;
    margin-bottom: 0;
}

.menu .intro .text {
    width: 500px;
    padding-top: 20px;
}

.menu .intro .text p {
    font-size: 17px;
}

.menu .box {
    margin: 0 auto 40px;
    padding: 50px 50px 40px;
}

.menu .box .ttl {
    margin: 0 auto 30px;
    padding: 16px;
    font-size: 26px;
    min-width: 300px;
}

.menu .box .read {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.partslist-img {
    margin: 0 auto 40px;
}

.partslist-img img {
    width: auto;
    padding-right: 50px;
}

.partslist-mens-img img {
    width: auto;
    padding-right: 30px;
}

.paragraph-02 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.paragraph-02 li {
    width: 48%;
    position: relative;
    margin-bottom: 0;
}

.paragraph-02 li.line:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 262px;
    background: #c3b3ab63;
    position: absolute;
    top: 0;
    right: -15px;
}

.paragraph-03 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.paragraph-03 li {
    width: 31%;
    position: relative;
    margin-bottom: 0;
}

.paragraph-03 li.line:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 262px;
    background: #c3b3ab63;
    position: absolute;
    top: 0;
    right: -15px;
}

.parts {
    margin-bottom: 16px;
}

.parts dt {
    font-size: 16px;
}

.parts dd {
    padding: 16px;
    font-size: 14px;
    min-height: 95px;
}

p.name {
    font-size: 17px;
    padding: 12px;
    margin-bottom: 20px !important;
    letter-spacing: .1em;
}

.kids p.name {
    font-size: 17px;
    padding: 12px;
    margin-bottom: 20px !important;
    letter-spacing: .1em;
}

/*料金表*/
.price-type01 dt,
.price-type02 dt,
.price-type03 dt {
    font-size: 14px;
}

.price-type02,
.price-type03 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.price-type01 dl:last-child,
.price-type02 dl:last-child {
    border-bottom: 1px dotted #ccc;
}

.price-type04 dl {
    padding: 0 20px 10px;
    margin-bottom: 10px;
}

.price-type04 dt {
    float: left;
    font-size: 16px;
    width: 26%;
    margin-bottom: 0;
}

.price-type04 dd {
    float: right;
    text-align: right;
    line-height: 1.4;
    width: 74%;
}

.price-type04 dl:last-child {
    border-bottom: none;
}

.bb {
    border-bottom: 1px dotted #ccc !important;
}

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

.price-type01 dd {
    font-size: 18px;
}

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

.price-type02 dd {
    font-size: 22px;
}

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

.price-type03 dd {
    font-size: 18px;
}

.price-type04 dd {
    font-size: 18px;
}

dd span.regular {
    font-size: 16px;
    display: inline-block;
}

dd span.regular:after {
    content: "▶︎";
    margin: 0 4px;
    font-size: 10px;
}

dd span.red {
    font-size: 18px;
}

/*trial*/
.menu .trial {
    margin: 0 auto 100px;
}

.menu .trial img {
    margin: 0 auto 40px;
}

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

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

.menu .trial .obi {
    padding: 6px 16px;
    margin-bottom: 10px;
}

.menu .trial .text {
    font-size: 24px;
    margin-bottom: 10px;
}

.price-trial dl {
    padding: 0 4px 8px 8px;
    margin-bottom: 8px;
    width: 34%;
}

.price-trial dt {
    font-size: 22px;
    margin-top: 4px;
}

.price-trial dd {
    font-size: 38px;
}

.campaign ul.top-trial-items {
    width: 900px;
}

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

.campaign .top-trial .top-trial-items li p.sub {
    font-size: 16px;
    margin: -10px auto 30px;
    text-align: center;
}

.campaign div.point p {
    width: 100%;
    padding: 14px 14px 14px 39px;
    font-size: 14px;
    background: url(../image/check.svg)no-repeat top 17px left 16px #fff;
    background-size: 16px;
    margin: 0 auto 14px;
    letter-spacing: .016em;
}

/*税込の縮小設定*/
.menu span.price-mini {
    font-size: 100%;
}

/* slimming
----------------------------------------------- */
.slimming .intro .ttl {
    height: 240px;
    margin: 0 auto 160px;
    padding-top: 60px;
}

.slimming .intro .ttl span {
    font-size: 32px;
    margin: 0 auto 10px;
}

.slimming .intro .ttl img {
    width: auto;
}

.slimming .intro-pattern02 .ttl img {
    margin: 40px auto 0;
    width: auto;
}

.slimming .recommend .ttl {
    margin: 0 auto 30px;
    font-size: 32px;
}

.slimming .recommend .ttl:before {
    width: 32px;
    height: 38px;
}

.slimming .recommend .ttl:after {
    width: 32px;
    height: 38px;
}

.slimming .recommend div {
    margin: 0 auto 40px;
}

.slimming .recommend div img {
    margin: 0 20px;
    width: auto;
}

.slimming .recommend img.onayami {
    width: auto;
    margin: 0 auto -50px;
}

.slimming .feature .ttl img {
    margin: 0 auto 40px;
    width: auto;
}

.slimming .feature .bg {
    padding: 70px 0 40px;
    margin: 0 auto 80px;
    background-size: auto;
}

.slimming .feature .inner {
    width: 860px;
    margin: 0 auto;
}

.slimming .feature .img-r {
    float: right;
    margin-top: -110px;
    width: auto;
}

.slimming .feature .text-l {
    float: left;
    width: 450px;
}

.slimming .feature .read {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.slimming .feature li {
    padding: 14px 14px 14px 44px;
    margin-bottom: 8px;
    font-size: 20px;
}

.slimming .trouble {
    width: 800px;
    margin: 0 auto 120px;
}

.slimming .order_contents {
    padding-top: 20px;
    margin-left: 300px;
    text-align: center;
    padding-bottom: 20px;
}

.slimming .order_heading {
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

.slimming .order_heading_sub {
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 4px;
    letter-spacing: 4px;
}

.slimming .copy-text {
    font-size: 22px;
    margin-top: 14px;
    letter-spacing: .05em;
}

.slimming .order_texts {
    margin: 10px auto 14px;
}

.slimming .order_texts li {
    font-size: 16px;
    min-height: 20px;
    padding: 10px;
}

.slimming .order_by_site_wrapper {
    background: url("../image/slimming-trouble-human.png") top 0px left 30px no-repeat;
    background-size: 240px;
}

/* epilation
----------------------------------------------- */
.epilation .intro .ttl {
    height: 240px;
    margin: 0 auto 110px;
    padding-top: 60px;
}

.epilation .intro .ttl span {
    font-size: 32px;
    margin: 0 auto 10px;
}

.epilation .intro .ttl img {
    width: auto;
}

.epilation .feature p {
    margin: 0 auto 40px;
    font-size: 16px;
    width: auto;
}

.epilation .feature>.ttl {
    position: relative;
    width: 1200px;
    margin: 0 auto 80px;
}

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

.epilation .feature>.ttl .img01 {
    position: absolute;
    top: 70px;
    left: 140px;
    width: auto;
}

.epilation .feature>.ttl .img02 {
    position: absolute;
    bottom: -20px;
    right: 230px;
    width: auto;
}

.epilation .feature .bg {
    margin: -140px auto 0;
    padding: 100px 120px;
    background-size: auto;
}

.epilation .feature li {
    width: 20%;
    margin: 0 2px 25px;
    font-size: 16px;
}

.epilation .feature li img {
    width: auto;
}

.epilation .lumix {
    margin: 100px auto 0;
}

.epilation .lumix img {
    width: auto;
    margin: 0;
    float: left;
}

.epilation .lumix .text {
    float: right;
    width: 430px;
    padding-top: 40px;
}

.epilation .lumix .text a {
    width: 100%;
}

.epilation .lumix .read {
    font-size: 32px;
    margin-bottom: 20px;
}

.epilation .lumix .read span {
    padding: 6px 16px;
    font-size: 16px;
    margin-bottom: 10px;
}

.epilation .point {
    margin: -30px auto 140px;
    padding: 90px 0;
}

.epilation .point ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 900px;
}

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

.epilation .point li img {
    width: 100%;
    margin: 0 auto 20px;
}

.epilation .point dt {
    font-size: 22px;
    margin-bottom: 10px;
}

/* facial
----------------------------------------------- */
.facial .intro .ttl {
    height: 240px;
    margin: 0 auto 110px;
    padding-top: 60px;
}

.facial .intro .ttl span {
    font-size: 32px;
    margin: 0 auto 10px;
}

.facial .intro .ttl img {
    width: auto;
}

.facial .feature p {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 16px;
}

.facial .feature div {
    padding: 4% 4% 0;
    margin: 0 auto 10%;
}

.facial .feature div img {
    width: auto;
}

.facial .facial-select-tab ul {
    width: 900px;
    margin: 0 auto 50px;
}

.facial .facial-select-tab ul li a {
    padding: 17px;
    font-size: 18px;
}

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

.facial .recommend {
    margin: 40px auto 60px;
}

.facial .recommend .ttl {
    margin: 0 auto 40px;
    font-size: 25px;
    width: 95%;
}

.facial .recommend .ttl:before {
    width: 32px;
    height: 38px;
}

.facial .recommend .ttl:after {
    width: 32px;
    height: 38px;
}

.facial .recommend ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 97%;
}

.facial .recommend li {
    width: 100%;
    padding: 14px 14px 14px 44px;
    margin: 0 0 16px;
    font-size: 20px;
    background: url("../image/check.svg")no-repeat top 15px left 15px #fff;
}

.facial .hyperknife {
    margin: 100px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 850px;
}

.facial .hyperknife img.machine {
    width: auto;
    margin: 0;
}

.facial .hyperknife img.treatment {
    width: 95%;
    margin: 0;
}

.facial .hyperknife .text {
    width: 420px;
    padding-top: 40px;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.facial .hyperknife .text a {
    width: 100%;
}

.facial .hyperknife .read {
    font-size: 32px;
    margin-bottom: 20px;
}

.facial .hyperknife .read span {
    padding: 6px 16px;
    font-size: 16px;
    margin-bottom: 10px;
}

/* eyelash
----------------------------------------------- */
.eyelash .intro .ttl {
    height: 240px;
    margin: 0 auto 110px;
    padding-top: 60px;
}

.eyelash .intro .ttl span {
    font-size: 32px;
    margin: 0 auto 10px;
}

.eyelash .intro .ttl img {
    width: auto;
}

.eyelash .recommend {
    margin: 0 auto 120px;
}

.eyelash .recommend .ttl {
    margin: 0 auto 40px;
    font-size: 32px;
}

.eyelash .recommend .ttl:before {
    width: 32px;
    height: 38px;
}

.eyelash .recommend .ttl:after {
    width: 32px;
    height: 38px;
}

.eyelash .recommend ul {
    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 li {
    width: 48%;
    padding: 14px 14px 14px 44px;
    margin: 0 8px 16px;
    font-size: 20px;
    background: url("../image/check.svg")no-repeat top 15px left 15px #fff;
}

.eyelash .recommend img {
    width: auto;
}

/* nail
----------------------------------------------- */
.nail .intro .ttl {
    height: 240px;
    margin: 0 auto 110px;
    padding-top: 60px;
}

.nail .intro .ttl span {
    font-size: 32px;
    margin: 0 auto 10px;
}

.nail .intro .ttl img {
    width: auto;
}

.nail .feature {
    margin-bottom: 100px;
}

.nail .feature p {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 16px;
}

.nail .feature div {
    padding: 4% 4% 0;
    margin: 0 auto 10%;
}

/* nail
----------------------------------------------- */
.kids .intro .ttl {
    height: 240px;
    margin: 0 auto 110px;
    padding-top: 60px;
}

.kids .intro .ttl span {
    font-size: 32px;
    margin: 0 auto 10px;
}

.kids .intro .ttl img {
    width: auto;
}

.kids .feature {
    margin-bottom: 100px;
}

.kids .feature p {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 16px;
}

.kids p.name-set01 {
    font-size: 17px;
    padding: 12px;
    margin-bottom: 20px !important;
    letter-spacing: .1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
}

.kids .paragraph-03 li.line:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 180px;
    background: #c3b3ab63;
    position: absolute;
    top: 0;
    right: -15px;
}

/* access
----------------------------------------------- */
.access .slide {
    margin-bottom: 50px;
}

.access-tel {
    font-size: 34px;
}

.access-tel .icon {
    margin-right: 0;
    font-size: 22px;
    top: 4px;
}

.table {
    font-size: 14px;
}

.table:before {
    width: 200px;
}

.table th,
.table td {
    padding: 20px;
}

.table th {
    width: 200px;
    padding: 24px;
}

.table td a {
    font-size: 32px;
}

.table .read {
    display: block;
    width: 120px;
    padding: 6px;
    margin-bottom: 6px;
    line-height: 1;
}

.map-box {
    height: 450px;
    margin: 40px auto 30px;
    overflow: hidden;
}

.root li {
    font-size: 14px;
}

.root a {
    padding: 20px;
}

.access .link {
    margin-top: 90px;
}


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

.qa_list dl {
    margin: 0 auto 10px;
}

.qa_list dt {
    padding: 10px 20px;
    font-size: 16px;
    text-indent: 0;
}

.qa_list dt span {
    font-size: 20px;
    margin-right: 15px;
}

.qa_list dd {
    padding: 20px 30px;
    font-size: 14px;
}

.qa_list dd .set {
    padding: 30px;
}

.qa_list dd .set p {
    text-align: center;
    margin-bottom: 16px;
    text-align: left;
}

.qa_list dd li {
    margin-bottom: 16px;
}

/* voice
----------------------------------------------- */
.voice-select-tab ul {
    width: 850px;
    margin: 0 auto 60px;
}

.voice-select-tab ul li a {
    padding: 14px;
    font-size: 16px;
}

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

.photo {
    width: 900px;
    margin: 0 auto 100px;
}

.photo ul:after {
    content: "";
    display: block;
    width: 24%;
}

.photo ul li {
    width: 22%;
    margin: 0 10px 20px;
}

/* staff
----------------------------------------------- */
.staff ul {
    width: 800px;
    margin: 0 auto;
}

.staff li {
    margin-bottom: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.staff li:nth-child(2) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.staff li img {
    width: 250px;
    margin: 0;
}

.staff li .text {
    width: 500px;
}

.staff li .name {
    margin-bottom: 36px;
}

.staff li .name span.ja {
    margin-top: -32px;
    margin-left: 15px;
    font-size: 22px;
}

.staff li .name span.en {
    font-size: 70px;
    line-height: 1;
}

.staff li .read {
    font-size: 22px;
    margin-bottom: 10px;
}

.staff li p {
    margin-bottom: 30px;
}

/* case
----------------------------------------------- */
.case .photo {
    width: 900px;
    margin: 0 auto 100px;
}

.case .photo ul:after {
    content: "";
    display: block;
    width: 24%;
}

.case .photo ul li {
    width: 45%;
    margin: 0 10px 20px;
}

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

.recruit p {
    font-size: 14px;
}

.recruit .top {
    margin-bottom: 80px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.recruit .top img {
    width: 2000px;
    min-width: 2000px;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.recruit .intro {
    position: relative;
    width: 900px;
    margin: 0 auto 80px;
}

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

.recruit .intro span {
    padding: 6px 8px;
    margin-bottom: 10px;
    font-size: 30px;
}

.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: auto;
}

.recruit .intro img.img01 {
    margin: 0 0 0 auto;
    position: relative;
    right: -120px;
    top: -90px;
}

.recruit .intro img.img02 {
    position: absolute;
    top: 240px;
    left: -50px;
}

.recruit .intro img.img03 {
    position: absolute;
    bottom: 0;
    top: 510px;
    right: 0;
    width: auto;
}

.recruit .intro .read {
    width: 900px;
    margin: 110px auto 20px;
    font-size: 16px;
    text-align: center;
}

.recruit .intro .sub {
    width: 900px;
    font-size: 24px;
    text-align: center;
}

.recruit .sec-wap {
    padding: 80px 0;
    background: url("../image/sec-bg01.png") no-repeat top -170px right 0, url("../image/sec-bg02.png") no-repeat bottom 1090px left 60px, url("../image/first-reason-bg-b.png")no-repeat bottom 520px right -40px, #fcf8f5;
    background-size: auto;
    margin-bottom: 70px;
}

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

.recruit .sec-wap p.ttl {
    font-size: 30px;
    width: 900px;
    margin: 0 auto 20px;
}

.recruit .sec-wap p.sub {
    font-size: 16px;
    width: 900px;
    margin: 0 auto 70px;
    text-align: center;
}

.recruit .flex {
    margin: 0 auto 90px;
    width: 900px;
}

.recruit .flex li {
    margin-bottom: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

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

.recruit .flex li img {
    width: auto;
    position: initial;
    z-index: 1;
    margin-left: 30px;
}

.recruit .flex li .text {
    padding: 34px 34px 34px 110px;
    position: absolute;
    top: 40px;
    right: 0;
    width: auto;
    width: 610px;
}

.recruit .flex li .text dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.recruit .flex li .text dt {
    margin-right: 20px;
    width: auto;
}

.recruit .flex li .text dt img {
    width: auto;
    margin: 0 10px 0 0;
}

.recruit .flex li .text dd {
    font-size: 22px;
}

.recruit .flex li:nth-child(2) {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

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

.recruit .flex li:nth-child(2) .text,
.recruit .flex li:nth-child(4) .text {
    padding: 34px 110px 34px 34px;
    left: 0;
}

.recruit .plan {
    width: 900px;
}

.recruit .plan-inner {
    padding: 50px;
}

.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 {
    padding: 0;
    width: 100%;
}

.recruit .plan img.ttl {
    width: auto;
}

.recruit .plan .scroll {
    padding: 0;
}

.recruit .plan .scroll-inner {
    width: auto;
}

.recruit .message {
    margin-bottom: 80px;
}

.recruit .message .img-flex {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.recruit .message img.img01 {
    position: initial;
    width: auto;
    margin-left: 0;
}

.recruit .message img.img02 {
    margin: 0;
    position: relative;
    right: -40px;
    width: auto;
    top: 40px;
}

.recruit .message .text {
    width: 900px;
    margin: -20px auto 0;
}

.recruit .message .read {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1.7;
}

.recruit .message p {
    margin-bottom: 24px;
}

.recruit .group {
    margin-bottom: 80px;
}

.recruit .group p.ttl {
    font-size: 30px;
    width: 900px;
    margin: 0 auto 10px;
}

.recruit .group p.sub {
    font-size: 16px;
    width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.recruit .group ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit .group ul li {
    margin-bottom: 40px;
}

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

.recruit .group ul li p {
    padding: 8px 14px 0 0;
    font-size: 18px;
}

.recruit .group ul li p span {}


table.recruit-box {
    margin-bottom: 50px;
}

table.recruit-box tr th {
    width: 200px;
    display: table-cell;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #c6b6ab;
    height: auto;
    border-bottom: 1px solid #e9e4d9;
    vertical-align: middle;
    line-height: 1.6;
    background: #c6b6ab;
}

table.recruit-box tr:last-child th {
    border-bottom: none;
}

table.recruit-box tr td {
    width: 800px;
    display: table-cell;
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #c6b6ab;
}

table.recruit-box tr td p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}

table.recruit-box tr td .sub {
    margin-bottom: 4px;
}

table.recruit-box tr td ul {
    margin-top: 20px;
}

table.recruit-box tr td li {
    padding: 6px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}


/* contact
----------------------------------------------- */
.contact-tel .top-access-tel {
    display: inline-block;
    margin: 0 auto 10px;
}

.contact-mail {
    font-size: 18px;
    padding: 10px;
}

.contact-midashi {
    font-size: 18px;
    padding: 10px;
}

.white-area {
    padding: 30px;
    margin: 0 auto 40px;
}

.formbox {
    padding: 30px 40px;
    margin: 0 auto;
}

.formbox .mailformproTable th,
.formbox .mailformproTable td {
    display: table-cell;
    padding: 14px;
    font-size: 14px;
}

.formbox .mailformproTable th {
    width: 30%;
}

.formbox ul.select {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.formbox ul.select li {
    list-style: none;
    width: 49%;
}

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

input#button_mfp_goconfirm {
    width: 300px !important;
    margin: 0 auto;
    display: block;
}

.formbox .contact-att {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
}

/* sitemap
----------------------------------------------- */
.sitemap li {
    padding: 0 0 15px 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.sitemap li:nth-child(odd) {
    margin-right: 30px;
}

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

/* privacy
----------------------------------------------- */
.privacy {
    padding: 0 30px;
}

.privacy p {
    font-size: 14px;
    margin-bottom: 30px;
}

.privacy dl {
    margin-bottom: 30px;
}

.privacy dt {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px 14px;
}

.privacy dd {
    font-size: 14px;
    margin-bottom: 20px;
}

/* news
----------------------------------------------- */
.news .news-title {
    font-size: 50px;
}

.news .news-items {
    width: 960px;
}

.news .news-items li {
    padding: 20px 0;
    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-status {
    margin-right: 20px;
    margin-bottom: 0;
}

.news .news-item-time {
    width: 120px;
    padding-top: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

.news .news-item-category a {
    min-width: 90px;
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
}

.news .news-item-text {
    padding-right: 20px;
    flex: 1;
}

.news .news-item-text p {
    font-size: 14px;
    -webkit-line-clamp: 1;
}

.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: 50px;
    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{}