@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type=number],
input[type=text],
input[type=email],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}
button:hover {
  cursor: pointer;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  position: relative;
}

br.is-pc {
  display: block;
}
br.is-sp {
  display: none;
}
@media (max-width: 960px) {
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
}

.sa-fade {
  opacity: 0;
  transition: 1s opacity ease;
}
.sa-fade.is-show {
  opacity: 1;
}
.sa-up {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s opacity ease, 1s transform ease;
}
.sa-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.header {
  position: absolute;
  z-index: 10;
  top: 83px;
  left: 86px;
}
@media (max-width: 960px) {
  .header {
    position: relative;
    top: inherit;
    left: inherit;
    height: 98px;
    display: flex;
    align-items: center;
    padding: 0 0 0 22px;
  }
}
@media (max-width: 960px) {
  .header__logo {
    height: 58px;
  }
  .header__logo img {
    height: 100%;
  }
}
@media (max-width: 960px) {
  .header::before {
    content: "";
    position: absolute;
    width: 9.3333333333vw;
    height: 100%;
    top: 0;
    right: 4.2666666667vw;
    background: #d4bca1;
    mix-blend-mode: multiply;
  }
  .header::after {
    content: "";
    position: absolute;
    width: 0.4px;
    height: 100%;
    top: 0;
    right: 7.7333333333vw;
    background: #fff;
  }
  .header.is-column::before, .header.is-column::after {
    display: none;
  }
}

.hero {
  position: relative;
  height: 100vh;
}
@media (max-width: 960px) {
  .hero {
    width: 100%;
    height: auto;
  }
}
.hero__bg {
  width: 100%;
  height: 100%;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hero__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 960px) {
  .hero__text {
    display: none;
  }
}
.hero::before {
  content: "";
  position: absolute;
  width: 11.71875vw;
  height: 100%;
  top: 0;
  right: 3.125vw;
  background: #d4bca1;
  mix-blend-mode: multiply;
}
@media (max-width: 960px) {
  .hero::before {
    width: 9.3333333333vw;
    right: 4.2666666667vw;
  }
}
.hero::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 6.1458333333vw;
  background: #fff;
}
@media (max-width: 960px) {
  .hero::after {
    width: 0.4px;
    right: 7.7333333333vw;
  }
}

.intro {
  position: relative;
}
.intro::before {
  content: "";
  position: absolute;
  width: 11.71875vw;
  height: 100%;
  top: 0;
  right: 3.125vw;
  background: #d4bca1;
  mix-blend-mode: multiply;
}
@media (max-width: 960px) {
  .intro::before {
    width: 9.3333333333vw;
    right: 4.2666666667vw;
  }
}
.intro::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 6.1458333333vw;
  background: #fff;
}
@media (max-width: 960px) {
  .intro::after {
    width: 0.4px;
    right: 7.7333333333vw;
  }
}
.intro__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7.8125vw;
  width: 85.9375vw;
  margin: auto;
  padding-top: 7.5520833333vw;
  padding-bottom: 13.3333333333vw;
}
@media (max-width: 960px) {
  .intro__wrap {
    flex-direction: column;
    gap: 13.3333333333vw;
    width: 100%;
    padding: 6.4vw 0 17.0666666667vw 8.5333333333vw;
  }
}
.intro__info {
  flex: 1 0;
}
@media (max-width: 960px) {
  .intro__info {
    flex: inherit;
    width: 100%;
  }
}
.intro__title {
  font-size: 58px;
  font-size: 3.0208333333vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.09em;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease;
}
.intro__title span {
  text-indent: -1.4583333333vw;
  display: inline-block;
}
@media (max-width: 960px) {
  .intro__title {
    font-size: 23px;
    font-size: 6.1333333333vw;
  }
  .intro__title span {
    text-indent: -3.2vw;
  }
}
.is-show .intro__title {
  opacity: 1;
  transform: translateY(0);
}
.intro__text {
  margin-top: 3.3333333333vw;
  font-size: 22px;
  font-size: 1.1458333333vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 260%;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(5px);
  transition: 0.8s all ease 0.4s;
}
@media (max-width: 960px) {
  .intro__text {
    margin-top: 3.2vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 190%;
    letter-spacing: 0;
  }
}
.is-show .intro__text {
  opacity: 1;
  transform: translateY(0);
}
.intro__img {
  position: relative;
  width: 44.7916666667vw;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease 1s;
}
.intro__img img {
  position: relative;
  display: block;
  width: 100%;
}
.intro__img::before {
  content: "";
  position: absolute;
  display: block;
  width: 23.4375vw;
  height: 28.125vw;
  top: -4.5833333333vw;
  left: -4.5833333333vw;
  background: #f2ede7;
}
@media (max-width: 960px) {
  .intro__img {
    width: 69.3333333333vw;
  }
  .intro__img::before {
    width: 36.5333333333vw;
    height: 44vw;
    top: -8.5333333333vw;
    left: -10.6666666667vw;
  }
}
.is-show .intro__img {
  opacity: 1;
  transform: translateY(0);
}

