@charset "UTF-8";
/*--------------------------------
    関数など
-------------------------------- */
/* color
-------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
     License: none (public domain)
*/
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,
center,
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,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  padding: 0 !important;
}

html {
  font-size: 62.5%;
  word-break: break-word;
  color: #000;
  overflow-x: hidden;
}

@media screen and (max-width: 769px) {
  html {
    font-size: 2.66666666vw;
    white-space: inherit;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding: 0 !important;
  font-size: 1.6rem;
  background: #000 !important;
}

@media screen and (max-width: 769px) {
  body {
    padding-top: 17.3vw;
    padding-top: 70px !important;
  }
}

main {
  line-height: 1.5;
  font-size: 1.6rem;
  overflow-x: hidden;
}

a {
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none !important;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #231815;
  }
}

@media screen and (max-width: 769px) {
  a:hover {
    opacity: 1;
  }
}

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

.xs_show {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .xs_show {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .xs_hide {
    display: none !important;
  }
}

.sm_show {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .sm_show {
    display: block !important;
  }
}

@media screen and (max-width: 769px) {
  .sm_hide {
    display: none !important;
  }
}

.md_show {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .md_show {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .md_hide {
    display: none !important;
  }
}

.lg_show {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .lg_show {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  .lg_hide {
    display: none !important;
  }
}

.xl_show {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .xl_show {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .xl_hide {
    display: none !important;
  }
}

/*--------------------------------
	helper
-------------------------------- */
.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.justify {
  text-align: justify;
  text-justify: distribute;
}

.c_red {
  color: #e60027;
}

.c_pink {
  color: #db4c83;
}

.c_bule {
  color: #3b9ac4;
}

.c_green {
  color: #3bc4ba;
}

.c_green_02 {
  color: #25444c;
}

.c_orange {
  color: #eb9826;
}

.c_gray {
  color: #efefef;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 769px) {
  .inner {
    max-width: inherit;
    width: 82.66667vw;
    padding: 0;
  }
}

@media screen and (max-width: 769px) {
  .sp-inner {
    width: 86.66667vw;
    margin: 0 auto;
    padding: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .ov:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media screen and (max-width: 769px) {
  .sp-block {
    display: block;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
  p {
    font-size: 1.4rem;
  }
}

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

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 16vw;
    font-size: 1.4rem;
  }
}

header {
  z-index: 3;
  position: relative;
}

footer {
  z-index: 2;
  position: relative;
}

main {
  z-index: 1;
  position: relative;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.75;
}

section + section {
  padding-top: 80px;
}

@media screen and (max-width: 769px) {
  section + section {
    padding-top: 60px;
  }
}

/* font
-------------------------------- */
.f-babes {
  line-height: 1;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.1em;
}

.f-go {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}

.f-min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.f-arial {
  font-family: "Arial", "メイリオ";
  font-weight: bold !important;
}

/* base
-------------------------------- */
a {
  display: block;
  color: #231815;
  font-size: 1.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 1025px) {
  a:hover {
    color: #231815;
    opacity: 0.6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media screen and (max-width: 960px) {
  a:hover {
    opacity: 1;
  }
}

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

.xs_show {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .xs_show {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .xs_hide {
    display: none !important;
  }
}

.sm_show {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .sm_show {
    display: block !important;
  }
}

@media screen and (max-width: 960px) {
  .sm_hide {
    display: none !important;
  }
}

.md_show {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .md_show {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .md_hide {
    display: none !important;
  }
}

.lg_show {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .lg_show {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  .lg_hide {
    display: none !important;
  }
}

.xl_show {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .xl_show {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .xl_hide {
    display: none !important;
  }
}

/*--------------------------------
	helper
-------------------------------- */
.lead {
  font-size: 6rem !important;
  font-weight: bold !important;
}

@media screen and (max-width: 769px) {
  .lead {
    font-size: 2.8rem !important;
  }
}

.semlead {
  font-size: 3.6rem !important;
  font-weight: bold !important;
}

@media screen and (max-width: 769px) {
  .semlead {
    font-size: 1.8rem !important;
  }
}

.tab-l {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .tab-l {
    text-align: left;
  }
}

.bold {
  font-weight: bold;
}

.justify {
  text-align: justify;
  text-justify: distribute;
}

/*--------------------------------
  sp
-------------------------------- */
@media screen and (max-width: 960px) {
  .sp-block {
    display: block;
  }
}

/*--------------------------------
  flex
-------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .flex.sp-block {
    display: block;
  }
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .ov:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 960px) {
  a:hover {
    opacity: 1;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn-tri::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.btn-tri::after {
  right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.c-btn {
  display: inline-block;
  padding: 10px 60px;
  color: #000;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
}

/*--------------------------------
	フェードイン
-------------------------------- */
.js-fadein {
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein.is-show {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.f-ttl {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .f-ttl {
    margin-bottom: 5.33333vw;
  }
}

.f-en {
  font-size: 2.8rem;
}

/*--------------------------------
  ハンバーガーオープン後の中身
-------------------------------- */
.Header_hamburger--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  color: #000;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/*--------------------------------
    ハンバーガーアイコン
  -------------------------------- */
.hamburger {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 2.66667vw;
  width: 11.2vw;
  height: 13.33333vw;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  right: 1.6vw;
  width: 8.53333vw;
  height: .5vw;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hamburger__line--1 {
  top: 40%;
}

.hamburger__line--3 {
  top: 60%;
  width: 50%;
}

.hamburger_text {
  position: absolute;
  bottom: 0vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #231815;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

/*--------------------------------
    ハンバーガーメニューオープン後
  -------------------------------- */
.nav-open .Header_hamburger--nav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-open .hamburger__line {
  background: #000;
}

.nav-open .hamburger__line--1 {
  top: 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.nav-open .hamburger__line--2 {
  opacity: 0;
}

.nav-open .hamburger__line--3 {
  top: 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 8.53333vw;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------
    main
-------------------------------- */
/*--------------------------------
  main
-------------------------------- */
/*--------------------------------
  .contact
-------------------------------- */
.contact {
  padding-bottom: 80px;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .contact {
    padding-bottom: 60px;
  }
}

.contact label {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .contact label {
    font-size: 1.4rem;
  }
}

.contact .form-control {
  background: #222222;
  border: none;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
  .contact .form-control {
    font-size: 1.4rem;
  }
}

.contact .badge-danger {
  color: #dd3a3a;
  font-weight: bold;
}

#confirm, #thanks, #privacy {
  padding-top: 140px;
}

@media screen and (max-width: 769px) {
  #confirm, #thanks, #privacy {
    padding-top: 40px;
  }
}

.contact-link {
  position: relative;
}

.contact-link-btn {
  display: block;
  z-index: 9997;
  position: fixed;
  right: 100px;
  bottom: 24px;
  padding: 20px 60px;
  overflow: hidden;
  background: linear-gradient(-135deg, #acb6fd, #c64882);
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 5px;
}

.contact-link-btn:hover {
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .contact-link-btn {
    left: 3vw;
    bottom: 4vw;
  }
}

/*--------------------------------
    .Header_sp
-------------------------------- */
.Header_sp_container {
  position: relative;
  padding: 17.33333vw 0 18.66667vw;
}

.Header_sp--list {
  margin-bottom: 9.33333vw;
}

.Header_sp--item {
  position: relative;
  border-bottom: 1px solid #000;
}

.Header_sp--item.-nobrder {
  border-bottom: 0;
}

.Header_sp--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6vw 8vw 6vw 5.33333vw;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  margin: 0;
}

.Header_sp--link.js-modal-open .Header_sp--icon:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.Header_sp--sub {
  display: none;
  border-top: 1px solid #848383;
}

.Header_sp--sub .Header_sp--item {
  border-bottom: none;
}

.Header_sp--sub .Header_sp--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.Header_sp--sub .Header_sp--link:before {
  display: block;
  width: 5.33333vw;
  height: 4vw;
  margin-right: 1.33333vw;
  background-image: url(../img/common/arrow.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.Header_sp--icon {
  position: absolute;
  right: 4vw;
  width: 5.33333vw;
  height: 0.26667vw;
  background: #fff;
}

.Header_sp--icon:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.33333vw;
  height: 0.26667vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #fff;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.Header_sp--icon:after {
  display: block;
  position: absolute;
  top: -3vw;
  width: 100%;
  height: 6vw;
  content: "";
}

.Header_sp--btns {
  margin: 8vw 0;
}

.Header_sp--btns .-link {
  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;
  width: 53.33333vw;
  margin: 0 auto;
  padding: 2.66667vw;
  font-size: 1.4rem;
  text-align: center;
}

.Header_sp--btns .-note {
  margin-bottom: 2.66667vw;
  border: #000 1px solid;
  color: #000;
  text-decoration: none;
}

.Header_sp--btns .-house:before {
  display: block;
  width: 5.33333vw;
  height: 4vw;
  margin-right: 1.33333vw;
  background-image: url(../img/common/icon_house.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.Header_sp--cv {
  width: 90%;
  margin: 0 auto;
}

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

.Header_pc--container,
.Header_sp_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9993;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 2.85714vw 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 960px) {
  .Header_pc--container,
  .Header_sp_head {
    height: 16vw;
  }
}

.Header_pc--logo {
  z-index: 9999;
  position: absolute;
  top: 0;
  width: 250px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 20px;
}

@media screen and (max-width: 960px) {
  .Header_pc--logo {
    position: relative;
    width: 28vw;
  }
  .Header_pc--logo img {
    width: 100%;
  }
}

.Header_pc--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.Header_pc--list {
  margin-right: 3.57143vw;
}

.Header_pc--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4vw;
  float: left;
}

@media screen and (min-width: 1025px) {
  .Header_pc--item:hover .Header_pc--link .-en {
    opacity: 0;
  }
  .Header_pc--item:hover .Header_pc--link .-ja {
    opacity: 1;
    color: #fff;
  }
  .Header_pc--item:hover .Header_pc--link .-ja:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.Header_pc--item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .Header_pc--item {
    margin-right: 1.07143vw;
  }
}

.Header_pc--item.accordion-parent:after {
  display: block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-image: url(../img/common/arrow_header.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.Header_pc--item.accordion-parent:hover .Header_pc_sub {
  height: 14.28571vw;
  overflow: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.Header_pc--item.accordion-parent .Header_pc--link:before {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 30px;
  content: "";
}

.Header_pc--item-kv .Header_pc--kv.-note {
  background: #fff4e0;
  color: #848383;
}

.Header_pc--item-kv .Header_pc--kv.-note:before {
  display: block;
  width: 20px;
  height: 15px;
  background-image: url(../img/common/icon_note.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.Header_pc--item-kv .Header_pc--kv.-house:before {
  display: block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../img/common/icon_house.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.Header_pc--item.-current .Header_pc--link:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.Header_pc--link {
  position: relative;
  color: #231815;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .Header_pc--link:hover {
    opacity: 1;
  }
}

.Header_pc--link .-ja {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
}

.Header_pc--link .-ja:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fff;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Header_pc_sub {
  z-index: 10000;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.Header_pc_sub-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.Header_pc_sub-item {
  width: 12.85714vw;
  margin-right: 20px;
}

.Header_pc_sub-item:last-child {
  margin-right: 0;
}

.Header_pc_sub-item .-link {
  display: block;
}

.Header_pc_sub-item .-img {
  margin-bottom: 10px;
}

.Header_pc_sub-item .-txt {
  font-size: 1.4rem;
  color: #fff;
}

/*--------------------------------
  スクロール後の処理
-------------------------------- */
.changeHeader .Header_pc--logo {
  width: 200px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 10px;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .changeHeader .Header_pc--logo {
    width: 16vw;
  }
}

.text-grad {
  color: #e49b54;
  background: url("../img/common/bg-grad.jpg");
  background-size: 100% 100%;
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.TextTyping span {
  display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "|";
  -webkit-animation: typinganime .8s ease infinite;
          animation: typinganime .8s ease infinite;
}

@-webkit-keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=common.css.map */