@charset "UTF-8";
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video { margin: 0; padding: 0; font: inherit; word-wrap: break-word; border: 0; vertical-align: baseline; outline: none; }
body {padding: 0;margin: 0;color: #2f2c2f;font-size: 3.8vw;font-family:游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;font-weight: 400;font-style: normal;line-height: 1;font-feature-settings: "palt";letter-spacing: .02em;}
_:-ms-lang(x)::-ms-backdrop, body { font-family: "メイリオ", Meiryo, sans-serif; }
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, main, menu, nav, section, summary { display: block; }
blockquote, q { quotes: none; }
strong, b { font-weight: bold; }
ul, ol, li { list-style: none; }
table { border-spacing: 0; border-collapse: collapse; }
img, video, object { height: auto; border: none; display: block; }
ins { background: none; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
hr { height: 1px; padding: 0; margin: 1em 0; border: 0; border-top: 1px solid #ccc; display: block; }
*:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;-moz-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);-o-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);-webkit-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);}
a {color: #2f2c2f;text-decoration: none;display: block;-moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);-o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);-webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);}
a:hover { opacity: 0.6; }
.clearfix:after { content: ''; display: block; clear: both; }
.pc { display: none; }
.sp { display: block; }

.container { width: 100%; padding-top: 96px; background: #efedf4;overflow: hidden; z-index: 1; position: relative; }

.main { background: -moz-linear-gradient(left, #efedf4 calc(50% - 0.5px), #dedbe0, #efedf4 calc(50% + 0.5px)); background: -webkit-linear-gradient(left, #efedf4 calc(50% - 0.5px), #dedbe0, #efedf4 calc(50% + 0.5px)); background: linear-gradient(to right, #efedf4 calc(50% - 0.5px), #dedbe0, #efedf4 calc(50% + 0.5px)); position: relative; }


.second-bg {background: #fff;}

.curtain { overflow: hidden; }
.curtain.first-anime .curtain-inner:after { transition-property: transform, opacity; transition-duration: 0.5s; transition-delay: 0s; transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transform: translate3d(0, 0, 0); }
.curtain.second-anime .curtain-inner:after { transition-property: transform; transition-duration: 0.5s; transition-delay: 0s; transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); transform: translate3d(103%, 0, 0); }
.curtain.second-anime img { opacity: 1; left: 0; }
.curtain img { opacity: 0; position: relative; left: -4%; -moz-transition: 0.4s; -o-transition: 0.4s; -webkit-transition: 0.4s; transition: 0.4s; }

.curtain-inner { overflow: hidden; position: relative; display: inline-block; }
.curtain-inner:after { content: ''; position: absolute; opacity: 1; left: 0; top: 0; bottom: 0; width: 100%; background: #ede9ea; transform: translate3d(-101%, 0, 0); }

.typing.fade-active span { opacity: 1; visibility: visible; }
.typing.fade-active span:nth-child(2) { -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.typing.fade-active span:nth-child(3) { -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.typing.fade-active span:nth-child(4) { -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.typing.fade-active span:nth-child(5) { -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
.typing.fade-active span:nth-child(6) { -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.typing.fade-active span:nth-child(7) { -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
.typing.fade-active span:nth-child(8) { -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }
.typing.fade-active span:nth-child(9) { -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
.typing.fade-active span:nth-child(10) { -moz-transition-delay: 0.9s; -o-transition-delay: 0.9s; -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }
.typing.fade-active span:nth-child(11) { -moz-transition-delay: 1.0s; -o-transition-delay: 1.0s; -webkit-transition-delay: 1.0s; transition-delay: 1.0s; }
.typing.fade-active span:nth-child(12) { -moz-transition-delay: 1.1s; -o-transition-delay: 1.1s; -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.typing.fade-active span:nth-child(13) { -moz-transition-delay: 1.2s; -o-transition-delay: 1.2s; -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
.typing.fade-active span:nth-child(14) { -moz-transition-delay: 1.3s; -o-transition-delay: 1.3s; -webkit-transition-delay: 1.3s; transition-delay: 1.3s; }
.typing.fade-active span:nth-child(15) { -moz-transition-delay: 1.4s; -o-transition-delay: 1.4s; -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }
.typing.fade-active span:nth-child(16) { -moz-transition-delay: 1.5s; -o-transition-delay: 1.5s; -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }
.typing span { opacity: 0; visibility: hidden; -moz-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); }

/* fade
----------------------------------------------- */
.fade { opacity: 0; -moz-transition: 1.2s; -o-transition: 1.2s; -webkit-transition: 1.2s; transition: 1.2s; }
.fade-left { -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -webkit-transform: translateX(-10px); transform: translateX(-10px); }
.fade-right { -moz-transform: translateX(10px); -ms-transform: translateX(10px); -webkit-transform: translateX(10px); transform: translateX(10px); }
.fade-bottom { -moz-transform: translateY(10px); -ms-transform: translateY(10px); -webkit-transform: translateY(10px); transform: translateY(10px); }
.fade-active { opacity: 1; -moz-transform: translate(0); -ms-transform: translate(0); -webkit-transform: translate(0); transform: translate(0); }

/* common
----------------------------------------------- */
.mb80 { margin-bottom: 10%;}
p.ast {font-size: 3.2vw !important;padding-left: 1em;text-indent: -1em;line-height: 1.6 !important;text-align:justify;text-justify:auto;}
ul.ast li { font-size: 3.2vw; padding-left: 1em;text-indent: -1em; line-height: 1.4; margin-bottom: 5px; text-align:justify; text-justify:auto;}
span.ast {font-size: 3.2vw !important;padding-left: 1em;text-indent: -1em;line-height: 1.6 !important;text-align:justify;text-justify:auto;}

/* tab */
.tab01 {margin: 0 auto 8%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.tab01 li {width: 48%;margin-right: 2%;}
.tab01 li:last-child{margin-right: 0;}
.tab01 a{background: var(--bg-blue);color:#fff;font-weight:bold;padding: 8%;border-radius:6px;margin-bottom:2%;position:relative;font-size: 3.3vw;}
.tab01 a:after{content: "\f105";font-family: icon;position:absolute;right:5%;color: #fff;}

.tab02 {margin: 0 auto 8%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;}
.tab02 li {width: 48%;margin: 0 2% 1% 0;}
.tab02 a{background: var(--bg-blue);color:#fff;font-weight:bold;padding: 8%;border-radius:6px;margin-bottom:2%;position:relative;font-size: 3.6vw;}
.tab02 a:after{content: "\f105";font-family: icon;position:absolute;right: 9%;color: #fff;}
.tab02 li.current a {background:#bb9e7a;}

.tab03 {margin: 0 auto 8%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items: center;justify-content:center;}
.tab03 li {width: 48%;margin: 0 2% 1% 0;}
.tab03 a{background: var(--bg-blue);color:#fff;font-weight:bold;padding: 8%;border-radius:6px;margin-bottom:2%;position:relative;font-size: 3.5vw;}
.tab03 a:after{content: "\f105";font-family: icon;position:absolute;right:5%;color: #fff;}
.tab03 li.current a {background:#bb9e7a;}

.tab04{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width: 90%;margin: 5vw auto;}
.tab04 label{width: 48%;background: #f4f6f9;text-align: center;font-weight: 600;position: relative;padding: 3vw;margin: 0 auto 2vw;border-radius:30px;color: #000;transition: all 0.3s;}
.tab04 label::after{content: "\f105";font-family: icon;position:absolute;top: 50%;transform: translateY(-50%);right: 15px;}
.tab04 label .tab-label{background:#f4f6f9;color: #000;width: 100%;}
.tab04 label .tab-label span::after{content:"";}
.tab-wrap .tab04 label span:after{content:none;}
/* 各タブが選択されたときの.tab04 .tab-labelのスタイル設定 */
#tab01:checked ~ .tab04 .tab-label[for="tab01"],
#tab02:checked ~ .tab04 .tab-label[for="tab02"],
#tab03:checked ~ .tab04 .tab-label[for="tab03"],
#tab04:checked ~ .tab04 .tab-label[for="tab04"] {background: var(--bg-gold);color: #fff;}

/* more */
.more01 {width: 70vw;padding: 5.4vw 0;margin: auto;color: #312f31;font-size: 3.6vw;font-weight: 300;border: 1px solid #999096;-moz-border-radius: 40vw;-webkit-border-radius: 40vw;border-radius: 40vw;position: relative;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;}
.more01 .title { margin-right: 2vw; }


/* font
----------------------------------------------- */
:root {
--mincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif; /* font-family: var(--mincho); */
--gothic:游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; /* font-family: var(--gothic); */
}
.didot {font-family: aw-conqueror-didot;font-weight: 300;}
.century {font-family: century-gothic;font-weight: 400;}

/* main-color
----------------------------------------------- */
:root {
--text-blue:#00459d; /* color: var(--text-blue); */
--text-gold:#b18f6a; /* color: var(--text-gold); */
--text-gray:#76879a; /* color: var(--text-gray); */

--bg-blue:#012f6c; /* color: var(--bg-blue); */
--bg-gold:#ba9e79; /* color: var(--bg-gold); */
--bg-gray:#9ba4b0; /* color: var(--bg-gray); */

}


/* midashi
----------------------------------------------- */
.midashi01 {margin-bottom: 10vw;color: #2f2c2f;position: relative;display: table;}
.midashi01 .en {margin-bottom: 1vw;font-size: 16vw;font-family: aw-conqueror-didot;font-weight: 300;display: block;}
.midashi01 .jp {font-size: 4vw;font-family: var(--mincho);font-weight: 300;display: block;}
.midashi01 .deco { width: 24vw; height: 24vw; position: absolute; top: 0; right: -12vw; }
.midashi01 .deco:before { content: ''; border-top: 12vw solid transparent; border-right: 12vw solid #efedf4; border-bottom: 12vw solid #efedf4; border-left: 12vw solid transparent; position: absolute; top: 0; left: -6vw; }
.midashi01 .deco:after { content: ''; width: 34vw; height: 1px; background: #c0bcc3; position: absolute; bottom: 0; left: -6vw; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -webkit-transform-origin: bottom left; transform-origin: bottom left; }

.midashi01-white {margin-bottom: 10vw;color: #2f2c2f;position: relative;display: table;}
.midashi01-white .en { margin-bottom: 1vw; font-size: 13.16vw; font-family: aw-conqueror-didot; font-weight: 300; display: block; }
.midashi01-white .jp { font-size: 3.68vw; font-family: var(--mincho); font-weight: 300; display: block; }
.midashi01-white .deco { width: 24vw; height: 24vw; position: absolute; top: 0; right: -12vw; }
.midashi01-white .deco:before {content: '';border-top: 12vw solid transparent;border-right: 12vw solid #ffffff;border-bottom: 12vw solid #ffffff;border-left: 12vw solid transparent;position: absolute;top: 0;left: -6vw;}
.midashi01-white .deco:after { content: ''; width: 34vw; height: 1px; background: #c0bcc3; position: absolute; bottom: 0; left: -6vw; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -webkit-transform-origin: bottom left; transform-origin: bottom left; }

.midashi02 { width: 100%; color: #fff; text-align: center; position: absolute; top: 50%; left: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.midashi02 .en { margin-bottom: 1vw; font-size: 10vw; font-family: aw-conqueror-didot; font-weight: 300; letter-spacing: 0.4vw; display: block; }
.midashi02 .jp { font-size: 3.42vw; font-family: var(--mincho); font-weight: 300; display: block; }

.midashi03{font-weight:bold;font-size: 6vw;padding-left: 4%;border-left:3px solid #ccc;position: relative;margin-bottom:5%;line-height: 1.5;}
.midashi03 span{display:block;color: var(--text-blue);font-size: 3.2vw;font-family: century-gothic;font-weight: 400;letter-spacing: .08em;padding-bottom: 2%;}
.midashi03:before{content:"";width:3px;height:50%;left: -3px;top:0;background: var(--text-blue);position:absolute;}

.midashi04 {border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding: 4% 0;text-align:center;font-size: 7.8vw;letter-spacing:.04em;line-height: 1.2;margin-bottom:5%;font-weight: 600;} 
.midashi04 span{display:block;color: var(--text-blue);font-size: 3.2vw;font-family: century-gothic;font-weight: 400;letter-spacing: .08em;padding-bottom: 1%;}
.midashi04 small { font-size:80%;}

.midashi05 {position:relative;margin:0 auto 6%;text-align: center;border: 3px solid #f3f5f8;padding:7% 5%;line-height:1.8;}
.midashi05 div:before{content: "";width: 40px;height: 40px;border: solid var(--text-blue);border-width: 0 2px 2px 0;box-sizing: border-box;position: absolute;right: -2px;bottom: -2px;}
.midashi05 div:after{content: "";width: 40px;height: 40px;border: solid var(--text-blue);border-width: 2px 0 0 2px;box-sizing: border-box;position: absolute;left: -2px;top: -2px;}
.midashi05 .sub {display: block;margin-bottom: 2%;color:var(--text-blue);font-size: 3.8vw;line-height: 1.4;}
.midashi05 .lead {font-size: 5.8vw;font-family: var(--mincho);font-weight: 400;line-height: 1.3;letter-spacing: .05em;background: #fff;}

.midashi06 {margin: 0 auto 6%;text-align: center;position: relative;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-align-items: center;align-items: center;color: #28282d;font-size: 4.2vw !important;font-weight: bold;}
.midashi06:before, .midashi06:after {content: '';height: 1px;background: #615c61;display: block;-webkit-flex-grow: 1;flex-grow: 1;}
.midashi06:before {margin-right: 20px;}
.midashi06:after {margin-left: 20px;}
.midashi06 span{text-align: center;}

.midashi07 {padding: 4% 0;text-align:center;font-size: 5.8vw;letter-spacing:.04em;line-height: 1.4;margin-bottom:5%;font-weight: 600;background: var(--bg-blue);color: #fff;} 
.midashi07 span{display:block;font-size: 3.2vw;font-family: century-gothic;font-weight: 400;letter-spacing: .08em;padding-bottom: 1%;color: #FFF;}

/* header
----------------------------------------------- */
.header { z-index: 10; position: relative; }
.sp-header { width: 100%; background: #fff; position: fixed; top: 0; left: 0; }
.pc-header { display: none; }
.header-content { padding: 1px 0; background: #fff; }
.header-logo { width: 160px; margin: 14px auto 8px; }
.header-logo a img { width: 200px !important ; height:auto !important;}
.header-tel a {font-family: century-gothic;font-weight: 400;}
.header-items { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.header-items li {width: 25%;color: #fff;/* font-family: var(--mincho); */font-weight: 600;text-align: center;}
.header-items li:nth-child(1) { background: #01357f; }
.header-items li:nth-child(2) { background: var(--bg-gray); }
.header-items li:nth-child(3) { background: #29282c; }
.header-items li:nth-child(4) {background: #bb9e7a;}
.header-items a { width: 100%; height: 45px; color: #fff; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.header-items .icon { margin-right: 4px; font-size: 15px; }
.header-items .title { padding-top: 3px; }
.header-button { padding-top: 2px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.header-button-line { width: 16px; height: 12px; margin-right: 4px; cursor: pointer; position: relative; }
.header-button-line .line { width: 100%; height: 1px; background: #fff; position: absolute; left: 0; -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.header-button-line .line-top { top: 0; }
.header-button-line .line-middle { top: 6px; }
.header-button-line .line-bottom { top: 12px; }
.header-button-title { padding-top: 3px; text-align: left; position: relative; }
.header-button-title:before { content: '閉じる'; width: 100%; padding-left: 2px; opacity: 0; position: absolute; top: 0; left: 0; -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.header-navi { width: 100%; height: 100%; background: url(../images/bg01.jpg) no-repeat top center; background-size: cover; z-index: -1; opacity: 0; visibility: hidden; position: fixed; top: 0; left: 0; -moz-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.header-navi-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%; padding: 96px 0 1px; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.header-navi-scroll::-webkit-scrollbar { display: none; }
.header-navi-items {width: 84vw;margin: 6vw auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.header-navi-items li {width: 46%;border-bottom: 1px solid #5378a5;position: relative;}
.header-navi-items li:after {content: "\f105";font-family: icon;color: #a4acb7;position: absolute;top: calc(50% - 2px);right: 1vw;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 4vw;}

.header-navi-items li.border-none { border: none; }
.header-navi-items a { padding: 4vw 2.5vw 3.5vw; }
.header-navi-items .jp { margin-bottom: 1vw; color: #fff; font-size: 3.95vw; font-family: var(--mincho); font-weight: 300; display: block; }
.header-navi-items .en {color: #9aa5b0;font-size: 3.22vw;font-family: century-gothic;font-weight: 300;letter-spacing: 0.4vw;display: block;}
.header-navi-items .arrow { color: #5378a5; position: absolute; top: 50%; right: 2vw; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.header-navi-menu-items { margin-bottom: 8vw; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.header-navi-menu-items li { width: calc(100% / 3); overflow: hidden; position: relative; }
.header-navi-menu-items li:hover a { opacity: 1; }
.header-navi-menu-items li:hover .header-navi-menu-item-image { -webkit-filter: grayscale(0); filter: grayscale(0); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.header-navi-menu-item-text { width: 100%; color: #e9e6e3; text-align: center; z-index: 1; position: absolute; top: 50%; left: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.header-navi-menu-item-text .en {margin-bottom: 1vw;font-size: 4.74vw;font-family: aw-conqueror-didot;font-weight: 300;letter-spacing: 0.3vw;display: block;text-shadow: 0 0 4px #4a4a4a;}
.header-navi-menu-item-text .jp {font-size: 3.42vw;font-family: var(--mincho);font-weight: bold;display: block;text-shadow: 0 0 4px #4a4a4a;}
.header-navi-menu-item-text .arrow { margin-left: 1vw; }
.header-navi-menu-item-image { width: 100%; -webkit-filter: grayscale(1); filter: grayscale(1); -moz-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97); }

.header-navi-banner-items {width: 100%;margin: 0 auto 4vw;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;justify-content: center;background: #ced0e052;padding: 3% 0;}
.header-navi-banner-items li {width: 40%;margin: 2% 2vw;}
.header-navi-banner-items img { width: 100%; }

.header-navi-banner-items02 {width: 100%;margin: 0 auto 4vw;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;justify-content: center;}
.header-navi-banner-items02 li {width: 40%;margin: 2% 2vw;}
.header-navi-banner-items02 img { width: 100%; }

.header-navi-sub-items { margin-bottom: 100px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
.header-navi-sub-items li {color: #fff;font-size: 3.4vw;}
.header-navi-sub-items li:first-child:before { display: none; }
.header-navi-sub-items li:before {content: '|';margin: 0 3vw 0 3vw;}
.header-navi-sub-items a { color: #fff; display: inline-block; }
.animation { opacity: 0; visibility: hidden; -moz-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.header-navi-open { width: 100%; height: 100%; position: fixed; }
.header-navi-open .line-top { top: 6px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.header-navi-open .line-middle { opacity: 0; }
.header-navi-open .line-bottom { top: 6px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.header-navi-open .header-button-title:before { opacity: 1; -moz-transform: translateY(3px); -ms-transform: translateY(3px); -webkit-transform: translateY(3px); transform: translateY(3px); }
.header-navi-open .header-button-title span { opacity: 0; -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.header-navi-open .header-navi { opacity: 1; visibility: visible; top: 0; }
.header-navi-open .animation { opacity: 1; visibility: visible; }
.header-navi-open .animation01 { -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.header-navi-open .animation02 { -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
.header-navi-open .animation03 { -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.header-navi-open .animation04 {-moz-transition-delay: 0.6s;-o-transition-delay: 0.6s;-webkit-transition-delay: 0.6s;transition-delay: 0.6s;}
.header-navi-open .animation05 { -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }
.header-navi-open .animation06 { -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
.header-navi-open .animation07 { -moz-transition-delay: 0.9s; -o-transition-delay: 0.9s; -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }

/* hero
----------------------------------------------- */
.hero { width: 100%; position: relative;}
.top-hero { height: 56vw; }
.top-hero-movie { width: 100%; z-index: -1; position: fixed; top: 96px; left: 0;}
.add-hero { height: 30vw; background: url(../images/add-hero-bg.jpg) no-repeat center; background-size: cover; }

.movie__btn .js-video-button{color: inherit;font-family: inherit;font-size: 12px; padding:1vw 4vw;border-radius: 50px;box-shadow: initial;display: inline-block; appearance: none; border: 1px solid #ccc; background-color: initial; cursor: pointer;background: #ccc;position:absolute;left:50%;transform: translateX(-50%);bottom:-12vw;z-index: 2;}
.movie__btn .js-video-button::before{content: "";display: inline-block;width:5vw;height: 5vw;margin-right: 2vw; background-size: contain;vertical-align: middle;background: url("../fonts/mov-icon-mute.svg") no-repeat center;}
.movie__btn .js-video-button.active{background: #fff;}
.movie__btn .js-video-button.active::before {opacity: 1;background: url("../fonts/mov-icon.svg") no-repeat center;}

.mov-ast{text-align: center;padding-top:15vw;}

/* bread
----------------------------------------------- */
.breadcrumb {background: #efedf4;position: relative;}
.breadcrumb-items { width: 100%; margin: 0 auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.breadcrumb-items li { font-size: 3.16vw; background: url(../images/arrow02.png) no-repeat center right; background-size: auto 100%; position: relative; }
.breadcrumb-items li:last-child { background: none; }
.breadcrumb-items li:last-child span { padding: 2.5vw; }
.breadcrumb-items span { padding: 2.5vw 4.5vw 2.5vw 2vw; display: block; }

/* footer
----------------------------------------------- */
.footer { width: 100%; background: var(--text-blue) url(../images/bg01.jpg) no-repeat top center; background-size: 100%; overflow: hidden; z-index: 1; position: relative; }
.footer-content { padding: 12vw 0 2vw; }
.footer-logo { width: 50vw; margin: 0 auto 4vw; }
.footer-logo img { width: 100%; }
.footer-tel .number { padding-left: 8vw; margin: 0 auto 2vw; color: #fff; font-size: 6.84vw; font-weight: 700; letter-spacing: 0.4vw; background: url(../images/icon-freedial.png) no-repeat top 2.2vw left; background-size: 7vw; display: table; }
.footer-tel span{font-family: century-gothic;font-weight: 700;}
.footer-open { padding: 1.5vw 2vw 1.2vw; margin: 0 auto 5vw; color: #fff; font-size: 3.42vw; text-align: center; border: 1px solid #31619e; display: table; }
.footer-contact-items { margin-bottom: 5vw; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
.footer-contact-items li {width: 30vw;margin: 0 1vw;font-size: 3.6vw;/* font-family: var(--mincho); */font-weight: 700;text-align: center;}
.footer-contact-items a { padding: 4vw 0 3.5vw; color: #1159a5; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlZDBlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ced0e0)); background: -moz-linear-gradient(top, #ffffff, #ced0e0); background: -webkit-linear-gradient(top, #ffffff, #ced0e0); background: linear-gradient(to bottom, #ffffff, #ced0e0); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.footer-salon-items { width: 75vw; margin: auto; }
.footer-salon-items li {width: 100%;margin-bottom: 4vw;text-align: center;background: #fff;}
.footer-salon-item-title {padding: 2.5vw 0 2vw;color: #fff;font-size: 4.2vw;background: var(--bg-blue);font-weight: bold;}
.footer-salon-item-address {padding: 3.5vw 0;font-size: 3.6vw;line-height: 1.4;}
.footer-navi { width: 100%; margin-bottom: 8vw; }
.footer-navi-box { width: 75vw; margin: auto; }
.footer-navi-title { padding: 3.5vw 0 3vw; color: #fff; font-size: 4.74vw; font-family: aw-conqueror-didot; font-weight: 300; letter-spacing: 0.4vw; border-bottom: 1px solid #4270ad; position: relative; }
.footer-navi-title.open .arrow:after { -moz-transform: translate(-50%, -50%) rotate(90deg); -ms-transform: translate(-50%, -50%) rotate(90deg); -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.footer-navi-title .arrow { width: 2.5vw; height: 2.5vw; position: absolute; top: 50%; right: 2.2vw; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.footer-navi-title .arrow:before { content: ''; width: 2.5vw; height: 1px; background: #dbe2ee; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.footer-navi-title .arrow:after { content: ''; width: 1px; height: 2.5vw; background: #dbe2ee; 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-item {width: 100%;font-size: 3.4vw;border-bottom: 1px solid #4270ad;position: relative;}
.footer-navi-item:after {content: "\f105";font-family: icon;color: #d9dde9;position: absolute;top: calc(52% - 2px);right: 1vw;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 3vw;}
.footer-navi-item a {padding: 3vw 0;color: #fff;}
.footer-navi-item .arrow { color: #dbe2ee; font-size: 3.68vw; position: absolute; top: 50%; right: 2.5vw; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.copyright { padding: 4vw 0 3.5vw; color: #919498; font-size: 3.16vw; font-family: aw-conqueror-didot; font-weight: 300; text-align: center; letter-spacing: 0.2vw; background: #efedf4; display: block; }
.pagetop { width: 14vw; z-index: 8; opacity: 0; visibility: hidden; position: fixed; bottom: 2.5vw; right: 2.5vw; }
.pagetop.active { opacity: 1; visibility: visible; }
.pagetop.stop { opacity: 0; visibility: hidden; }
.pagetop img { width: 100%; }

/* second
----------------------------------------------- */
.second-text { width: 90vw; min-height: 300px; padding: 8vw 0 12vw; margin: auto; }
.second-text p {margin-bottom: 5vw;font-size: 3.6vw;line-height: 1.8;font-feature-settings: "palt";letter-spacing: .02em;text-align: justify;}


#modal-item01{display:none;}
.modaal-content-container {padding: 8vw 4vw;}
.modaal-content-container .more{margin-bottom: 4vw;background: #01357f;color: #fff; padding: 5vw 0;position: relative;text-align: center;font-size:5.5vw;font-family: century-gothic;font-weight: 700;}
.modaal-content-container .more::after{content: '\f105';margin-left: 2.5vw;font-family: 'icon';display: inline-block;}
.modaal-content-container .midashi{font-size: 6vw;;margin-bottom: 5vw;text-align: center;}
.modaal-content-container .midashi:after {color:#fff;}
.modaal-content-container .more::before{content: '\f095';margin-right: 1.5vw;font-family: 'icon';display: inline-block;}





/* =============================================
pc-size 
================================================*/
@media screen and (min-width: 736px) {

body { font-size: 17px; }
.sp { display: none; }
.pc { display: block; }
.container { padding-top: 140px; }

/* common
----------------------------------------------- */
p.ast {font-size: 13px !important;}
ul.ast li { font-size: 13px; }
span.ast {font-size: 13px !important;}

/* more */
.more01 {width: auto;min-width: 240px;padding: 20px 30px;font-size: 16px;display: table;text-align: center;}
.more01 .title { margin-right: 10px; }

/* tab */
.tab01 { margin:0 auto 40px;}
.tab01 li{width: 49%;text-align:center;}
.tab01 a{font-size:18px;padding: 20px;}
.tab01 a:hover{background:#bb9e7a;}

.tab02 {margin:0 auto 40px;}
.tab02 li{width: 150px;text-align:center;margin: 0 10px 10px 0;}
.tab02 li:last-child { margin:0; }
.tab02 a{font-size:16px;padding: 16px;}
.tab02 a:hover{background:#bb9e7a;}
	
.tab03 {margin:0 auto 40px;}
.tab03 li{width: 32%;text-align:center;}
.tab03 a{font-size: 16px;padding: 16px;}
.tab03 a:hover{background:#bb9e7a;}
.tab03 li:nth-child(3n) { margin: 0 0 1% 0;}
	
.tab04{width:900px;margin:30px auto;}
.tab04 label{width: 220px;padding:15px 20px;}
	
/* midashi
----------------------------------------------- */
.midashi01 { margin-bottom: 30px; }
.midashi01 .en { margin-bottom: 2px; font-size: 80px; }
.midashi01 .jp { font-size: 16px; }
.midashi01 .deco { width: 128px; height: 128px; top: 15px; right: -25px; }
.midashi01 .deco:before { border-width: 64px; left: 0; }
.midashi01 .deco:after { width: 180px; left: 0; }

.midashi01-white { margin-bottom: 30px; }
.midashi01-white .en { margin-bottom: 2px; font-size: 80px; }
.midashi01-white .jp { font-size: 16px; }
.midashi01-white .deco { width: 128px; height: 128px; top: 15px; right: -25px; }
.midashi01-white .deco:before { border-width: 64px; left: 0; }
.midashi01-white .deco:after { width: 180px; left: 0; }

.midashi02 .en { margin-bottom: 5px; font-size: 60px; letter-spacing: 2px; }
.midashi02 .jp { font-size: 16px; }

.midashi03{font-size: 28px;line-height: 1.4;margin-bottom: 30px;}
.midashi03 span{font-size: 16px;padding-bottom: 8px;}

.midashi04 {font-size: 30px;padding: 20px 0;}
.midashi04 span{font-size: 14px;padding-bottom: 8px;}

.midashi05 {margin-bottom: 50px;padding: 50px;line-height:1.8;}
.midashi05 div:before{width: 80px;height: 80px;}
.midashi05 div:after{width: 80px;height: 80px;}
.midashi05 .sub {margin-bottom: 8px;font-size: 20px;line-height: 1.4;}
.midashi05 .lead {font-size: 36px;line-height: 1.3;}

.midashi06 {margin: 0 auto 50px; font-size: 20px !important;}
.midashi06:before { margin-right: 30px; }
.midashi06:after { margin-left: 30px; }
	
.midashi07 {font-size: 29px;padding: 20px 0;}
.midashi07 span{font-size: 14px;padding-bottom: 8px;}

/* header
----------------------------------------------- */
.sp-header { display: none; }
.pc-header { width: 100%; height: 140px; background: #fbfafc; border-bottom: 1px solid #dddeed; -moz-box-shadow: 0 0 20px rgba(56, 60, 65, 0.1); -webkit-box-shadow: 0 0 20px rgba(56, 60, 65, 0.1); box-shadow: 0 0 20px rgba(56, 60, 65, 0.1); position: fixed; top: 0; left: 0; display: block; }
.header-content { width: 960px; padding-bottom: 20px; margin: auto; background: none; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-end; align-items: flex-end; }
.header-logo { width: 240px; margin: 0 auto 0 0; }
.header-tel { margin-right: 15px; }
.header-tel .number { padding-left: 32px; margin: 0 auto 4px; color: #1159a5; font-size: 25px; font-weight: 700; letter-spacing: 1px; background: url(../images/icon-freedial-blue.png) no-repeat top 6px left; background-size: 28px; display: table; }
.header-open { padding: 5px 0; color: #615c61; font-size: 12px; text-align: center; background: #edebeb; }
.header-contact-items { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.header-contact-items li {width: 155px;height: auto;margin: 0;font-size: 16px;font-weight: 600;}
.header-contact-items li:nth-child(1) a { background:#01357f;}
.header-contact-items li:nth-child(2) a { background: #28282d; }
.header-contact-items li:nth-child(3) {background: #bb9e7a;}
.header-contact-items a { padding: 20px 25px; color: #fff; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.header-contact-items .icon { margin-right: 5px; }
.pc-header-navi-items { width: 960px; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.pc-header-navi-items li { width: calc(100% / 8); text-align: center; position: relative; }
.pc-header-navi-items li:first-child:before { content: ''; width: 1px; height: 100%; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRhZGQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #dbdadd)); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #dbdadd); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #dbdadd); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #dbdadd); position: absolute; left: 0; bottom: 0; }
.pc-header-navi-items li:after { content: ''; width: 1px; height: 100%; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRhZGQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #dbdadd)); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #dbdadd); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #dbdadd); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #dbdadd); position: absolute; right: 0; bottom: 0; }
.pc-header-navi-items li.current a, .pc-header-navi-items li:hover a { opacity: 1; }
.pc-header-navi-items li.current a:after, .pc-header-navi-items li:hover a:after { height: 4px; }
.pc-header-navi-items a { width: 100%; padding: 14px 0; }
.pc-header-navi-items a:after { content: ''; width: 100%; height: 0; background: var(--text-blue); position: absolute; bottom: 0; left: 0; -moz-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.pc-header-navi-items .jp {margin-bottom: 6px;font-size: 16px;font-family: var(--mincho);font-weight: 600;display: block;letter-spacing: .06em;}
.pc-header-navi-items .en { color: var(--text-blue); font-size: 12px; font-family: aw-conqueror-didot; font-weight: 300; letter-spacing: 1px; display: block; }

/* hero
----------------------------------------------- */
.top-hero {/* height: 690px; */}
.top-hero-movie {width: 100%;min-width: 1200px;top: 140px;left: 50%;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.add-hero { height: 180px; }
	
.movie__btn .js-video-button{padding:8px 20px;bottom:auto;top:180px;left: auto;right:-50px;position: fixed;z-index:99}
.movie__btn .js-video-button::before{width: 25px;height: 25px;margin-right: 5px}
.mov-ast{text-align: center;padding-top: 10px;}


/* bread
----------------------------------------------- */
.breadcrumb-items {width: 1010px;}
.breadcrumb-items li { font-size: 14px; }
.breadcrumb-items li:last-child span {padding: 10px;}
.breadcrumb-items span { padding: 10px 22px 9px 20px; }

/* footer
----------------------------------------------- */
.footer { background: url(../images/pc-bg01.jpg) repeat top center; background-size: cover; }
.footer-content { width: 920px; padding: 40px 0 30px; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
.footer-logo { width: 230px; margin: 0 auto 0 0; }
.footer-tel { margin-right: 5px; }
.footer-tel .number { padding-left: 32px; margin-bottom: 6px; font-size: 25px; letter-spacing: 1px; background-position: top 6px left; background-size: 28px; }
.footer-open { padding: 4px 10px 6px; margin: 0 auto; font-size: 12px; }
.footer-contact-items { margin: 0; }
.footer-contact-items li { width: 140px; margin: 0 0 0 10px; font-size: 15px; }
.footer-contact-items a { padding: 18px 0 17px; }
.footer-contact-items .icon { margin-right: 4px; }
.footer-salon-items { width: 100%; margin-top: 20px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.footer-salon-items li { width: 290px; margin: 0; }
.footer-salon-item-title {padding: 10px 0;font-size: 15px;}
.footer-salon-item-address {padding: 12px 0;font-size: 14px;}
.footer-navi { width: 960px; margin: 0 auto 20px; }
.footer-navi-box { width: 100%; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.footer-navi-title { width: 920px; padding: 0; margin: 0 auto 15px; font-size: 20px; letter-spacing: 1px; border: none; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-align-items: center; align-items: center; }
.footer-navi-title:after { content: ''; height: 1px; margin-left: 15px; background: #4c77ad; flex: 1; }
.footer-navi-in-box {width: 200px;margin: 0 20px 30px;}
.footer-navi-in-box02 { width: 420px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.footer-navi-items { width: 180px; display: block; }
.footer-navi-item {font-size: 15px;line-height: 1.2;border-color: #2e5a96;}
.footer-navi-item:after {font-size: 12px;}
.footer-navi-item:last-child { border: none; }
.footer-navi-item a {padding: 6px 5px;color: #d9dde9;}
.footer-navi-in-box-title { width: 100%; margin-bottom: 5px; color: #fff; font-size: 14px; font-weight: 700; }
.copyright {padding: 10px 0;font-size: 10px;letter-spacing: 2px;}
.pagetop { width: 46px; bottom: 30px; right: 30px; }

/* second
----------------------------------------------- */
.second-text {width: 960px;min-height: 500px;padding: 80px 0 100px;}
.second-text p {margin-bottom: 30px;font-size: 16px;}
	
/* modaal
----------------------------------------------- */
.modaal-container{position:relative;display:inline-block;width:90%;text-align:left;max-width:800px;border-radius:0;background:#fff;box-shadow:0 4px 15px rgb(000/10%);cursor:auto;margin:auto;}
.modaal-content-container{padding:45px;}
.modaal-content-container .more{margin:0;width: 230px; padding: 15px 0;font-size: 18px;}
.modaal-content-container .more::after{margin-left: 10px;}
.modaal-content-container .midashi{font-size:25px;margin-bottom: 30px;}
.modaal-content-container .midashi .icon{margin-right:10px;}
.more-btn-wra{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;gap: 10px;margin: 0 auto;-webkit-justify-content: center; justify-content: center;}
.modaal-content-container .more::before{margin-right:5px;}
}