.point {
  background: #f2ede7;
  padding-top: 2.5vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 960px) {
  .point {
    padding-top: 6.4vw;
    padding-bottom: 13.3333333333vw;
  }
}
.point__inner {
  position: relative;
  width: 85.9375vw;
  margin: auto;
}
@media (max-width: 960px) {
  .point__inner {
    width: 100%;
    padding: 0 8.5333333333vw;
  }
}
.point__title {
  position: absolute;
  top: -6.7708333333vw;
}
.point__title img {
  display: block;
  width: 51.1979166667vw;
}
@media (max-width: 960px) {
  .point__title {
    top: -12vw;
  }
  .point__title img {
    width: 66.1333333333vw;
  }
}
.point__headline {
  font-size: 50px;
  font-size: 2.6041666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.09em;
}
@media (max-width: 960px) {
  .point__headline {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.point__wrap {
  margin-top: 7.2916666667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 6.0416666667vw 2.7083333333vw;
}
@media (max-width: 960px) {
  .point__wrap {
    flex-direction: column;
    margin-top: 12.8vw;
    gap: 13.3333333333vw;
  }
}
.point__block {
  position: relative;
  width: calc(50% - 1.3541666667vw);
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3.3333333333vw 2.0833333333vw;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease;
}
.point__block:nth-child(2) {
  transition-delay: 0.4s;
}
.point__block:nth-child(3) {
  transition-delay: 0.8s;
}
.point__block:nth-child(4) {
  transition-delay: 1.2s;
}
.is-show .point__block {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .point__block {
    width: 100%;
    padding: 4.2666666667vw 4.2666666667vw;
  }
}
.point__block::after {
  content: "";
  display: block;
  position: absolute;
  width: 6.6666666667vw;
  height: 0.625vw;
  background: #000;
  top: -0.3125vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 960px) {
  .point__block::after {
    width: 12.8vw;
    height: 1.0666666667vw;
    top: -0.8vw;
  }
}
.point__block-num {
  position: absolute;
  top: -2.8125vw;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 36px;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .point__block-num {
    top: -6.4vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.point__block-wrap {
  display: flex;
  gap: 1.875vw;
}
.point__block-img {
  width: 9.8958333333vw;
}
.point__block-img img {
  width: 100%;
}
@media (max-width: 960px) {
  .point__block-img {
    display: none;
  }
}
.point__block-info {
  flex: 1 0;
  margin-top: -0.4166666667vw;
}
.point__block-title {
  font-size: 28px;
  font-size: 1.4583333333vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.09em;
}
.point__block-title .point__block-img {
  display: none;
}
@media (max-width: 960px) {
  .point__block-title {
    display: flex;
    align-items: center;
    gap: 3.2vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .point__block-title span {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .point__block-title .point__block-img {
    display: block;
    width: 19.4666666667vw;
  }
}
.point__block-text {
  margin-top: 0.8333333333vw;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 190%;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .point__block-text {
    margin-top: 3.2vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 150%;
  }
}
.point__block-btn {
  margin-top: 0.8333333333vw;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .point__block-btn {
    margin-top: 4.2666666667vw;
    justify-content: center;
  }
}
.point__block-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2083333333vw;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.25vw 0.1041666667vw;
  background: #f1ece5;
  font-size: 20px;
  font-size: 1.0416666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.13em;
  transition: 0.3s all ease;
}
.point__block-btn a span {
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: 0.09em;
}
.point__block-btn a::after {
  content: "";
  display: block;
  position: relative;
  width: 0.5729166667vw;
  height: 0.5729166667vw;
  border-right: 1px solid #040000;
  border-bottom: 1px solid #040000;
  transform: rotate(-45deg);
  margin: 0.0520833333vw 0 0;
  transition: 0.3s all ease;
}
.point__block-btn a:hover {
  opacity: 0.7;
}
.point__block-btn a:hover::after {
  transform: rotate(-45deg) translate(2px, 2px);
}
@media (max-width: 960px) {
  .point__block-btn a {
    font-size: 15px;
    font-size: 4vw;
    padding: 0 6.4vw 0.5333333333vw;
    margin: 0 0 1.0666666667vw;
  }
  .point__block-btn a span {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .point__block-btn a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0.2666666667vw 0 0;
  }
}

.episode {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
  overflow: hidden;
}
@media (max-width: 960px) {
  .episode {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.episode__inner {
  position: relative;
  width: 85.9375vw;
  margin: auto;
}
@media (max-width: 960px) {
  .episode__inner {
    width: 100%;
    padding: 0 8.5333333333vw;
  }
}
.episode__title img {
  display: block;
  width: 37.8125vw;
  height: auto;
}
@media (max-width: 960px) {
  .episode__title img {
    width: 49.3333333333vw;
  }
}
.episode__wrap {
  margin-top: 3.2291666667vw;
  display: flex;
  flex-direction: column;
  gap: 6.7708333333vw;
}
@media (max-width: 960px) {
  .episode__wrap {
    margin-top: 6.4vw;
    gap: 17.0666666667vw;
  }
}
.episode__block-head {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 960px) {
  .episode__block-head {
    padding-bottom: 6.4vw;
  }
}
.episode__block-head__wrap {
  display: flex;
  align-items: center;
  gap: 3.0208333333vw;
}
@media (max-width: 960px) {
  .episode__block-head__wrap {
    flex-direction: column;
    gap: 17.0666666667vw;
  }
}
.episode__block-head__img {
  position: relative;
  width: 43.6458333333vw;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease 0.6s;
}
.episode__block-head__img img {
  position: relative;
  width: 100%;
}
@media (max-width: 960px) {
  .episode__block-head__img {
    width: 100%;
  }
}
.episode__block-head__img::before {
  content: "";
  position: absolute;
  display: block;
}
.episode__block-head__img.is-block-1::before {
  background: #f2ede7;
  left: -8.6458333333vw;
  bottom: -4.1666666667vw;
  width: 35.6770833333vw;
  height: 16.40625vw;
}
@media (max-width: 960px) {
  .episode__block-head__img.is-block-1::before {
    left: -10.6666666667vw;
    bottom: -8.5333333333vw;
    width: 68.2666666667vw;
    height: 32vw;
  }
}
.episode__block-head__img.is-block-2::before {
  background: #f2ede7;
  right: -13.5416666667vw;
  bottom: -7.0833333333vw;
  width: 23.3854166667vw;
  height: 28.2291666667vw;
}
@media (max-width: 960px) {
  .episode__block-head__img.is-block-2::before {
    right: -10.6666666667vw;
    bottom: -7.4666666667vw;
    width: 36.8vw;
    height: 44.2666666667vw;
  }
}
.episode__block-head__img.is-block-3::before {
  background: #dccbb6;
  left: -8.6458333333vw;
  top: -6.25vw;
  width: 32.8125vw;
  height: 28.2291666667vw;
}
@media (max-width: 960px) {
  .episode__block-head__img.is-block-3::before {
    left: -10.6666666667vw;
    top: -10.6666666667vw;
    width: 53.3333333333vw;
    height: 45.8666666667vw;
  }
}
.is-show .episode__block-head__img {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .episode__block-head__img {
    transition: 0.8s all ease;
  }
}
.episode__block-head__info {
  width: 35.625vw;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease;
}
@media (max-width: 960px) {
  .episode__block-head__info {
    width: 100%;
  }
}
.is-show .episode__block-head__info {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .episode__block-head__info {
    transition-delay: 0.6s;
  }
}
.episode__block-head__num {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-size: 2.0833333333vw;
  font-weight: 600;
  line-height: 100%;
}
.episode__block-head__num span {
  display: inline-block;
  margin-top: -2.6041666667vw;
  font-size: 180px;
  font-size: 9.375vw;
}
@media (max-width: 960px) {
  .episode__block-head__num {
    gap: 3.2vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .episode__block-head__num span {
    margin-top: -6.6666666667vw;
    font-size: 90px;
    font-size: 24vw;
  }
}
.episode__block-head__title {
  margin-top: 3.3333333333vw;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 240%;
  letter-spacing: 0.06em;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.episode__block-head__title span {
  position: relative;
  display: inline-block;
}
.episode__block-head__title span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.8333333333vw;
  width: 100%;
  height: 1px;
  background: #000;
}
@media (max-width: 960px) {
  .episode__block-head__title {
    margin-top: 8.5333333333vw;
    font-size: 24px;
    font-size: 6.4vw;
  }
  .episode__block-head__title span::after {
    bottom: 2.1333333333vw;
  }
}
.episode__block-head__btn {
  position: relative;
  margin-top: 2.5vw;
  width: 11.7708333333vw;
  height: 1.6666666667vw;
  background: #f2ede7;
  padding: 0 0 0 1.0416666667vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-size: 1.4583333333vw;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s all ease;
}
.episode__block-head__btn svg {
  position: absolute;
  top: 0.4166666667vw;
  right: -2.0833333333vw;
  width: 6.7708333333vw;
  transition: 0.3s all ease;
}
@media (max-width: 960px) {
  .episode__block-head__btn {
    margin-top: 6.4vw;
    width: 30.1333333333vw;
    height: 4.2666666667vw;
    padding: 0 0 0 2.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .episode__block-head__btn svg {
    top: 0.2666666667vw;
    right: -4.2666666667vw;
    width: 17.0666666667vw;
  }
}
@media (min-width: 960px) {
  .episode__block-head__open:hover .episode__block-head__btn {
    background: #b8a084;
    color: #fff;
  }
  .episode__block-head__open:hover .episode__block-head__btn svg {
    transform: translateX(10px);
  }
}
.episode__block-body {
  display: none;
}
.episode__block-body .episode__block-head__wrap {
  align-items: flex-start;
}
.episode__block-body .episode__block-head__img {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .episode__block-body .episode__block-head__img {
    display: none;
  }
}
.episode__block-body .episode__block-head__info {
  opacity: 1;
  transform: translateY(0);
}
.episode__block-body__text {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.1458333333vw;
  font-weight: 400;
  line-height: 250%;
  letter-spacing: 0.01em;
}
@media (max-width: 960px) {
  .episode__block-body__text {
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0.01em;
  }
}
.episode__block-body__img {
  margin-top: 4.6875vw;
  width: 100%;
}
.episode__block-body__img img {
  display: block;
  width: 100%;
}
@media (max-width: 960px) {
  .episode__block-body__img {
    margin-top: 6.4vw;
  }
}
.episode__block-body__caption {
  margin-top: 1.25vw;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 17px;
  font-size: 0.8854166667vw;
  font-weight: 300;
  line-height: 190%;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .episode__block-body__caption {
    margin-top: 3.2vw;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.01em;
  }
}
.episode__block-body__btn {
  margin-top: 3.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
}
@media (max-width: 960px) {
  .episode__block-body__btn {
    margin-top: 6.4vw;
    gap: 4.2666666667vw;
  }
}
.episode__block-body__btn a {
  position: relative;
  padding: 0 0 0 3.125vw;
  width: 100%;
  height: 8.5416666667vw;
  background: #f2ede7;
  border-radius: 4.2708333333vw;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
@media (max-width: 960px) {
  .episode__block-body__btn a {
    padding: 0 0 0 6.4vw;
    height: 18.6666666667vw;
    border-radius: 9.3333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.01em;
  }
}
.episode__block-body__btn a .episode__block-body__btn-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}
.episode__block-body__btn a .episode__block-body__btn-img.is-on {
  opacity: 0;
}
.episode__block-body__btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #a78a6b 0%, #d2c5b2 100%);
  opacity: 0;
  transition: 0.3s all ease;
}
.episode__block-body__btn a .episode__block-body__btn-arrow::before, .episode__block-body__btn a .episode__block-body__btn-arrow::after {
  content: "";
  top: 50%;
  right: 1.0416666667vw;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  background: #f1ede6;
  height: 5.2083333333vw;
  width: 3.9583333333vw;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: 0.3s all ease;
}
@media (max-width: 960px) {
  .episode__block-body__btn a .episode__block-body__btn-arrow::before, .episode__block-body__btn a .episode__block-body__btn-arrow::after {
    right: 2.6666666667vw;
    width: 5.8666666667vw;
    height: 8.5333333333vw;
  }
}
.episode__block-body__btn a .episode__block-body__btn-arrow::after {
  background: linear-gradient(90deg, #ad9173 0%, #bba58b 100%);
}
@media (min-width: 960px) {
  .episode__block-body__btn a:hover {
    color: #fff;
  }
  .episode__block-body__btn a:hover::before {
    opacity: 1;
  }
  .episode__block-body__btn a:hover .episode__block-body__btn-img {
    opacity: 0;
  }
  .episode__block-body__btn a:hover .episode__block-body__btn-img.is-on {
    opacity: 1;
  }
  .episode__block-body__btn a:hover .episode__block-body__btn-arrow::before, .episode__block-body__btn a:hover .episode__block-body__btn-arrow::after {
    transform: translateY(-50%) translateX(5px);
  }
  .episode__block-body__btn a:hover .episode__block-body__btn-arrow::after {
    opacity: 0;
  }
}
.episode__block:nth-child(even) .episode__block-head__wrap {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .episode__block:nth-child(even) .episode__block-head__wrap {
    flex-direction: column;
  }
}
.episode__block:nth-child(2) .episode__block-body {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 960px) {
  .episode__block:nth-child(2) .episode__block-body {
    padding-bottom: 10.6666666667vw;
  }
}

.column {
  background: linear-gradient(90deg, #d4bca1 0%, #f2ede7 100%);
  padding-top: 6.40625vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 960px) {
  .column {
    padding-top: 15.2vw;
    padding-bottom: 8.5333333333vw;
  }
}
.column__inner {
  position: relative;
  width: 85.9375vw;
  margin: auto;
}
@media (max-width: 960px) {
  .column__inner {
    width: 100%;
    padding: 0 8.5333333333vw;
  }
}
.column__title {
  position: absolute;
  top: -10.6770833333vw;
}
.column__title img {
  display: block;
  width: 28.6979166667vw;
  height: auto;
}
@media (max-width: 960px) {
  .column__title {
    top: -20.8vw;
  }
  .column__title img {
    width: 37.3333333333vw;
  }
}
.column__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8.3333333333vw 4.0625vw;
}
@media (max-width: 960px) {
  .column__wrap {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 15.2vw;
  }
}
.column__block {
  position: relative;
  width: calc(50% - 2.03125vw);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease;
}
.column__block:nth-child(2) {
  transition: 0.8s all ease 0.4s;
}
.is-show .column__block {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .column__block {
    width: 100%;
  }
}
.column__block-num {
  position: absolute;
  left: 0vw;
}
.column__block-num-1 {
  width: 7.03125vw;
  height: 4.0104166667vw;
  top: -3.9583333333vw;
}
@media (max-width: 960px) {
  .column__block-num-1 {
    width: 13.6vw;
    height: 7.7333333333vw;
    top: -7.7333333333vw;
  }
}
.column__block-num-2 {
  width: 8.125vw;
  height: 4.1145833333vw;
  top: -3.9583333333vw;
}
@media (max-width: 960px) {
  .column__block-num-2 {
    width: 15.7333333333vw;
    height: 8vw;
    top: -8vw;
  }
}
.column__block-num-3 {
  width: 7.96875vw;
  height: 6.6666666667vw;
  top: -5.46875vw;
}
@media (max-width: 960px) {
  .column__block-num-3 {
    width: 15.4666666667vw;
    height: 13.0666666667vw;
    top: -10.6666666667vw;
  }
}
.column__block-num-4 {
  width: 8.4375vw;
  height: 5.7291666667vw;
  top: -5vw;
}
@media (max-width: 960px) {
  .column__block-num-4 {
    width: 16.2666666667vw;
    height: 11.2vw;
    top: -9.8666666667vw;
  }
}
.column__block-num img {
  display: block;
  width: 100%;
  height: 100%;
}
.column__block-img {
  position: relative;
  width: 100%;
  border-radius: 2.6041666667vw;
  box-shadow: 10px 10px 10px 0 rgba(148, 129, 117, 0.5);
  overflow: hidden;
}
.column__block-img img {
  width: 100%;
  transition: 0.5s all ease;
}
@media (max-width: 960px) {
  .column__block-img {
    border-radius: 5.3333333333vw;
  }
}
.column__block-title {
  margin-top: 1.5625vw;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.5625vw;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.06em;
  color: #534741;
}
.column__block-title span {
  position: relative;
  display: inline-block;
}
.column__block-title span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.1041666667vw;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media (max-width: 960px) {
  .column__block-title {
    margin-top: 3.2vw;
    font-size: 15px;
    font-size: 4vw;
    line-height: 180%;
  }
  .column__block-title span::after {
    bottom: 0.2666666667vw;
  }
}
@media (min-width: 960px) {
  .column__block:hover .column__block-img img {
    transform: scale(1.1);
  }
}

.footer {
  padding: 4.1666666667vw 0;
}
@media (max-width: 960px) {
  .footer {
    padding: 13.3333333333vw 0;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 85.9375vw;
  margin: auto;
}
@media (max-width: 960px) {
  .footer__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 8.5333333333vw;
    gap: 12.8vw;
  }
}
.footer__btn {
  display: flex;
  flex-direction: column;
  gap: 1.4583333333vw;
}
@media (max-width: 960px) {
  .footer__btn {
    width: 100%;
    gap: 4.8vw;
  }
}
.footer__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 25vw;
  height: 4.9479166667vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-size: 1.875vw;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.08em;
  transition: 0.3s all ease;
}
.footer__btn a:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  .footer__btn a {
    width: 100%;
    height: 17.0666666667vw;
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.footer__list {
  position: relative;
  display: flex;
  gap: 1.25vw;
  padding-left: 1.25vw;
}
.footer__list::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.25vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.footer__list a {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.1458333333vw;
  font-weight: normal;
  line-height: 170%;
  letter-spacing: 0.04em;
  padding-right: 1.25vw;
}
.footer__list a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.25vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.footer__list a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .footer__list {
    flex-direction: column;
    gap: 4.2666666667vw;
    padding-left: 0;
  }
  .footer__list::before {
    display: none;
  }
  .footer__list a {
    font-size: 17px;
    font-size: 4.5333333333vw;
    text-align: center;
    padding-right: 0;
  }
  .footer__list a::after {
    display: none;
  }
}
.footer__copyright {
  margin-top: 0.8333333333vw;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #534741;
  text-align: right;
}
@media (max-width: 960px) {
  .footer__copyright {
    margin-top: 12.8vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}

.p-column__head {
  padding: 6.25vw 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media (max-width: 960px) {
  .p-column__head {
    padding: 8vw 0 17.0666666667vw;
  }
}
.p-column__head-title {
  font-size: 84px;
  font-size: 4.375vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (max-width: 960px) {
  .p-column__head-title {
    font-size: 54px;
    font-size: 14.4vw;
  }
}
.p-column__head-num {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: -0.3125vw auto 0;
  font-size: 54px;
  font-size: 2.8125vw;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (max-width: 960px) {
  .p-column__head-num {
    font-size: 45px;
    font-size: 12vw;
  }
}
.p-column__head-num::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1041666667vw;
  margin: auto;
  left: 0;
  right: 0;
  width: 2.1875vw;
  height: 0.15625vw;
  background: linear-gradient(9deg, #f2ede7 -96.71%, #d4bca1 -46.79%, #f2ede7 457.96%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
@media (max-width: 960px) {
  .p-column__head-num::after {
    bottom: -0.5333333333vw;
    width: 9.3333333333vw;
    height: 0.8vw;
  }
}
.p-column__intro {
  background: url(../img/column/intro_bg.png);
  background-size: cover;
  padding: 1px 0 8.3333333333vw;
}
@media (max-width: 960px) {
  .p-column__intro {
    background-image: url(../img/column/intro_bg_sp.png);
    padding: 1px 0 10.6666666667vw;
  }
}
.p-column__intro-inner {
  width: 82.8125vw;
  margin: auto;
  margin-top: -4.6875vw;
}
@media (max-width: 960px) {
  .p-column__intro-inner {
    width: 93.3333333333vw;
    margin-top: -12vw;
  }
}
.p-column__intro-img {
  width: 100%;
  border-radius: 5.2083333333vw;
  box-shadow: 20px 20px 10px 0 rgba(148, 129, 117, 0.5);
  overflow: hidden;
}
.p-column__intro-img img {
  width: 100%;
}
@media (max-width: 960px) {
  .p-column__intro-img {
    width: 95%;
    margin: auto;
    box-shadow: 10px 10px 5px 0 rgba(148, 129, 117, 0.5);
  }
}
.p-column__intro-title {
  margin-top: 3.6458333333vw;
  font-size: 50px;
  font-size: 2.6041666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.09em;
  text-align: center;
}
@media (max-width: 960px) {
  .p-column__intro-title {
    margin-top: 8.5333333333vw;
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.p-column__intro-text {
  margin-top: 2.0833333333vw;
  font-size: 28px;
  font-size: 1.4583333333vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 960px) {
  .p-column__intro-text {
    margin-top: 8.5333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}
.p-column__intro-index {
  margin: 3.6458333333vw auto 0;
  width: 43.75vw;
}
@media (max-width: 960px) {
  .p-column__intro-index {
    margin: 9.6vw auto 0;
    width: 80vw;
  }
}
.p-column__intro-index__title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-size: 1.9791666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .p-column__intro-index__title {
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
}
.p-column__intro-index__body {
  position: relative;
  margin-top: 0.8333333333vw;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5.2083333333vw 3.6458333333vw 3.6458333333vw;
}
.p-column__intro-index__body::before {
  content: "";
  display: block;
  position: absolute;
  width: 6.25vw;
  height: 0.7291666667vw;
  top: -0.3645833333vw;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
}
@media (max-width: 960px) {
  .p-column__intro-index__body {
    margin-top: 2.1333333333vw;
    padding: 8vw 4.2666666667vw 10.6666666667vw;
  }
  .p-column__intro-index__body::before {
    width: 16vw;
    height: 1.6vw;
    top: -0.8vw;
  }
}
.p-column__intro-index__body ul {
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 960px) {
  .p-column__intro-index__body ul {
    gap: 6.4vw;
  }
}
.p-column__intro-index__body ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media (min-width: 960px) {
  .p-column__intro-index__body ul li a {
    transition: 0.3s all ease;
  }
  .p-column__intro-index__body ul li a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 960px) {
  .p-column__intro-index__body ul li a {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-column__intro-index__body dl {
  margin-top: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
.p-column__intro-index__body dl dd a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media (min-width: 960px) {
  .p-column__intro-index__body dl dd a {
    transition: 0.3s all ease;
  }
  .p-column__intro-index__body dl dd a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 960px) {
  .p-column__intro-index__body dl {
    margin-top: 2.1333333333vw;
    gap: 2.1333333333vw;
  }
  .p-column__intro-index__body dl dd a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-column__block {
  margin-top: 5.2083333333vw;
}
@media (max-width: 960px) {
  .p-column__block {
    margin-top: 16vw;
  }
}
.p-column__block:first-child .p-column__block-inner {
  border-top: none;
  padding-top: 0;
}
.p-column__block:first-child .p-column__block-inner::before {
  display: none;
}
.p-column__block-inner {
  position: relative;
  width: 82.8125vw;
  margin: auto;
  border-top: 1px solid #000;
  padding: 5.2083333333vw 5.7291666667vw 0;
}
.p-column__block-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 6.25vw;
  height: 0.7291666667vw;
  top: -0.3645833333vw;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
}
@media (max-width: 960px) {
  .p-column__block-inner {
    width: 82.6666666667vw;
    padding: 12.8vw 0 0;
  }
  .p-column__block-inner::before {
    width: 15.2vw;
    height: 1.6vw;
    top: -0.8vw;
  }
}
.p-column__block-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.0833333333vw;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .p-column__block-title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.p-column__block-text {
  margin-top: 1.6666666667vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.1458333333vw;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 960px) {
  .p-column__block-text {
    margin: 0 -8vw;
    margin-top: 8.5333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: -0.05em;
    font-feature-settings: "palt" on;
  }
}
.p-column__block-top {
  display: flex;
  gap: 5.2083333333vw;
}
@media (max-width: 960px) {
  .p-column__block-top {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-column__block-top__info {
  margin-top: 9.375vw;
  flex: 1;
}
.p-column__block-top__info p {
  margin-top: 3.3333333333vw;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.1458333333vw;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 960px) {
  .p-column__block-top__info {
    margin-top: 0;
  }
  .p-column__block-top__info p {
    margin-top: 8.5333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.p-column__block-top__img {
  flex: 0 0 38.0208333333vw;
}
.p-column__block-top__img img {
  width: 100%;
}
.p-column__block-box {
  margin-top: 6.25vw;
}
@media (max-width: 960px) {
  .p-column__block-box {
    margin-top: 10.6666666667vw;
  }
}
.p-column__block-box__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 1.6666666667vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.p-column__block-box__title span {
  padding-bottom: 0.5208333333vw;
  border-bottom: 1.5px solid #000;
}
@media (max-width: 960px) {
  .p-column__block-box__title {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .p-column__block-box__title span {
    padding-bottom: 1.0666666667vw;
  }
}
.p-column__block-box .p-column__block-text {
  margin-top: 2.5vw;
}
@media (max-width: 960px) {
  .p-column__block-box .p-column__block-text {
    margin-top: 6.4vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-column__block-box__img {
  margin-top: 2.5vw;
}
@media (max-width: 960px) {
  .p-column__block-box__img {
    margin-top: 4.2666666667vw;
  }
}
.p-column__block-box__img img {
  width: 100%;
}
.p-column__block-banner {
  margin-top: 4.1666666667vw;
}
.p-column__block-banner a {
  transition: 0.3s all ease;
}
.p-column__block-banner a:hover {
  opacity: 0.6;
}
.p-column__block-banner img {
  width: 100%;
}
@media (max-width: 960px) {
  .p-column__block-banner {
    margin-top: 8.5333333333vw;
  }
}
.p-column__bottom {
  position: relative;
  padding: 6.25vw 0 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media (max-width: 960px) {
  .p-column__bottom {
    padding: 18.6666666667vw 0 0;
  }
}
.p-column__bottom.is-line {
  padding-top: 0;
}
.p-column__bottom-title {
  font-size: 84px;
  font-size: 4.375vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (max-width: 960px) {
  .p-column__bottom-title {
    font-size: 36px;
    font-size: 9.6vw;
  }
}
.p-column__bottom-num {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.8333333333vw auto 0;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.1458333333vw;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.p-column__bottom-num::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.625vw;
  margin: auto;
  left: 0;
  right: 0;
  width: 2.1875vw;
  height: 0.15625vw;
  background: linear-gradient(9deg, #f2ede7 -96.71%, #d4bca1 -46.79%, #f2ede7 457.96%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
@media (max-width: 960px) {
  .p-column__bottom-num {
    margin: 4.2666666667vw auto 0;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .p-column__bottom-num::after {
    bottom: -3.2vw;
    width: 9.3333333333vw;
    height: 0.8vw;
  }
}
.p-column__bottom-body {
  position: relative;
  padding-top: 1px;
  margin-top: 6.7708333333vw;
  background: url(../img/column/bottom_bg.png);
  background-size: cover;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 960px) {
  .p-column__bottom-body {
    background: url(../img/column/bottom_bg_sp.png);
    background-size: cover;
    margin-top: 17.0666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-column__bottom-body .swiper-button {
  position: absolute;
  width: 62.5vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 960px) {
  .p-column__bottom-body .swiper-button {
    display: none;
  }
}
.p-column__bottom-body .swiper-button-next,
.p-column__bottom-body .swiper-button-prev {
  position: absolute;
  top: 9.375vw;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: 0.3s all ease;
}
.p-column__bottom-body .swiper-button-next::after,
.p-column__bottom-body .swiper-button-prev::after {
  content: "";
}
.p-column__bottom-body .swiper-button-prev {
  left: 0;
  transform: rotate(45deg);
}
.p-column__bottom-body .swiper-button-prev:hover {
  left: -5px;
}
.p-column__bottom-body .swiper-button-next {
  right: 0;
  transform: rotate(-135deg);
}
.p-column__bottom-body .swiper-button-next:hover {
  right: -5px;
}
.p-column__bottom-wrap {
  margin-top: -4.1666666667vw;
  display: flex;
  justify-content: center;
  gap: 2.5vw;
}
@media (max-width: 960px) {
  .p-column__bottom-wrap {
    margin-top: -10.1333333333vw;
    flex-direction: column;
    align-items: center;
    gap: 8.5333333333vw;
  }
}
.p-column__bottom-wrap.swiper {
  width: 56.7708333333vw;
  padding: 0 1.5625vw;
}
@media (max-width: 960px) {
  .p-column__bottom-wrap.swiper {
    display: none;
  }
}
.p-column__bottom-wrap.is-sp {
  display: none;
}
@media (max-width: 960px) {
  .p-column__bottom-wrap.is-sp {
    display: flex;
  }
}
.p-column__bottom-link {
  width: 27.0833333333vw;
  text-align: left;
}
@media (max-width: 960px) {
  .p-column__bottom-link {
    width: 56vw;
  }
}
.p-column__bottom-link.swiper-slide {
  width: auto;
}
.p-column__bottom-link__img {
  border-radius: 5.2083333333vw;
  overflow: hidden;
  box-shadow: 10px 10px 10px 0 rgba(148, 129, 117, 0.5);
}
.p-column__bottom-link__img img {
  width: 100%;
  transition: 0.5s all ease;
}
@media (max-width: 960px) {
  .p-column__bottom-link__img {
    border-radius: 13.3333333333vw;
  }
}
@media (min-width: 960px) {
  .p-column__bottom-link:hover .p-column__bottom-link__img img {
    transform: scale(1.1);
  }
}
.p-column__bottom-link__title {
  margin-top: 1.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-size: 1.5104166667vw;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .p-column__bottom-link__title {
    margin-top: 6.4vw;
    font-size: 15px;
    font-size: 4vw;
    white-space: nowrap;
  }
}
.p-column__bottom-link__code {
  margin-top: 0.625vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.07em;
}
@media (max-width: 960px) {
  .p-column__bottom-link__code {
    margin-top: 2.1333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-column__bottom-link__price {
  margin-top: 1.25vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 1.6666666667vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.17em;
}
.p-column__bottom-link__price span {
  font-size: 26px;
  font-size: 1.3541666667vw;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  .p-column__bottom-link__price {
    margin-top: 2.6666666667vw;
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: 300;
  }
  .p-column__bottom-link__price span {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-column__bottom-back {
  margin-top: 4.1666666667vw;
}
@media (max-width: 960px) {
  .p-column__bottom-back {
    margin-top: 12.8vw;
  }
}
.p-column__bottom-back a {
  background: #fff;
  display: block;
  margin: auto;
  width: 16.6666666667vw;
  height: 2.6041666667vw;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-size: 1.3541666667vw;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .p-column__bottom-back a {
    transition: 0.3s all ease;
  }
  .p-column__bottom-back a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 960px) {
  .p-column__bottom-back a {
    width: 56vw;
    height: 8.5333333333vw;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.p-column__backtop {
  position: fixed;
  bottom: 5.7291666667vw;
  right: 5.7291666667vw;
  width: 5.7291666667vw;
  height: 5.7291666667vw;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s all ease;
}
.p-column__backtop.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.p-column__backtop.is-bottom {
  position: absolute;
}
@media (max-width: 960px) {
  .p-column__backtop {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */