@charset "UTF-8";

/* Sanitize
 * ========================================================================== */


/**
 * Add border box sizing in all browsers (opinionated).
 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
    text-decoration: inherit;
    /* 1 */
    vertical-align: inherit;
    /* 2 */
}


/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
    cursor: default;
    /* 1 */
    line-height: 1.5;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    -webkit-tap-highlight-color: transparent;
    /* 4 */
    -ms-text-size-adjust: 100%;
    /* 5 */
    -webkit-text-size-adjust: 100%;
    /* 5 */
    word-break: break-word;
    /* 6 */
}


/* Sections
 * ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
 * ========================================================================== */


/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
}


/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}


/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * Add the correct display in IE.
 */

main {
    display: block;
}


/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
    list-style: none;
    padding: 0;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
 * ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/* Embedded content
 * ========================================================================== */


/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

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

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


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
    border-style: none;
}


/**
 * Remove the border on images within links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
    fill: currentColor;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Tabular data
 * ========================================================================== */


/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
    border-collapse: collapse;
}


/* Forms
 * ========================================================================== */


/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
    margin: 0;
}


/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
    overflow: visible;
    /* 1 */
    text-transform: none;
    /* 2 */
}


/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}


/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
    border: 1px solid #a0a0a0;
    /* 1 */
    padding: 0.35em 0.75em 0.625em;
    /* 2 */
}


/**
 * Show the overflow in Edge 18- and IE.
 */

input {
    overflow: visible;
}


/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 2 */
}


/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
    text-transform: none;
}


/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
    margin: 0;
    /* 1 */
    overflow: auto;
    /* 2 */
    resize: vertical;
    /* 3 */
}


/**
 * Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
    padding: 0;
}


/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}


/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}


/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
    box-shadow: none;
}


/* Interactive
 * ========================================================================== */


/*
 * Add the correct display in Edge 18- and IE.
 */

details {
    display: block;
}


/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
 * ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* User interaction
 * ========================================================================== */


/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    /* 1 */
    touch-action: manipulation;
    /* 2 */
}


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}


/* Accessibility
 * ========================================================================== */


/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy=true] {
    cursor: progress;
}


/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
    cursor: pointer;
}


/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled=true],
[disabled] {
    cursor: not-allowed;
}


/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden=false][hidden] {
    display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}


/**
 * Add
 */

dl dd {
    margin-left: 0;
}

figure {
    margin: 0;
}

table {
    table-layout: fixed;
}

menu {
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #3d4246;
    min-width: 1200px;
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding-top: 100px;
}

.l-contents {
    display: block;
    overflow: hidden;
}

img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

label {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    body {
        line-height: 1.5;
        min-width: 1%;
        overflow-x: hidden;
        position: relative;
        padding-top: 70px;
        font-size: 3.7837837838vw;
    }
}


/* link
--------------------------------------------------*/

a {
    color: inherit;
    /*&:hover,
	&:focus {
		text-decoration: underline;
	}*/
}

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

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        display: inline-block;
        pointer-events: none;
    }
    a,
    a img,
    button,
    input[type=button] {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    a:hover,
    a img:hover,
    button:hover,
    input[type=button]:hover {
        opacity: 0.6;
    }
    a,
    a * {
        outline: 1px solid transparent;
    }
}

.l-header {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 94%;
    max-width: 1200px;
    height: 90px;
}

.l-header__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 250px;
}

.l-header__logo a {
    display: block;
    line-height: 1;
    font-size: 0;
}

@media screen and (min-width: 840px) {
    .l-headerMenu {
        position: absolute;
        top: 0;
        right: 0;
        width: 600px;
        height: 100%;
    }
    .l-headerMenu__linkArea {
        position: absolute;
        top: 43px;
        right: 185px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .l-headerMenu__link {
        font-family: "Cormorant";
        font-size: 2.3rem;
        line-height: 1;
        margin-right: 32px;
        font-weight: 600;
    }
    .l-headerMenu__snsArea {
        position: absolute;
        top: 39px;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .l-headerMenu__sns {
        width: 24px;
        height: 25px;
    }
    .l-headerMenu__sns:nth-of-type(n+2) {
        margin-left: 10px;
    }
    .l-headerMenu__sns a {
        display: block;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
    }
    .l-headerMenu__sns.-insta a {
        background: url(../img/common/ico_insta.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-fb a {
        background: url(../img/common/ico_fb.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-tw a {
        background: url(../img/common/ico_tw.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-line a {
        background: url(../img/common/ico_line.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-yt a {
        background: url(../img/common/ico_yt.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-tt a {
        background: url(../img/common/ico_tt.svg) no-repeat center center/contain;
    }
    .l-headerToggleBtn,
    .l-headerMenu__logo {
        display: none;
    }
}

@media screen and (max-width: 839px) {
    .l-header {
        width: 100%;
        height: 70px;
    }
    .l-header__logo {
        left: 5.4vw;
        width: 170px;
    }
    .l-headerToggleBtn {
        display: block;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5.4vw;
        z-index: 3;
        width: 30px;
        height: 8px;
        cursor: pointer;
    }
    .l-headerToggleBtn span {
        position: absolute;
        width: 30px;
        height: 1px;
        background: #3d4246;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        left: 0;
    }
    .l-headerToggleBtn span:nth-child(1) {
        top: 0;
    }
    .l-headerToggleBtn span:nth-child(2) {
        top: 7px;
    }
    .l-headerToggleBtn.js-action span {
        top: 4px;
    }
    .l-headerToggleBtn.js-action span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .l-headerToggleBtn.js-action span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.js-fixed {
        position: fixed;
        width: 100%;
        min-width: auto;
        min-width: inherit;
    }
    .l-headerMenu {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100vh;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #fff;
    }
    .l-headerMenu.js-action {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .l-headerMenu__wrap {
        padding: 23px 5.4vw 20vw;
    }
    .l-headerMenu__logo {
        width: 170px;
    }
    .l-headerMenu__linkArea {
        margin-top: 70px;
    }
    .l-headerMenu__link {
        font-family: "Cormorant";
        font-size: 2.8rem;
        line-height: 1;
        font-weight: 600;
    }
    .l-headerMenu__link:nth-of-type(n+2) {
        margin-top: 30px;
    }
    .l-headerMenu__snsArea {
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        list-style: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .l-headerMenu__snsArea>* {
        width: calc((99.9% - 0px) / 2);
        margin-right: 0px;
    }
    .l-headerMenu__snsArea>*:nth-child(2n) {
        margin-right: 0;
    }
    .l-headerMenu__snsArea>*:nth-child(n+3) {
        margin-top: 40px;
    }
    .l-headerMenu__snsArea>*:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 839px) and (max-width: 767px) {
    .l-headerMenu__snsArea>* {
        width: calc((99.9% - 0px) / 2);
        margin-right: 0vw;
    }
    .l-headerMenu__snsArea>*:nth-child(2n) {
        margin-right: 0vw;
    }
    .l-headerMenu__snsArea>*:nth-child(2n) {
        margin-right: 0;
    }
    .l-headerMenu__snsArea>*:nth-child(n+3) {
        margin-top: 13vw;
    }
    .l-headerMenu__snsArea>*:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 839px) {
    .l-headerMenu__sns a {
        position: relative;
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        padding-left: 38px;
    }
    .l-headerMenu__sns a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 25px;
    }
    .l-headerMenu__sns.-insta a:before {
        background: url(../img/common/ico_insta.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-fb a:before {
        background: url(../img/common/ico_fb.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-tw a:before {
        background: url(../img/common/ico_tw.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-line a:before {
        background: url(../img/common/ico_line.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-yt a:before {
        background: url(../img/common/ico_yt.svg) no-repeat center center/contain;
    }
    .l-headerMenu__sns.-tt a:before {
        background: url(../img/common/ico_tt.svg) no-repeat center center/contain;
    }
}

@media screen and (max-width: 767px) {
    .l-headerMenu__linkArea {
        margin-top: 18.919vw;
    }
    .l-headerMenu__link {
        font-size: 7.5vw;
    }
    .l-headerMenu__link:nth-of-type(n+2) {
        margin-top: 8.108vw;
    }
    .l-headerMenu__snsArea {
        margin-top: 19.216vw;
    }
    .l-headerMenu__sns {
        line-height: 1;
    }
    .l-headerMenu__sns a {
        font-size: 3.783vw;
        padding-left: 10.27vw;
    }
    .l-headerMenu__sns a:before {
        width: 6.486vw;
        height: 6.757vw;
    }
}

.l-footer {
    background: url(../img/common/bg_blue.png) repeat center top;
}

.l-footer .u-wrap {
    padding: 73px 0;
}

.l-footer__logo {
    width: 140px;
    margin: 0 auto;
}

.l-footer__copy {
    font-size: 1.1rem;
    color: #7d8891;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 25px 0 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .l-footer .u-wrap {
        padding: 18vw 0;
    }
    .l-footer__logo {
        width: 32vw;
    }
    .l-footer__copy {
        font-size: 2.972972973vw;
        margin: 11vw 0 0;
    }
}


/* --------------------------------------------------
	btn
-------------------------------------------------- */

.c-btn__arw a {
    display: block;
    position: relative;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    padding: 0 0 28px 5px;
    width: 248px;
}

.c-btn__arw a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: url(../img/common/btn_arw.png) no-repeat right bottom/auto 18px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.c-btn__arw.-middle a {
    width: 218px;
}

.c-btn__arw.-short a {
    width: 150px;
    font-size: 1.3rem;
    padding: 0 0 25px 3px;
}

.c-btn__arw.-right a {
    margin-left: auto;
}

.c-btn__arw.-jn a {
    letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
    .c-btn__arw a:hover:after {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
    }
}

@media screen and (max-width: 767px) {
    .c-btn__arw a {
        font-size: 3.7837837838vw;
        padding: 0 0 7vw 1vw;
        width: 67vw;
        margin-left: auto;
    }
    .c-btn__arw a:after {
        height: 4.8vw;
        background: url(../img/common/btn_arw.png) no-repeat right bottom/auto 4.8vw;
    }
    .c-btn__arw.-middle a {
        width: 58.9vw;
    }
    .c-btn__arw.-short a {
        width: 40.5vw;
        font-size: 3.5135135135vw;
        padding: 0 0 8vw 1vw;
    }
}


/* --------------------------------------------------
	c-contactArea
-------------------------------------------------- */

.c-contactArea {
    margin-top: 143px;
    background: url(../img/common/bg_yellow.png) repeat center top;
}

.c-contactArea .u-wrap {
    padding: 140px 0 130px;
}

.c-contactArea.-noBg {
    margin-top: 0;
    background: none;
}

.c-contactArea__bth {
    width: 336px;
    margin: 0 auto;
}

.c-contactArea__bth a {
    display: block;
}

.c-contactArea__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 51px 0 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-contactArea__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

@media screen and (max-width: 767px) {
    .c-contactArea {
        margin-top: 28vw;
    }
    .c-contactArea .u-wrap {
        padding: 26.5vw 0 24vw;
    }
    .c-contactArea__bth {
        width: 80vw;
    }
    .c-contactArea__txt {
        margin: 14vw 0 0;
        text-align: left;
    }
}


/* --------------------------------------------------
	c-pageTitle
-------------------------------------------------- */

.c-pageTitle {
    height: 261px;
    padding-top: 85px;
    text-align: center;
}

.c-pageTitle__ttl {
    font-family: "Hannari", "Cormorant", "Noto Serif JP", serif;
    font-size: 3.2rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.c-pageTitle__subTtl {
    font-family: "Cormorant";
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
    .c-pageTitle {
        height: 61.2vw;
        padding-top: 22.1vw;
    }
    .c-pageTitle__ttl {
        font-size: 7.027027027vw;
        letter-spacing: 0.03em;
    }
    .c-pageTitle__subTtl {
        font-size: 3.7837837838vw;
        margin: 7vw 0 0;
        letter-spacing: 0.13em;
    }
}


/* --------------------------------------------------
	c-serviceMvArea
-------------------------------------------------- */

.c-serviceMvArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-serviceMvArea__txtArea {
    width: 522px;
}

.c-serviceMvArea__ttl {
    font-family: "Hannari", "Cormorant", "Noto Serif JP", serif;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

.c-serviceMvArea__ttl.-spacing0 {
    letter-spacing: 0;
}

.c-serviceMvArea__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 34px 0 0;
}

@media screen and (max-width: 767px) {
    .c-serviceMvArea__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.c-serviceMvArea__img {
    width: 525px;
}

.c-serviceMvArea__cap {
    font-size: 1.7rem;
    text-align: center;
    display: block;
    margin: 27px 0 0;
}

.c-serviceMvArea__btnArea {
    margin: 52px 0 0 38px;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.c-serviceMvArea__btnArea .c-btn__arw:nth-of-type(n+2) a {
    margin-top: 27px;
}

.u-preload .c-serviceMvArea__btnArea {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .c-serviceMvArea__img {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
        transition: opacity 1s ease, -webkit-transform 1s ease;
        transition: transform 1s ease, opacity 1s ease;
        transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    }
    .u-preload .c-serviceMvArea__img {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-serviceMvArea {
        display: block;
    }
    .c-serviceMvArea__txtArea {
        width: 100%;
    }
    .c-serviceMvArea__ttl {
        font-size: 7.027027027vw;
    }
    .c-serviceMvArea__ttl.-spacing0 {
        font-size: 6.2162162162vw;
    }
    .c-serviceMvArea__txt {
        margin: 9vw 0 0;
    }
    .c-serviceMvArea__img {
        width: 100%;
        margin-top: 16vw;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        opacity: 0;
    }
    .c-serviceMvArea__img.js-animeOn {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        -webkit-transition: opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
        transition: opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
        transition: transform 1s ease 0.7s, opacity 1s ease 0.7s;
        transition: transform 1s ease 0.7s, opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
    }
    .c-serviceMvArea__cap {
        font-size: 3.7837837838vw;
        margin: 5vw 0 0;
    }
    .c-serviceMvArea__btnArea {
        margin: 14vw 0 0 auto;
    }
    .c-serviceMvArea__btnArea .c-btn__arw:nth-of-type(n+2) a {
        margin-top: 8vw;
    }
}


/* --------------------------------------------------
	c-requestList
-------------------------------------------------- */

.c-requestList {
    width: 100%;
    padding: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/common/bg_yellow.png) repeat center top;
    border-radius: 0 0 68px 0;
}

.c-requestList__ttl {
    width: 300px;
    font-family: "Hannari", "Cormorant", "Noto Serif JP", serif;
    font-size: 2.5rem;
    text-align: center;
    margin: 0 34px 0 0;
    line-height: 1.4;
    font-weight: normal;
}

.c-requestList__txt {
    margin: 0;
    padding: 0;
}

.c-requestList__txt li {
    position: relative;
    list-style: none;
    font-size: 1.6rem;
    line-height: 2.2;
    padding-left: 28px;
}

@media screen and (max-width: 767px) {
    .c-requestList__txt li {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.c-requestList__txt li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/service/personalchef/ico_check.svg) no-repeat center top/contain;
}

.c-requestList__txt li:nth-of-type(n+2) {
    margin-top: 1px;
}

@media screen and (max-width: 767px) {
    .c-requestList {
        padding: 8vw 5vw;
        display: block;
        border-radius: 0 0 12.4vw 0;
    }
    .c-requestList__ttl {
        width: 100%;
        font-size: 5.9459459459vw;
        margin: 0;
    }
    .c-requestList__txt {
        margin: 5vw 0;
    }
    .c-requestList__txt li {
        padding-left: 6.2vw;
        line-height: 1.7;
    }
    .c-requestList__txt li:before {
        top: 1.4vw;
        width: 3.5vw;
        height: 3.5vw;
    }
    .c-requestList__txt li:nth-of-type(n+2) {
        margin-top: 2vw;
    }
}


/* --------------------------------------------------
	c-parallaxArea
-------------------------------------------------- */

.c-parallaxArea {
    height: 715px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-parallaxArea.-personalchef {
    margin-top: -148px;
    background-image: url(../img/service/personalchef/img_parallax_pc.jpg);
}

.c-parallaxArea.-menu {
    margin-top: -153px;
    background-image: url(../img/service/menu/img_parallax.jpg);
}

.c-parallaxArea.-pr {
    margin-top: -153px;
    background-image: url(../img/service/pr/img_parallax.jpg);
}

.c-parallaxArea.-profile {
    background-image: url(../img/profile/img_parallax.jpg);
}

.ipad.safari .c-parallaxArea {
    background-attachment: scroll;
}

@media screen and (max-width: 767px) {
    .c-parallaxArea {
        height: 120vw;
        background-attachment: scroll;
    }
    .c-parallaxArea.-personalchef {
        margin-top: -27vw;
        background-image: url(../img/service/personalchef/img_parallax_sp.jpg);
    }
    .c-parallaxArea.-menu {
        margin-top: -27vw;
    }
    .c-parallaxArea.-pr {
        margin-top: -27vw;
    }
}


/* --------------------------------------------------
	c-otherservices
-------------------------------------------------- */

.c-otherservices {
    font-family: "Noto Sans JP";
    padding-bottom: 160px;
}

.c-otherservices__ttl {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0;
}

.c-otherservices__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 920px;
    margin: 42px auto 0;
}

.c-otherservices__link {
    width: 430px;
    height: 280px;
}

.c-otherservices__link a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.c-otherservices__link.-personalchef a {
    background: url(../img/service/bg_otherservices1.jpg) no-repeat right bottom/cover;
}

.c-otherservices__link.-menu a {
    background: url(../img/service/bg_otherservices2.jpg) no-repeat right bottom/cover;
}

.c-otherservices__link.-pr a {
    background: url(../img/service/bg_otherservices3.jpg) no-repeat right bottom/cover;
}

@media screen and (max-width: 767px) {
    .c-otherservices {
        padding-bottom: 27vw;
    }
    .c-otherservices__ttl {
        font-size: 5.4054054054vw;
    }
    .c-otherservices__flex {
        display: block;
        width: 100%;
        margin: 8vw auto 0;
    }
    .c-otherservices__link {
        width: 100%;
        height: 51.3vw;
    }
    .c-otherservices__link a {
        font-size: 4.8648648649vw;
    }
    .c-otherservices__link:nth-of-type(n+2) {
        margin-top: 10vw;
    }
}


/* --------------------------------------------------
	anime
-------------------------------------------------- */

.c-fade__bottom {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
}

.c-fade__bottom.js-animeOn {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.c-fade__bottom.js-animeOn.-delay1 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.c-fade__bottom.js-animeOn.-delay2 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.c-fade__bottom.js-animeOn.-delay3 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}


/* --------------------------------------------------
  display
-------------------------------------------------- */

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

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


/* --------------------------------------------------
  cleafix
-------------------------------------------------- */

.u-clearfix:after {
    display: block;
    clear: both;
    content: "";
}


/* --------------------------------------------------
  align
-------------------------------------------------- */

.u-alignL {
    text-align: left;
}

.u-alignC {
    text-align: center;
}

.u-alignR {
    text-align: right;
}


/* --------------------------------------------------
  u-preload
-------------------------------------------------- */

.u-preload * {
    -webkit-transition: none !important;
    transition: none !important;
}


/* --------------------------------------------------
  u-wrap
-------------------------------------------------- */

.u-wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .u-wrap {
        width: 84vw;
    }
}


/* --------------------------------------------------
  font,text
-------------------------------------------------- */

.u-underline {
    text-decoration: underline !important;
}

.u-bold {
    font-weight: bold;
}

.u-font82 {
    font-size: 82%;
}

.u-font__noto {
    font-family: "Noto Sans JP";
}

.u-font__cormorant {
    font-family: "Cormorant";
}

.u-font__hannari {
    font-family: "Hannari", "Cormorant", "Noto Serif JP", serif;
}


/* --------------------------------------------------
  u-over
-------------------------------------------------- */

@media screen and (min-width: 768px) {
    .u-over:hover {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
}

.p-top {
    padding-top: 0;
}

.p-top .l-header__logo {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}

.p-top .l-header__logo.js-show {
    opacity: 1;
}


/* --------------------------------------------------
  p-topMv
-------------------------------------------------- */

.p-topMv__slide {
    margin-left: calc((100% - 1100px) / 2);
    border-radius: 0 0 0 100px;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.p-topMv__slide z-inz img {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, -webkit-transform 15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, transform 15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, transform 15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1) rotate(0.1deg);
    transform: scale(1) rotate(0.1deg);
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.p-topMv__slide .js-slide__animation img {
    -webkit-animation: js-slide__animation 16s linear 0s 1 normal;
    animation: js-slide__animation 16s linear 0s 1 normal;
    opacity: 1;
}

.ie11 .p-topMv__slideitem .js-slide__animation img {
    -webkit-animation: js-slide__animationIE 16s linear 0s 1 normal;
    animation: js-slide__animationIE 16s linear 0s 1 normal;
}

@-webkit-keyframes js-slide__animation {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes js-slide__animation {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes js-slide__animationIE {
    0% {
        -webkit-transform: scale(1.2) rotate(0.1deg);
        transform: scale(1.2) rotate(0.1deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0.1deg);
        transform: scale(1) rotate(0.1deg);
    }
}

@keyframes js-slide__animationIE {
    0% {
        -webkit-transform: scale(1.2) rotate(0.1deg);
        transform: scale(1.2) rotate(0.1deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0.1deg);
        transform: scale(1) rotate(0.1deg);
    }
}

.p-topMv__wrap {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px;
}

.ie11 .p-topMv__wrap {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
}

.p-topMv__txtArea {
    position: absolute;
    top: 85px;
    left: -25px;
}

.p-topMv__logo {
    width: 345px;
    margin: 0;
}

.p-topMv__ttl {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 25px 0 0 7px;
}

@media screen and (max-width: 767px) {
    .p-topMv__slide {
        margin-left: 8vw;
        border-radius: 0 0 0 13.5vw;
    }
    .p-topMv__wrap {
        width: 89.1vw;
    }
    .p-topMv__txtArea {
        top: 22.2vw;
        left: 0;
    }
    .p-topMv__logo {
        width: 48.5vw;
    }
    .p-topMv__ttl {
        font-size: 4.8648648649vw;
        margin: 3vw 0 0 1vw;
        line-height: 1.4;
    }
}


/* --------------------------------------------------
  p-topSec1
-------------------------------------------------- */

.p-topSec1 {
    margin: 141px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-topSec1__txtArea {
    width: 550px;
}

.p-topSec1__ttl {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.07em;
    margin: -6px 0 0 -6px;
}

.p-topSec1__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 33px 0 0;
}

@media screen and (max-width: 767px) {
    .p-topSec1__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-topSec1__txt:nth-of-type(n+2) {
    margin-top: 23px;
}

.p-topSec1__btn a {
    margin: 49px 0 0 38px;
}

.p-topSec1__imgArea {
    position: relative;
    width: 500px;
}

.p-topSec1__ill {
    position: absolute;
    right: -81px;
    bottom: -108px;
    width: 220px;
}

.p-topSec1__img1 {
    position: relative;
    z-index: 1;
}

.p-topSec1__img2 {
    position: absolute;
    left: -301px;
    bottom: -108px;
    width: 250px;
}

@media screen and (max-width: 767px) {
    .p-topSec1 {
        margin: 25.5vw auto 0;
        display: block;
    }
    .p-topSec1__txtArea {
        width: 100%;
    }
    .p-topSec1__ttl {
        font-size: 6.4864864865vw;
        margin: 0;
        letter-spacing: 0;
    }
    .p-topSec1__txt {
        margin: 9.5vw 0 0;
    }
    .p-topSec1__txt:nth-of-type(n+2) {
        margin-top: 6vw;
    }
    .p-topSec1__btn a {
        margin: 14vw 0 0 auto;
    }
    .p-topSec1__imgArea {
        width: 100%;
        margin-top: 17vw;
    }
    .p-topSec1__ill {
        right: -9vw;
        bottom: 19vw;
        width: 40.5vw;
    }
    .p-topSec1__img1 {
        width: 70vw;
        margin-left: auto;
    }
    .p-topSec1__img2 {
        position: static;
        left: auto;
        bottom: auto;
        width: 41.8vw;
        margin: 11vw 0 0;
    }
}


/* --------------------------------------------------
  p-topSec2
-------------------------------------------------- */

.p-topSec2 {
    margin: 248px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-topSec2__imgArea {
    position: relative;
    width: 380px;
}

.p-topSec2__txtArea {
    width: 623px;
    padding-top: 32px;
}

.p-topSec2__ill {
    position: absolute;
    bottom: -188px;
    right: 9px;
    width: 231px;
    z-index: -1;
}

.p-topSec2__ttl {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0;
}

.p-topSec2__subttl {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-left: 19px;
}

.p-topSec2__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 31px 0 0;
}

@media screen and (max-width: 767px) {
    .p-topSec2__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-topSec2__txt:nth-of-type(n+2) {
    margin-top: 23px;
}

.p-topSec2__btn a {
    margin: 46px 0 0 42px;
}

@media screen and (max-width: 767px) {
    .p-topSec2 {
        margin: 26vw auto 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-topSec2__imgArea {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 18vw;
    }
    .p-topSec2__img1 {
        width: 70vw;
    }
    .p-topSec2__txtArea {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
    }
    .p-topSec2__ill {
        bottom: -22vw;
        right: 9vw;
        width: 43.4vw;
    }
    .p-topSec2__ttl {
        font-size: 6.4864864865vw;
        letter-spacing: 0;
    }
    .p-topSec2__subttl {
        font-size: 3.2432432432vw;
        padding-left: 4vw;
    }
    .p-topSec2__txt {
        margin: 9vw 0 0;
    }
    .p-topSec2__txt:nth-of-type(n+2) {
        margin-top: 6vw;
    }
    .p-topSec2__btn a {
        margin: 12vw 0 0 auto;
    }
}


/* --------------------------------------------------
  p-topSec3
-------------------------------------------------- */

.p-topSec3 {
    width: 1200px;
    margin: 139px auto 0;
}

.p-topSec3__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-topSec3__txtArea {
    width: 360px;
    padding: 0 0 70px 50px;
}

.p-topSec3__ttl {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0;
}

.p-topSec3__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 26px 0 0;
}

@media screen and (max-width: 767px) {
    .p-topSec3__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-topSec3__imgArea {
    width: 790px;
}

.p-topSec3__insta {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-topSec3__insta li {
    list-style: none;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.p-topSec3__insta li img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
}

.p-topSec3__flex2 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-topSec3__txt2 {
    margin: 0;
}

.p-topSec3__flex2+.p-topSec3__insta {
    margin-top: 55px;
}

@media screen and (max-width: 767px) {
    .p-topSec3 {
        width: 84vw;
        margin: 42vw auto 0;
    }
    .p-topSec3__flex {
        display: block;
    }
    .p-topSec3__txtArea {
        width: 100%;
        padding: 0;
    }
    .p-topSec3__ttl {
        font-size: 5.4054054054vw;
    }
    .p-topSec3__txt {
        margin: 10vw 0 0;
    }
    .p-topSec3__imgArea {
        width: 100%;
        margin-top: 14vw;
    }
    .p-topSec3__insta {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-topSec3__insta li {
        width: 39vw;
        height: 39vw;
    }
    .p-topSec3__insta li:nth-child(5) {
        display: none;
    }
    .p-topSec3__insta li:nth-child(n+3) {
        margin-top: 6vw;
    }
    .p-topSec3__flex2 {
        margin-top: 5vw;
        display: block;
    }
    .p-topSec3__btn {
        margin-top: 5vw;
    }
    .p-topSec3__flex2+.p-topSec3__insta {
        margin-top: 16vw;
    }
}


/* --------------------------------------------------
  p-serviceMv
-------------------------------------------------- */

.p-serviceMv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.u-preload .p-serviceMv {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
}

.p-serviceMv__link {
    width: 330px;
    height: 500px;
}

.p-serviceMv__link a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.p-serviceMv__link:nth-of-type(1) a {
    background: url(../img/service/index/bg_mv1_pc.jpg) no-repeat center top/contain;
}

.p-serviceMv__link:nth-of-type(2) a {
    background: url(../img/service/index/bg_mv2_pc.jpg) no-repeat center top/contain;
}

.p-serviceMv__link:nth-of-type(3) a {
    background: url(../img/service/index/bg_mv3_pc.jpg) no-repeat center top/contain;
}

@media screen and (max-width: 767px) {
    .p-serviceMv {
        display: block;
    }
    .p-serviceMv__link {
        width: 100%;
        height: 51.3vw;
    }
    .p-serviceMv__link a {
        font-size: 4.8648648649vw;
    }
    .p-serviceMv__link:nth-of-type(1) a {
        background: url(../img/service/bg_otherservices1.jpg) no-repeat right bottom/cover;
    }
    .p-serviceMv__link:nth-of-type(2) a {
        background: url(../img/service/bg_otherservices2.jpg) no-repeat right bottom/cover;
    }
    .p-serviceMv__link:nth-of-type(3) a {
        background: url(../img/service/bg_otherservices3.jpg) no-repeat right bottom/cover;
    }
    .p-serviceMv__link:nth-of-type(n+2) {
        margin-top: 11vw;
    }
}


/* --------------------------------------------------
  p-serviceSec1
-------------------------------------------------- */

.p-serviceSec1 {
    margin: 133px auto 0;
    text-align: center;
}

.p-serviceSec1__ttl {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.16em;
    margin: 0;
    font-weight: normal;
}

.p-serviceSec1__subTtl {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 29px 0 0;
}

.p-serviceSec1__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin: 74px 0 0;
}

@media screen and (max-width: 767px) {
    .p-serviceSec1__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-serviceSec1__txt+.p-serviceSec1__txt {
    margin-top: 24px;
}

.p-serviceSec1__img {
    position: absolute;
    top: 53px;
    right: -31px;
    width: 309px;
}

@media screen and (max-width: 767px) {
    .p-serviceSec1 {
        margin: 26vw auto 0;
    }
    .p-serviceSec1__ttl {
        font-size: 5.6756756757vw;
        letter-spacing: 0.07em;
    }
    .p-serviceSec1__subTtl {
        font-size: 4.0540540541vw;
        margin: 6.5vw 0 0;
    }
    .p-serviceSec1__txt {
        text-align: left;
        margin: 15vw 0 0;
    }
    .p-serviceSec1__txt+.p-serviceSec1__txt {
        margin-top: 6vw;
    }
    .p-serviceSec1__img {
        position: static;
        top: auto;
        right: auto;
        width: 62.5vw;
        margin: 9vw auto 0;
    }
}


/* --------------------------------------------------
  p-serviceSec2
-------------------------------------------------- */

.p-serviceSec2 {
    margin: 131px auto 0;
}

.p-serviceSec2__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 250px;
    overflow: hidden;
}

.p-serviceSec2__img img {
    width: auto;
    max-width: inherit;
    max-width: auto;
    height: 250px;
}

.p-serviceSec2__img img:first-child {
    -webkit-animation: slide1 60s -30s linear infinite;
    animation: slide1 60s -30s linear infinite;
}

.p-serviceSec2__img img:last-child {
    -webkit-animation: slide2 60s linear infinite;
    animation: slide2 60s linear infinite;
}

@-webkit-keyframes slide1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

@keyframes slide2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

.p-serviceSec2__txt {
    padding: 55px 0 0 110px;
    color: #62696e;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 1;
}

.p-serviceSec2__txt:before {
    content: "";
    position: absolute;
    top: 63px;
    left: 0;
    width: 102px;
    height: 1px;
    border-bottom: 1px solid #62696e;
}

@media screen and (max-width: 767px) {
    .p-serviceSec2 {
        margin: 26vw auto 0;
    }
    .p-serviceSec2__img {
        height: 46.9vw;
    }
    .p-serviceSec2__img img {
        height: 46.9vw;
    }
    .p-serviceSec2__txt {
        padding: 16vw 0 0 16vw;
        font-size: 2.7027027027vw;
    }
    .p-serviceSec2__txt:before {
        top: 18vw;
        width: 13.5vw;
    }
}


/* --------------------------------------------------
  .p-personalchefSec1
-------------------------------------------------- */

.p-personalchefSec1 {
    margin-top: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-personalchefSec1__item {
    width: 520px;
    background: url(../img/common/bg_yellow.png) repeat center top;
    border-radius: 0 0 0 50px;
    overflow: hidden;
    padding: 45px 38px;
}

.p-personalchefSec1__ttl {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 0;
    font-weight: normal;
}

.p-personalchefSec1__olList {
    margin: 38px 0 0;
    padding: 0;
    counter-reset: count-number;
}

.p-personalchefSec1__olList li {
    position: relative;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 25px;
}

.p-personalchefSec1__olList li:nth-of-type(n+2) {
    margin-top: 9px;
}

.p-personalchefSec1__olList li:before {
    position: absolute;
    top: 3px;
    left: 0;
    counter-increment: count-number;
    content: counter(count-number);
    line-height: 1;
    width: 16px;
    height: 16px;
    background: #3d4246;
    border-radius: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fcf9e6;
    font-size: 1.4rem;
}

.ie11 .p-personalchefSec1__olList li::before {
    padding-top: 5px;
}

.p-personalchefSec1__note {
    font-size: 1.4rem;
    line-height: 1.8;
    text-indent: -1em;
    margin: 20px 0 0 1em;
}

.p-personalchefSec1__ulList {
    margin: 38px 0 0;
    padding: 0;
}

.p-personalchefSec1__ulList li {
    position: relative;
    list-style: none;
    font-size: 1.7rem;
    line-height: 1.5;
    padding-left: 20px;
}

.p-personalchefSec1__ulList li:nth-of-type(n+2) {
    margin-top: 9px;
}

.p-personalchefSec1__ulList li:before {
    position: absolute;
    top: 1px;
    left: 5px;
    content: "・";
}

@media screen and (max-width: 767px) {
    .p-personalchefSec1 {
        margin-top: 21vw;
        display: block;
    }
    .p-personalchefSec1__item {
        width: 100%;
        border-radius: 0 0 0 13.5vw;
        padding: 10vw 5vw;
    }
    .p-personalchefSec1__item:nth-of-type(n+2) {
        margin-top: 10vw;
    }
    .p-personalchefSec1__ttl {
        font-size: 5.9459459459vw;
    }
    .p-personalchefSec1__olList {
        margin: 7vw 0 0;
    }
    .p-personalchefSec1__olList li {
        font-size: 3.7837837838vw;
        line-height: 1.7;
        padding-left: 5.4054054054vw;
    }
    .p-personalchefSec1__olList li:nth-of-type(n+2) {
        margin-top: 1vw;
    }
    .p-personalchefSec1__olList li:before {
        top: 1vw;
        width: 4vw;
        height: 4vw;
        font-size: 2.972972973vw;
        padding-top: 0.4vw;
    }
    .p-personalchefSec1__olList li .u-font82 {
        font-size: 3.7837837838vw;
    }
    .p-personalchefSec1__note {
        font-size: 3.7837837838vw;
        line-height: 1.7;
        margin: 7vw 0 0 1em;
    }
    .p-personalchefSec1__ulList {
        margin: 7vw 0 0;
    }
    .p-personalchefSec1__ulList li {
        font-size: 3.7837837838vw;
        line-height: 1.7;
        padding-left: 5.4054054054vw;
    }
    .p-personalchefSec1__ulList li:nth-of-type(n+2) {
        margin-top: 1vw;
    }
    .p-personalchefSec1__ulList li:before {
        top: 0.15vw;
        left: 1vw;
    }
}


/* --------------------------------------------------
  .p-personalchefSec2
-------------------------------------------------- */

.p-personalchefSec2 {
    padding: 134px 0;
    background: url(../img/common/bg_yellow.png) repeat center top;
}

.p-personalchefSec2__item:nth-of-type(n+2) {
    margin-top: 126px;
}

.p-personalchefSec2__ttl {
    font-family: "Hannari", "Cormorant", "Noto Serif JP", serif;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0;
}

.p-personalchefSec2__ttlLine {
    padding: 0 0 21px;
    border-bottom: 4px double #3d4246;
}

.p-personalchefSec2__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 84px 0 0;
}

@media screen and (max-width: 767px) {
    .p-personalchefSec2__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-personalchefSec2List {
    width: 100%;
    background: #fff;
    padding: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px;
    border-radius: 0 0 68px 0;
    overflow: hidden;
}

.p-personalchefSec2List__ttl {
    width: 300px;
    font-family: "Hannari", "Cormorant", "Noto Serif JP", serif;
    font-size: 2.5rem;
    text-align: center;
    margin: 0 34px 0 0;
    font-weight: normal;
}

.p-personalchefSec2List__txt {
    margin: 0;
    padding: 0;
}

.p-personalchefSec2List__txt li {
    position: relative;
    list-style: none;
    font-size: 1.6rem;
    line-height: 2.2;
    padding-left: 28px;
}

@media screen and (max-width: 767px) {
    .p-personalchefSec2List__txt li {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-personalchefSec2List__txt li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/service/personalchef/ico_check.svg) no-repeat center top/contain;
}

.p-personalchefSec2List__txt li:nth-of-type(n+2) {
    margin-top: 1px;
}

.p-personalchefSec2Menu {
    margin-top: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.p-personalchefSec2Menu__imgArea {
    width: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-personalchefSec2Menu__img {
    width: 260px;
    border-radius: 0 0 45px 0;
    overflow: hidden;
}

.p-personalchefSec2Menu__img:nth-of-type(n+3) {
    margin-top: 20px;
}

.p-personalchefSec2Menu__txtArea {
    width: 480px;
}

.p-personalchefSec2Menu__ttl {
    position: relative;
    font-family: "Hannari", "Cormorant", "Noto Serif JP", serif;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 0 -5px;
    font-weight: normal;
}

.p-personalchefSec2Menu__ttl:after {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    width: calc(100% - 135px);
    height: 1px;
    border-top: 1px solid #3d4246;
}

.p-personalchefSec2Menu__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 39px 0 0;
}

@media screen and (max-width: 767px) {
    .p-personalchefSec2Menu__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-personalchefSec2Menu__txt+.p-personalchefSec2Menu__txt {
    margin-top: 24px;
}

.p-personalchefSec2Price {
    margin-top: 72px;
}

.p-personalchefSec2Price__ttl {
    position: relative;
    font-family: "Hannari", "Cormorant", "Noto Serif JP", serif;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 0 -5px;
    font-weight: normal;
}

.p-personalchefSec2Price__ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 72px);
    height: 1px;
    border-top: 1px solid #3d4246;
}

.p-personalchefSec2Price__txt0 {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 33px 0 0;
}

@media screen and (max-width: 767px) {
    .p-personalchefSec2Price__txt0 {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-personalchefSec2Price__flex {
    margin-top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-personalchefSec2Price__txt1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.p-personalchefSec2Price__txt2 {
    font-size: 1.7rem;
    line-height: 1;
    margin: 4px 0 0 30px;
}

.p-personalchefSec2Price__box {
    margin: 0 0 0 10px;
}

.p-personalchefSec2Price__item {
    margin: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-personalchefSec2Price__item span[class^=p-personalchefSec2Price__txt] {
    display: inline-block;
}

.p-personalchefSec2Price__item:nth-of-type(n+2) {
    margin-top: 8px;
}

.p-personalchefSec2Price__txt3 {
    font-size: 1.6rem;
    text-align: center;
    width: 200px;
    background: #fff;
    padding: 6px 0 4px;
    font-weight: bold;
}

.ie11 .p-personalchefSec2Price__txt3 {
    padding: 8px 0 2px;
}

.p-personalchefSec2Price__txt4 {
    font-size: 2rem;
    font-weight: bold;
    margin-left: 10px;
}

.p-personalchefSec2Price__txt5 {
    font-size: 1.7rem;
    margin-left: 5px;
}

.p-personalchefSec2Price__note {
    margin: 40px 0 0;
    padding: 0;
}

.p-personalchefSec2Price__note li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 2.2;
}

@media screen and (max-width: 767px) {
    .p-personalchefSec2Price__note li {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-personalchefSec2Price__note li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.p-personalchefSec2Price__note li:nth-of-type(n+2) {
    margin-top: 1px;
}

@media screen and (min-width: 768px) {
    .p-personalchefSec2Menu__imgArea.-party {
        width: 100%;
    }
    .p-personalchefSec2Menu__imgArea.-party .p-personalchefSec2Menu__img:nth-of-type(n+3) {
        margin-top: 0;
    }
    .p-personalchefSec2Menu__imgArea.-party .p-personalchefSec2Menu__img:nth-of-type(n+5) {
        margin-top: 20px;
    }
    .p-personalchefSec2Price__flex.-party .p-personalchefSec2Price__txt1 {
        width: 100%;
        margin: 0 0 17px;
    }
    .p-personalchefSec2Price__flex.-party .p-personalchefSec2Price__txt2 {
        margin: 4px 0 0 56px;
    }
}

@media screen and (max-width: 767px) {
    .p-personalchefSec2 {
        padding: 25vw 0;
    }
    .p-personalchefSec2__item:nth-of-type(n+2) {
        margin-top: 22vw;
    }
    .p-personalchefSec2__ttl {
        font-size: 6.4864864865vw;
        letter-spacing: 0;
    }
    .p-personalchefSec2__ttlLine {
        padding: 0 0 5vw;
    }
    .p-personalchefSec2__txt {
        margin: 17vw 0 0;
    }
    .p-personalchefSec2List {
        padding: 8vw 5vw;
        display: block;
        margin-top: 8vw;
        border-radius: 0 0 12.4vw 0;
    }
    .p-personalchefSec2List__ttl {
        font-size: 5.9459459459vw;
        margin: 0;
        width: 100%;
    }
    .p-personalchefSec2List__txt {
        margin: 5vw 0;
    }
    .p-personalchefSec2List__txt li {
        padding-left: 6.2vw;
        line-height: 1.7;
    }
    .p-personalchefSec2List__txt li:before {
        top: 1.4vw;
        width: 3.5vw;
        height: 3.5vw;
    }
    .p-personalchefSec2List__txt li:nth-of-type(n+2) {
        margin-top: 2vw;
    }
    .p-personalchefSec2Menu {
        margin-top: 13vw;
        display: block;
    }
    .p-personalchefSec2Menu__imgArea {
        width: 100%;
    }
    .p-personalchefSec2Menu__img {
        width: 40vw;
        border-radius: 0 0 8vw 0;
        overflow: hidden;
    }
    .p-personalchefSec2Menu__img:nth-of-type(n+3) {
        margin-top: 4vw;
    }
    .p-personalchefSec2Menu__img:nth-of-type(odd) {
        margin-right: 4vw;
    }
    .p-personalchefSec2Menu__txtArea {
        width: 100%;
        margin-top: 15vw;
    }
    .p-personalchefSec2Menu__ttl {
        font-size: 5.9459459459vw;
        margin: 0;
    }
    .p-personalchefSec2Menu__ttl:after {
        width: calc(100% - 32vw);
    }
    .p-personalchefSec2Menu__txt {
        margin: 6vw 0 0;
    }
    .p-personalchefSec2Menu__txt+.p-personalchefSec2Menu__txt {
        margin-top: 5vw;
    }
    .p-personalchefSec2Price {
        margin-top: 12vw;
    }
    .p-personalchefSec2Price__ttl {
        font-size: 5.9459459459vw;
        margin: 0;
    }
    .p-personalchefSec2Price__ttl:after {
        width: calc(100% - 16.4vw);
    }
    .p-personalchefSec2Price__txt0 {
        margin: 5vw 0 0;
    }
    .p-personalchefSec2Price__flex {
        margin-top: 8vw;
        display: block;
    }
    .p-personalchefSec2Price__txt1 {
        font-size: 4.8648648649vw;
        line-height: 1.2;
    }
    .p-personalchefSec2Price__txt2 {
        font-size: 3.7837837838vw;
        margin: 4vw 0 0;
    }
    .p-personalchefSec2Price__box {
        margin: 0 0 0 3vw;
    }
    .p-personalchefSec2Price__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.2;
    }
    .p-personalchefSec2Price__item:nth-of-type(n+2) {
        margin-top: 0;
    }
    .p-personalchefSec2Price__txt3 {
        font-size: 3.5135135135vw;
        width: 50vw;
        padding: 1.5vw 0;
        margin: 5vw 34vw 3vw 0;
    }
    .p-personalchefSec2Price__txt4 {
        font-size: 4.8648648649vw;
        margin: 0 1vw 0;
    }
    .p-personalchefSec2Price__txt5 {
        font-size: 3.7837837838vw;
        margin: 0;
    }
    .p-personalchefSec2Price__flex.-party .p-personalchefSec2Price__item span[class^=p-personalchefSec2Price__txt].p-personalchefSec2Price__txt4 {
        display: block;
        margin-bottom: 1vw;
    }
    .p-personalchefSec2Price__note {
        margin: 9vw 0 0;
    }
    .p-personalchefSec2Price__note li {
        line-height: 1.7;
    }
    .p-personalchefSec2Price__note li:nth-of-type(n+2) {
        margin-top: 2vw;
    }
}


/* --------------------------------------------------
  .p-personalchefSec3
-------------------------------------------------- */

.p-personalchefSec3 {
    margin-top: 154px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-personalchefSec3__item {
    width: 520px;
    background: url(../img/common/bg_yellow.png) repeat center top;
    border-radius: 0 0 0 50px;
    overflow: hidden;
    padding: 45px 38px;
}

.p-personalchefSec3__ttl {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 0;
    font-weight: normal;
}

.p-personalchefSec3__txt1 {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 32px 0 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-personalchefSec3__txt1 {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-personalchefSec3__bold {
    font-size: 1.9rem;
    font-weight: bold;
}

.p-personalchefSec3Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 36px;
}

.p-personalchefSec3Flex:nth-of-type(n+2) {
    margin-top: 8px;
}

.p-personalchefSec3Flex__txt1 {
    font-size: 1.7rem;
    margin: 0;
    line-height: 1;
}

.p-personalchefSec3Flex__txt2 {
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
    width: 110px;
    background: #fff;
    padding: 6px 0 5px;
    font-weight: bold;
    margin: 0 0 0 11px;
}

.ie11 .p-personalchefSec3Flex__txt2 {
    padding: 8px 0 2px;
}

.p-personalchefSec3Flex__txt3 {
    font-size: 1.7rem;
    margin: 0;
    line-height: 1;
    margin: 0 0 0 7px;
}
.p-personalchefSec3__note0 {
    font-size: 1.4rem;
    line-height: 1.8;
    text-indent: -1em;
    margin: 10px 0 0 0;
}
.p-personalchefSec3__note {
    font-size: 1.4rem;
    line-height: 1.8;
    text-indent: -1em;
    margin: 10px 0 0 1em;
}

@media screen and (max-width: 767px) {
    .p-personalchefSec3 {
        margin-top: 21vw;
        display: block;
    }
    .p-personalchefSec3__item {
        width: 100%;
        border-radius: 0 0 0 13.5vw;
        padding: 10vw 5vw 13vw;
    }
    .p-personalchefSec3__item:nth-of-type(n+2) {
        margin-top: 10vw;
    }
    .p-personalchefSec3__ttl {
        font-size: 5.9459459459vw;
    }
    .p-personalchefSec3__txt1 {
        margin: 5vw 0 0;
    }
    .p-personalchefSec3__bold {
        font-size: 4.8648648649vw;
    }
    .p-personalchefSec3Flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 9vw;
    }
    .p-personalchefSec3Flex:nth-of-type(n+2) {
        margin-top: 4vw;
    }
    .p-personalchefSec3Flex__txt1 {
        font-size: 3.7837837838vw;
        width: 100%;
        margin: 0 0 2vw;
    }
    .p-personalchefSec3Flex__txt2 {
        font-size: 3.7837837838vw;
        width: 25vw;
        padding: 1.5vw 0;
        margin: 0;
    }
    .p-personalchefSec3Flex__txt3 {
        font-size: 3.7837837838vw;
        margin: 0 0 0 1vw;
    }
    .p-personalchefSec3Flex__txt3 .u-bold {
        font-size: 4.8648648649vw;
    }
    .p-personalchefSec3__note0 {
        font-size: 3.7837837838vw;
        line-height: 1.7;
        margin: 7vw 0 0 0;
    }
    .p-personalchefSec3__note {
        font-size: 3.7837837838vw;
        line-height: 1.7;
        margin: 7vw 0 0 1em;
    }
}


/* --------------------------------------------------
  p-menuSec1
-------------------------------------------------- */

.p-menuSec1 {
    position: relative;
    margin-top: 88px;
}

.p-menuSec1__ill1 {
    position: absolute;
    top: -70px;
    left: -43px;
    width: 69px;
    height: 65px;
}

.p-menuSec1__ill2 {
    position: absolute;
    bottom: -50px;
    right: -40px;
    width: 90px;
    height: 120px;
}

.p-menuSec1__ttl {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
    margin: 0;
}

.p-menuSec1__box {
    margin: 47px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-menuSec1__item {
    width: 330px;
}

.p-menuSec1__cap {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
    .p-menuSec1__cap {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-menuSec1__txt {
    position: relative;
    padding: 0 0 0 110px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin: 89px 0 0;
}

.p-menuSec1__txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 102px;
    height: 1px;
    border-bottom: 1px solid #62696e;
}

@media screen and (min-width: 768px) {
    .p-menuSec1__item:not(:nth-of-type(3n)) {
        margin-right: 55px;
    }
    .p-menuSec1__item:nth-of-type(n+4) {
        margin-top: 27px;
    }
}

@media screen and (max-width: 767px) {
    .p-menuSec1 {
        margin-top: 25vw;
        padding-bottom: 15vw;
    }
    .p-menuSec1__ill1 {
        top: -12vw;
        left: -2vw;
        width: 15vw;
    }
    .p-menuSec1__ill2 {
        bottom: -5vw;
        right: -5vw;
        width: 17.8vw;
    }
    .p-menuSec1__ttl {
        font-size: 6.4864864865vw;
    }
    .p-menuSec1__box {
        margin: 11vw 0 0;
        display: block;
    }
    .p-menuSec1__item {
        width: 100%;
    }
    .p-menuSec1__item:nth-of-type(n+2) {
        margin-top: 8vw;
    }
    .p-menuSec1__img {
        width: 66%;
        margin: 0 auto;
    }
    .p-menuSec1__cap {
        margin: 4.5vw 0 0;
    }
    .p-menuSec1__txt {
        padding: 0 0 0 10vw;
        font-size: 2.7027027027vw;
        margin-top: 10vw;
    }
    .p-menuSec1__txt:before {
        width: 6.5vw;
    }
}


/* --------------------------------------------------
  p-menuSec2
-------------------------------------------------- */

.p-menuSec2 {
    margin-top: 87px;
}

@media screen and (max-width: 767px) {
    .p-menuSec2 {
        margin-top: 8vw;
    }
}


/* --------------------------------------------------
    p-prMv
-------------------------------------------------- */

.p-prMv {
    position: relative;
    padding-bottom: 302px;
}

.p-prMv__imgArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 545px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-prMv__img {
    width: 237px;
    height: 244px;
}

@media screen and (min-width: 768px) {
    .p-prMv__img:nth-child(n+5) {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .p-prMv {
        padding-bottom: 0;
    }
    .p-prMv__imgArea {
        position: static;
        bottom: auto;
        left: auto;
        height: auto;
        margin-top: 10vw;
    }
    .p-prMv__img {
        width: 39vw;
        height: 38.9vw;
    }
    .p-prMv__img:nth-child(odd) {
        margin-right: 6vw;
    }
    .p-prMv__img:nth-child(n+3) {
        margin-top: 6vw;
    }
}


/* --------------------------------------------------
    p-prSec1
-------------------------------------------------- */

.p-prSec1 {
    margin-top: 94px;
    position: relative;
    width: 770px;
}

.p-menuSec1__ill {
    content: "";
    position: absolute;
    top: 171px;
    left: -245px;
    width: 170px;
}

.p-prSec1__movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}

.p-prSec1__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 767px) {
    .p-prSec1 {
        margin-top: 22vw;
        width: 84vw;
        padding-bottom: 29vw;
    }
    .p-menuSec1__ill {
        top: auto;
        bottom: 0;
        left: 3vw;
        width: 30.9vw;
        height: 17.6vw;
    }
}


/* --------------------------------------------------
    p-prSec2
-------------------------------------------------- */

.p-prSec2 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .p-prSec2 {
        margin-top: 8vw;
    }
}


/* --------------------------------------------------
    c-contactArea
-------------------------------------------------- */

.p-menucontactArea__ill {
    position: absolute;
    bottom: 73px;
    right: -74px;
    width: 246px;
}

@media screen and (max-width: 767px) {
    .p-menucontactArea__ill {
        bottom: auto;
        right: -3vw;
        width: 36vw;
        top: 2vw;
    }
}


/* --------------------------------------------------
  p-profileMv
-------------------------------------------------- */

.p-profileMv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-profileMv__img1 {
    width: 522px;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.u-preload .p-profileMv__img1 {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
}

.p-profileMv__txtAre {
    width: 500px;
}

.p-profileMv__ttl {
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.p-profileMv__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 35px 0 0;
}

@media screen and (max-width: 767px) {
    .p-profileMv__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-profileMv__txt:nth-of-type(n+2) {
    margin-top: 22px;
}

.p-profileMv__btnArea {
    margin: 50px 0 0;
}

.p-profileMv__btnArea .c-btn__arw a {
    margin-left: auto;
}

.p-profileMv__btnArea .c-btn__arw:nth-of-type(n+2) a {
    margin-top: 27px;
}

@media screen and (max-width: 767px) {
    .p-profileMv {
        display: block;
    }
    .p-profileMv__img1 {
        width: 100%;
    }
    .p-profileMv__txtAre {
        width: 100%;
        margin-top: 15vw;
    }
    .p-profileMv__ttl {
        font-size: 7.027027027vw;
    }
    .p-profileMv__txt {
        margin: 9.5vw 0 0;
    }
    .p-profileMv__txt:nth-of-type(n+2) {
        margin-top: 6vw;
    }
    .p-profileMv__btnArea {
        margin: 14vw 0 0;
    }
    .p-profileMv__btnArea .c-btn__arw a {
        margin-left: auto;
    }
    .p-profileMv__btnArea .c-btn__arw:nth-of-type(n+2) a {
        margin-top: 8vw;
    }
}


/* --------------------------------------------------
  p-profileSec1
-------------------------------------------------- */

.p-profileSec1 {
    margin-top: 134px;
    background: url(../img/common/bg_blue.png) repeat center top;
}

.p-profileSec1 .u-wrap {
    padding: 289px 0 138px;
}

.p-profileSec1__img1 {
    position: absolute;
    top: -269px;
    right: 353px;
    width: 305px;
    border-radius: 0 0 67px 0;
    overflow: hidden;
}

.p-profileSec1__img2 {
    position: absolute;
    top: -74px;
    left: 154px;
    width: 229px;
    border-radius: 0 0 54px 0;
    overflow: hidden;
}

.p-profileSec1__ill1 {
    position: absolute;
    top: 244px;
    left: 218px;
    width: 163px;
}

.p-profileSec1__ill2 {
    position: absolute;
    top: 256px;
    right: 156px;
    width: 204px;
}

.p-profileSec1__ttl {
    position: relative;
    font-size: 3.2rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

.p-profileSec1__subttl {
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    margin: 27px 0 0;
}

.p-profileSec1__box {
    margin-top: 72px;
}

.p-profileSec1__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-profileSec1__item .p-profileSec1__img {
    border-radius: 0 0 0 73px;
}

.p-profileSec1__item:nth-of-type(2) {
    margin-top: 40px;
}

.p-profileSec1__item:nth-of-type(2) .p-profileSec1__img {
    border-radius: 0 0 73px 0;
}

.p-profileSec1__txtArea {
    width: 604px;
}

.p-profileSec1__img {
    width: 437px;
    padding-top: 10px;
    overflow: hidden;
}

.p-profileSec1__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .p-profileSec1__txt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-profileSec1__txt:nth-of-type(n+2) {
    margin-top: 24px;
}

@media screen and (min-width: 768px) {
    .p-profileSec1__item:nth-of-type(2) .p-profileSec1__txtArea {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .p-profileSec1__item:nth-of-type(2) .p-profileSec1__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .p-profileSec1 {
        margin-top: 109vw;
    }
    .p-profileSec1 .u-wrap {
        padding: 52.3vw 0 27.8vw;
    }
    .p-profileSec1__img1 {
        top: -92vw;
        right: 0;
        width: 55.5vw;
        border-radius: 0 0 11.3vw 0;
    }
    .p-profileSec1__img2 {
        top: -18.3vw;
        left: 0;
        width: 41.8vw;
        border-radius: 0 0 8.9vw 0;
    }
    .p-profileSec1__ill1 {
        top: 41vw;
        left: -5vw;
        width: 25.6vw;
    }
    .p-profileSec1__ill2 {
        top: 63vw;
        right: -11vw;
        width: 31vw;
    }
    .p-profileSec1__ttl {
        font-size: 7.027027027vw;
    }
    .p-profileSec1__subttl {
        font-size: 4.0540540541vw;
        margin: 6vw 0 0;
    }
    .p-profileSec1__box {
        margin-top: 21vw;
    }
    .p-profileSec1__item {
        display: block;
    }
    .p-profileSec1__item .p-profileSec1__img {
        border-radius: 0 0 0 13.7vw;
    }
    .p-profileSec1__item:nth-of-type(2) {
        margin-top: 19vw;
    }
    .p-profileSec1__item:nth-of-type(2) .p-profileSec1__img {
        border-radius: 0 0 13.7vw 0;
    }
    .p-profileSec1__txtArea {
        width: 100%;
    }
    .p-profileSec1__img {
        width: 100%;
        padding-top: 0;
        margin-top: 8vw;
    }
    .p-profileSec1__txt:nth-of-type(n+2) {
        margin-top: 5.5vw;
    }
}


/* --------------------------------------------------
  p-contactForm
-------------------------------------------------- */

.p-contactForm {
    padding-bottom: 150px;
}

.p-contactForm input,
.p-contactForm select,
.p-contactForm button,
.p-contactForm textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.p-contactForm textarea {
    resize: vertical;
}

.p-contactForm button,
.p-contactForm input[type=submit],
.p-contactForm select {
    cursor: pointer;
}

.p-contactForm__txt1 {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-contactForm__txt1 {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-contactForm__box {
    width: 920px;
    margin: 87px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
}

.p-contactForm__box dt {
    padding-top: 18px;
    width: 210px;
}

.p-contactForm__box dd {
    width: calc(100% - 210px);
}

.p-contactForm__box dt:nth-of-type(n+2),
.p-contactForm__box dd:nth-of-type(n+2) {
    margin-top: 30px;
}

.p-contactForm__box input[type=text],
.p-contactForm__box input[type=tel],
.p-contactForm__box input[type=email],
.p-contactForm__box textarea {
    width: 100%;
    border: 1px solid #b4b4b4;
    background: #f9f9f9;
    padding: 11px 18px;
    line-height: 1;
    font-weight: normal;
}

.p-contactForm__box textarea {
    height: 350px;
    line-height: 1.75;
}

.p-contactForm__box ::-webkit-input-placeholder {
    color: #777;
}

.p-contactForm__box ::-moz-placeholder {
    color: #777;
}

.p-contactForm__box :-ms-input-placeholder {
    color: #777;
}

.ie11 .p-contactForm__box input[type=text],
.ie11 .p-contactForm__box input[type=tel],
.ie11 .p-contactForm__box input[type=email],
.ie11 .p-contactForm__box textarea {
    padding: 15px 18px 7px;
}

.p-contactForm__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0;
}

.p-contactForm__flexItem {
    position: relative;
}

.p-contactForm__flexItem:not(:nth-of-type(3)) {
    margin-right: 23px;
}

.p-contactForm__flexItem:nth-of-type(n+4) {
    margin-top: 41px;
}

.p-contactForm__flexItem .inquiry1formError {
    position: absolute;
    top: -34px;
    width: 100%;
    left: 0;
}

.p-contactForm__radio {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}

.p-contactForm__radio+label {
    display: inline-block;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
}

.p-contactForm__radio+label:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 100vh;
    border: 1px solid #bbbbbb;
}

.p-contactForm__radio:checked+label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    width: 11px;
    height: 11px;
    border-radius: 100vh;
    background: #3d4246;
}

.ie11 .p-contactForm__radio+label:before {
    top: -10px;
}

.ie11 .p-contactForm__radio:checked+label:after {
    top: -3px;
}

.p-contactForm__txt2 {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin: 47px 0 0;
}

@media screen and (max-width: 767px) {
    .p-contactForm__txt2 {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

input.p-contactForm__sendBtn {
    width: 336px;
    height: 80px;
    margin: 55px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    background: url(../img/contact/btn_form.png) no-repeat right bottom/contain;
    cursor: pointer;
}

.ie11 input.p-contactForm__sendBtn {
    padding-top: 6px;
}

.p-contactForm__lineArea {
    margin-top: 90px;
}

.p-contactForm__lineTxt {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .p-contactForm__lineTxt {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-contactForm__lineBtn {
    margin: 33px auto 0;
    width: 149px;
}

@media screen and (max-width: 767px) {
    .p-contactForm {
        padding-bottom: 27vw;
    }
    .p-contactForm__box {
        width: 100%;
        margin: 15vw auto 0;
        font-size: 4.8648648649vw;
        display: block;
    }
    .p-contactForm__box dt {
        padding-top: 0;
        width: 100%;
    }
    .p-contactForm__box dd {
        width: 100%;
        margin-top: 2vw !important;
    }
    .p-contactForm__box dt:nth-of-type(n+2) {
        margin-top: 6.5vw;
    }
    .p-contactForm__box input[type=text],
    .p-contactForm__box input[type=tel],
    .p-contactForm__box input[type=email],
    .p-contactForm__box textarea {
        padding: 3vw 5vw;
        font-size: 16px;
    }
    .p-contactForm__box textarea {
        height: 84vw;
    }
    .safari .p-contactForm__box input[type=text],
    .safari .p-contactForm__box input[type=tel],
    .safari .p-contactForm__box input[type=email] {
        line-height: normal;
    }
    .p-contactForm__flex {
        display: block;
        padding: 11vw 0 10vw 7vw;
    }
    .p-contactForm__flexItem:not(:nth-of-type(3)) {
        margin-right: 0;
    }
    .p-contactForm__flexItem:nth-of-type(n+2) {
        margin-top: 14vw !important;
    }
    .p-contactForm__radio+label {
        padding-left: 11.5vw;
    }
    .p-contactForm__radio+label:before {
        top: -2vw;
        width: 8.4vw;
        height: 8.4vw;
    }
    .p-contactForm__radio:checked+label:after {
        top: 0.3vw;
        left: 2.3vw;
        width: 3.8vw;
        height: 3.8vw;
    }
    .p-contactForm__txt2 {
        margin: 14vw 0 0;
        text-align: left;
    }
    input.p-contactForm__sendBtn {
        width: 79.7vw;
        height: 18.9vw;
        margin: 8vw auto 0;
        font-size: 5.9459459459vw;
    }
    .p-contactForm__lineArea {
        margin-top: 22vw;
    }
    .p-contactForm__lineTxt {
        text-align: left;
    }
    .p-contactForm__lineBtn {
        margin: 8vw auto 0;
        width: 40.5vw;
    }
}


/* --------------------------------------------------
  p-complete
-------------------------------------------------- */

.p-complete {
    padding: 0 0 200px;
}

.p-complete__thanks {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .p-complete__thanks {
        font-size: 3.7837837838vw;
        line-height: 2.1;
    }
}

.p-complete__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-complete__btn a {
    margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
    .p-complete {
        padding: 0 0 20vw;
    }
    .p-complete__btn a {
        margin: 10vw auto 0;
    }
}


/*# sourceMappingURL=styles.css.map */