/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

/*======================================
  scss/01_foundation/_variables.scss
======================================*/
/*======================================
  scss/01_foundation/_mixin.scss
======================================*/
/*======================================
  scss/01_foundation/_base.scss
======================================*/
html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  font-size: 10px;
}
@media screen and (max-width: 1215px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #343434;
  font-family: "shippori-mincho-b1", sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  display: block;
  cursor: pointer;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

svg,
video {
  vertical-align: bottom;
}

iframe {
  width: 100%;
}

/*======================================
  scss/02_layout/_l-container.scss
======================================*/
.l-container {
  width: 113.7rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 90%;
  }
}

/* #footer
----------------------------------------------------------------- */
.l-footer__inner {
  width: 100%;
  margin: auto;
}
.l-footer__unit {
  margin-top: 12rem;
  background-color: #f7eded;
}
.l-footer__link {
  padding: 12rem 0;
  width: 77rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    padding: 10.66vw 5.33vw;
    width: 100%;
  }
}
.l-footer__linkItem {
  margin-right: 1.8rem;
  margin-bottom: 1.8rem;
  height: 8rem;
  width: calc(50% - 1.5rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__linkItem {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    height: 13.33vw;
    width: 47%;
  }
}
.l-footer__linkItem:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__linkItem:nth-of-type(even) {
    margin-right: 0;
  }
}
.l-footer__linkItem a {
  background-color: #d8808e;
  padding: 23px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
.l-footer__linkbtn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__linkImage {
  width: 1.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__linkImage {
    width: 3.33vw;
  }
}
.l-footer__linkText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #fff;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-footer__linkText {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3333333333;
    letter-spacing: 0.14em;
  }
  .l-footer__linkText small {
    font-size: 9.8px;
    font-size: 0.98rem;
    line-height: 1.2244897959;
    letter-spacing: 0.14em;
  }
}
.l-footer__bottom {
  background-color: #f2e3e3;
  padding: 12rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    padding: 13.33vw 0 33vw 0;
  }
}
.l-footer__bottomLogo {
  margin: auto;
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottomLogo {
    width: 40.5%;
  }
}
.l-footer__bottomSns {
  width: 9rem;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__bottomSns {
    margin-top: 6rem;
    width: 14rem;
  }
}
.l-footer__snsInner {
  width: 1.9rem;
}
@media screen and (max-width: 768px) {
  .l-footer__snsInner {
    width: 2rem;
  }
}
.l-footer__snsInner--fb {
  width: 1.1rem;
}
.l-footer__bottomMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottomMenu {
    margin-top: 4rem;
  }
}
.l-footer__menuItem {
  color: #9f9b9a;
  margin-right: 6rem;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
}
.l-footer__menuItem--4 {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__menuItem {
    margin-right: 2.4vw;
    font-size: 1rem;
  }
  .l-footer__menuItem--4 {
    margin-right: 0;
  }
}
.l-footer__companyLogo {
  margin-top: 6rem;
  width: 16rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__companyLogo {
    margin-top: 4rem;
    width: 10.5rem;
  }
}
.l-footer__copyright {
  text-align: center;
  color: #9f9b9a;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 4rem;
  }
}

