@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ===== style.css ===== */
/* -- 変数 -- */
/* color */
/* switching */
/* family */
/* -- body -- */
body {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  color: #1D1D1D;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* -- wrapper -- */
/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1248px;
}
@media screen and (max-width: 1288px) {
  .inner {
    margin: 0 20px;
    width: auto;
  }
}

/*
    tag
*/
a {
  color: #1D1D1D;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    mixin
*/
/* -- btn --*/
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- crm -- */
/*
    footer
*/
.footer {
  padding-top: 180px;
  background: #EDEDED;
  /* -- banner -- */
  /* -- footer_inner -- */
}
.footer-banner {
  margin: 0 auto;
  max-width: 840px;
}
.footer-banner-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: center;
}
.footer-banner-banner {
  margin-top: 46px;
  background: #fff;
}
.footer-banner-banner a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 25px 0 38px;
  min-height: 390px;
  opacity: 1;
}
.footer-banner-banner a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  left: auto;
  width: 57.2%;
  background: url(../img01/footer-banner-banner_bg@2x.webp) no-repeat center/cover;
  content: "";
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  .footer-banner-banner a {
    /* - hover - */
  }
  .footer-banner-banner a:hover {
    opacity: 1;
  }
  .footer-banner-banner a:hover::after {
    opacity: 0.6;
  }
  .footer-banner-banner a:hover .footer-banner-banner-inner-txt::after {
    right: 12px;
  }
}
.footer-banner-banner-inner {
  padding: 0 25px;
  width: 42.8%;
}
.footer-banner-banner-inner h1 {
  text-align: center;
}
.footer-banner-banner-inner h1 img {
  margin-left: 10px;
}
.footer-banner-banner-inner h1 span {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-top: 14px;
}
.footer-banner-banner-inner-txt {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 35px 0 25px;
  height: 38px;
  background: none;
  border: 1px solid #000;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-align: left;
  justify-content: flex-start;
  margin: 40px auto 0;
  width: 172px;
}
.footer-banner-banner-inner-txt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
  width: 12px;
  height: 12px;
  background-image: url(../img01/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  transition: right 0.6s;
  filter: invert(100%);
}
.footer-inner {
  padding: 171px 0 47px;
  /* sns_link */
  /* copy */
}
.footer-inner .sns_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 147px;
}
.footer-inner .copy {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding-top: 122px;
    /* -- banner -- */
    /* -- footer_inner -- */
  }
  .footer-banner-banner {
    margin-top: 29px;
  }
  .footer-banner-banner a {
    padding: 15px 0 23px;
    min-height: 220px;
  }
  .footer-banner-banner a::after {
    width: 42%;
    background: url(../img01/footer-banner-banner_bg_sp@2x.webp) no-repeat center/cover;
  }
  .footer-banner-banner-inner {
    padding: 0 25px;
    width: 58%;
  }
  .footer-banner-banner-inner h1 img {
    margin-left: 9px;
    width: 87px;
  }
  .footer-banner-banner-inner h1 span {
    font-size: 13px;
    margin-top: 12px;
  }
  .footer-banner-banner-inner-txt {
    padding: 0 25px 0 19px;
    height: 32px;
    font-size: 12px;
    margin: 23px auto 0;
    width: auto;
    max-width: 139px;
  }
  .footer-banner-banner-inner-txt::after {
    right: 13px;
    width: 10px;
    height: 10px;
  }
  .footer-inner {
    padding: 104px 0 43px;
    /* sns_link */
    /* copy */
  }
  .footer-inner .sns_link {
    max-width: 128px;
  }
  .footer-inner .copy {
    font-size: 13px;
    margin-top: 12px;
  }
}

/*
    mv
*/
#mv {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 74vh;
}
#mv .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  #mv .img span {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
#mv .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: center top;
}
@media screen and (max-width: 900px) {
  #mv {
    height: 72.6vh;
  }
}

/*
    contents
*/
#main {
  position: relative;
  z-index: 20;
}
#main .main_inner {
  padding-top: 36px;
  background: #FFF;
}
@media screen and (max-width: 900px) {
  #main .main_inner {
    padding-top: 22px;
  }
}

