@charset "UTF-8";
/*----------------------------------------
	fontFamily
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lora&family=Shippori+Mincho+B1:wght@400;500&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*! 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;
}
@media screen and (max-width: 767px) {
  body {
    position: relative;
  }
}

/**
 * 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;
}

/*----------------------------------------
	color
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
@keyframes wheel {
  to {
    opacity: 0;
    right: -20px;
  }
}


@keyframes wheel2 {
  to {
    opacity: 0;
    right: -17px;
  }
}

@keyframes scrollDown {
  to {
    bottom: 0;
  }
}
@keyframes blur {
  0% {
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
html {
  font-size: 10px;
  scroll-behavior: auto !important;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #3C3C3C;
}

a {
  color: #3C3C3C;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

button {
  color: #3C3C3C;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
.l-container {
  display: block;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  background: #D8BE9B;
}

/*----------------------------------------
	l-footer-contact
----------------------------------------*/
.l-footer-foot__bnr {
  margin-top: 20px;
  width:  312px;
}
.l-footer-foot__bnr img {
  width: 100%;
}
.l-footer-contact__video {
  height: 560px;
  background: url(../../images/reservation-photo.png) center/cover;
}
.l-footer-contact__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-footer-contact__main {
  position: relative;
  padding: 0 60px;
  margin: -200px 0 0;
}
.l-footer-contact__inner {
  position: relative;
  max-width: 960px;
  background: #E7DAC9;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
}
/* .l-footer-contact__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-contact01.png) center/cover;
  mix-blend-mode: soft-light;
} */
.l-footer-contact__column {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 60px;
  padding: 80px;
  border-bottom: 1px dashed #656246;
}
.l-footer-contact__column:last-child {
  border-bottom: none;
}
.l-footer-contact__content {
  width: 56%;
}
.l-footer-contact__heading {
  margin: 0 0 30px;
}
.l-footer-contact__heading h2, .l-footer-contact__heading span {
  line-height: 1.6;
}
.l-footer-contact__heading h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.l-footer-contact__heading span {
  font-family: "Outfit", serif;
  display: block;
  font-size: 2rem;
  color: #9B9B9B;
}
.l-footer-contact__text p {
  font-size: 1.8rem;
  line-height: 2;
}
.l-footer-contact__button {
  display: grid;
  gap: 30px;
  width: 44%;
}

@media screen and (max-width: 767px) {
  .l-footer-contact__video {
    height: 26rem;
  }
  .l-footer-contact__main {
    padding: 0;
    margin: 0;
  }
  .l-footer-contact__inner {
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }
  .l-footer-contact__column {
    flex-direction: column;
    gap: 4.8rem;
    padding: 80px 32px;
    border-top: none;
    border-bottom: 1px dashed #656246;
  }
  .l-footer-contact__column:last-child {
    border-bottom: none;
    gap: 3.6rem;
  }
  .l-footer-contact__content {
    width: 100%;
  }
  .l-footer-contact__heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .l-footer-contact__text p {
    font-size: 1.8rem;
  }
  .l-footer-contact__button {
    gap: 1.6rem;
    width: 100%;
  }
}
/*----------------------------------------
	l-footer-sitemap
----------------------------------------*/
.l-footer-sitemap {
  padding: 100px 60px;
}
.l-footer-sitemap__container {
  display: flex;
  max-width: 960px;
  margin: auto;
}
.l-footer-sitemap__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 80px;
}
.l-footer-sitemap__column:first-child {
  padding: 0 80px 0 0;
  border-right: 1px solid #646464;
}
.l-footer-sitemap__column:last-child {
  padding: 0 0 0 80px;
}
.l-footer-sitemap__logo {
  width: 17rem;
}
@media screen and (max-width: 1024px) {
.l-footer-sitemap__logo {
  width: 172px;
}
}
.l-footer-sitemap__logo a {
  display: block;
}
.l-footer-sitemap__menu ul li a {
  font-size: 1.7rem;
  font-weight: 400;
  color: #646464;
}
.l-footer-sitemap__address {
  font-size: 1.8rem;
  font-weight: 400;
  color: #646464;
  margin: 0 0 20px;
}
.l-footer-sitemap__tel a, .l-footer-sitemap__map a {
  font-family: "Outfit", serif;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 312px;
  height: 64px;
  font-size: 2rem;
  font-weight: 400;
  color: #646464;
  padding: 0 32px;
  border: 1px solid #646464;
}
.l-footer-sitemap__tel a:after, .l-footer-sitemap__map a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.l-footer-sitemap__tel a:hover, .l-footer-sitemap__map a:hover {
  color: #656246;
  background: #fff;
  opacity: 1;
}
.l-footer-sitemap__tel {
  margin: 0;
}
.l-footer-sitemap__tel a:after {
  width: 24px;
  height: 24px;
  background: url(../../images/icon-phone-gray.svg) center/cover;
}
/* .l-footer-sitemap__tel a:hover:after {
  background: url(../img/icon-tel01_white.png) center/cover;
} */
.l-footer-sitemap__map a:after {
  width: 16px;
  height: 24px;
  background: url(../../images/icon-map-marker.svg) center/cover;
}
/* .l-footer-sitemap__map a:hover:after {
  background: url(../img/icon-pin01_brown.png) center/cover;
} */
.l-footer-sitemap__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-footer-sitemap__info .l-footer-sitemap__copyright {
  font-family: "Outfit", serif;
  font-size: 1.1rem;
  color: #646464;
}
.l-footer-sitemap__sns {
  display: flex;
  gap: 16px;
  align-items: center;
}
.l-footer-sitemap__sns li {
  width: 2.5rem;
}
.l-footer-sitemap__sns li a {
  display: block;
}
.l-footer-sitemap__sns li a img {
  width: 2.5rem;
  height: auto;
  vertical-align: middle;
}
.l-footer-sitemap__time dl {
  display: flex;
  gap: 30px;
}
.l-footer-sitemap__time dl dt,
.l-footer-sitemap__time dl dd {
  font-size: 1.8rem;
  font-weight: 400;
  color: #646464;
}
.l-footer-sitemap__time dl dt {
  min-width: 4em;
}

@media screen and (max-width: 767px) {
  .l-footer-sitemap {
    padding: 80px 32px 120px;
  }
  .l-footer-sitemap__container {
    flex-direction: column;
  }
  .l-footer-sitemap__column {
    gap: 42px;
  }
  .l-footer-sitemap__column:first-child {
	  padding: 0;
	  border: none;
    /*padding: 0 0 56px;
    border-right: none;
    border-bottom: 1px solid #646464;*/
  }
  .l-footer-sitemap__column:last-child {
    padding: 8vw 0 0;
  }
  .l-footer-sitemap__address {
    margin-bottom: 4.2rem;
  }
  .l-footer-sitemap__menu {
    /*display: grid;
    gap: 32px;*/
	  display: none;
  }
  .l-footer-sitemap__tel a, .l-footer-sitemap__map a {
    max-width: 100%;
    height: 62px;
  }
  .l-footer-sitemap__tel {
    margin: 0;
  }
  .l-footer-sitemap__map a:after {
    /* width: 28px;
    height: 28px;
    background: url(../img/icon-pin01_white.png) center/cover; */
  }
  .l-footer-sitemap__map a:hover:after {
    /* background: url(../img/icon-pin01_brown.png) center/cover; */
  }
  .l-footer-sitemap__info {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .l-footer-sitemap__sns {
    margin-top: 5.4rem;
  }
  .l-footer-sitemap__info.u-device-sp {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .l-footer-sitemap__info.u-device-sp .l-footer-sitemap__sns li {
    width: 3.2rem;
  }
  .l-footer-sitemap__info.u-device-sp .l-footer-sitemap__sns li a img {
    width: 3.2rem;
  }
  .l-footer-sitemap__info .l-footer-sitemap__copyright {
    margin-top: 5.4rem;
  }
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  z-index: 3;
}
.l-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.l-header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  width: 11.2rem;
  height: auto;
  line-height: 1;
  margin: 14px 31px;
}
.l-header__logo a {
  display: block;
}
.l-header__button {
  display: flex;
  align-items: center;
}
.l-header__contact {
  display: flex;
  align-items: center;
  margin: 0 5rem 0 0;
}
.l-header__contact ul {
  display: flex;
  align-items: center;
}
.l-header__contact ul li {
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  margin-right: 2rem;
}
.l-header__contact ul li:last-child {
  margin-right: 0;
}
.l-header__contact ul li.icon-youtube,
.l-header__contact ul li.icon-instagram {
  min-width: initial;
  border: none;
}
.l-header__contact ul li a {
  display: flex;
  gap: 10px;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 24px;
  height: 3.8rem;
}
.l-header__contact ul li.icon-youtube a,
.l-header__contact ul li.icon-instagram a {
  padding: 0;
}
.l-header__contact ul li a span {
  line-height: 3.8rem;
}
.l-header__contact ul li a img {
  height: 1.8rem;
  vertical-align: -0.2rem;
}
.l-header__contact ul li.icon-youtube a img,
.l-header__contact ul li.icon-instagram a img {
  height: auto;
  vertical-align: middle;
}
.l-header__content__head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.9rem;
  color: #fff;
  padding: 20px 24px;
  cursor: pointer;
}
.l-header__content__head:before {
  content: "";
  flex: none;
  width: 16px;
  height: 16px;
  background: url(../img/icon-menu01.png) center/cover;
}
.l-header__content__main {
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  width: 100%;
  translate: -50% 0;
}
.l-header__content__menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  width: 100%;
  padding: 24px 100px;
  border-top: 1px dashed #999;
  border-bottom: 1px solid #fff;
}
.l-header__content__menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.l-header__content__menu ul {
  position: relative;
  display: grid;
  gap: 16px;
}
.l-header__content__menu ul li {
  display: flex;
  gap: 8px;
}
.l-header__content__menu ul li:before {
  content: "";
  position: relative;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.l-header__content__menu ul li a {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.l-header__menu {
  min-width: 13rem;
  border-left: none;
  text-align: right;
}
.l-header__menu span {
  display: none;
}
.l-header__menu span.is_active {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0 24px;
  cursor: pointer;
  z-index: 10000;
}
.l-header__menu span:before {
  content: "";
  flex: none;
  width: 16px;
  height: 16px;
  background: url(../img/icon-menu02.png) center/cover;
  -webkit-transition: .5s;
	transition: .5s;
}
.l-header__menu i {
  position: relative;
  display: none;
  background-color: #fff;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  z-index: 10000;
  margin-top: 1.6rem;
  margin-right: 4.8rem;
  cursor: pointer;
}
.l-header__menu i.is_active {
  display: inline-block;
}
.l-header__menu i::before,
.l-header__menu i::after {
  position: absolute;
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background: currentColor;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	top: 8px;
	transition: .5s;
  background: #3C3C3C;
}
.l-header__menu i::after {
  transform: translateX(-50%) rotate(135deg)
}

@media screen and (max-width: 1024px) {
  .l-header__logo {
    height: 3.8rem;
    margin: 1.6rem;
  }
  .l-header__contact {
    position: fixed;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #EBEBEB;
    padding: 16px 0;
  }
  .l-header__contact ul {
    flex-direction: row;
  }
  .l-header__contact ul li.icon-youtube, 
  .l-header__contact ul li.icon-instagram {
    display: none;
  }
  .l-header__contact ul li {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #000;
    border-radius: 0;
    flex: auto;
    margin: 0;
    align-content: center;
  }
  .l-header__contact ul li:last-child {
    border-right: none;
  }
  .l-header__contact ul li a {
    color: #000;
    padding: 0 /*20px*/4vw;
	  font-size: 4.4vw;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .l-header__contact ul li a span:last-child {
    display: none;
  }
  .l-header__contact p {
    border-right: 1px solid #000;
  }
  .l-header__contact p a {
    width: auto;
    height: auto;
    color: #000;
    padding: 0 20px;
    border: none;
  }
  .l-header__contact p a span {
    display: none;
  }
  .l-header__content__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content;
    gap: 8px 20px;
    padding: 24px;
    opacity: 1;
    visibility: visible;
  }
  .l-header__content__menu ul {
    gap: 8px;
  }
  .l-header__content__menu ul:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .l-header__content__menu ul:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .l-header__content__menu ul:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .l-header__content__menu ul:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-sidebar
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  max-width: 1000px;
  padding: 10px 15px;
  margin: 0 auto;
}
.c-breadcrumb li {
  position: relative;
  display: inline;
  font-size: 1.2rem;
  list-style: none;
  margin: 0 20px 0 0;
}
.c-breadcrumb li:after {
  content: ">";
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
}
.c-breadcrumb li:last-child:after {
  content: none;
}
.c-breadcrumb a {
  display: inline-block;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid #000;
}
.c-button:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}
.c-button.-pickup {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
}
.c-button.-pickup:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icon-arrow01_white.png) center/cover;
  margin: auto;
  transition: 0.3s;
}
.c-button.-pickup:hover {
  color: #000;
  background: #fff;
}
.c-button.-pickup:hover:after {
  background: url(../img/icon-arrow01.png) center/cover;
}
.c-button.-diary {
  font-size: 1.8rem;
  position: relative;
  justify-content: flex-start;
  font-weight: normal;
  color: #646464;
  padding: 0 24px;
  border: 1px solid #646464;
}
.c-button.-diary:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url(../../images/arrow-gray.svg) center/cover;
  margin: auto;
  transition: 0.3s;
}
.c-button.-diary:hover {
  color: #000;
  background: #fff;
}
.c-button.-diary:hover:after {
  background: url(../../images/arrow-black.svg) center/cover;
}
.c-button.-instagram {
  position: relative;
  justify-content: flex-start;
  font-weight: normal;
  color: #fff;
  padding: 0 24px;
  border: 1px solid #fff;
}
.c-button.-instagram:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 28px;
  height: 28px;
  background: url(../img/icon-instagram01_white.png) center/cover;
  margin: auto;
  transition: 0.3s;
}
.c-button.-instagram:hover {
  color: #000;
  background: #fff;
}
.c-button.-instagram:hover:after {
  background: url(../img/icon-instagram01.png) center/cover;
}
.c-button.-voice {
  position: relative;
  justify-content: flex-start;
  font-weight: normal;
  color: #fff;
  padding: 0 24px;
  border: 1px solid #fff;
}
.c-button.-voice:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icon-arrow01_white.png) center/cover;
  margin: auto;
  transition: 0.3s;
}
.c-button.-voice:hover {
  color: #000;
  background: #fff;
}
.c-button.-voice:hover:after {
  background: url(../img/icon-arrow01.png) center/cover;
}
.c-button.-contact {
  position: relative;
  justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0 24px;
}
.c-button.-contact:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url(../../images/arrow-black.svg) center/cover;
  margin: auto;
  transition: 0.3s;
}
.c-button.-contact:hover {
  color: #fff;
  background: #000;
}
.c-button.-contact:hover:after {
  background: url(../../images/arrow-white.svg) center/cover;
}
.c-button.-tel {
  position: relative;
  justify-content: flex-start;
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  padding: 0 24px;
}
.c-button.-tel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../img/icon-tel01.png) center/cover;
  margin: auto;
  transition: 0.3s;
}
.c-button.-tel:hover {
  color: #fff;
  background: #000;
}
.c-button.-tel:hover:after {
  background: url(../img/icon-tel01_white.png) center/cover;
}

