/*! 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: 1024px) {
  html {
    font-size: 0.9259259259vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  color: #000000;
  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: 90%;
  max-width: 98rem;
  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: 2.4rem;
    margin-bottom: 2.4rem;
    height: 13.33vw;
    width: 46%;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .l-footer__linkText {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.14em;
  }
}
.l-footer__linkText--column {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin-top: -10px;
}
.l-footer__linkText--column small {
  margin-right: 18px;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-footer__linkText--column {
    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: -0.5rem;
  }
  .l-footer__linkText--column small {
    margin-right: 0.5rem;
    font-size: 2rem;
  }
}
.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: 10rem;
    width: 22rem;
  }
}
.l-footer__snsInner {
  width: 1.9rem;
}
@media screen and (max-width: 768px) {
  .l-footer__snsInner {
    width: 3.2rem;
  }
}
.l-footer__snsInner--fb {
  width: 1.1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__snsInner--fb {
    width: 1.8rem;
  }
}
.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;
}
.l-footer__menuItem {
  color: #9f9b9a;
  margin-right: 6rem;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer__menuItem {
    margin-right: 2.4vw;
  }
  .l-footer__menuItem :nth-child(4) {
    margin-right: 0;
  }
}
.l-footer__companyLogo {
  margin-top: 6rem;
  width: 16rem;
  margin-inline: auto;
}
.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;
}

/*======================================
  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.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--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: 8rem;
    bottom: 2.4rem;
    right: 0.8rem;
  }
}

/*======================================
  scss/04_project/_p-mv.scss
======================================*/
@media screen and (max-width: 768px) {
  .p-mv {
    margin-bottom: 14.3rem;
    position: relative;
  }
}
.p-mv__logo {
  position: absolute;
  top: 2.5925925926vw;
  right: 0.7407407407vw;
  width: 11.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    top: 2.2222222222vw;
    left: 2.2222222222vw;
    width: 13.4rem;
  }
}
.p-mv__image {
  width: 100%;
}
.p-mv__catch {
  z-index: 1;
  position: absolute;
  top: 12.4074074074vw;
  right: 0vw;
  width: 52.7777777778vw;
  padding: 1.6rem 2rem;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent));
  background: linear-gradient(to bottom, white, transparent);
}
@media screen and (max-width: 768px) {
  .p-mv__catch {
    top: auto;
    width: 100%;
    padding: 6.8rem 6.2rem 4.1rem 6.2rem;
    bottom: -14.3rem;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, white), color-stop(rgba(255, 255, 255, 0.7)), to(transparent));
    background: linear-gradient(to top, white 60%, rgba(255, 255, 255, 0.7), transparent);
  }
}