/*
    contents
*/
/* -- catchBox -- */
@media screen and (min-width: 901px) {
  .catchBox {
    margin: 0 60px;
    width: auto;
    max-width: none;
  }
}
.catchBox-tit {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0.04em;
}
.catchBox-txt {
  font-size: 15px;
  margin-top: 17px;
}
@media screen and (max-width: 900px) {
  .catchBox-tit {
    font-size: 31px;
  }
  .catchBox-txt {
    font-size: 12px;
    margin-top: 11px;
  }
}

/* -- itemBox -- */
.itemBox {
  margin: 171px auto 0;
  max-width: 1226px;
}
.itemBox > * {
  margin: 0 auto;
}
.itemBox > *:not(:last-child) {
  margin-bottom: 210px;
}
.itemBox .img01 {
  max-width: 1050px;
}
.itemBox .img02 {
  max-width: 738px;
}
.itemBox .img03 {
  max-width: 1226px;
}
.itemBox .img04 {
  max-width: 600px;
}
.itemBox .img05 {
  max-width: 740px;
}
.itemBox .img06 {
  max-width: 780px;
}
.itemBox .left {
  margin-left: 0;
}
.itemBox .right {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .itemBox {
    margin: 126px auto 0;
  }
  .itemBox .img02 {
    margin: 0 25px;
  }
  .itemBox .img04 {
    margin: 0 47px 0 48px;
  }
  .itemBox .img05 {
    margin: 0 49px 0 48px;
  }
  .itemBox .img06 {
    margin: 0 47px 0 48px;
  }
  .itemBox > :nth-child(11) {
    margin: 0 25px 0 26px;
  }
  .itemBox > * {
    max-width: none !important;
  }
  .itemBox > *:not(:last-child) {
    margin-bottom: 120px;
  }
}

/* -- linkBox -- */
.linkBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin-top: 210px;
  padding: 60px 0 64px;
  min-height: 600px;
  background: url(../img01/linkBox_bg@2x.webp) no-repeat center/cover;
}
.linkBox a {
  color: #FFF;
}
.linkBox > * > * {
  text-align: center;
  width: 100%;
}
.linkBox-tit {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.linkBox-price {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.linkBox-link {
  margin: 52px auto 0;
  max-width: 140px;
}
.linkBox-link li:not(:last-child) {
  margin-bottom: 24px;
}
.linkBox-link a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 35px 0 28px;
  height: 38px;
  background: none;
  border: 1px solid #fff;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
  justify-content: flex-start;
}
.linkBox-link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
  width: 12px;
  height: 12px;
  background-image: url(../img01/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  transition: right 0.6s;
}
@media screen and (min-width: 901px) {
  .linkBox-link a {
    /* - hover - */
  }
  .linkBox-link a:hover {
    opacity: 1;
  }
  .linkBox-link a:hover::after {
    right: 12px;
  }
}
@media screen and (max-width: 900px) {
  .linkBox {
    margin-top: 121px;
    padding: 40px 0 45px;
    min-height: 390px;
    background: url(../img01/linkBox_bg_sp@2x.webp) no-repeat center/cover;
  }
  .linkBox-tit {
    font-size: 18px;
  }
  .linkBox-price {
    font-size: 14px;
    margin-top: 1px;
  }
  .linkBox-link {
    margin: 37px auto 0;
    max-width: 130px;
  }
  .linkBox-link li:not(:last-child) {
    margin-bottom: 18px;
  }
  .linkBox-link a {
    padding: 0 28px 0 27px;
    height: 34px;
  }
  .linkBox-link a::after {
    right: 17px;
    width: 10px;
    height: 10px;
  }
}

/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェード */
.fade,
.fadeItem > *,
.fadeItemOrder > * {
  opacity: 0;
  transition: opacity 1.2s;
}
.fade.on,
.fadeItem > *.on,
.fadeItemOrder > *.on {
  opacity: 1;
}

/* スライドイン */
.slideInL {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.slideInL.on {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */