@charset "UTF-8"; /* font
----------------------------------------------- */
:root {
    --mincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;
    --gothic: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    font: inherit;
    word-wrap: break-word;
    border: 0;
    vertical-align: baseline;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    color: #515151;
    font-size: 3.5vw;
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    line-height: 1;
}

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

blockquote, q {
    quotes: none;
}

strong, b {
    font-weight: bold;
}

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

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

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

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

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

del {
    text-decoration: line-through;
}

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

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

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

a {
    color: #515151;
    text-decoration: none;
    display: block;
    -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

a:hover {
    opacity: 0.6;
}

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

.pc {
    display: none;
}

.sp {
    display: block;
}

/* common sp
----------------------------------------------- */
.wrapper {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    z-index: 1;
    position: relative;
}

.wrapper:before {
    content: '';
    width: 1px;
    height: 100vh;
    background: #ddd;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 5vw;
}

.wrapper:after {
    content: '';
    width: 1px;
    height: 100vh;
    background: #ddd;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 5vw;
}

.more01 {
    padding-right: 6.5vw;
    margin: auto;
    color: #000;
    font-size: 4vw;
    font-family: 'Montserrat';
    background: url(../images/arrow01-right.png) no-repeat top right;
    background-size: 4vw;
    display: table;
    font-weight: bold;
}

/* header sp
----------------------------------------------- */
.header {
    width: 100%;
    height: 14vw;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.header.active {
    background: #fff;
}

.header-logo {
    width: 24vw;
    position: absolute;
    top: 3.5vw;
    left: 6vw;
}

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

.header-mail {
	display: none!important;
    width: 11vw;
    height: 11vw;
    color: #d9b76a;
    background: #fff1d1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 1.4vw;
    right: 16vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.header-mail:before {
    content: '\e910';
    font-size: 5.6vw;
    font-family: 'icon';
}

.header-navi-button {
    width: 14vw;
    height: 100%;
    background: #000;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
}

.header-navi-button .line {
    width: 6vw;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 4vw;
    -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.header-navi-button .line-top {
    top: 5vw;
}

.header-navi-button .line-middle {
    top: 7vw;
}

.header-navi-button .line-bottom {
    top: 9vw;
}

.header-navi {
    width: 100%;
    height: 100%;
    background: url("../images/header-navi-bg.png") no-repeat top center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navi:after {
    content: '';
    width: 65vw;
    height: 100vh;
    background: #000;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}

.header-navi-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

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

.header-navi-scroll {
    width: 100%;
    height: 100%;
    padding: 15vw 0 1px;
    overflow-y: auto;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

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

.header-navi-content {
    padding-left: 25vw;
}

.header-navi-items {
    width: 40vw;
    margin: 0 auto 2vw;
}

.header-navi-item {
    width: 100%;
    margin-bottom: 8vw;
    color: #fff;
    position: relative;
}

.header-navi-item a {
    color: #fff;
}

.header-navi-item-title {
    font-size: 6.84vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.4vw;
}

.header-navi-mail {
    width: 40vw;
    padding: 3.5vw 0 3vw;
    margin: 0 auto 8vw;
    color: #fff;
    font-size: 4.21vw;
    font-family: 'Montserrat';
    text-align: center;
    letter-spacing: 0.4vw;
    border: 1px solid #bbb;
    position: relative;
}

.header-navi-mail:before {
    content: '\e910';
    margin-right: 1vw;
    font-size: 4.21vw;
    font-weight: normal;
    font-family: 'icon';
    display: inline-block;
}

.header-navi-sub-items {
    width: 40vw;
    margin: 100px auto 0;
}

.header-navi-sub-items li {
    margin-bottom: 4vw;
    color: #fff;
    font-size: 3.42vw;
    font-family: 'Montserrat';
    letter-spacing: 0.4vw;
}

.header-navi-sub-items a {
    color: #fff;
}

.animation {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

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

.header-navi-open .line-top {
    top: 7vw;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.header-navi-open .line-middle {
    opacity: 0;
    visibility: hidden;
    left: 7vw;
}

.header-navi-open .line-bottom {
    top: 7vw;
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

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

.header-navi-open .animation {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-navi-open .animation01 {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header-navi-open .animation02 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.header-navi-open .animation03 {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.header-navi-open .animation04 {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.header-navi-open .animation05 {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

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

.header-navi-open .animation07 {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.header-navi-open .animation08 {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

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

.top-hero {
    padding-top: 35vw;
    margin-bottom: 20vw;
}

.top-hero .swiper {
    padding-bottom: 8vw;
}

.top-hero .progressbar {
    width: 40vw;
    height: 2px;
    background: #d4d4d4;
    overflow: hidden;
    position: absolute;
    bottom: 2vw;
    left: 7.5vw;
}

.top-hero .progressbar .bar {
    width: 100%;
    height: 2px;
    background: #555;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    transition-timing-function: linear;
}

.top-hero .swiper-pagination-current {
    font-size: 3.68vw;
    font-family: 'Montserrat';
    letter-spacing: 0.2vw;
    position: absolute;
    right: 22vw;
    bottom: 0;
}

.top-hero .swiper-pagination-current:before {
    content: '0';
    display: inline-block;
}

.top-hero .swiper-pagination-current:after {
    content: '';
    width: 4vw;
    height: 1px;
    background: #555;
    position: absolute;
    top: 46%;
    right: -7vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-hero .swiper-pagination-total {
    font-size: 3.68vw;
    font-family: 'Montserrat';
    letter-spacing: 0.2vw;
    position: absolute;
    right: 7.5vw;
    bottom: 0;
}

.top-hero .swiper-pagination-total:before {
    content: '0';
    display: inline-block;
}

.top-hero-title {
    width: 84vw;
    color: #000;
    z-index: 2;
    position: absolute;
    top: 18vw;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 0 0 6px #ffffff, 0 0 8px #ffffff, 0 0 5px #ffffff, 0 0px 4px #ffffff;
}

.top-hero-title .en {
    /*font-family: 'Cormorant Garamond';*/
    margin-bottom: 1vw;
    font-family: var(--mincho);
    font-size: 8.2vw;
    font-weight: bold;
    line-height: 10vw;
    display: block;
}

.top-hero-title .jp {
    font-size: 4vw;
    font-family: var(--mincho);
    font-weight: 600;
    line-height: 1.4;
    display: block;
}

.top-hero-items {
    width: 100%;
    margin: auto;
}

.top-hero-items .swiper-slide-active .top-hero-item-image img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top-hero-item-image {
    width: 90vw;
    margin: auto;
    overflow: hidden;
    position: relative;
    -moz-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.top-hero-item-image img {
    width: 100%;
    position: relative;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 4.5s linear 0s;
    -o-transition: all 4.5s linear 0s;
    -webkit-transition: all 4.5s linear;
    -webkit-transition-delay: 0s;
    transition: all 4.5s linear 0s;
}

.top-hero-scroll {
    width: 100%;
    color: #000;
    font-size: 4.61vw;
    font-family: 'Cormorant Garamond';
    text-align: center;
    letter-spacing: 0.2vw;
    z-index: 2;
    position: absolute;
    bottom: -12vw;
    left: 0;
}

.top-hero-scroll:after {
    content: '';
    width: 1px;
    height: 14vw;
    background: #000;
    position: absolute;
    bottom: -16vw;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.second-hero-title {
    width: 85vw;
    padding: 18vw 0 6vw;
    margin: auto;
    color: #000;
    z-index: 1;
    position: relative;
}

.second-hero-title .en {
    margin-bottom: 2vw;
    font-size: 14.47vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.6vw;
    display: block;
}

.second-hero-title .jp {
    padding-left: 8vw;
    font-size: 3.95vw;
    font-family: var(--mincho);
    position: relative;
    display: block;
}

.second-hero-title .jp:before {
    content: '';
    width: 5vw;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.second-hero-image {
    width: 100%;
}

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

/* bread sp
----------------------------------------------- */
.breadcrumb {
    padding: 2.5vw 0 2vw;
    background: #000;
    z-index: 1;
    position: relative;
}

.breadcrumb-items {
    width: 90vw;
    margin: 0 auto;
    font-size: 0;
}

.breadcrumb-items li {
    color: #d3d3d3;
    font-size: 3.42vw;
    position: relative;
    display: inline-block;
}

.breadcrumb-items li:after {
    content: "〉";
    margin: 0 2.5vw 0 1.5vw;
    font-weight: normal;
    font-family: 'icon';
    display: inline-block;
}

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

.breadcrumb-items a {
    color: #d3d3d3;
    display: inline-block;
}

/* footer sp
----------------------------------------------- */
.footer {
    width: 100%;
    background: #f5eded;
    z-index: 1;
    position: relative;
}

.mb10 { margin-bottom: 2vw !important;}
.mb40 { margin-bottom: 4vw !important;}
.mb80 { margin-bottom: 10vw !important;}
.mb100 { margin-bottom: 12vw !important;}
.mb120 { margin-bottom: 14vw !important;}

@media screen and (min-width: 736px) {
.mb10 { margin-bottom: 10px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb100 { margin-bottom: 100px !important;}
.mb120 { margin-bottom: 120px !important;}
}


@media screen and (max-width: 735px) {
.footer {
    padding-bottom: 0px;
}

	.footer-top{
    padding-bottom: 70px!important;	
	}

}

.footer-contact {
    margin-bottom: 5vw;
}

.footer-contact a {
    padding: 20vw 0;
    color: #fff;
    background: url(../images/footer-contact-bg.jpg) no-repeat center;
    background-size: cover;
}

.footer-contact-title {
    text-align: center;
}

.footer-contact-title .en {
    margin-bottom: 2vw;
    font-size: 13.16vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.4vw;
    display: block;
}

.footer-contact-title .jp {
    font-size: 3.95vw;
    font-family: var(--mincho);
    font-weight: 600;
    display: block;
}

.footer-navi {
    width: 90vw;
    margin: 40px auto;
}

.footer-navi-title {
    padding: 4.5vw 1vw 4vw;
    color: #000;
    font-size: 5.26vw;
    font-family: 'Montserrat';
    letter-spacing: 0.4vw;
    border-bottom: 1px dotted #afafaf;
    position: relative;
}

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

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

.footer-navi-title .plus:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #2a292a;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-navi-title .plus:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #2a292a;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.footer-navi-items li {
    width: 100%;
    color: #000;
    font-size: 3.68vw;
    border-bottom: 1px dotted #afafaf;
    position: relative;
}

.footer-navi-items li:after {
    content: '〉';
    font-family: 'icon';
    position: absolute;
    top: 50%;
    right: 2.5vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.copyright {
    width: 100%;
    padding: 4.5vw 5vw 4vw;
    color: #838383;
    font-size: 3.42vw;
    font-family: 'Montserrat';
    line-height: 1.4;
    letter-spacing: 0.2vw;
    display: block;
}

.pagetop {
    width: 10vw;
    z-index: 2;
    position: absolute;
    right: 5vw;
    bottom: 5vw;
}


.pagetop-top{
    bottom: 22vw!important;	
}

.pagetop img {
    width: 100%;
}

/* second sp
----------------------------------------------- */
.second {
    z-index: 1;
    position: relative;
}

.second-text {
    width: 80vw;
    min-height: 100vw;
    padding: 8vw 0 12vw;
    margin: auto;
}

.second-text p {
    margin-bottom: 4vw;
    font-size: 3.42vw;
    line-height: 1.8;
}

/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) {
    /* default pc ----------------------------------------------- */ body {
        font-size: 16px;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* common pc ----------------------------------------------- */
    .wrapper {
        padding-top: 105px;
    }

    .wrapper:before {
        left: 5%;
    }

    .wrapper:after {
        right: 5%;
    }

    .more01 {
        padding-right: 30px;
        font-size: 16px;
        letter-spacing: 1px;
        background-position: top right 1px;
        background-size: 20px;
    }

    /* header pc ----------------------------------------------- */
    .header {
        height: auto;
    }

    .header-content {
        width: 100%;
        height: 60px;
        padding: 1px 0;
        border-bottom: 2px solid #ddd;
        position: relative;
    }

    .header-logo {
        width: 100px;
        margin: 18px auto 0;
        position: relative;
        top: auto;
        left: auto;
    }

    .header-mail {
        width: auto;
        height: auto;
        padding: 10px 18px;
        color: #000;
        font-size: 16px;
        font-family: var(--mincho);
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        top: 11px;
        right: auto;
        left: calc(5% + 20px);
    }

    .header-mail:before {
        margin-right: 6px;
        color: #d9b76a;
        font-size: 16px;
    }

    .header-navi-button {
        width: 60px;
        right: 5%;
    }

    .header-navi-button .line {
        width: 28px;
        left: 16px;
    }

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

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

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

    .header-navi {
        background: url(../images/header-navi-bg-pc.jpg) no-repeat top center;
        background-size: cover;
    }

    .header-navi-content {
        width: 480px;
        padding: 0 0 0 60px;
        margin: 0 auto 0 50vw;
    }

    .header-navi-scroll {
        padding-top: 80px;
    }

    .header-navi-items {
        width: 100%;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-direction: column;
    }

    .header-navi-item {
        width: 48%;
        margin-bottom: 40px;
    }

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

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

    .header-navi-item-title {
        font-size: 35px;
        letter-spacing: 2px;
    }

    .header-navi-item-title .jp {
        font-size: 12px;
        font-family: --gothic;
    }

    .header-navi-in-items {
        width: 100%;
        margin-top: 15px;
    }

    .header-navi-in-items li {
        width: 100%;
        margin-bottom: 25px;
    }

    .header-navi-in-items li:last-child {
        margin: 0;
    }

    .header-navi-item-image {
        width: 100%;
        margin-bottom: 10px;
    }

    .header-navi-in-item-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
    }

    .header-navi-in-item-title .en {
        padding-right: 40px;
        font-size: 28px;
        font-family: 'Cormorant Garamond';
        letter-spacing: 1px;
        position: relative;
    }

    .header-navi-in-item-title .en:after {
        content: '';
        width: 20px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 10px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-navi-in-item-title .jp {
        font-size: 12px;
    }

    .header-navi-item-comment {
        margin: 15px 0;
        font-size: 20px;
        font-family: var(--mincho);
        font-weight: 600;
        line-height: 1.4;
    }

    .header-navi-mail {
        width: 335px;
        padding: 15px 0 14px;
        margin-bottom: 20px;
        font-size: 20px;
        letter-spacing: 4px;
    }

    .header-navi-mail:before {
        margin-right: 5px;
        font-size: 20px;
    }

    .header-navi-sub-items {
        width: 100%;
        margin: 100px auto 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: flex-start;
    }

    .header-navi-sub-items li {
        margin: 0;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .header-navi-sub-items li:first-child:before {
        display: none;
    }

    .header-navi-sub-items li:before {
        content: '|';
        margin: 0 5px 0 12px;
    }

    .header-navi-sub-items a {
        color: #fff;
        display: inline-block;
    }

    .header-navi-open .line-top, .header-navi-open .line-bottom {
        top: 30px;
    }

    .pc-header-global {
        width: 100%;
        height: 45px;
        border-bottom: 2px solid #ddd;
    }

    .pc-header-global-items {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .pc-header-global-items li {
        height: 100%;
        margin: 0 20px;
        font-size: 16px;
        font-family: 'Montserrat';
        letter-spacing: 2px;
        position: relative;
    }

    .pc-header-global-items li.current:after, .pc-header-global-items li:hover:after {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .pc-header-global-items li.current a, .pc-header-global-items li:hover a {
        opacity: 1;
    }

    .pc-header-global-items li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #3d3d3d;
        z-index: 1;
        position: absolute;
        bottom: -2px;
        left: 0;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
        transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    }

    .pc-header-global-items a {
        width: 100%;
        height: 100%;
        padding: 16px 2px 0;
        color: #000;
    }

    /* hero pc ----------------------------------------------- */
    .top-hero {
        padding-top: 0;
        margin-bottom: 70px;
    }

    .top-hero .swiper {
        width: 960px;
        padding-bottom: 110px;
        overflow: visible;
    }

    .top-hero .swiper-pagination-current {
        font-size: 14px;
        letter-spacing: 1px;
        right: 65px;
    }

    .top-hero .swiper-pagination-current:after {
        width: 15px;
        top: 50%;
        right: -30px;
    }

    .top-hero .swiper-pagination-total {
        font-size: 15px;
        letter-spacing: 1px;
        right: 0;
    }

    .top-hero .progressbar {
        width: 190px;
        height: 4px;
        bottom: 15px;
        left: 0;
    }

    .top-hero .progressbar .bar {
        height: 4px;
    }

    .top-hero-title {
        width: 100%;
        text-align: center;
        top: 30px;
    }

    .top-hero-title .en {
        margin-bottom: 10px;
        font-size: 75px;
        line-height:1.2;
        letter-spacing: 4px;
    }

    .top-hero-title .jp {
        font-size: 20px;
    }

    .top-hero-items .swiper-slide-active .top-hero-item-image {
        top: 65px;
    }

    .top-hero-items .swiper-slide-active .top-hero-item-image img {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

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

    .top-hero-scroll {
        font-size: 20px;
        bottom: 0;
    }

    .top-hero-scroll:after {
        height: 50px;
        bottom: -70px;
    }

    .second-hero-title {
        width: 900px;
        padding: 40px 0 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: baseline;
        align-items: baseline;
    }

    .second-hero-title .en {
        margin: 0;
        font-size: 75px;
        letter-spacing: 6px;
    }

    .second-hero-title .jp {
        padding-left: 70px;
        font-size: 20px;
    }

    .second-hero-title .jp:before {
        width: 40px;
        height: 2px;
        top: auto;
        bottom: 2px;
        left: 15px;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

    /* bread pc ----------------------------------------------- */
    .breadcrumb {
        padding: 10px 0 8px;
    }

    .breadcrumb-items {
        width: 900px;
    }

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

    .breadcrumb-items li:after {
        margin: 0 12px 0 10px;
    }

    /* footer pc ----------------------------------------------- */
    .footer-contact {
        margin-bottom: 0;
    }

    .footer-contact a {
        padding: 120px 0;
        background: url(../images/footer-contact-bg-pc.jpg) no-repeat center;
        background-size: cover;
    }

    .footer-contact-title .en {
        margin-bottom: 10px;
        font-size: 65px;
        letter-spacing: 2px;
    }

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

    .footer-navi {
        width: 700px;
        padding: 50px 0 40px;
    }

    .footer-navi-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .footer-navi-box {
        width: 160px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .footer-navi-box:first-child {
        width: 480px;
    }

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

    .footer-navi-items {
        width: 160px;
        display: block;
    }

    .footer-navi-items li {
        padding-left: 12px;
        margin-bottom: 18px;
        font-size: 12px;
        border-bottom: none;
    }

    .footer-navi-items li:after {
        opacity: 0.5;
        top: -1.5px;
        right: auto;
        left: 0;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .footer-navi-items a {
        padding: 0;
    }

    .copyright {
        width: 100%;
        padding: 22px 0 18px;
        font-size: 12px;
        text-align: center;
        letter-spacing: 1px;
        border-top: 1px solid #ddd;
    }

    .pagetop {
        width: 32px;
        right: 5%;
        bottom: 12px;
    }

    /* second pc ----------------------------------------------- */
    .second-text {
        width: 800px;
        min-height: 500px;
        padding: 60px 0 100px;
    }

    .second-text p {
        margin-bottom: 30px;
        font-size: 15px;
    }

    /* retina用 ----------------------------------------------- */
}

@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {
    .more01 {
        background: url(https://iandheart-co.net/images/arrow01-right@2x.png) no-repeat top right 1px;
        background-size: 16px!important;
    }

    .header-navi {
        background: url("../images/header-navi-bg-pc.webp") no-repeat top center;
        background-size: cover;
    }

    .footer-contact a {
        background: url(../images/footer-contact-bg-pc@2x.jpg) no-repeat center;
        background-size: cover;
    }
}

	/*-------Instagram-------*/
	
	
.top-instagram {
    padding: 28vw 0;
    background: url("../img/Instagram_bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.top-instagram-title {
    color: #fff;
}

.top-instagram-title:after {
    background: #fff;
}

.top-instagram-items {
    width: 90%;
    margin: 0 auto 6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.top-instagram-items li {
    width: calc(50% - 1px);
    margin-bottom: 2px;
}

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

.more02{
    padding: 1vw 16.5vw 1vw 1vw;
    margin: auto;
    color: #000;
    font-size: 3.95vw;
    font-family: montserrat;
    font-weight: 500;
    letter-spacing: 0.2vw;
    background-size: 11vw;
    display: table;
    background: url("../images/arrow01.png.webp") no-repeat top 2vw right;
}


@media screen and (min-width: 736px) {
   .top-instagram {
        padding: 100px 0;
        background: url(../images/pc-top-instagram-bg.jpg) no-repeat center bottom;
        background-size: cover;
    }

    .top-instagram-items {
        width: 960px;
        margin-bottom: 50px;
    }

    .top-instagram-items li {
        width: calc(100% / 3 - 2px);
        margin-bottom: 4px;
    }
	
    .more02 {
        background: url("https://salons-e.jp/bimera/2504/images/arrow01.png.webp") no-repeat top 8px right;
        background-size: 54px;
    }
	
    .more01, .more02 {
        padding: 6px 66px 1px 3px;
        font-size: 19px;
        background-position: top 8px right;
        background-size: 54px;
        margin-top: 3vw!important;
    }

    .more01 {
        background: url(https://iandheart-co.net/images/arrow01-right@2x.png) no-repeat top right 1px;
        background-size: 19px!important;
        padding: 0px 34px 4px 3px!important;
    }	
	
}













/*---押したら出てくる modal-----*/


#modal-hpb,#modal-web,#modal-insta,#modal-tel{display:none;}
.modaal-inline .modaal-content-container{padding: 5% 3%;}
.modaal-content-container ul.itemboxs{padding:5%;}
.modaal-content-container .itemboxs img{width: 100%; margin: 0 auto 2vw;}
.modaal-content-container .itemboxs li{margin-bottom: 8vw;padding-bottom: 8vw;border-bottom: 1px solid #ccc;}
.modaal-content-container .itemboxs li:nth-last-child(1){margin-bottom:0;padding-bottom:0;border:none;}
.modaal-content-container .bnr{background: #9e6e90;color: #fff;font-weight: bold;font-size: 13px;padding: 3% 0;text-align: center;letter-spacing: 1px;position: relative;}

.modaal-content-container .itemboxs .tit{font-family: montserrat;font-weight: 600;background:#666;color:#fff;padding: 2% 8%;text-align:center;border-radius:40px;display:table;margin: 0 auto 3vw;letter-spacing: 1px;}
.modaal-content-container .itemboxs .tel{font-family: montserrat;font-weight: 400;font-size: 8vw;text-align:center;}
.modaal-content-container .add{background:#e4e4e4;padding:5%;margin-top:-10vw;text-align:center;line-height:1.4;}
.modaal-content-container .bnr2{background:#efa0a0;}
.modaal-content-container .bnr3{background:#6d8da1;}

	
.icon-instagram-brands1:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: none;
    background-image: url(../images/icon_ins.png);
    background-position: center;
    background-size: contain;
}

.modaal-content-container .bnr:after {
    content: '〉';
    font-family: 'icon';
    position: absolute;
    right: 4vw;
    bottom: 3.5vw;
}

.bnr_web:after {
    bottom: 2vw!important;
}



.icon-hpb1:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: none;
    background-image: url("../images/icon_hpb.png");
    background-position: center;
    background-size: contain;
}


.bnr span{
    position: relative;
    bottom: 4px;
    left: 5px;
}



.bnr_web span{
    bottom: 0px!important;
}


	
	/*-----画像流れる------*/






.top-salon-gallery-items {
   /* padding-bottom: 1.5vw;*/
    border-bottom: 1px solid #fff;
}

.top-salon-gallery-item {
    width: 80vw;
}

.top-salon-gallery-item img {
    width: 100%;
}


@media screen and (min-width: 736px) {
    .top-salon-gallery-item {
        width: 500px;
    }
}

/*-----追従バナー------*/


.footer-fixed {
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
}

.footer-fixed.active {
    opacity: 1;
    visibility: visible;
}

.footer-fixed-items {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-fixed-items li {
    width: 50%;
    text-align: center;
    position: relative;
}

.footer-fixed-items li:nth-child(1) a {
    background: #af8080;
}

.footer-fixed-items li:nth-child(2) a {
    background: #3b3838;
}

.footer-fixed-items a {
    padding: 4vw 0 3.5vw;
    color: #fff;
}

.footer-fixed-items .en {
    margin-bottom: 1.5vw;
    font-size: 3.16vw;
    font-family: century-gothic;
    font-weight: 400;
    letter-spacing: 0.4vw;
    display: block;
}

.footer-fixed-items .jp {
    font-size: 3.68vw;
    display: block;
}

.footer-fixed-items .arrow {
    position: absolute;
    top: 50%;
    right: 4vw;
}


/*---予約---*/


.top-recruit-image {
    width: 100%;
    height: 68vw;
    background: url("../img/top-recruit-image.png") no-repeat center;
    background-size: cover;
}

.top-recruit-text {
    padding: 1px 0 0;
}

.top-recruit-title {
    width: 80vw;
    padding: 8vw 0 6vw;
    margin: -14vw auto 0;
    color: #000;
    text-align: center;
    background: #fff;
    z-index: 1;
    position: relative;
}

.top-recruit-subtitle {
    margin-bottom: 6vw;
    color: #000;
    font-size: 5vw;
    font-family: var(--mincho);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}

.top-recruit-comment {
    width: 80vw;
    margin: auto;
}

.top-recruit-comment p {
    font-size: 3.42vw;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.top-recruit-items {
    width: 100%;
    background: #f5eded;
}

.top-recruit-items li {
    width: 100%;
    background: url(../images/arrow01-right.png) no-repeat center right 5vw;
    background-size: 6.5vw;
    position: relative;
}

.top-recruit-items li:last-child:after {
    display: none;
}

.top-recruit-items li:after {
    content: '';
    width: 90vw;
    border-bottom: 1px dotted #eee2c5;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-recruit-items a {
    padding: 6vw 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.top-recruit-item-icon {
    width: 16vw;
    margin-right: 5vw;
}

.top-recruit-item-title {
    color: #000;
}

.top-recruit-item-title .en {
    margin-bottom: 1.5vw;
    font-size: 5.89vw;
    /*font-family: 'Cormorant Garamond';*/
    font-family: var(--mincho);
    display: block;
}

.top-recruit-item-title .jp {
    font-size: 3.42vw;
    display: block;
}

.top-about-title .en, .top-recruit-title .en {
    margin-bottom: 1.5vw;
    font-size: 10.53vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.4vw;
    display: block;
}

.top-about-title .jp, .top-recruit-title .jp {
    font-size: 3.42vw;
    display: block;
}


span.anchor a {
        position: relative;
       top: -100px;
        left: 0;
    }


    span.anchor {
        position: relative;
       top: 20px;
        left: 0;
    }

.anchor {
        display: block;
        padding-top: 20px;
        margin-top: -20px;
    }


/*----navi icon----*/

.header-navi-social-items {
    width: 39vw;
    margin: 6vw auto 2vw;
    opacity: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    gap: 19px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (min-width: 736px) {
.header-navi-social-items {
    width: auto!important;
    margin: 4vw auto 2vw!important;
    gap: 28px!important;
}}


.header-navi-social-items a {
    color: #f2e8e2;
    text-align: center;
}

@media screen and (min-width: 736px) {
.header-navi-social-items p {
    font-size: 0.8vw!important;
	padding-top: 6px!important;
}}

.header-navi-social-items p {
    font-size: 3vw;
    letter-spacing: -0em;
    padding-top: 10px;
    font-feature-settings: "palt";
}



.icon-twitter:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-line:before {
    content: "";
    display: inline-block;
    width: 35px;
    background-repeat: no-repeat;
    height: 35px;
    background-image: url(../img/icon_line.png);
    background-position: center;
    background-size: contain;
}
.icon-x:before {
  content: "\e924";
}
.icon-x1:before {
  content: "\e924";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-warning:before {
  content: "\f071";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-phone:before {
  content: "\f095";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: none;	
 /* content: "〉";*/
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-instagram:before {
    content: "";
    display: inline-block;
    width: 35px;
    background-repeat: no-repeat;
    height: 35px;
    background-image: url(../img/icon_ins.png);
    background-position: center;
    background-size: contain;
}
.icon-male:before {
  content: "\f183";
}