@media screen and (max-width: 767px) {
  .c-button.-pickup {
    height: 62px;
  }
  .c-button.-diary {
    height: 62px;
  }
  .c-button.-instagram {
    justify-content: center;
    height: 62px;
  }
  .c-button.-voice {
    height: 62px;
  }
}
/*----------------------------------------
	c-button-circle
----------------------------------------*/
.c-button-circle {
  display: flex;
}
.c-button-circle:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/img-circle01.png) center/cover;
}
.c-button-circle span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 0 -55px;
  transition: 0.3s;
  word-break: keep-all;
}
.c-button-circle span:before {
  content: "";
  flex: none;
  width: 19px;
  height: 15px;
  background: url(../../images/arrow-darkgray.svg) center/cover;
}
.c-button-circle:hover {
  opacity: 1;
}
.c-button-circle:hover span {
  translate: 20px 0;
}
.c-button-circle.-white:before {
  background: url(../img/img-circle01_white.png) center/cover;
}
.c-button-circle.-white span {
  color: #fff;
}
.c-button-circle.-white span:before {
  background: url(../../images/arrow-white.svg) center/cover;
}
.c-button-circle.-reverse:before {
  content: none;
}
.c-button-circle.-reverse:after {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/img-circle01.png) center/cover;
  rotate: 180deg;
}
.c-button-circle.-reverse span {
  margin: 0 -55px 0 0;
}
.c-button-circle.-reverse span:before {
  content: none;
}
.c-button-circle.-reverse span:after {
  content: "";
  flex: none;
  width: 22px;
  height: 22px;
  background: url(../../images/arrow-black.svg) center/cover;
}

@media screen and (max-width: 767px) {
  .c-button-circle.-book:before {
    content: none;
  }
  .c-button-circle.-book:after {
    content: "";
    width: 90px;
    height: 90px;
    background: url(../img/img-circle01_white.png) center/cover;
    rotate: 180deg;
  }
  .c-button-circle.-book span {
    margin: 0 -55px 0 0;
  }
  .c-button-circle.-book span:before {
    content: none;
  }
  .c-button-circle.-book span:after {
    content: "";
    flex: none;
    width: 22px;
    height: 22px;
    background: url(../img/icon-arrow01_white.png) center/cover;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-heading
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-pager
----------------------------------------*/
.c-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-pagination
----------------------------------------*/
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__prev a, .c-pagination__next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.c-pagination__body {
  display: flex;
  margin: 0 20px;
}
.c-pagination__body li,
.c-pagination__body a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__body li {
  width: 40px;
  height: 40px;
  list-style: none;
  margin: 0 5px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.c-pagination__body a {
  width: 100%;
  height: 100%;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-title
----------------------------------------*/
.c-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #333;
}
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-animation-blur
----------------------------------------*/
.u-animation-blur {
  opacity: 0;
}
.u-animation-blur.is-active {
  animation: blur 1s ease-in-out 0.2s forwards;
}

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-tablet
----------------------------------------*/
.u-device-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-device-tablet {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  p-front-fixed-button
----------------------------------------*/
.p-front-fixed-button {
  opacity: 1;
  transition: 0.6s;
}
.p-front-fixed-button.is-active {
  opacity: 1;
  visibility: visible;
}
.p-front-fixed-button a {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  bottom: 60px;
  width: 85px;
  height: 85px;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  background: #656246;
  border-radius: 50%;
  z-index: 2;
  transition: 0.8s;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.p-front-fixed-button a:hover {
  background: #000000;
  opacity: 1;
}
.p-front-fixed-button span {
  position: fixed;
  right: 40px;
  bottom: 36px;
  width: 85px;
  height: 17px;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  mix-blend-mode: difference;
  z-index: 2;
}
.p-front-fixed-button .a2 {
  animation: wheel2 2s infinite;
  width: 14px;
  right: 0;
  margin-left: 0px;
  position: absolute;
  transition: all 0.5s;

  }

@media screen and (max-width: 767px) {
  .p-front-fixed-button a {
    right: 15px;
    bottom: 82px;
    width: 75px;
    height: 75px;
    font-size: 1.6rem;
  }
  .p-front-fixed-button span {
    right: 10px;
    bottom: 80px;
    width: 75px;
    height: 14px;
    font-size: 1.4rem;
    display: none;
  }
}
/*----------------------------------------
	p-front-video
----------------------------------------*/
.p-front-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  /* background: url(../../images/hero.jpg) center/cover; */
}
.p-front-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/hero-filter.png) center/cover;
  z-index: 1;
  /* background: linear-gradient(90deg, rgb(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); */
}
.p-front-video video, .p-front-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front-video.is-active {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-front-video {
    position: absolute;
  }
}

/*----------------------------------------
	p-front-mv
----------------------------------------*/
.p-front-mv {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  min-height: 760px;
  padding: 60px;
}
.p-front-mv__container {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.p-front-mv__heading {
  font-family: "Noto Sans JP", serif;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 30px;
}
.p-front-mv__event {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-front-mv__event__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-front-mv__event__category {
  font-family: "Outfit", serif;
  color: #fff;
}
.p-front-mv__event__content,.p-front-mv__event__content a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-front-mv__event__content time, .p-front-mv__event__content h4 {
  font-weight: 500;
  color: #fff;
}
.p-front-mv__event__content h4 {
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-front-mv__event__button {
  flex: none;
  border-left: 1px solid #fff;
}
.p-front-mv__event__button a {
  color: #fff;
  padding: 10px;
}
.p-front-mv__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.p-front-mv__scroll p {
  font-family: "Outfit", serif;
  font-size: 1.8rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-front-mv__scroll span {
  position: relative;
  display: block;
  width: 1px;
  height: 110px;
  background: #fff;
}
.p-front-mv__scroll span:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 22px);
  left: -1px;
  width: 3px;
  height: 22px;
  background: #fff;
  animation: scrollDown 2s infinite;
}

@media screen and (max-width: 767px) {
  .p-front-mv {
    position: relative;
    height: 100vh;
    padding: 32px;
    align-items: center;
  }
  .p-front-mv__container {
    position: relative;
    display: block;
    /* display: flex;
    align-items: flex-end;
    justify-content: space-between; */
    min-height: calc( 100vh - 24rem );
  }
  .p-front-mv__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 1.6rem);
  }
  .p-front-mv__heading {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    margin: 0;
  }
  .p-front-mv__event {
    align-items: flex-end;
  }
  .p-front-mv__event__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .p-front-mv__event__content time span {
    display: none;
  }
  .p-front-mv__event__content h4 {
    max-width: 140px;
  }
  .p-front-mv__scroll {
    position: absolute;
    top: 0;
    right: 0;
    /* position: relative; */
    height: calc( 100vh - 24rem );
    justify-content: flex-start;
    margin-right: -1.6rem;
  }
  .p-front-mv__scroll span {
    height: 100%;
  }
}
/*----------------------------------------
	p-front-concept
----------------------------------------*/
.p-front-concept {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 760px;
  padding: 60px;
  background: url(../../images/concept.jpg) center/cover;
  position: relative;
}
/* .p-front-concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
} */
.p-front-concept__container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* z-index: 3; */
}
.p-front-concept__heading {
  margin: 0 0 40px;
}
.p-front-concept__heading h2 {
  font-family: "Outfit", serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 40px;
}
.p-front-concept__heading h3 {
  font-family: "Noto Sans JP", serif;
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
}
.p-front-concept__text {
  margin: 0 0 9rem;
}
.p-front-concept__text p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 2em;
  max-width: 32rem;
  text-align: justify;
}
.p-front-concept__text p:last-child {
  margin: 0;
}
.p-front-concept__button {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-front-concept {
    height: auto;
    min-height: 100vh;
    padding: 80px 32px;
  }
  .p-front-concept__heading {
    margin: 0 0 3rem;
  }
  .p-front-concept__heading h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
  .p-front-concept__heading h3 {
    font-size: 3.5rem;
    line-height: 1.6;
  }
  .p-front-concept__text {
    /* margin-bottom: 4rem; */
  }
  .p-front-concept__text p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
/*----------------------------------------
	p-front-works-and-feature
----------------------------------------*/
.p-front-works-and-feature {
  position: relative;
  background: #DCDCDC;
  padding: 140px 60px 80px;
  overflow-x: hidden;
}
.p-front-works-and-feature__container {
  position: relative;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-front-works-and-feature {
    padding: 100px 32px 80px;
  }
}
/*----------------------------------------
	p-front-works
----------------------------------------*/
.p-front-works {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(2, max-content);
  gap: 40px;
  max-width: 960px;
  margin: auto;
}
.p-front-works__head {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-front-works__head h2 {
  display: flex;
  gap: 10px;
  line-height: 1.4;
  color: #FFFFFF;
  font-size: 2.3rem;
  font-weight: 400;
  margin: 0 0 20px;
}
.p-front-works__head h2 span {
  font-family: "Outfit", serif;
  text-transform: uppercase;
}
.p-front-works__head h3 {
  font-family: "Noto Sans JP", serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px;
}
.p-front-works__head p {
  font-size: 1.8rem;
  line-height: 2;
}
.p-front-works__main {
  grid-column: 1/3;
  grid-row: 2/3;
}
.p-front-works__main .swiper {
  margin-right: calc(50% - 50vw);
}
.p-front-works__main .swiper-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 500px;
  padding: 16px;
  overflow: hidden;
}
.p-front-works__main .swiper-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(52, 52, 52);
  background: linear-gradient(0deg, rgb(52, 52, 52) 0%, rgba(145, 145, 145, 0) 100%);
  z-index: 1;
}
.p-front-works__main .swiper-link:hover {
  opacity: 1;
}
.p-front-works__main .swiper-link:hover .swiper-img {
  scale: 1.1;
}
.p-front-works__main .swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-front-works__main .swiper-img img {
  height: 100%;
  object-fit: cover;
}
.p-front-works__main .swiper-heading {
  position: relative;
  font-size: 2rem;
  color: #fff;
  z-index: 2;
}
.p-front-works__main .swiper-heading:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #fff;
  margin: 16px 0;
}
.p-front-works__main .swiper-info {
  position: relative;
  z-index: 2;
}
.p-front-works__main .swiper-info dl {
  display: flex;
  gap: 20px;
}
.p-front-works__main .swiper-info dl dt, .p-front-works__main .swiper-info dl dd {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
.p-front-works__main .swiper-arrow {
  font-family: "Outfit", serif;
  position: relative;
  max-width: 960px;
  font-size: 1.8rem;
  text-align: right;
  color: #3C3C3C;
  padding: 0 1em 0 0;
  margin: 10px 60px 40px 0;
}
.p-front-works__main .swiper-arrow:after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  animation: wheel 2s infinite;
  background: url(../../images/arrow-darkgray.svg) center/cover;
}
.p-front-works__main .swiper-scrollbar {
  position: static;
  max-width: 960px;
  width: 100%;
}
.p-front-works__button {
  display: flex;
  align-items: flex-end;
  grid-column: 2/3;
  grid-row: 1/2;
}