/*======================================
  scss/03_component/_js-scrollAnimation.scss
======================================*/
.js-scrollAnimation--fadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.js-scrollAnimation--fadeIn.is-show {
  opacity: 1;
}
.js-scrollAnimation--zoomImage {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.js-scrollAnimation--zoomImage img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.js-scrollAnimation--zoomImage.is-show {
  opacity: 1;
}
.js-scrollAnimation--zoomImage.is-show img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-scrollAnimation--zoomSubImage {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.js-scrollAnimation--zoomSubImage img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.js-scrollAnimation--zoomSubImage.is-show {
  opacity: 0.6;
}
.js-scrollAnimation--zoomSubImage.is-show img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*======================================
  scss/04_project/_p-pageTopButton.scss
======================================*/
.p-pageTopButton {
  z-index: 88;
  display: none;
  position: fixed;
  bottom: 3.2rem;
  right: 1.8rem;
  width: 6rem;
}
@media screen and (max-width: 768px) {
  .p-pageTopButton {
    width: 5rem;
    bottom: 2.4rem;
    right: 0.8rem;
  }
}

/*======================================
  scss/04_project/_p-mv.scss
======================================*/
@media screen and (max-width: 768px) {
  .p-mv {
    position: relative;
  }
}
.p-mv__logo {
  position: absolute;
  top: 1.8887262079vw;
  left: 1.6105417277vw;
  width: 8.4919472914vw;
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    top: 4.3076923077vw;
    left: 4.6923076923vw;
    width: 23.2051282051vw;
  }
}
.p-mv__image {
  width: 100%;
}
.p-mv__catch {
  z-index: 1;
  position: absolute;
  top: 11.420204978vw;
  left: 6.2957540264vw;
  width: 49.0483162518vw;
}
@media screen and (max-width: 768px) {
  .p-mv__catch {
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
  }
}
.p-mv__caption {
  z-index: 1;
  position: absolute;
  top: 56.6617862372vw;
  left: 1.317715959vw;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24 0/16;
  letter-spacing: 0.06em;
}

/*======================================
  scss/04_project/_p-about.scss
======================================*/
.p-about {
  padding: 9.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 3.7rem 0;
  }
}
.p-about__text {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #343434;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    letter-spacing: 0em;
  }
}

/*======================================
  scss/04_project/_p-credit.scss
======================================*/
.p-credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-credit {
    width: 86.6666666667vw;
    margin-inline: auto;
  }
}
.p-credit__list {
  margin-top: 2.5rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-credit__list {
    margin-top: 4rem;
  }
}
.p-credit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-credit__item:not(:first-child) {
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-credit__item:not(:first-child) {
    margin-top: 1.3rem;
  }
}
.p-credit__name {
  width: 12.6rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1333333333;
  letter-spacing: 0em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
.p-credit__name span {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-credit__name {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3076923077;
    letter-spacing: 0em;
    width: 12rem;
  }
}
.p-credit__price {
  font-family: classico-urw, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .p-credit__price {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.0625;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__price small {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5454545455;
    letter-spacing: 0em;
  }
}
.p-credit__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20.6rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-credit__buttonWrap {
    width: 20.7rem;
    margin-left: 0;
  }
}
.p-credit__button {
  font-family: classico-urw, sans-serif;
  width: 6rem;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8rem;
  background-color: #d87575;
  border: 1px solid #d87575;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-credit__button {
    width: 6.2rem;
    height: 2.7rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.p-credit__button:only-child {
  width: 100%;
}
.p-credit__button:hover {
  background-color: #ffffff;
  color: #d87575;
}
.p-credit__accordionButton {
  position: relative;
  width: 100%;
  height: 4.6rem;
  margin-top: 2rem;
  border: 1px solid #343434;
  background-color: transparent;
  color: #343434;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: classico-urw, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-credit__accordionButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.2rem;
    border: 1px solid #343434;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.p-credit__accordionButton:before, .p-credit__accordionButton:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 1.6rem;
  height: 0.3rem;
  margin: auto;
  background-color: #343434;
}
.p-credit__accordionButton:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-credit__accordionButton.is-open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-credit__accordionButton img {
  width: 13.4rem;
}
.p-credit--01 {
  padding-top: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-credit--02 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-credit--03 {
    padding-top: 0;
  }
}
.p-credit--04 {
  margin-inline: auto;
  padding-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .p-credit--04 {
    padding-top: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-credit--05 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-credit--06 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-credit--07 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-credit--09 {
    padding-top: 0;
  }
}
.p-credit--10 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-credit--11 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-credit--12 {
    padding-top: 0;
  }
}

/*======================================
  scss/04_project/_p-collection.scss
======================================*/
.p-collection--block1 {
  background-color: #fff7f5;
  padding: 6.25rem 0 7rem 0;
}
@media screen and (max-width: 768px) {
  .p-collection--block1 {
    padding: 3.88rem 0 0 0;
  }
}
.p-collection--block2 {
  background-color: #fff7f5;
  padding: 6.25rem 0 7rem 0;
}
.p-collection--block3 {
  background-color: #ffffff;
  padding: 11rem 0 7.9rem 0;
}
@media screen and (max-width: 768px) {
  .p-collection--block3 {
    padding: 8rem 0 7.9rem 0;
  }
}
.p-collection--block4 {
  padding-top: 20.6rem;
}
@media screen and (max-width: 768px) {
  .p-collection--block4 {
    padding-top: 0;
  }
}
.p-collection__title {
  text-align: center;
}
.p-collection__mainTitle {
  color: #d87575;
  font-size: 61px;
  font-size: 6.1rem;
  line-height: 1.2950819672;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-collection__mainTitle {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2333333333;
    letter-spacing: -0.05em;
  }
}
.p-collection__subTitle {
  width: 90%;
  margin-inline: auto;
  margin-top: 3rem;
  color: #343434;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .p-collection__subTitle {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.p-collection__description {
  color: #343434;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.652173913;
  letter-spacing: -0.05em;
}
.p-collection__flexContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-collection__flexLeft {
  width: 60rem;
}
.p-collection__antroText {
  width: 19rem;
}
.p-collection__antroSymbol {
  width: 10.5rem;
  padding-top: 2.6rem;
}
.p-collection__caption3 {
  z-index: 1;
  position: absolute;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23 -50/23;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-collection__caption3 span {
  display: block;
}
.p-collection__captionSpan {
  padding-top: 6.2rem;
}
.p-collection--01 .p-collection__mainImage {
  position: relative;
  width: 106.6rem;
  margin-top: 5.55rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-collection--01 .p-collection__mainImage {
    margin-top: 3.55rem;
    width: 100%;
  }
}
.p-collection--01 .p-collection__caption1 {
  position: absolute;
  right: -5.51rem;
  top: 2.67rem;
  width: 10.72rem;
}
@media screen and (max-width: 768px) {
  .p-collection--01 .p-collection__caption1 {
    right: 1.27rem;
    top: 1.3rem;
    width: 5.06rem;
  }
}
.p-collection--01 .p-collection__caption2 {
  position: absolute;
  right: -5.64rem;
  top: 29.3rem;
  width: 12.15rem;
}
@media screen and (max-width: 768px) {
  .p-collection--01 .p-collection__caption2 {
    right: 1.38rem;
    top: 18.5rem;
    width: 5.5rem;
  }
}
.p-collection--01 .p-collection__description {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 10.4rem;
  left: 10.2rem;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-collection--01 .p-collection__description {
    text-shadow: none;
    color: #343434;
    position: absolute;
    top: -2.5rem;
    left: 2rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.0666666667;
    letter-spacing: 0.05em;
  }
}
.p-collection--01 .p-collection__descriptionSpan {
  display: block;
  padding-top: 10.7rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-collection--01 .p-collection__descriptionSpan {
    background-color: rgba(245, 245, 245, 0.82);
    margin-right: 0.59rem;
    margin-top: 2.5rem;
    padding: 2.5rem 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--01 .p-collection__descriptionSpan1 {
    margin-bottom: 2.5rem;
    background-color: rgba(245, 245, 245, 0.82);
    padding: 2.5rem 0.3rem;
  }
}
.p-collection--02 {
  padding-top: 13.7rem;
}
.p-collection--02 .l-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-collection--02 .l-container {
    padding-top: 0;
    width: 100%;
  }
}
.p-collection--02 .p-collection__flexLeft {
  width: 66rem;
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__flexLeft {
    width: 31.3rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.p-collection--02 .p-collection__flexRight {
  padding-top: 11.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__flexRight {
    padding-top: 2.9rem;
    margin-left: 0;
  }
}
.p-collection--02 .p-collection__flexContent {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__flexContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--02 .p-collection__antro {
  width: 26.5rem;
  position: absolute;
  top: -13rem;
  right: 12.6rem;
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__antro {
    width: 25.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -8rem;
    right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__description {
    position: absolute;
    top: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__descriptionSpan {
    padding-top: 6.6rem;
  }
}
.p-collection--03 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-collection--03 .l-container {
    width: 100%;
    padding-top: 7rem;
  }
}
.p-collection--03 .p-collection__flexContent {
  margin-top: -24.4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-collection--03 .p-collection__flexContent {
    margin-top: 0;
  }
}
.p-collection--03 .p-collection__flexLeft {
  margin-left: 12.5rem;
  width: 57.2rem;
  border: solid 4px #fff7f5;
}
@media screen and (max-width: 768px) {
  .p-collection--03 .p-collection__flexLeft {
    border: 0px;
    width: 30.8rem;
    margin-left: 0;
    margin-right: auto;
  }
}
.p-collection--03 .p-collection__flexRight {
  padding-top: 30.6rem;
}
@media screen and (max-width: 768px) {
  .p-collection--03 .p-collection__flexRight {
    padding-top: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--03 .p-collection__flexContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--03 .p-collection__description {
    position: absolute;
    top: 8rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--03 .p-collection__descriptionSpan {
    padding-top: 6.6rem;
  }
}
.p-collection--04 .p-collection__mainImage {
  position: relative;
  width: 136.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-collection--04 .p-collection__mainImage {
    width: 100%;
  }
}
.p-collection--04 .p-collection__caption1 {
  width: 10.5rem;
  position: absolute;
  top: 6.17rem;
  right: 40.9rem;
}
@media screen and (max-width: 768px) {
  .p-collection--04 .p-collection__caption1 {
    width: 5.4rem;
    top: 3rem;
    right: 1rem;
  }
}
.p-collection--04 .p-collection__caption2 {
  width: 12.15rem;
  top: 38.7rem;
  right: 40.9rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-collection--04 .p-collection__caption2 {
    width: 5.5rem;
    top: 20rem;
    right: 1.5rem;
  }
}
.p-collection--04 .p-collection__caption3 {
  top: 34rem;
  left: 38rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
.p-collection--04 .p-collection__caption3 span {
  padding-right: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-collection--04 .p-collection__caption3 span {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--04 .p-collection__caption3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
    top: 2rem;
    left: 2rem;
    color: #343434;
    text-shadow: none;
  }
}
.p-collection--05 {
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  .p-collection--05 {
    padding-top: 11rem;
  }
}
.p-collection--05 .l-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-collection--05 .l-container {
    width: 100%;
  }
}
.p-collection--05 .p-collection__flexContent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__flexContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--05 .p-collection__flexLeft {
  margin-left: 12.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__flexLeft {
    margin-left: auto;
    margin-right: 0;
    width: 31.6rem;
  }
}
.p-collection--05 .p-collection__flexRight {
  padding-top: 16.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__flexRight {
    padding-top: 3.3rem;
  }
}
.p-collection--05 .p-collection__antro {
  width: 24rem;
  position: absolute;
  top: -9rem;
  left: 25rem;
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__antro {
    width: 24.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    top: -9rem;
    left: 4rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__description {
    position: absolute;
    top: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__descriptionSpan {
    padding-top: 6.6rem;
  }
}
.p-collection--06 {
  position: relative;
  margin-top: -16.2rem;
}
@media screen and (max-width: 768px) {
  .p-collection--06 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--06 .l-container {
    width: 100%;
    padding-top: 7rem;
  }
}
.p-collection--06 .p-collection__flexLeft {
  margin-right: 7.3rem;
  border: solid 4px #fff7f5;
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__flexLeft {
    border: 0px;
    width: 30.8rem;
    margin-left: 0;
    margin-right: auto;
  }
}
.p-collection--06 .p-collection__flexRight {
  padding-top: 31.7rem;
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__flexRight {
    padding-top: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__flexContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__description {
    position: absolute;
    top: 8rem;
    right: 4%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__descriptionSpan {
    padding-top: 6.6rem;
  }
}
.p-collection--07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--07 {
    position: relative;
    margin-top: 4rem;
  }
}
.p-collection--07 .p-collection__captionFlex {
  margin-right: 3.4rem;
  width: 17.1rem;
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__captionFlex {
    z-index: 1;
    width: 9.2rem;
    position: absolute;
    margin-right: 0;
    top: 2.6rem;
    left: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__flexContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--07 .p-collection__flexLeft {
  margin-right: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__flexLeft {
    margin-right: 0;
    width: 100%;
  }
}
.p-collection--07 .p-collection__flexRight {
  padding-top: 19rem;
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__flexRight {
    padding-top: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__description {
    position: absolute;
    top: 2rem;
    right: 2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__descriptionSpan {
    background-color: rgba(245, 245, 245, 0.82);
    margin-top: 6.6rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__descriptionSpan1 {
    background-color: rgba(245, 245, 245, 0.82);
    padding: 1rem 0;
  }
}
.p-collection--08 .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 10.5rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .l-container {
    padding-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--08 .p-collection__flexInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__flexInner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--08 .p-collection__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-collection--08 .p-collection__flex--082 {
  margin-top: -10rem;
  margin-left: 2.9rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__flex--082 {
    position: relative;
    margin-top: 5rem;
    margin-left: 0;
  }
}
.p-collection--08 .p-collection__flexLeft {
  width: 41.3rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__flexLeft {
    width: 28.2rem;
  }
}
.p-collection--08 .p-collection__flexContent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__flexContent {
    width: 100%;
  }
}
.p-collection--08 .p-collection__caption3--081 {
  top: 11.2rem;
  left: -6.3rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__caption3--081 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
    right: 0;
    top: 0;
    left: auto;
  }
}
.p-collection--08 .p-collection__caption3--082 {
  top: -14rem;
  right: -1.1rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__caption3--082 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
    left: 0;
    top: 0;
    right: auto;
  }
}
.p-collection--08 .p-collection__captionSpan {
  padding-right: 1.3rem;
}
.p-collection--08 .p-collection__captionSpan--081 {
  white-space: nowrap;
  padding-top: 12.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__captionSpan--081 {
    padding-top: 7rem;
    padding-right: 0.5rem;
  }
}
.p-collection--08 .p-collection__captionSpan--082 {
  padding-top: 7.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__captionSpan--082 {
    padding-right: 0.5rem;
    padding-top: 6rem;
  }
}
.p-collection--08 .p-collection__captionSpan2 {
  display: inline;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.p-collection--08 .p-collection__antro {
  width: 27.3rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__antro {
    margin-left: auto;
    margin-right: 3rem;
    width: 19.4rem;
    top: 5rem;
  }
}
.p-collection--09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-collection--09 {
    position: relative;
    margin-top: 9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--09 .p-collection__flexContent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__flexContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--09 .p-collection__flexLeft {
  margin-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__flexLeft {
    width: 100%;
    margin-left: 0;
  }
}
.p-collection--09 .p-collection__captionFlex {
  width: 14.6rem;
  margin-left: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__captionFlex {
    z-index: 1;
    margin-left: 0;
    width: 12.4rem;
    position: absolute;
    top: 0;
  }
}
.p-collection--09 .p-collection__flexRight {
  padding-top: 22rem;
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__flexRight {
    padding-top: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__description {
    position: absolute;
    top: 2rem;
    right: 2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__descriptionSpan {
    margin-top: 5rem;
    padding: 1rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__descriptionSpan2 {
    line-height: 100%;
    display: inline;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-collection--10 {
  padding-top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .p-collection--10 {
    padding-top: 12rem;
  }
}
.p-collection--10 .l-container {
  position: relative;
}
.p-collection--10 .p-collection__flexLeft {
  width: 53rem;
  margin-right: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-collection--10 .p-collection__flexLeft {
    width: 34.7rem;
  }
}
.p-collection--10 .p-collection__flexRight {
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  .p-collection--10 .p-collection__flexRight {
    padding-top: 3.3rem;
  }
}
.p-collection--10 .p-collection__flexContent {
  margin-left: 9rem;
}
@media screen and (max-width: 768px) {
  .p-collection--10 .p-collection__flexContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.p-collection--10 .p-collection__antro {
  width: 34.1rem;
  position: absolute;
  top: -17rem;
  left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-collection--10 .p-collection__antro {
    top: -8rem;
    width: 23rem;
    left: 11rem;
  }
}
.p-collection--11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.p-collection--11 .p-collection__captionFlex {
  margin-right: 3.4rem;
  width: 17.1rem;
}
@media screen and (max-width: 768px) {
  .p-collection--11 .p-collection__captionFlex {
    position: absolute;
    width: 9.1rem;
    right: 1.4rem;
    z-index: 1;
    top: 2.8rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--11 .p-collection__flexContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--11 .p-collection__flexLeft {
  margin-right: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-collection--11 .p-collection__flexLeft {
    width: 100%;
  }
}
.p-collection--11 .p-collection__flexRight {
  padding-top: 19rem;
}
@media screen and (max-width: 768px) {
  .p-collection--11 .p-collection__flexRight {
    padding-top: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--11 .p-collection__description {
    position: absolute;
    top: 4rem;
    left: 3.8rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15 -50/15;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  .p-collection--11 .p-collection__descriptionSpan {
    margin-top: 5rem;
    padding: 1rem 0;
  }
}
.p-collection--12 .l-container {
  position: relative;
}
.p-collection--12 .p-collection__flexContent {
  padding-top: 3.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-collection--12 .p-collection__flexContent {
    padding-top: 14rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--12 .p-collection__flexRight {
  padding-top: 36rem;
}
@media screen and (max-width: 768px) {
  .p-collection--12 .p-collection__flexRight {
    padding-top: 3.3rem;
  }
}
.p-collection--12 .p-collection__flexLeft {
  width: 53rem;
  margin-left: 3.9rem;
}
@media screen and (max-width: 768px) {
  .p-collection--12 .p-collection__flexLeft {
    margin-left: 0;
    width: 100%;
  }
}
.p-collection--12 .p-collection__antro {
  width: 26.6rem;
  top: -18rem;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-collection--12 .p-collection__antro {
    width: 22rem;
    top: 4rem;
    right: auto;
    left: 4.5rem;
  }
}
.p-collection__antro {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-collection__captionFlex {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-collection.is-show .p-collection__antro {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-collection.is-show .p-collection__captionFlex {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

/*======================================
  scss/04_project/_p-last.scss
======================================*/
.p-last {
  position: relative;
}
.p-last__image {
  width: 100%;
}
.p-last__icon {
  top: 10rem;
  right: 5rem;
  position: absolute;
  width: 30rem;
  z-index: 1;
}

/* #end
----------------------------------------------------------------- */
.p-end {
  width: 100%;
}
.p-end__link {
  margin-top: 12rem;
  padding: 2.2rem 2rem;
  position: relative;
  width: 70rem;
  border: 1px solid #969696;
  margin-inline: auto;
  /* margin-inline: auto; */
  text-align: center;
  font-size: 17px;
  top: 50%;
  color: #343434;
  background-color: transparent;
}
.p-end__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.66vw;
  width: 15px;
  height: 15px;
  border-right: 1px solid #969696;
  -webkit-transform-origin: right bottom 0;
          transform-origin: right bottom 0;
  -webkit-transform: translateY(-100%) rotate(-45deg);
          transform: translateY(-100%) rotate(-45deg);
}
.p-end__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.66vw;
  width: 80px;
  height: 1px;
  background-color: #969696;
}
@media screen and (max-width: 768px) {
  .p-end__link:after {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-end__link {
    margin-top: 9rem;
    width: 90%;
  }
}
.p-end__image {
  margin: 15.3rem auto 0 auto;
  width: 74rem;
  height: 51rem;
}
@media screen and (max-width: 768px) {
  .p-end__image {
    margin-top: 16.2rem;
    width: 51.8rem;
  }
}
.p-end__staff {
  margin-top: 12rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-end__staff {
    font-size: 2.66vw;
    margin-top: 13.3vw;
  }
}
.p-end__staffInner {
  text-align: center;
}

/*======================================
  scss/04_project/_p-anchor.scss
======================================*/
.p-anchor {
  width: 110rem;
  margin-inline: auto;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-anchor {
    width: 96%;
    padding-top: 3rem;
    padding-bottom: 10rem;
  }
}
.p-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-anchor__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-anchor__item {
  width: 20.4rem;
}
@media screen and (max-width: 768px) {
  .p-anchor__item {
    width: 12rem;
  }
}
.p-anchor__item--1 {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.p-anchor__item--2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-anchor__item--3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
.p-anchor__item--4 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .p-anchor__item--4 {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
}
.p-anchor__item--5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
@media screen and (max-width: 768px) {
  .p-anchor__item--5 {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
}
.p-anchor .js-scrollAnimation--fadeIn:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-anchor .js-scrollAnimation--fadeIn:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-anchor .js-scrollAnimation--fadeIn:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-anchor .js-scrollAnimation--fadeIn:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-anchor .js-scrollAnimation--fadeIn:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/*======================================
  scss/05_utility/_u-pcsp.scss
======================================*/
@media screen and (min-width: 769px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-spNone {
    display: none !important;
  }
}
/*======================================
  scss/05_utility/_u-hover.scss
======================================*/
.u-hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.u-hover:hover {
  opacity: 0.7;
}

/* Foundation */
/* Layout */
/* Component */
/* Project */
/* Utility */