/*======================================
  scss/04_project/_p-about.scss
======================================*/
.p-about__scrollIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__scrollIcon {
    padding-top: 6rem;
    width: 90%;
    margin-inline: auto;
    height: 2.9rem;
  }
}
.p-about__srcollInner {
  width: 32.4rem;
}
.p-about__srcollText {
  margin-left: 1rem;
  color: #494b52;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-about__srcollText {
    padding-top: 0.8rem;
  }
}
.p-about__content {
  text-align: center;
  padding: 8rem 0 12rem 0;
  background-color: #fff8f8;
}
@media screen and (max-width: 768px) {
  .p-about__content {
    padding: 4rem 0 5.6rem 0;
  }
}
.p-about__title {
  font-family: "shippori-mincho-b1", sans-serif;
  color: #d95c9f;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 2;
    letter-spacing: 0.2em;
  }
}
.p-about__text {
  margin-top: 6.9rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.3333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.0909090909;
    letter-spacing: 0em;
    margin-top: 3.4rem;
  }
}
.p-about__anchorList {
  padding: 2rem 0 3.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about__anchorList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1rem 0 3.2rem 0;
    width: 90%;
    margin-inline: auto;
  }
}
.p-about__anchorList :nth-child(1) {
  margin-left: 0;
}
.p-about__anchorList :nth-child(6) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-about__anchorList :nth-child(6) {
    margin-left: 2rem;
  }
}
.p-about__anchorItem {
  width: 17.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about__anchorItem {
    width: 18rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-about__anchorImage {
  width: inherit;
}
.p-about__anchorTitle {
  margin-top: 1rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #696161;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__anchorTitle {
    margin-top: 0;
  }
}

/*======================================
  scss/04_project/_p-credit.scss
======================================*/
.p-credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-credit {
    width: 54rem;
    margin-inline: auto;
  }
}
.p-credit__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-credit__list {
    display: none;
    margin-top: 4rem;
  }
}
.p-credit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(1.5rem, 12px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-credit__item {
    font-size: max(2.3rem, 11px);
  }
}
.p-credit__item:not(:first-child) {
  margin-top: 2.5rem;
}
.p-credit__name {
  width: 10rem;
  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: 23px;
    font-size: 2.3rem;
    line-height: 1.3043478261;
    letter-spacing: 0em;
    width: 21rem;
  }
}
.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: 23px;
    font-size: 2.3rem;
    line-height: 1.3043478261;
    letter-spacing: 0em;
  }
}
.p-credit__price small {
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 768px) {
  .p-credit__price small {
    font-size: max(1.5rem, 10px);
  }
}
.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: 33rem;
    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: #e3afbf;
  border: 1px solid #e3afbf;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-credit__button {
    width: 10rem;
    height: 4.3rem;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.p-credit__button:only-child {
  width: 100%;
}
.p-credit__button:hover {
  background-color: #ffffff;
  color: #e3afbf;
}
.p-credit__accordionButton {
  position: relative;
  display: none;
  width: 100%;
  height: 7.2rem;
  margin-top: 4rem;
  padding-top: 0.4rem;
  background: center/13.2rem no-repeat url(../img/other-item.svg) #ffffff;
  border: 2px solid #000000;
  color: transparent;
  font-size: 0;
}
@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: 3.5rem;
    border: 1px solid #000000;
  }
}
.p-credit__accordionButton:before, .p-credit__accordionButton:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 2.5rem;
  height: 0.5rem;
  margin: auto;
  background-color: #000000;
}
.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;
}
@media screen and (max-width: 768px) {
  .p-credit--01 {
    padding-top: 124rem;
  }
}
.p-credit--02 {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-credit--02 {
    margin-top: 0;
    padding-top: 74rem;
  }
}
.p-credit--03 {
  margin-top: 17.9rem;
}
@media screen and (max-width: 768px) {
  .p-credit--03 {
    margin-top: 0;
    padding-top: 84rem;
  }
}
.p-credit--04 {
  margin-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  .p-credit--04 {
    margin-top: 0;
    padding-top: 80rem;
  }
}
.p-credit--04 .p-credit__button {
  background-color: #cab5cc;
  border: 1px solid #cab5cc;
}
.p-credit--04 .p-credit__button:hover {
  background-color: #ffffff;
  color: #cab5cc;
}
.p-credit--05 {
  margin-top: 24.6rem;
}
@media screen and (max-width: 768px) {
  .p-credit--05 {
    margin-top: 0;
    padding-top: 88rem;
  }
}
.p-credit--05 .p-credit__button {
  background-color: #cab5cc;
  border: 1px solid #cab5cc;
}
.p-credit--05 .p-credit__button:hover {
  background-color: #ffffff;
  color: #cab5cc;
}
.p-credit--06 {
  padding-top: 6.7rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-credit--06 {
    padding-top: 164rem;
  }
}
.p-credit--06 .p-credit__button {
  background-color: #cab5cc;
  border: 1px solid #cab5cc;
}
.p-credit--06 .p-credit__button:hover {
  background-color: #ffffff;
  color: #cab5cc;
}
.p-credit--07 {
  margin-top: 14.7rem;
}
@media screen and (max-width: 768px) {
  .p-credit--07 {
    margin-top: 0;
    padding-top: 84rem;
  }
}
.p-credit--07 .p-credit__button {
  background-color: #cab5cc;
  border: 1px solid #cab5cc;
}
.p-credit--07 .p-credit__button:hover {
  background-color: #ffffff;
  color: #cab5cc;
}
.p-credit--08 {
  margin-top: 14.7rem;
}
@media screen and (max-width: 768px) {
  .p-credit--08 {
    margin-top: 2rem;
  }
}
.p-credit--08 .p-credit__button {
  background-color: #d9c8b4;
  border: 1px solid #d9c8b4;
}
.p-credit--08 .p-credit__button:hover {
  background-color: #ffffff;
  color: #d9c8b4;
}
.p-credit--09 {
  margin-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  .p-credit--09 {
    margin-top: 0;
    padding-top: 100rem;
  }
}
.p-credit--09 .p-credit__button {
  background-color: #d9c8b4;
  border: 1px solid #d9c8b4;
}
.p-credit--09 .p-credit__button:hover {
  background-color: #ffffff;
  color: #d9c8b4;
}

/*======================================
  scss/04_project/_p-collection.scss
======================================*/
.p-collection--block1 {
  background-color: #fff8f8;
  padding: 11.6rem 0 16rem 0;
}
@media screen and (max-width: 768px) {
  .p-collection--block1 {
    padding: 11.2rem 0 9rem 0;
  }
}
.p-collection--block2 {
  background-color: #f8f9ff;
  padding: 11.6rem 0 16rem 0;
}
@media screen and (max-width: 768px) {
  .p-collection--block2 {
    padding: 9rem 0 9rem 0;
  }
}
.p-collection--block3 {
  background-color: #f8f8f8;
  padding: 11.6rem 0 16rem 0;
}
@media screen and (max-width: 768px) {
  .p-collection--block3 {
    padding: 9rem 0 12rem 0;
  }
}
.p-collection__mainTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-collection__titleInner1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-collection__titleInner1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
  }
}
.p-collection__titleInner2 {
  font-family: "Tangerine", cursive;
  color: #d95c9f;
  font-size: 110px;
  font-size: 11rem;
  line-height: 0.5454545455;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .p-collection__titleInner2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 0.75;
    letter-spacing: 0em;
  }
}
.p-collection__titleInner2--block2 {
  color: #9073b2;
}
.p-collection__titleInner2--block3 {
  color: #f29009;
}
.p-collection__blockMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .p-collection__blockMain {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection__text {
  padding-top: 14.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection__text {
    padding-top: 11rem;
  }
}
.p-collection__title {
  margin-top: 2.1rem;
  font-size: 85px;
  font-size: 8.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Tangerine", cursive;
}
.p-collection__description {
  margin-top: 3.6rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .p-collection__description {
    font-size: 20px;
    font-size: 2rem;
    line-height: 3;
    letter-spacing: 0.065em;
    white-space: nowrap;
  }
}
.p-collection__image {
  width: 54rem;
}
.p-collection__image--radiusLeft img {
  border-top-left-radius: 300px;
}
@media screen and (max-width: 768px) {
  .p-collection__image--radiusLeft img {
    border-top-left-radius: 30rem;
  }
}
.p-collection__image--radiusRight img {
  border-top-right-radius: 300px;
}
@media screen and (max-width: 768px) {
  .p-collection__image--radiusRight img {
    border-top-right-radius: 30rem;
  }
}
.p-collection__blockSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: -11rem;
  top: 50rem;
}
@media screen and (max-width: 768px) {
  .p-collection__blockSub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-collection__imageFlex {
  width: 108rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .p-collection__imageFlex {
    margin-top: 5rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-collection__imageflexInner {
    width: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection__imageflexInner--2 {
    margin-left: auto;
    margin-right: 0;
  }
}
.p-collection__centerTitle {
  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;
}
.p-collection__titleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-collection--01 {
  padding-top: 13.2rem;
}
@media screen and (max-width: 768px) {
  .p-collection--01 {
    position: relative;
    padding-top: 7.3rem;
  }
}
.p-collection--01 .p-collection__blockMain {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-collection--01 .p-collection__image {
    position: absolute;
    left: auto;
    right: 0;
  }
  .p-collection--01 .p-collection__image--sub {
    margin-top: 82.5rem;
    position: absolute;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--01 .p-collection__text {
    z-index: 1;
    position: absolute;
    top: 6.4rem;
    left: 3.6rem;
  }
}
.p-collection--01 .p-collection__Number {
  width: 3.94rem;
}
.p-collection--02 {
  margin-top: 16.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--02 {
    position: relative;
    margin-top: 9.8rem;
  }
}
.p-collection--02 .p-collection__text {
  padding-top: rem;
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__text {
    padding-top: 0;
  }
}
.p-collection--02 .p-collection__blockMain {
  -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--02 .p-collection__blockMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__image {
    position: absolute;
    top: 23.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__description {
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--02 .p-collection__title {
    margin-left: 2.8rem;
  }
}
.p-collection--02 .p-collection__Number {
  width: 4.38rem;
}
.p-collection--03 {
  margin-top: 16.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--03 {
    position: relative;
    margin-top: 12.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--03 .p-collection__text {
    z-index: 1;
    position: absolute;
    padding-top: 0;
    top: 8.5rem;
    left: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--03 .p-collection__image {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
}
.p-collection--03 .p-collection__Number {
  width: 4.3rem;
}
.p-collection--04 {
  margin-top: 13.2rem;
}
@media screen and (max-width: 768px) {
  .p-collection--04 {
    position: relative;
  }
}
.p-collection--04 .p-collection__blockMain {
  -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--04 .p-collection__blockMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--04 .p-collection__text {
    position: absolute;
    padding-top: 0;
    text-align: right;
    z-index: 1;
    right: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--04 .p-collection__image {
    position: absolute;
    top: -3.7rem;
    left: 0;
    right: auto;
  }
}
.p-collection--04 .p-collection__Number {
  width: 4.5rem;
}
.p-collection--05 {
  margin-top: 16.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--05 {
    position: relative;
    margin-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__title {
    margin-left: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__description {
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--05 .p-collection__image {
    position: absolute;
    margin-top: 22rem;
  }
}
.p-collection--05 .p-collection__Number {
  width: 4.26rem;
}
.p-collection--06 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-collection--06 {
    position: relative;
  }
}
.p-collection--06 .p-collection__blockMain {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__blockMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collection--06 .p-collection__description {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__description {
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__imageflex {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__imageflexInner {
    position: absolute;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--06 .p-collection__imageflexInner--2 {
    position: absolute;
    left: auto;
    right: 0;
    top: 114.3rem;
  }
}
.p-collection--06 .p-collection__title {
  margin-left: 2.8rem;
}
.p-collection--06 .p-collection__Number {
  width: 4.3rem;
}
.p-collection--07 {
  margin-top: 16.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--07 {
    position: relative;
    margin-top: 12.7rem;
    padding-top: 0;
  }
}
.p-collection--07 .p-collection__blockMain {
  -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--07 .p-collection__blockMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__title {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__text {
    padding-top: 0;
    position: absolute;
    text-align: right;
    top: 27rem;
    right: 3.5rem;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__image {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
  }
}
.p-collection--07 .p-collection__Number {
  width: 4.3rem;
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__Number {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--07 .p-collection__description {
    margin-top: 2rem;
  }
}
.p-collection--08 {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-collection--08 {
    position: relative;
    margin-top: 13.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__title {
    margin-left: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__description {
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__text {
    padding-top: 77rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--08 .p-collection__image {
    position: absolute;
    top: -6.2rem;
  }
}
.p-collection--08 .p-collection__Number {
  width: 4.3rem;
}
.p-collection--09 {
  margin-top: 16.8rem;
}
@media screen and (max-width: 768px) {
  .p-collection--09 {
    margin-top: 11rem;
    position: relative;
  }
}
.p-collection--09 .p-collection__blockMain {
  -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__blockMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__text {
    padding-top: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-collection--09 .p-collection__image {
    position: absolute;
    right: 0;
    left: auto;
    top: 15.8rem;
  }
}
.p-collection--09 .p-collection__Number {
  width: 4.3rem;
}

/*======================================
  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: #000000;
  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 {
  margin-top: 7rem;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-anchor {
    margin-top: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor__scrollTitle {
    width: 42.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor__scrollWrap {
    z-index: 10;
    overflow-x: scroll;
    width: 100vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.p-anchor__scrollWrap::-webkit-scrollbar {
  display: none;
}
.p-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2.9rem;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .p-anchor__list {
    width: max(94.9rem, 95%);
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: max(2.2rem, 16px);
       -moz-column-gap: max(2.2rem, 16px);
            column-gap: max(2.2rem, 16px);
    width: max(169.9rem, 1444px);
  }
}
.p-anchor__item {
  width: 17.8rem;
}
.p-anchor__image {
  overflow: hidden;
}
.p-anchor__image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-anchor__title {
  margin-top: 1.2rem;
}
.p-anchor__titleChild {
  color: #696161;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.4rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-anchor__titleChild {
    font-size: max(2rem, 14px);
  }
}
.p-anchor__titleChild::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/*======================================
  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 */