@media screen and (max-width: 767px) {
  .p-front-works {
    display: block;
  }
  .p-front-works__head {
    margin: 0 0 5rem;
  }
  .p-front-works__head h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .p-front-works__head h3 {
    font-size: 3.5rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .p-front-works__head p {
    font-size: 1.6rem;
  }
  .p-front-works__main {
    margin: 0 0 32px;
  }
  .p-front-works__main .swiper-arrow {
    margin: 10px 32px 32px 0;
    font-size: 1.6rem;
  }
  .p-front-works__button {
    display: block;
  }
}
/*----------------------------------------
	p-front-feature-nav
----------------------------------------*/
.p-front-feature-nav {
  display: flex;
  justify-content: space-between;
  padding: 180px 0 0;
}
.p-front-feature-nav__heading span {
  font-family: "Outfit", serif;
  display: block;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
  font-size: 2.3rem;
}
.p-front-feature-nav__heading h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.4;
}
/*
.p-front-feature-nav__button {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 10px;
}
*/
.p-front-feature-nav__button ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 60rem;
  /*justify-content: flex-end;*/
}
.p-front-feature-nav__button ul li {
  width: 48%;
  max-width: 28rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-front-feature-nav__heading span {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .p-front-feature-nav__heading h2 {
    line-height: 1.6;
  }
  .p-front-feature-nav {
    flex-direction: column;
    gap: 30px;
    padding: 100px 0 0;
  }
  .p-front-feature-nav__button {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .p-front-feature-nav__button ul {
    display: block;
    max-width: 100%;
  }
  .p-front-feature-nav__button ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 1.7rem;
  }
  .p-front-feature-nav__button ul li:last-child {
    margin-bottom: 0;
  }
  .p-front-feature-nav__button ul li .c-button {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
/*----------------------------------------
	p-front-feature-content
----------------------------------------*/
/* フルページ用 */
.js-fullpage-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
}
.js-fullpage-wrapper .js-fullpage {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-front-feature-content {
  position: relative;
  height: 100vh;
  padding: 80px 60px;
}
/* .p-front-feature-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
} */
.p-front-feature-content.-reverse .p-front-feature-content__inner {
  flex-direction: row;
}
.p-front-feature-content.-reverse .p-front-feature-content__number {
  left: auto;
  right: 0;
}
.p-front-feature-content.-reverse .p-front-feature-content__heading {
  margin: 0 auto 0 0;
}
.p-front-feature-content.-content01 {
  background: url(../../images/about-photo01.jpg) center/cover;
}
/* .p-front-feature-content.-content01:before {
  background: rgba(133, 145, 124, 0.74);
} */
.p-front-feature-content.-content02 {
  background: url(../../images/about-photo02.jpg) center/cover;
}
/* .p-front-feature-content.-content02:before {
  background: rgba(117, 126, 136, 0.74);
} */
.p-front-feature-content.-content03 {
  background: url(../../images/about-photo03.jpg) center/cover;
}
.p-front-feature-content.-content03 .p-front-feature-content__number {
  left: auto;
}
/* .p-front-feature-content.-content03:before {
  background: rgba(102, 123, 132, 0.74);
} */
.p-front-feature-content.-content04 {
  background: url(../../images/about-photo04.jpg) center/cover;
}
.p-front-feature-content.-content04 .feature04-video video {
  position: absolute;
  left:  0;
  top:  0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
.p-front-feature-content.-content04 .feature04-video video {
    height: 113rem;
}
}

.p-front-feature-content.-content04:before {
  background: rgba(28, 28, 28, 0.47);
}
/* .p-front-feature-content.-content04:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: rgb(101, 98, 70);
  background: linear-gradient(0deg, rgb(101, 98, 70) 0%, rgba(101, 98, 70, 0) 100%);
} */
.p-front-feature-content__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
  max-width: 960px;
  height: 100%;
  margin: auto;
  z-index: 1;
}
.p-front-feature-content__number {
  font-family: "Outfit", serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.p-front-feature-content__head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-front-feature-content.-content03 .p-front-feature-content__head {
  justify-content: flex-end;
}
.p-front-feature-content__heading {
  font-family: "Noto Sans JP", serif;
  font-size: 3.7rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-front-feature-content__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-front-feature-content__text {
  margin: 0 0 40px;
  max-width: 39rem;
}
.p-front-feature-content.-content02 .p-front-feature-content__text,
.p-front-feature-content.-content03 .p-front-feature-content__text {
  margin-bottom: 0;
}
.p-front-feature-content.-content03 .p-front-feature-content__text span {
  font-family: "Outfit", sans-serif;
  font-size: 2.3rem;
  color: #fff;
	text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.9)
}
.p-front-feature-content__text h4, .p-front-feature-content__text p {
  color: #fff;
}
.p-front-feature-content__text h4 {
  font-size: 2.3rem;
  font-weight: 400;
  margin: 0 0 20px;
}
.p-front-feature-content.-content03 .p-front-feature-content__text h4 {
  font-size: 3rem;
  letter-spacing: 0.1em;
	text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.9)
}
.p-front-feature-content.-content04 .p-front-feature-content__text h4 {
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-front-feature-content__text p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
	text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.9)
}
.p-front-feature-content__text.-align-right,
.p-front-feature-content__text.-align-right p {
  text-align: right;
}
.p-front-feature-content__button {
  display: flex;
  gap: 7rem;
}
.p-front-feature-content.-content03 .p-front-feature-content__category {
  margin-bottom: 17rem;
}
.p-front-feature-content__category h4 {
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px;
}
.p-front-feature-content__category h4 span {
  font-family: "Outfit", serif;
  font-weight: normal;
}
.p-front-feature-content__category ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 20px 10px;
}
.p-front-feature-content__category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  color: #fff;
  border: 1px solid #fff;
  padding: 25px;
}
.p-front-feature-content__category ul li a:hover {
  color: #000;
  background: #f9f9f9;
  opacity: 1;
}
.p-front-feature-content.-content02 .p-front-feature-content__category.-column02 ul,
.p-front-feature-content.-content02 .p-front-feature-content__category.-column03 ul,
.p-front-feature-content.-content03 .p-front-feature-content__category ul {
  grid-template-columns: repeat(1, minmax(280px, 1fr));
  /* width: 28rem; */
}
.p-front-feature-content.-content02 .p-front-feature-content__category.-column02 ul li a::after,
.p-front-feature-content.-content02 .p-front-feature-content__category.-column03 ul li a::after,
.p-front-feature-content.-content03 .p-front-feature-content__category ul li a::after {
  content: "";
  flex: none;
  width: 19px;
  height: 15px;
  background: url(../../images/arrow-white.svg) center/cover;
}
.p-front-feature-content.-content02 .p-front-feature-content__category.-column02 ul li a:hover::after,
.p-front-feature-content.-content02 .p-front-feature-content__category.-column03 ul li a:hover::after,
.p-front-feature-content.-content03 .p-front-feature-content__category ul li a:hover::after {
  background: url(../../images/arrow-black.svg) center/cover;
}
.p-front-feature-content__action {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 100px;
}
.p-front-feature-content__action__video a, .p-front-feature-content__action__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.p-front-feature-content__action__video a span, .p-front-feature-content__action__contact a span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  transition: 0.3s;
}
.p-front-feature-content__action__video a:hover, .p-front-feature-content__action__contact a:hover {
  background: #fff;
  opacity: 1;
}
.p-front-feature-content__action__video a:hover span, .p-front-feature-content__action__contact a:hover span {
  color: #656246;
}
.p-front-feature-content__action__video {
  position: relative;
  top: -100px;
}
.p-front-feature-content__action__video span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-front-feature-content__action__video span:before {
  content: "";
  flex: none;
  width: 22px;
  height: 22px;
  background: url(../img/icon-play01_white.png) center/cover;
  transition: 0.3s;
}
.p-front-feature-content__action__video:hover span:before {
  background: url(../img/icon-play01.png) center/cover;
}

@media screen and (max-width: 767px) {
  .js-fullpage-wrapper .js-fullpage {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
	.p-front-feature-content.-content01 {
		background-position: -80vw center;
	}
  .p-front-feature-content {
    height: auto;
    min-height: 100vh;
    padding: 70px 32px;
  }
  .p-front-feature-content.-reverse .p-front-feature-content__inner {
    flex-direction: column;
  }
  .p-front-feature-content__inner {
    flex-direction: column;
    gap: 120px;
  }
  .p-front-feature-content.-content02  .p-front-feature-content__inner {
    gap: 150px;
  }
  .p-front-feature-content__heading {
    font-size: 3.5rem;
  }
  .p-front-feature-content__text {
    margin: 0 0 5.6rem;
  }
  .p-front-feature-content__text h4 {
    font-weight: 500;
  }
  .p-front-feature-content__text p {
    font-size: 1.6rem;
  }
  .p-front-feature-content.-content02 .p-front-feature-content__text p {
    text-align: right;
    margin-bottom: 5rem;
  }
  .p-front-feature-content__text.-align-right-sp {
    text-align: right;
  }
  .p-front-feature-content__button {
    flex-direction: column;
    gap: 3rem;
  }
  .p-front-feature-content__category {
    margin: 0 0 40px;
  }
  .p-front-feature-content__category ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .p-front-feature-content.-content02 .p-front-feature-content__category ul li a {
    letter-spacing: 0.1em;
  }
  .p-front-feature-content.-content02 .p-front-feature-content__category {
    margin-bottom: 0;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__category ul li a {
    color: #3C3C3C;
    border-color: #3C3C3C;
    height: 80px;
  }
  .p-front-feature-content.-content03 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
    background-color: #fff;
    padding-top: 3.8rem;
    min-height: auto;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__inner {
    gap: calc( 100vw * 3 / 5 );
  }
  .p-front-feature-content__category.-column03 ul {
    margin-top: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-front-feature-content.-content03 .p-front-feature-content__number {
    right: 0;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__text span {
    color: #D8BE9B;
    font-weight: 300;
	  text-shadow:none;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__text h4, 
  .p-front-feature-content.-content03 .p-front-feature-content__text p {
    color: #3C3C3C;
    line-height: 1.5;
    font-weight: 400;
	  text-shadow:none;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__text p {
    font-size: 1.8rem;
	  text-shadow:none;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__text {
    margin-bottom: 6rem;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__category {
    margin-bottom: 0;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__category ul li a::after {
    background: url(../../images/arrow-gray.svg) center/cover;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__category ul li a:hover {
    color: #FCFCFA;
    background: #000;
    opacity: 1;
  }
  .p-front-feature-content.-content03 .p-front-feature-content__category ul li a:hover::after {
    background: url(../../images/arrow-white.svg) center/cover;
  }
  .p-front-feature-content.-content04 .p-front-feature-content__inner {
    gap: 80px;
  }
  .p-front-feature-content__action {
    right: 0;
    margin: 0 auto 24px 0;
  }
  .p-front-feature-content__text.-align-right, 
  .p-front-feature-content__text.-align-right p {
    text-align: left;
  }
  .p-front-feature-content__button.-flex-end {
    display: flex;
    justify-content: flex-end;
  }
  .p-front-feature-content.-content04 .p-front-feature-content__text {
    margin-bottom: 0;
  }
}
/*----------------------------------------
	p-front-point
----------------------------------------*/
.p-front-point {
  background: #9B9B9B;
  position: relative;
}
.p-front-point__container {
  margin-top: 410px;
  position: relative;
}
.p-front-point.-last .p-front-point__container {
  margin-bottom: 410px;
}
.p-front-point__main {
  position: relative;
  padding: 0 60px;
}
.p-front-point__main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-point01.png) center/cover;
  opacity: 0.2;
}
.p-front-point__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 120px;
  min-height: 41rem;
  max-width: 960px;
  padding: 80px 0;
  margin: auto;
  z-index: 1;
}
.p-front-point__arrow {
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  padding: 0 1em 0 0;
}
.p-front-point__arrow:after {
  content: "➤";
  position: absolute;
  top: 0;
  right: 0;
  animation: wheel 2s infinite;
}
.p-front-point__content {
  width: 44%;
}
.p-front-point__heading {
  margin: 0 0 24px;
}
.p-front-point__heading span, .p-front-point__heading h2 {
  color: #fff;
  line-height: 1.4;
}
.p-front-point__heading span {
  display: block;
  margin: 0 0 16px;
  font-family: "Outfit", serif;
  font-size: 2.3rem;
  font-weight: 200;
}
.p-front-point__heading h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.p-front-point__text p {
  font-size: 1.8rem;
  color: #fff;
  max-width: 350px;
  text-align: justify;
}
.p-front-point__button {
  display: grid;
  gap: 16px;
  width: 56%;
}
/* .p-front-point__background {
  height: 480px;
  background: url(../img/bg-pickup01.jpg) center/cover;
  background-attachment: fixed;
} */
.p-front-point .bg-image-clip {
  position: absolute;
  top: -410px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 410px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}
.p-front-point.-last .bg-image-clip {
  min-height: calc( 100vh + 410px );
}
.p-front-point .bg-image-clip .p-front-point__background {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.p-front-point__background.-bg01 {  
  background-image: url(../../images/model-house.jpg);
}
.p-front-point.-bg02 {
  width: 100%;
  height: auto;
  background: url(../../images/estate-photo01.jpg);
  background-size: cover;
  background-position: center;
  aspect-ratio: 5 / 3;
}
.p-front-point__background.-bg03 {
  background-image: url(../../images/estate-photo02.jpg);
}

@media screen and (max-width: 767px) {
  .p-front-point__container {
    margin-top: calc(100vw * 3 / 5);
  }
  .p-front-point.-bg02 {
    height: calc(100vw * 3 / 5);
    background-size: contain;
  }
  .p-front-point .bg-image-clip {
    top: calc(-100vw * 3 / 5);
    min-height: calc(100vw * 3 / 5);
  }
  .p-front-point.-last .bg-image-clip {
    min-height: calc(100% + 100vw * 3 / 5);
    top: 0;
  }
  .p-front-point .bg-image-clip .p-front-point__background {
    position: relative;
    background-size: contain;
    background-position: top;
  }
  .p-front-point.-last .bg-image-clip .p-front-point__background {
    background-position: center bottom;
  }
  .p-front-point.-last .p-front-point__container {
    margin-top: 0;
    margin-bottom: calc(100vw * 3 / 5);
  }
  .p-front-point__head .swiper-slide img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .p-front-point__main {
    padding: 0 32px;
  }
  .p-front-point__inner {
    flex-direction: column;
    gap: 100px;
    padding: 60px 0;
  }
  .p-front-point__content {
    width: 100%;
  }
  .p-front-point__heading {
    margin: 0 0 16px;
  }
  .p-front-point__heading h2 {
    font-size: 3rem;
  }
  .p-front-point__button {
    width: 100%;
  }
  .p-front-point__background {
    height: 240px;
  }
}
/*----------------------------------------
	p-front-content-and-event
----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-front-content-and-event {
    position: relative;
    background: #EBEBEB;
    padding: 0 32px 80px;
  }
  .p-front-content-and-event:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-content01.png) center/cover;
    opacity: 0.3;
    mix-blend-mode: luminosity;
  }
}
/*----------------------------------------
	p-front-content
----------------------------------------*/
.p-front-content {
  position: relative;
  background: #DCDCDC;
  padding: 120px 0px;
}
#content {
  /* padding-bottom: 0; */
}
/* .p-front-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-content01.png) center/cover;
  opacity: 0.3;
  mix-blend-mode: luminosity;
} */
.p-front-content__container {
  position: relative;
  max-width: 960px;
  margin: auto;
}
.p-front-content__container .p-top__insta__button {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.p-front-content__container .p-top__insta__button .c-button {
  position: relative;
  justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0 24px;
}
.p-front-content__container .p-top__insta__button .c-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../../images/icon-instagram-darkgray.svg) center/cover;
  margin: auto;
  transition: 0.3s;
}
.p-front-content__container .p-top__insta__button .c-button:hover:after {
  background: url(../../images/icon-instagram-white.svg) center/cover;
}
.p-front-content__head {
  margin: 0 0 40px;
}
.p-front-content__head p {
  text-align: center;
}
.p-front-content__head span, .p-front-content__head h2 {
  text-align: center;
  line-height: 1.4;
}
.p-front-content__head span {
  font-family: "Outfit", serif;
  display: block;
  color: #656246;
  margin: 0 0 10px;
  font-size: 2.3rem;
}
.p-front-content__head h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
}
.p-front-content__main .swiper-slide a {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.p-front-content__main .swiper-slide a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}
.p-front-content__main .swiper-slide a:hover {
  opacity: 1;
}
.p-front-content__main .swiper-slide a:hover:before {
  opacity: 1;
}
.p-front-content__main .swiper-arrow {
  display: none;
}
.p-front-content__main .swiper-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-content {
    background: none;
    padding: 80px 0 0;
  }
  .p-front-content:before {
    content: none;
  }
  .p-front-content__head {
    margin: 0 0 16px;
  }
  .p-front-content-and-event .p-front-content__head {
    margin-bottom: 3.2rem;
  }
  .p-front-content-and-event .p-front-content__head span {
    text-align: left;
  }
  .p-front-content-and-event .p-front-content__head h2 {
    text-align: left;
  }
  .p-front-content__main .swiper {
    margin-right: calc(50% - 50vw);
  }
  .p-front-content__main .swiper-arrow {
    font-family: "Outfit", serif;
    position: relative;
    display: block;
    font-size: 1.6rem;
    text-align: right;
    color: #3C3C3C;
    padding: 0 1em 0 0;
    margin: 10px 32px 32px 0;
  }
  .p-front-content__main .swiper-arrow:after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    animation: wheel 2s infinite;
    background: url(../../images/arrow-darkgray.svg) center/cover;
  }
  .p-front-content__main .swiper-scrollbar {
    position: static;
    display: block;
    width: 100%;
  }
}
/*----------------------------------------
	p-front-event
----------------------------------------*/
.p-front-event {
  background: #f9f9f9;
  padding: 120px 60px;
  overflow-x: hidden;
}
.p-front-event__container {
  display: flex;
  max-width: 960px;
  gap: 20px;
  margin: auto;
}
.p-front-event__head {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-front-event__head span, .p-front-event__head h2 {
  line-height: 1.4;
}
.p-front-event__head span {
  font-family: "Outfit", serif;
  color: #D8BE9B;
  font-size: 2.3rem;
}
.p-front-event__head h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
  letter-spacing: 0.2em;
}
.p-front-event__main {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-front-event__content {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; */
  margin: 0 0 12.5rem;
  max-width: 81rem;
  display: flex;
  gap: 1.5rem;
}
.p-front-event__content .p-front-event__item {
  display: inline-block;
  width: 26rem;
  height: auto;
  flex: 1;
}
.p-front-event__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 38rem;
}
/*
.p-front-event__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-front-event__link:hover {
  opacity: 1;
}
*/
.p-front-event__link .p-front-event__img {
  width: 26rem;
  height: 19.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  object-fit: cover;
}
.p-front-event__img img {
  width: 26rem;
  height: auto;
  transition: 0.3s;
}
.p-front-event__link:hover .p-front-event__img img {
  transition: 0.3s;
  transform: scale(1.1);
}
.p-front-event__info {
  display: flex;
  gap: 0.5rem;
  margin: 0 0 10px;
}
.p-front-event__status {
  font-size: 1.2rem;
  line-height: 1.5;
  background: #E7DAC9;
  padding: 0 10px;
}
.p-front-event__category {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #3C3C3C;
  padding: 0 10px;
  border: 1px solid #3C3C3C;
}
.p-front-event__title {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #3C3C3C;
}
/*
.p-front-event__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3C3C3C;
  margin: 16px 0;
}
*/
.p-front-event__time {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #3C3C3C;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .p-front-event {
    background: none;
    padding: 100px 32px;
    overflow-x: visible;
  }
  .p-front-event__container {
    flex-direction: column;
    gap: 16px;
  }
  .p-front-event__head {
    -ms-writing-mode: revert;
    writing-mode: revert;
  }
  .p-front-event__head h2 {
    font-size: 3rem;
    letter-spacing: normal;
  }
  .p-front-event__main {
    margin-right: auto;
  }
  .p-front-event__content {
    /* grid-template-columns: repeat(1, 1fr); */
    display: block;
    margin-bottom: 0;
  }
  .p-front-event__info {
    gap: 1.2rem;
  }
  .p-front-event__status,
  .p-front-event__category {
    font-size: 1.5rem;
    line-height: 2.7rem;
    padding: 0 1em;
  }
  .p-front-event__link {
    height: auto;
    margin: 18px 0px 36px;
    padding: 0;
  }
  .p-front-event__content .p-front-event__item {
    width: 100%;
    margin-right: 0;
  }
  .p-front-event__link .p-front-event__img,
  .p-front-event__img img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .p-front-event__time {
    font-weight: 400;
    margin-bottom: 1rem;
  }
}
/*----------------------------------------
	p-front-group
----------------------------------------*/
.p-front-group {
  position: relative;
  background: #F4F4F4;
  padding: 120px 60px;
  overflow-x: hidden;
}
.p-front-group.-news {
  background: #DCDCDC;
}
/* .p-front-group:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-group01.png) center/cover;
  mix-blend-mode: multiply;
} */
.p-front-group__container {
  position: relative;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-front-group {
    padding: 80px 30px;
  }
}
/*----------------------------------------
	p-front-flow-and-service
----------------------------------------*/
.p-front-flow-and-service {
  margin: 0 0 120px;
}
.p-front-flow-and-service__container {
  display: grid;
  gap: 120px;
}
.p-front-flow-and-service__column {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
.p-front-flow-and-service__column:nth-child(even) {
  flex-direction: row-reverse;
}
.p-front-flow-and-service__column:nth-child(even) .p-front-flow-and-service__img {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
.p-front-flow-and-service__img {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-front-flow-and-service__img a {
  display: block;
  opacity: 1;
  overflow: hidden;
}
.p-front-flow-and-service__img a:hover img {
  transform: scale(1.07, 1.07);
}
.p-front-flow-and-service__img a img {
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-front-flow-and-service__content {
  width: 40%;
}
.p-front-flow-and-service__heading {
  margin: 0 0 24px;
}
.p-front-flow-and-service__heading span, .p-front-flow-and-service__heading h2 {
  line-height: 1.4;
}
.p-front-flow-and-service__heading span {
  font-family: "Outfit", serif;
  display: block;
  color: #776E65;
  margin: 0 0 16px;
}
.p-front-flow-and-service__heading h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
  font-weight: 500;
}
.p-front-flow-and-service__text {
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .p-front-flow-and-service {
    margin: 0 0 80px;
  }
  .p-front-flow-and-service__container {
    gap: 80px;
  }
  .p-front-flow-and-service__column {
    flex-direction: column;
    gap: 32px;
  }
  .p-front-flow-and-service__column:nth-child(even) {
    flex-direction: column;
  }
  .p-front-flow-and-service__column:nth-child(even) .p-front-flow-and-service__img {
    margin-left: calc(50% - 50vw);
  }
  .p-front-flow-and-service__img {
    margin-right: calc(50% - 50vw);
  }
  .p-front-flow-and-service__content {
    width: 100%;
    padding: 0 16px;
  }
}
/*----------------------------------------
	p-front-diary
----------------------------------------*/
.p-front-diary {
  background: #D8BE9B;
  padding: 80px 60px;
  margin: 0 0 16px;
  border-radius: 10px;
}
.p-front-diary__container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: 1fr max-content;
  gap: 80px;
}
.p-front-diary__heading {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-front-diary__heading h2, .p-front-diary__heading p {
  color: #646464;
}
.p-front-diary__heading h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 24px;
}
.p-front-diary__heading p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
.p-front-diary__content {
  grid-column: 2/3;
  grid-row: 1/3;
}
.p-front-diary__item {
  padding: 0 0 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid #646464;
}
.p-front-diary__item:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.p-front-diary__link {
  display: flex;
  gap: 16px;
}
.p-front-diary__link:hover {
  opacity: 1;
}
.p-front-diary__link:hover .p-front-diary__img {
  opacity: 0.7;
}
.p-front-diary__img {
  width: 96px;
  transition: 0.3s;
}
.p-front-diary__img img {
  aspect-ratio: 1;
  object-fit: cover;
}
.p-front-diary__text {
  flex: 1;
}
.p-front-diary__text p {
  line-height: 1.4;
}
.p-front-diary__text p span {
  display: inline-block;
  font-size: 1.8rem;
  color: #646464;
  padding: 0 6px;
  border: 1px solid #646464;
}
.p-front-diary__text time {
  font-family: "Outfit", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #646464;
}
.p-front-diary__text h3 {
  font-weight: 500;
  line-height: 1.4;
  color: #646464;
  margin-top: 1.4rem;
}
.p-front-diary__button {
  display: grid;
  gap: 24px;
  grid-column: 1/2;
  grid-row: 2/3;
}

@media screen and (max-width: 767px) {
  .p-front-diary {
    padding: 80px 16px;
    margin-bottom: 0;
  }
  .p-front-diary__container {
    display: block;
  }
  .p-front-diary__heading {
    margin: 0 0 40px;
  }
  .p-front-diary__heading h2, .p-front-diary__heading p {
    text-align: center;
  }
  .p-front-diary__heading h2 {
    font-size: 3rem;
  }
  .p-front-diary__content {
    margin: 0 0 6rem;
  }
  .p-front-diary__text h3 {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .p-front-diary__item {
    padding: 0 0 1.4rem;
    margin: 0 0 1.4rem;
  }
  .p-front-diary__button {
    gap: 16px;
  }
}
/*----------------------------------------
	p-front-instagram-and-voice
----------------------------------------*/
#instagram {
  background-color: #F4F4F4;
  padding-bottom: 0;
}
#instagram .p-front-content__head span {
  font-size: 3rem;
  color: #3C3C3C;
  margin-bottom: 4rem;
}
#instagram .p-front-content__head p {
  font-size: 1.8rem;
}
.p-front-instagram-and-voice {
  margin: 0 0 120px;
}
.p-front-instagram-and-voice__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.p-front-instagram-and-voice__column {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 24px;
  padding: 80px 60px;
  border-radius: 5px;
}
.p-front-instagram-and-voice__column.-instagram {
  background: #939D72;
}
.p-front-instagram-and-voice__column.-voice {
  background: #BC7F55;
}
.p-front-instagram-and-voice__heading h2, .p-front-instagram-and-voice__heading p {
  text-align: center;
  color: #fff;
}
.p-front-instagram-and-voice__heading h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.p-front-instagram-and-voice__heading p {
  font-weight: 500;
  line-height: 2;
}
.p-front-instagram-and-voice__img {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #instagram .p-front-content__head span {
    margin-bottom: 3rem;
  }
  .p-front-instagram-and-voice {
    margin: 0 0 80px;
  }
  .p-front-instagram-and-voice__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-front-instagram-and-voice__column {
    padding: 40px 16px;
  }
}
/*----------------------------------------
	p-front-news
----------------------------------------*/
.p-front-news__container {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-rows: 1fr max-content;
  gap: 80px;
}
.p-front-news__heading {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-front-news__heading span, .p-front-news__heading h2 {
  line-height: 1.4;
}
.p-front-news__heading span {
  font-family: "Outfit", serif;
  display: block;
  color: #fff;
  margin: 0 0 16px;
}
.p-front-news__heading h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.p-front-news__content {
  grid-column: 2/3;
  grid-row: 1/3;
}
.p-front-news__content li {
  border-bottom: 1px solid #000;
}
.p-front-news__content li a {
  position: relative;
  display: block;
  padding: 30px 0 20px;
}
.p-front-news__content li a:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
.p-front-news__content li a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.p-front-news__content li a time, .p-front-news__content li a h3 {
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-front-news__content li a time {
  font-family: "Outfit", serif;
  display: block;
  color: #3C3C3C;
  margin: 0 0 8px;
  font-size: 1.8rem;
}
.p-front-news__button {
  grid-column: 1/2;
  grid-row: 2/3;
}

@media screen and (max-width: 767px) {
  .p-front-news__container {
    display: block;
  }
  .p-front-news__heading {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 2.4rem;
    margin: 0 0 16px;
  }
  .p-front-news__heading span {
    font-size: 2.3rem;
    margin: 0;
  }
  .p-front-news__content {
    margin-right: calc(50% - 50vw);
    margin-bottom: 32px;
  }
  .p-front-news__content li a {
    padding: 32px 0 16px;
  }
  .p-front-news__content li a h3 {
    padding-right: 1em;
  }
  .p-front-news__button {
    display: flex;
    justify-content: flex-end;
  }
}
/*----------------------------------------
	index
----------------------------------------*/

.introinner {
  z-index: 999;
  position: fixed;
  top:  0;
  left: 0;
  background: #EBEBEB;
  width: 100%;
  height: 100%;
}

.introinner .inner {
  position: absolute;
  display: none;
  left: 50%;
  top:  50%;
  transform: translate(-50%,-50%);
  width: 817px;
}
@media screen and (max-width: 767px) {
.introinner .inner {
  width: 75%;
}
}

/*----------------------------------------
  TOP - Instagram
----------------------------------------*/

.p-top__insta {
	position: relative;
  padding: 10rem 0 14rem;
  text-align: center;
}
.p-top__insta-ttl {
    position: relative;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    padding: 0 0 5rem 9rem;
    display: inline-block;
}
.p-top__insta-ttl:before {
    content: "";
	width: 6rem;
	height: 6rem;
	background: url(../images/icon-insta-top.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: -2rem;
	left: 0
}
.p-top__insta-ttl:after {
    content: "";
	width: 18rem;
	height: 15rem;
	background: url(../images/pop-followus.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: -15rem;
	right: -18rem;
}
#instagram #sb_instagram {
	width: 100% !important;
	padding-bottom: 0 !important;
}
#instagram #sb_instagram #sbi_images {
	float: none !important;
	justify-content: space-between;
	padding: 0 !important;
	display: flex !important;
}
#instagram #sb_instagram #sbi_images .sbi_item {
	width: 24% !important;
	float: none !important;
}
#instagram #sb_instagram .sbi_photo {
	height: 100% !important;
	aspect-ratio: 320 / 569;
}
.p-top__insta + .p-top__button {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width:768px) {
  .p-top__insta {
        padding: 18vw 0 23vw;
	}
  .p-top__insta-ttl {
      font-size: 4.3vw;
      padding: 0 0 15vw 15vw;
      display: inline-block;
  }
  .p-top__insta-ttl:before {
      width: 12vw;
      height: 12vw;
      top: -6vw;
      left: 0
  }
  .p-top__insta-ttl:after {
      width: 32vw;
      height: 27vw;
      top: -28vw;
      right: -10vw;
  }
	#instagram #sb_instagram {
		margin-left: 8% !important;
		margin-right: 8% !important;
		overflow: visible !important;
	}
	#instagram #sb_instagram.sbi_width_resp.swiper {
		width: auto !important;
	}
	#instagram #sb_instagram #sbi_images {
		float: none !important;
		justify-content: space-between;
		padding: 0 !important;
	}
	#instagram #sb_instagram #sbi_images .sbi_item {
		width: 86.25% !important;
	}
	#instagram #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item, 
  #instagram #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {
		margin-right: 10% !important;
	}
	#instagram #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item:last-of-type, 
  #instagram #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item:last-of-type {
		margin-right: 0% !important;
	}
	#instagram #sb_instagram .sbi_photo {
		height: 100% !important;
		aspect-ratio: 320 / 569;
	}
	#instagram #sb_instagram.sbi_small .sbi_playbtn, #instagram #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,
	#instagram #sb_instagram.sbi_medium .sbi_playbtn, #instagram #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
		font-size: 8vw;
	}
}