@charset "UTF-8";
@import url("https://use.typekit.net/aec6nmg.css");


/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  tab-size: 4;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}

::-moz-selection {
  background: #232323;
  color: #fff;
}

::selection {
  background: #232323;
  color: #fff;
}

::-moz-selection {
  background: #232323;
  color: #fff;
}

:root,
html,
body {
  /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
  font-family: "shippori-mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  letter-spacing: .05em;
  line-height: 180%;
  width: 100%;
  background: #A4A08B;
}

body {
  color: #232323;
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  color: #00A6FF;
  position: relative;
  text-decoration: none;
  transition: all .5s ease;
}

a img {
  transition: all .8s ease-out;
}

a img:hover {
  opacity: .7;
}

li {
  list-style: none;
}



.link {
  color: black;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}

.link::before,
.link::after {
  background-color: #ddd;
  content: '';
  height: .1rem;
  position: absolute;
}

.link::before {
  bottom: 0;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}

.link::after {
  bottom: 0;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}

.link:hover::before {
  background-color: #232323;
  width: 100%;
}

.link:hover::after {
  background-color: #232323;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}


.f-freepage {
  background: #A4A08B;
  background-color: #A4A08B;
  color: #303030;
  transition: all 1s;
  overflow: hidden;
}

.l-content {
  display: flex;
  flex: 0 1 1640;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640;
}

@media only screen and (max-width: 640px) {
  .l-content {
    flex-direction: column;
  }
}

.l-main {
  flex: 0 2 auto;
  margin: 0 20px;
  max-width: 865px;
}

.l-sub {
  flex: 0 0 275px;
  margin: 0 20px;
  margin-left: 40px;
}

@media only screen and (max-width: 640px) {
  .l-sub {
    flex: 1 1 100%;
    margin: 10px;
  }
}

.l-basewidth {
  margin: 0 auto;
  max-width: 1640px;
  padding-left: 40px;
  padding-right: 40px;
  width: 60vw;
}

@media only screen and (max-width: 640px) {
  .l-basewidth {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-basewidth {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .l-flex {
    flex-direction: column;
  }
}

.l-halfColumn {
  flex: 1 0 0px;
  margin-right: 40px;
}

.l-halfColumn:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .l-halfColumn {
    display: block;
    flex: 1 1 100%;
    margin-right: 0;
    max-width: none;
  }
}

.l-quaterColumn {
  flex: 1 0 0px;
  margin-right: 40px;
}

.l-quaterColumn:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .l-quaterColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn {
  flex: 1 0 0px;
}

@media only screen and (max-width: 640px) {
  .l-tripartitionColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn:last-child {
  margin-right: 0;
}

.l-halfTile {
  display: flex;
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-basis: 100%;
  }
}

.l-grid {
  align-items: center;
  display: -ms-grid;
  display: grid;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .l-grid {
    display: block;
  }
}

.l-section {
  margin: 0 auto;
  padding-bottom: 250px;

}

@media only screen and (max-width: 640px) {
  .l-section {
    overflow: hidden;
    padding-bottom: 60px;

    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-section {
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
}

.l-footer {
  background: #f7f7f7;
  font-family: cormorant-garamond, serif;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .l-footer {
    margin: 0 1rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-footer {
    padding: 0 3rem;
  }
}

.l-footer__copy {
  font-size: 1.2rem;
  padding: 2rem 0;
  text-align: center;
}

.p-hero__inner {
  position: relative;
}

.p-hero__titleWrap {
  -webkit-transform: translate(-70%, -50%);
  color: #fff;
  display: block;
  font-family: cormorant-garamond, serif;
  font-weight: 400;
  font-style: normal;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleWrap {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    margin: 0 0 40px;
    text-align: center;
  }
}

.p-hero__title {
  font-size: max(55px, 2vw);
  margin: 0 auto 2rem;
  font-family: trajan-pro-3, serif;
  font-weight: 300;
  white-space: nowrap;
}

.p-hero__title img {
  width: 30vw;
  min-width: 200px;
  max-width: 300px;
}

@media only screen and (max-width: 640px) {
  .p-hero__title {
    font-size: 33px;
  }

  .p-hero__title {
    margin: 0 auto;
  }
}

.p-hero__titleS {
  font-size: clamp(15px, 2.3vw, 27px);
  margin: 0 auto 4.1666666667vw;
  font-weight: 300;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleS {
    font-size: 16px;
  }
}

.p-hero__titleSub {
  font-size: max(24px, 1vw);
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleSub {
    font-size: 15px;
  }
}

.p-hero__titleSub>br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleSub>br {
    display: inline;
  }
}

.p-hero .swiper-container {
  aspect-ratio: 1920/1080;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .p-hero .swiper-container {
    aspect-ratio: 1080/1920;
    height: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero .swiper-container {
    height: 100%;
  }
}

.p-hero .swiper-slide {
  background-position: center bottom;
  background-size: cover;
}

.p-hero .swiper-slide--1 {
  background: url(../img/hero_01.jpg) 50% 50%/cover;
}

@media only screen and (max-width: 640px) {
  .p-hero .swiper-slide--1 {
    background: url(../img/hero-sp_01.jpg) 50% 50%/cover;
  }
}

.p-hero .swiper-slide--2 {
  background: url(../img/hero_04.jpg) 50% 50%/cover;
}

@media only screen and (max-width: 640px) {
  .p-hero .swiper-slide--2 {
    background: url(../img/hero-sp_02.jpg) 50% 50%/cover;
  }
}

.p-hero .swiper-slide--3 {
  background: url(../img/hero_03.jpg) 50% 50%/cover;
}

@media only screen and (max-width: 640px) {
  .p-hero .swiper-slide--3 {
    background: url(../img/hero-sp_03.jpg) 50% 50%/cover;
  }
}

.p-hero .swiper-slide--4 {
  background: url(../img/hero_02.jpg) 50% 50%/cover;
}

@media only screen and (max-width: 640px) {
  .p-hero .swiper-slide--4 {
    background: url(../img/hero-sp_04.jpg) 50% 50%/cover;
  }
}

.p-prologue {
  font-size: 18px;
  position: relative;
  background-color: #e7e7e7;
  color: #000000;
  padding: 30rem 0;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-prologue {
    padding: 20rem 0;
  }
}

.p-prologue__copyWrap {
  display: inline-block;
  margin: 328px auto;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .p-prologue__copyWrap {
    margin: 124px auto;
  }
}

.p-prologue__copy {
  color: #333;
  font-family: cormorant-garamond, serif;
  font-size: 73px;
}

@media only screen and (max-width: 640px) {
  .p-prologue__copy {
    font-size: 40px;
  }
}

.p-prologue__copySub {
  color: #333;
  font-size: 30px;
}

@media only screen and (max-width: 640px) {
  .p-prologue__copySub {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .p-prologue {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .p-prologue__inner {
    padding: 100px 0;
    width: 90%;
  }
}

.p-prologue__textWrap {
  margin: 0 auto;
  max-width: 990px;
  letter-spacing: 0.2em;
  font-weight: 300;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-prologue__textWrap {
    width: 80%;
  }
}

.p-prologue__text {

  font-size: clamp(15px, 0.8vw, 22px);
  letter-spacing: 0.2em;
  line-height: 1.9;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-prologue__text {
    font-size: 14px;
    text-align: left;
  }
}

.p-prologue__text+.p-prologue__text {
  margin: 10px 0 0;
}

.p-sceneMargin {
  width: 60vw;
  max-width: 1060px;
}

@media only screen and (max-width: 640px) {
  .p-sceneMargin {
    width: 100vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-sceneMargin {
    width: 80vw;
  }
}

.p-scene1 {
  position: relative;
  overflow: hidden;
  background-color: #C2C3C6;
}

@media only screen and (max-width: 640px) {
  .p-scene1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /* padding-bottom: 20rem;
    padding-top: 60px; */
  }
}

.p-scene__inner>* {
  margin: 0 auto 14.4791666667vw;
}

.p-scene1__head {
  width: 100vw;
  padding: 300px;
  background: url(../img/scene1_back.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 640px) {
  .p-scene1__head {
    padding: 80px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene1__head {
    padding: 125px;
  }
}

.p-scene__ttlWrap {
  text-align: center;
  color: #ffffff;
}

.p-scene__ttlLine {
  width: 20px;
  height: .5px;
  background-color: #ffffff;
  margin: 30px auto;
}

.p-scene__ttl {
  margin-bottom: 10px;
}

.p-scene__desc {
  font-size: clamp(14px, 0.8vw, 20px);
}

@media only screen and (max-width: 640px) {
  .p-scene1__bodyTop {
    margin: 0 auto 50px;
  }

  .p-scene__ttlLine {
    margin: 10px auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene1__bodyTop {
    grid-template-columns: 60%;
  }
}

.p-scene1__credit {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: cormorant-garamond, serif;
  font-weight: 400;
  line-height: 1.5;
  z-index: 4;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene1__credit {
    left: 5%;
  }
}

.p-scene1__credit li a {
  color: #303030;
  text-decoration: none;
  border-bottom: 1px solid #241c1a;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

.p-scene4 .p-scene1__credit li a {
  color: #ffffff;
}

.p-scene1__credit li a:hover {
  color: #4b443f;
  border-bottom: 1px solid #F2EEE4;
}

@media only screen and (max-width: 640px) {
  .p-scene1__credit {
    font-size: 0.8rem;
    padding: 0px;
    margin: 0;
    margin: auto;
    width: 90vw;
  }
}

.p-scene1__credit>li {
  margin: 0 0 16px;
}

.p-scene1__credit>li>a {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .p-scene1__credit>li {
    margin: 0 0 5px;
  }

  .p-scene1__credit>li>a {
    font-size: 12px;
  }
}

.p-scene__txt {
  text-align: center;
  line-height: 3;
  font-size: clamp(15px, 0.8vw, 22px);
  margin: 0 0 0 2vw;
}

@media only screen and (max-width: 640px) {
  .p-scene__txt {
    line-height: 2.3;
    margin: 20vw 5vw;
  }
}

.p-scene1__bodyMiddle {
  -ms-grid-columns: 40.1041666667vw 9.4791666667vw 31.25vw;
  -ms-grid-rows: auto 9.4791666667vw auto;
  gap: 5%;
  grid-template-areas:
    "img1-4 img1-3"
    "img1-4 img1-3";
  grid-template-columns: 27% 28%;
  grid-template-rows: auto auto;
  position: relative;
  margin: 0 auto;
}

.p-scene1__bodyMiddle::before {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1920/800;
  background: url(../img/scene1_back-2.jpg) 50% 50%/cover;
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .p-scene1__bodyMiddle {
    margin: 15rem auto;
  }

  .p-scene1__bodyMiddle::before {
    -webkit-transform: translateY(-50%);
    aspect-ratio: 1920/1257;
    background: url(../img/scene1_back-2.jpg) 50% 50%/cover;
    content: "";
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 100%;
  }
}



.p-scene1__img {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-scene1__img--1-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: img1-3;
  margin-top: 40vw;
}

.p-scene1__img--1-4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img1-4;
  margin-top: 10vw;

}

@media only screen and (max-width: 640px) {
  .p-scene1__img--1-3 {
    width: 60%;
    margin-left: 5vw;
  }

  .p-scene1__img--1-4 {
    width: 60%;
    margin-right: 5vw;
  }
}

.p-scene1__img--1-5 {
  margin-top: 20vw;
}

.p-scene1__footTxt {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-scene1__footTxt {
    text-align: center;
    margin: 0 5vw;
  }

  .p-scene1__img--1-5 {
    margin-top: 20vw;
    width: 90vw;
  }
}

.p-scene__txt-main {
  margin-top: 10vw;
  font-size: clamp(17px, 1.3vw, 20px);
}

.p-scene2 .p-scene__txt-main {
  margin-top: 0;
}

.p-scene__txt-sub {
  margin-top: 2vw;
  font-size: clamp(15px, 0.8vw, 18px);
}

.p-products {
  padding: 240px 0;
  color: #1C1E02;
}

@media only screen and (max-width: 640px) {
  .p-products {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products {
    padding: 100px 0;
  }
}

.p-products__ttl {
  letter-spacing: 0.1em;
  margin: 0 auto 200px;
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__ttl {
    margin: 50px auto 100px;
  }
}

.p-products__ttl>span {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .p-products__ttl>span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__ttl>span {
    font-size: 30px;
  }
}

.p-products__body {
  -ms-grid-columns: 33.0729166667vw 7.8125vw 25.7291666667vw;
  gap: 5.8125vw;
  grid-template-columns: 33.0729166667vw 25.7291666667vw;
}

@media only screen and (max-width: 640px) {
  .p-products__body {
    gap: 1.8125vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__body {
    -ms-grid-columns: 43.0729166667vw 7.8125vw 25.7291666667vw;
    grid-template-columns: 43.0729166667vw 25.7291666667vw;
  }
}

.p-products__body--reverse {
  -ms-grid-columns: 25.7291666667vw 33.0729166667vw;
  grid-template-columns: 25.7291666667vw 33.0729166667vw;
  margin-top: 7.5vw;
}

@media only screen and (max-width: 640px) {
  .p-products__body--reverse {
    margin-top: 20.5vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__body--reverse {
    -ms-grid-columns: 25.7291666667vw 43.0729166667vw;
    grid-template-columns: 25.7291666667vw 43.0729166667vw;
  }
}

.p-products__info {
  font-family: cormorant-garamond, serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.p-products__info+.p-products__info {
  margin: 96px 0 0;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__info+.p-products__info {
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .p-products__info {
    margin: 48px 20px 0;
  }

  .p-products__info+.p-products__info {
    margin: 48px 20px;
  }
}

.p-products__color {
  margin: 0 0 8px;
}

.p-products__color>span {
  font-size: 15px;
  margin-right: 8px;
}

.p-products__price {
  font-size: 14px;
  margin: 0 0 24px;
}

.p-products__price>span {
  font-size: 12px;
}

.p-products__desc {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  font-size: clamp(14px, 0.8vw, 20px);
  grid-row: 1/2;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .p-products__desc {
    font-size: 14px;
    margin: 24px 20px 0;
    line-height: 1.5;
  }
}

.p-products__foot {
  margin: 15.625vw auto 0;
  width: 62.5vw;
}

@media only screen and (max-width: 640px) {
  .p-products__foot {
    width: 90%;
  }
}


.p-scene2 {
  position: relative;
  overflow: hidden;
  background-color: #D9DBCD;
}

@media only screen and (max-width: 640px) {
  .p-scene2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }
}

.p-scene2__head {
  width: 100vw;
  padding: 250px;
  background: url(../img/scene2_back.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 640px) {
  .p-scene2__head {
    padding: 60px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene2__head {
    padding: 125px;
  }
}

.p-scene2__img {
  margin: auto;
  /* position: relative;
  z-index: 1; */
}

.p-scene2__img--1-1 {
  margin-top: 20vw;
  margin-bottom: 10vw;
}

.p-scene2__img--1-2 {
  width: 35vw;
  margin: 10rem auto 2rem;
}

@media only screen and (max-width: 640px) {
  .p-scene2__img--1-1 {
    margin: 10vw 5vw;
  }

  .p-scene2__img--1-2 {
    width: 90vw;
    margin: 5rem auto 2rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene2__img--1-2 {
    width: 60vw;
  }
}

.p-scene2__bodyTop-block {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 20rem auto 30rem;
  /* padding: 35rem 0; */
}

@media only screen and (max-width: 640px) {
  .p-scene2__bodyTop-block {
    margin: 5rem auto;
    padding: 10rem 0 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene2__bodyTop-block {
    margin: 10rem auto;
    padding: 10rem 0;
  }
}

.p-scene2__bodyTop-box {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  /* 横に3列並べる */
  gap: 50px;
  z-index: 2;
}

.p-scene2__bodyTop-txt {
  margin-top: 20px;
}

.p-scene2__img--1-4 {
  width: 60%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .p-scene2__bodyTop-box {
    grid-template-columns: none;
    /* 横に3列並べる */

  }

  .p-scene2__img--1-3 {
    margin: 0 5vw;
  }

  .p-scene2__bodyTop-txt {
    margin: 0 5vw;
    text-align: center;
  }

  .p-scene2__img--1-4 {
    display: none;

  }

}

.p-scene2__products::before {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1920 / 624;
  background: url(../img/scene2_back-2.jpg) 50% 50% / cover;
  content: "";
  position: absolute;
  top: 73%;
  transform: translateY(-50%);
  width: 100%;
}

.p-scene3 .p-scene2__products::before {
  top: 76%;
}

.p-scene2__products .p-products__body {
  position: relative;
  top: -100px;
}

.p-scene2__img--1-5 {
  margin-top: 20rem;
}

@media only screen and (max-width: 640px) {
  .p-scene2__products .p-products__body {
    top: 60px;
  }

  .p-scene2__products::before {
    -webkit-transform: translateY(-50%);
    aspect-ratio: 1920 / 1800;
    top: 80%;
  }

  .p-scene3 .p-scene2__products::before {
    -webkit-transform: translateY(-50%);
    aspect-ratio: 1920 / 1800;
    top: 84%;
  }

  .p-scene3 .p-scene2__products .p-products__body {
    position: relative;
    top: -100px;
  }

  .p-scene2__img--1-5 {
    margin-top: 20rem;
    width: 90vw;
  }
}

.p-scene3 {
  position: relative;
  overflow: hidden;
  background-color: #c2b4a1;
}

.p-scene3__head {
  width: 100vw;
  padding: 250px;
  background: url(../img/scene3_back.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 640px) {
  .p-scene3__head {
    padding: 60px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene3__head {
    padding: 125px;
  }

  .p-scene2__products::before {
    top: 76%;
  }

  .p-scene3 .p-scene2__products::before {
    top: 82%;
  }
}

.p-scene3 .p-scene1__bodyMiddle::before {
  background: url(../img/scene3_back-2.jpg) 50% 50%/cover;
}

.p-scene1__footTxt-3 {
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  .p-scene1__footTxt-3 {
    color: #303030;
    text-align: center;
    margin-left: -30vw;
  }
}

.p-scene3 .p-scene__txt-main {
  margin-top: 3vw;
  font-size: clamp(15px, 1.5vw, 25px);
}

.p-scene3__img--1-4 {
  width: 30vw;
  margin-top: 20rem;
  margin-bottom: 30rem;
}

.p-scene3__img--1-6 {
  width: 50vw;

}

@media only screen and (max-width: 640px) {
  .p-scene3__img--1-4 {
    width: 90vw;
    margin-top: 10rem;
    margin-bottom: 25rem;
  }

  .p-scene3__img--1-6 {
    width: 90vw;

  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene3__img--1-4 {
    width: 50vw;
  }
}

.p-scene3__products::before {
  background: url(../img/scene3_back-3.jpg) 50% 50% / cover;
}

.p-scene3 .p-products__info {
  color: #ffffff;
}

.p-scene2 .p-products__info {
  color: #ffffff;
}

.p-scene4 {
  /* position: relative;
  overflow: hidden; */
  background-color: #867D6F;
  color: #ffffff;
}

.p-scene4__head {
  width: 100vw;
  padding: 250px;
  background: url(../img/scene4_back.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 640px) {
  .p-scene4__head {
    padding: 60px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene1__head {
    padding: 125px;
  }

  .p-scene4__head {
    padding: 125px;
  }
}


.p-scene4 .p-scene__txt-main {
  margin-top: 0;
}

.p-scene4__block {
  display: flex;
  gap: 10vw;
  flex-direction: column;
}

.p-scene4__blockInner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}

.p-scene4__blockInner-2 {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  grid-template-areas:
    "a  b";
  align-items: center;
}

.p-scene4__img--1-1 {
  margin: 10rem auto 2rem;
  grid-area: b;
}

.p-scene4 .p-scene1__footTxt {
  grid-area: a;
  margin-top: 100px;
}

.p-scene4 .p-scene__txt {
  margin-top: 100px 0 0 2rem;
}

.p-scene4__img--1-2 {
  /* margin-bottom: 30rem; */
}

.p-scene4__block {
  position: relative;
  z-index: 2;
}

.p-scene4__blockBack {
  position: absolute;
  width: 35vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin: 0 auto 20rem; */
  z-index: 1;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene1__imgTop .p-scene4__img--1-1 {
    margin: 0 auto 2rem;
  }

  .p-scene4__blockBack {
    width: 50vw;
  }
}

@media only screen and (max-width: 640px) {
  .p-scene4__blockInner {
    grid-auto-flow: row;
    gap: 30px;
    grid-template-columns: auto;
  }

  .p-scene4__blockInner-2 {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }

  .p-scene1__imgTop .p-scene4__img--1-1 {
    margin: 0 auto 2rem;
    width: 90vw;
  }

  .p-scene4__img--1-1 {
    margin: 30px 0 0 0;
    width: 70vw;
  }

  .p-scene4__block {
    gap: 5vw;
  }

  .p-scene4__img--1-2 {
    width: 70vw;
    margin: auto;
  }

  .p-scene4__blockBack {
    width: 70vw;
  }

  .p-scene4 .p-scene1__footTxt {
    margin-top: 0;
  }
}




.p-scene4__img--1-4 {
  width: 40vw;
  margin: auto 20rem;
}

@media only screen and (max-width:640px) {
  .p-scene4__img--1-4 {
    width: 90vw;
    margin: 20rem auto 20rem;
  }

  .p-scene4__blockBack {
    top: 92%;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-scene4__img--1-4 {
    width: 100%;
    margin: 0;
  }
}


.p-scene1__desc {
  font-size: clamp(14px, 0.8vw, 20px);
  line-height: 2.3;
}

@media only screen and (max-width: 640px) {
  .p-scene1__desc {
    font-size: 14px;
    margin: 0 20px;
  }
}

.p-scene1__bodyBottom>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-scene1__bodyBottom>*:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-scene1__bodyBottom>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-scene1__bodyBottom>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}






.p-brand {
  padding: 240px 0;
  background-color: #6C6D6F;
  color: #ffffff;
}

.p-brand__inner {
  width: 60vw;
  /* よこ */
  -ms-grid-columns: auto 44px auto;
  /* たて */
  -ms-grid-rows: auto 44px auto 44px auto;
  align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 44px;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  justify-content: center;
  margin: 0 auto;
  max-width: 990px;
}

.p-brand__inner>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-brand__inner>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-brand__inner>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-brand__inner>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-brand__inner>*:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-brand__inner>*:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.p-brand__link {
  font-size: 17px;
  text-align: right;
}

.p-brand__txtArea {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  width: 60vw;
}

.p-brand__txt {
  font-size: 16px;
  line-height: 1.8;
}

.p-brand__txt+.p-brand__txt {
  margin-top: 1.5em;
}

.p-brand__txt:last-of-type {
  margin-bottom: 40px;
}

.p-brand__logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 1;
  width: 270px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {

  /* .p-brand__txt {
    width: calc(100% - 100px);
  } */
  .p-brand {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 640px) {
  .p-brand {
    padding: 80px 0;
  }

  .p-brand__inner {
    -ms-grid-columns: auto;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto;
    gap: 30px;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
    max-width: initial;
  }

  .p-brand__inner>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-brand__inner>*:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .p-brand__inner>*:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .p-brand__inner>*:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  /* .p-brand__ttl {
    font-size: 40px;
  } */
  .p-brand__link {
    order: 4;
  }

  .p-brand__txtArea {
    grid-column: initial;
  }

  .p-brand__txt:last-of-type {
    margin-bottom: 0;
  }

  .p-brand__txt {
    font-size: 14px;
  }

  .p-brand__logo {
    /* grid-column: initial;
    margin: 0 0 0 auto; */
    width: 60%;
    min-width: 200px;
  }

  .p-brand__txtArea {
    width: 80vw;
  }

}

.p-products {
  padding: 240px 0;
  color: #1C1E02;
}

@media only screen and (max-width: 640px) {
  .p-products {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products {
    padding: 100px 0;
  }
}

.p-products__ttl {
  letter-spacing: 0.1em;
  margin: 0 auto 200px;
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__ttl {
    margin: 50px auto 100px;
  }
}

.p-products__ttl>span {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .p-products__ttl>span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__ttl>span {
    font-size: 30px;
  }
}

.p-products__body {
  gap: 5vw;
  grid-template-columns: 25vw 15vw;
  margin-top: 100px;
}

@media only screen and (max-width: 640px) {
  .p-products__body {
    gap: 1.8125vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__body {
    -ms-grid-columns: 43.0729166667vw 7.8125vw 25.7291666667vw;
    grid-template-columns: 43.0729166667vw 25.7291666667vw;
  }
}

.p-products__body--reverse {
  -ms-grid-columns: 25.7291666667vw 33.0729166667vw;
  grid-template-columns: 25.7291666667vw 33.0729166667vw;
  margin-top: 7.5vw;
}

@media only screen and (max-width: 640px) {
  .p-products__body--reverse {
    margin-top: 20.5vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__body--reverse {
    -ms-grid-columns: 25.7291666667vw 43.0729166667vw;
    grid-template-columns: 25.7291666667vw 43.0729166667vw;
  }
}

.p-products__info {
  font-family: cormorant-garamond, serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.p-products__info+.p-products__info {
  margin: 96px 0 0;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__info+.p-products__info {
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .p-products__info {
    margin: 48px 20px 0;
  }

  .p-products__info+.p-products__info {
    margin: 48px 20px;
  }
}

.p-products__Bname {
  font-size: 40px;
  margin: 0 0 8px;
  font-family: trajan-pro-3, serif;
  font-weight: 200;
  white-space: nowrap;
}

.p-products__color {
  margin: 0 0 8px;
}

.p-products__color>span {
  font-size: 15px;
  margin-right: 8px;
}

.p-products__price {
  font-size: 14px;
  margin: 0 0 24px;
}

.p-products__price>span {
  font-size: 12px;
}

.p-products__desc {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  font-size: clamp(14px, 0.8vw, 20px);
  grid-row: 1/2;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .p-products__desc {
    font-size: 14px;
    margin: 24px 20px 0;
    line-height: 1.5;
  }
}

.p-products__foot {
  margin: 15.625vw auto 0;
  width: 62.5vw;
}

@media only screen and (max-width: 640px) {
  .p-products__foot {
    width: 90%;
  }
}


.p-event__head {
  margin: 0 0 40px;
}

.p-event__body {
  -ms-grid-columns: 1fr 60px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 640px) {
  .p-event__body {
    -ms-grid-columns: 1fr;
    gap: 80px;
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-event__body {
    width: 70%;
  }
}

.p-event__image {
  margin: 0 0 40px;
}

.p-event__desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 40px;
}

.p-event__linkEn {
  font-size: 40px;
}


.sectionLabel {
  align-items: center;
  color: #5BA4C3;
  display: flex;
  flex: 1 1 auto;
  font-family: century-gothic, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  padding-bottom: 80px;
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .sectionLabel {
    font-size: 3rem;
    padding: 0 2rem 2.5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sectionLabel {
    font-size: 3.5rem;
    padding: 0 2rem 4rem;
  }
}

.c-articleLabelL {
  font-family: cormorant-garamond, serif;
  font-size: clamp(23px, 2.7vw, 45px);
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .c-articleLabelL {
    /* margin: 3rem auto; */
  }
}

.c-articleLabelM {
  font-family: cormorant-garamond, serif;
  font-size: min(1.7vw, 30px);
  font-weight: 400;
  line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
  .c-articleLabelM {
    font-size: 15px;
    line-height: 1.5em;
  }
}

.articleLabelS {
  font-size: 1.2rem;
  font-weight: 100;
  margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .nonePc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .noneSp {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .noneTl {
    display: none;
  }
}

.c-linkButton {
  background: #000;
  border: 1px solid #000;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-family: cormorant-garamond, serif;
  font-size: 16px;
  line-height: 1;
  padding: 8px 1.6em 9px;
  position: relative;

  transition: all 0.3s ease-in-out;
}

.c-linkButton::after {
  -webkit-transform: rotate(45deg);
  border-right: 1px #ffffff solid;
  border-top: 1px #ffffff solid;
  content: "";
  display: block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  width: 4px;

}

.c-linkButton:hover {
  background: #fff;
  background-position: 99% 60%;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
}

.c-linkButton:hover::after {
  border-right: 1px #000000 solid;
  border-top: 1px #000000 solid;
}

.linkArr {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: century-gothic, sans-serif;
  position: relative;
  text-align: left;
  width: 200px;
}

.linkArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 35px;
}

.linkArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 10px;
}

.linkArr__wrap {
  color: #fff;
  display: block;
  font-size: 12px;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}

.linkArr:hover .BtnArr__arr,
.linkArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(10px);
  background-color: #fff;
  transform: translateX(10px);
  transition: all 0.5s ease;
}

.linkArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.c-linkUnderLine {
  display: inline-block;
  font-family: cormorant-garamond, serif;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
  color: #ffffff;
}

.c-linkUnderLine-none {
  display: inline-block;
  font-family: cormorant-garamond, serif;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
  color: #303030;
  margin-bottom: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .c-linkUnderLine-none {
    font-size: 12px;
  }
}

.c-linkUnderLine::before,
.c-linkUnderLine::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
}




.c-linkUnderLine::before {
  bottom: -1px;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}

.c-linkUnderLine::after {
  bottom: -1px;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}

.c-linkUnderLine:hover {
  text-decoration: none;
}

.c-linkUnderLine:hover::before {
  background-color: #A4A08B;
  width: 100%;
}

.c-linkUnderLine:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}

.c-linkUnderLine-2::before,
.c-linkUnderLine-2::after {
  background-color: #ffffff;
}

.c-linkHoverLine {
  color: #333;
  display: inline-block;
  font-family: century-gothic, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}

.c-linkHoverLine::after {
  background: #A4A08B;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}

.c-linkHoverLine:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.c-linkHoverLine:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.u-mt10px {
  margin-top: 10px;
}

.u-mt20px {
  margin-top: 20px;
}

.u-mt30px {
  margin-top: 30px;
}

.u-mt60px {
  margin-top: 60px;
}

.u-mb100px {
  margin-bottom: 100px;
}

.u-imgfix {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.js-show-b {
  -webkit-transform: translate(0, 10px);
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1s;
}

.js-show-b.is-show-b {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-t {
  -webkit-transform: translate(0, -10px);
  opacity: 0;
  transform: translate(0, -10px);
  transition: all 1s;
}

.js-show-t.is-show-t {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-l {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
  transform: translate(-10px, 0);
  transition: all 1s;
}

.js-show-l.is-show-l {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-r {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
  transform: translate(10px, 0);
  transition: all 1s;
}

.js-show-r.is-show-r {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

body.is-active-bg .f-freepage {
  background: #fff;
  transition: all 1s;
}



/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.Opening {
  -webkit-animation: Opening 4s ease-in-out both;
  animation: Opening 4s ease-in-out both;
  position: relative;
  z-index: 9999;
}

.Opening__layer {
  -webkit-animation: HiddenLayer 1s 3s ease-in-out both;
  animation: HiddenLayer 1s 3s ease-in-out both;
  background: #4A4D50;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.Opening__logoArea {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: logo 3s ease-in-out both;
  animation: logo 3s ease-in-out both;
  color: #EFEADF;
  left: 50%;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  z-index: 9999;
}

@media only screen and (max-width: 640px) {
  .Opening__logoArea {
    width: 40rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Opening__logoArea {
    width: 70%;
  }
}

@-webkit-keyframes Opening {
  0% {}

  100% {
    visibility: hidden;
  }
}

@keyframes Opening {
  0% {}

  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes HiddenLayer {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes HiddenLayer {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* header */
.Header__logo {
  left: 3rem;
  position: fixed;
  top: 3rem;
  width: 8rem;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .Header__logo {
    left: 1rem;
    position: absolute;
    top: 1rem;
  }
}

.Footer__copy {
  font-size: 1.2rem;
  padding: 1rem 0;
  text-align: center;
  color: #EFEADF;
  background-color: #2e2f32;
}

.Section {
  margin: 0 auto 5rem;
  max-width: 1640px;
  padding: 8rem 0;
  width: 85.41667%;
}

@media only screen and (max-width: 640px) {
  .Section {
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Section {
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ drawer menu */
.drawer-menu {

  background: #4A4D50;
  box-sizing: border-box;
  height: 100%;
  opacity: 0;
  padding: 12rem 5rem;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: all .5s;
  visibility: hidden;
  width: 0;
}

.drawer-menu__backnumber>.ajax {
  -ms-grid-columns: 1fr 1.5rem 1fr;
  gap: 5rem 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .drawer-menu__backnumber>.ajax {
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
    gap: 5rem 3rem;
    grid-template-columns: repeat(3, 1fr);
    width: 110rem;
  }
}

/* .drawer-menu__ttl {
  font-family: 'Marcellus', serif;
  font-size: 3rem;
  font-weight: normal;
  padding: 5rem 0 3rem;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .drawer-menu__ttl {
    font-size: 3.5rem;
    padding: 10rem 0 5rem;
  }
} */

.drawer-menu__body {
  margin: 8rem auto;
  opacity: 0;
  padding: 1rem 0;
  text-align: left;
}

.drawer-menu__hpLink a {
  color: #ffffff;
  display: block;
  font-weight: 500;
  font-family: cormorant-garamond, serif;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 1.5rem 0;
  position: relative;
}

.drawer-menu__hpLink a span {

  font-size: 1.3rem;
}

.drawer-menu__hpLink a:before,
.drawer-menu__hpLink a::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms 0s ease;
  vertical-align: middle;
}

.drawer-menu__hpLink a::before {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  height: 10px;
  right: 3px;
  transform: rotate(45deg);
  width: 10px;
}

.drawer-menu__hpLink a:hover:before,
.drawer-menu__hpLink a:hover::after {
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg);
}

.drawer-menu dl {
  display: inline-block;
  text-align: left;
}

.drawer-menu dt {
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
}

.drawer-menu dt:not(:first-of-type) {
  margin-top: 4rem;
}

.drawer-menu dd {
  border-left: 5px solid #232323;
  font-size: 2rem;
  font-weight: 400;
  margin-left: 2rem;
  padding-left: 1rem;
}

.drawer-menu dd a {
  color: #999;
  display: inline-block;
  height: 5rem;
  line-height: 5rem;
  position: relative;
  transition: all .3s;
}

.drawer-menu dd a::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: left top;
  background: #333;
  bottom: 5px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.drawer-menu dd a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* ------------------------------------------------ checkbox */
.check {
  display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
  cursor: pointer;
  display: block;

  font-size: 10px;
  height: 30px;
  position: fixed;
  right: 3rem;
  text-align: center;
  top: 3rem;
  width: 30px;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .menu-btn {
    right: 10px;
    top: 10px;
  }
}

.bar {
  -webkit-transform-origin: left top;
  background: #232323;
  display: block;
  height: .1rem;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all .5s;
  width: 3rem;
}

@media only screen and (max-width: 640px) {
  .bar {
    width: 3rem;
  }
}

.bar.middle {
  opacity: 1;
  top: 10px;
}

.bar.bottom {
  -webkit-transform-origin: left bottom;
  top: 20px;
  transform-origin: left bottom;
}

.menu-btn__text {
  bottom: -15px;
  color: #000;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all .5s;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
}


.close-menu {
  background: rgb(73 86 77 / 50%);
  cursor: url(../images/cross.svg), auto;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: all;
  visibility: hidden;
  width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked~.drawer-menu {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition-delay: .3s;
  visibility: visible;
  width: 40rem;
  z-index: 5;
}

@media only screen and (max-width: 640px) {
  .check:checked~.drawer-menu {
    width: 90%;
  }
}

.check:checked~.drawer-menu .drawer-menu__body {
  opacity: 1;
}

.check:checked~.drawer-menu .drawer-menu__inner {
  opacity: 1;
  transition: all .5s .5s;
  visibility: visible;
}

.check:checked~.contents {
  transition-delay: 0s;
}

.check:checked~.menu-btn .menu-btn__text {
  opacity: 0;
  visibility: hidden;
}

.check:checked~.menu-btn .bar.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
}

.check:checked~.menu-btn .bar.middle {
  opacity: 0;
}

.check:checked~.menu-btn .bar.bottom {
  -webkit-transform: rotate(-45deg);
  top: 23px;
  transform: rotate(-45deg);
  width: 35px;
}

.check:checked~.close-menu {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition-delay: .3s;
  transition-duration: 1s;
  visibility: visible;
  z-index: 3;
}



.overlay-text p {
  margin: 10px 0;
}


.p-swiper-container-middle {
  width: 35vw;
  margin: 15rem auto 2rem;
}

@media only screen and (max-width: 640px) {
  .p-swiper-container-middle {
    width: 90%;
    margin: 5rem auto 2rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-swiper-container-middle {
    width: 80%;
  }
}

.p-swiper-container-middle .swiper-slide img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .p-swiper-container-top {
    width: 80%;
    margin: 15rem auto;
  }
}








.p-prologue__ttl {
  padding: 0 0 50px;
  font-family: cormorant-garamond, serif;
  font-weight: 400;
  line-height: 1.5em;
  font-style: normal;
  color: #818181;
  font-size: clamp(21px, 1.5vw, 30px);
  text-align: center;
}

.p-prologue__ttlWrap {
  display: flex;
  justify-content: center;
}

.p-prologue__ttlMain-line {
  width: 65px;
  height: 1px;
  background-color: #000000;
  margin: 20px 5px;
}

.p-prologue__ttlMain {
  padding: 0 0 50px;
  font-family: cormorant-garamond, serif;
  font-weight: 400;
  font-size: clamp(25px, 2vw, 35px);
}

.p-prologue__ttlMain-jp {
  font-size: clamp(20px, 1.5vw, 30px);
}

@media only screen and (max-width: 640px) {
  .p-prologue__ttlWrap {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .p-prologue__ttlMain {
    padding: 0;
  }

  .p-prologue__ttl {
    text-align: left;
  }
}


.Hero__ttl {
  font-family: trajan-pro-3, serif;
  font-weight: 300;
  font-size: max(55px, 2vw);
  margin: 0 auto 5rem;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  .Hero__ttl {
    font-size: 33px;
  }
}

.p-hero__titleSubA {
  font-family: trajan-pro-3, serif;
  font-weight: 300;
  font-size: max(30px, 2vw);
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleSubA {
    font-size: 25px;
  }
}

.p-hero__titleSubB {
  font-weight: 300;
  font-size: max(20px, 1vw);
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleSubB {
    font-size: 15px;
  }
}

.p-hero__titleSubC {
  font-family: trajan-pro-3, serif;
  font-weight: 200;
  font-size: max(20px, 0.5vw);
  letter-spacing: 0.2em;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleSubC {
    font-size: 15px;
  }
}

.p-hero__titleSubC::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EFEADF;
  margin: 10px 0;
}

.p-products__name {
  font-size: 20px;
  margin: 0 0 8px;
}

.Hero__ttlSub {
  font-size: max(20px, 1vw);
}

@media only screen and (max-width: 640px) {
  .Hero__ttlSub {
    font-size: 15px;
  }
}


.p-products__infoWrap {
  line-height: 1.3;
  margin-top: 200px;
}

@media only screen and (max-width: 640px) {
  .p-products__infoWrap {
    line-height: 1.5;
    margin: 30px 40px 0;
  }

  .p-products__img {
    width: 70%;
    margin: 0 auto;
  }
}

.p-products__link a {
  color: #1C1E02;
}

.p-scene2 .p-products__link a {
  color: #ffffff;
}

.p-scene3 .p-products__link a {
  color: #ffffff;
}

.p-scene4 .p-products__link a {
  color: #ffffff;
}



.p-epilogue {
  font-size: 18px;
  color: #EFEADF;
  width: 100vw;
  padding: 190px;
  background: url(../img/epilogue.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-position: center center;
}

.p-epilogue__inner {
  text-align: center;
}

.p-epilogue__textWrap {
  margin: 0 auto;
  max-width: 990px;
  letter-spacing: 0.2em;
  font-weight: 300;
}

.p-epilogue__text {
  font-size: clamp(15px, 0.8vw, 20px);
  letter-spacing: 0.2em;
  line-height: 2.3;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .p-epilogue {
    padding: 100px 0 80px;
  }

  .p-epilogue__textWrap {
    margin: 0 auto 50px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-epilogue {
    padding: 100px;
  }
}

.foot {
  position: relative;
  padding: 15rem 0;
  text-align: center;
  font-weight: 500;
  font-family: cormorant-garamond, serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #4A4D50;
}

.foot__ttl {
  font-size: 20px;
  color: #cfcfcf;
}

.foot .p-scene__ttlLine {
  width: 20px;
  height: .5px;
  background-color: #cfcfcf;
  margin: 20px auto;
}

.foot__textWrap-1 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .foot {
    padding: 10rem 0;
    font-size: 14px;
  }

  .foot__ttl {
    font-size: 15px;
  }
}

.foot_brand {
  position: relative;
  padding: 15rem 0;
  text-align: center;
  font-weight: 500;
  font-family: cormorant-garamond, serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  background-color: #58595C;
  line-height: 2rem;

}

@media only screen and (max-width: 640px) {
  .foot_brand {
    font-size: 14px;
  }
}

/* ベース色・ホバー色 */
.drawer-menu__body-2 a {
  display: inline-block;
  color: #ffffff;
  /* 通常リンク色 */
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  /* 少し浮かせる感じの演出 */
}

.drawer-menu__body-2 a:hover,
.drawer-menu__body-2 a:focus-visible {
  color: #929292;
  /* ホバー時の色 */
  transform: translateY(-1px);
  /* ふわっと浮く感じ */
}

/* キーボード操作でも視認可能に */
.drawer-menu__body-2 a:focus-visible {
  outline: 2px solid #929292;
  outline-offset: 2px;
}

.drawer-menu__hpLink-sub {
  margin: 20px 0;
}



.c-articleLabelP {
  font-family: trajan-pro-3, serif;
  font-size: min(2vw, 50px);
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .c-articleLabelP {
    font-size: 37px;
    margin: 1rem auto 9rem;
    font-weight: 200;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .c-articleLabelP {
    font-weight: 200;
    font-size: 50px;
  }
}

.special-overlay .overlay-text-scene2 {
  width: 100%;
  height: 100%;
  background: rgba(28, 30, 2, 0.5);
  color: #EFEADF;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: left;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  font-size: clamp(14px, 0.8vw, 20px);
  line-height: 2.3;
  letter-spacing: 0.25;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .special-overlay .overlay-text-scene2 {
    padding: 20px;
    line-height: 1.5;
  }
}

.video-fluid {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .video-fluid {
    width: 100%;
  }
}